        @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");


body {
	background: #fff;
	color: #000000;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: left
}
* {
	margin: 0;
	padding: 0
}
img {
	border: 0;
	max-width: 100%
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s all ease
}
a:hover {
	text-decoration: none;
	color: #f23534
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #666
}
:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #000000
}
form {
	display: inline
}
fieldset {
	border: 0
}
legend {
	display: none
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal
}
thead tr th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px
}
p {
	margin: 0 0 10px
}
strong {
	font-weight: bold
}
address {
	font-style: normal;
	line-height: 1.35
}
cite {
	font-style: normal
}
q, blockquote {
	quotes: none
}
q:before, q:after {
	content: ''
}
small, big {
	font-size: 1em
}
ul, ol {
	padding: 0;
	margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none
}
ul.inline>li, ol.inline>li {
	display: inline-block;
 *display:inline;
	padding-right: 5px;
	padding-left: 5px;
 *zoom:1
}
ul ul, ol ul {
	list-style-type: circle
}
.hidden {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden
}
.nobr {
	white-space: nowrap
}
.wrap {
	white-space: normal
}
.a-left {
	text-align: left
}
.a-center {
	text-align: center
}
.a-right {
	text-align: right
}
.v-top {
	vertical-align: top
}
.v-middle {
	vertical-align: middle
}
.f-left, .left {
	float: left
}
.f-right, .right {
	float: right
}
.f-none {
	float: none
}
.f-fix {
	float: left;
	width: 100%
}
.no-display {
	display: none
}
.no-margin {
	margin: 0
}
.no-padding {
	padding: 0
}
.no-bg {
	background: none
}
small {
	font-size: 85%;
	font-weight: normal;
	text-transform: lowercase;
	color: #999999
}
input:focus {
	outline: none
}
.header {
    padding: 20px 0;
}
.header #dv_search {
    overflow: hidden;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
}    
 
.header #submit_seach {
    line-height: 29px;
    padding: 15px 21px;
    float: right;
    display: inline-block;
    background: #f5f5f5;
    border: none;
    color: #333;
    transition: 0.5s all ease;
    border-left: 1px solid #d9d9d9;
    border-radius:0 50px 50px 0px;
}

.header #dv_search > input {
    height: 45px;
    display: inline-block;
    width: 55%;
    border: none;
    background: #f5f5f5;
    box-shadow: none;
    color: #000000;
}
 
.header #submit_seach i {
    font-size: 18px;
} 
.menu-area {
	margin: auto;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2)
}
#navbar-ul-menu {
    margin: 0;
}
 .menu-area .phone {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
  
    font-size: 15px;
    color: #666;
}

.dropdown-menu {
    transition: all 0.3s linear;
} 
.bp_megamenu_title {
        border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px;
} 
.col-megamenu ul {
    margin-left: 0;
        margin-bottom: 15px;
} 
.col-megamenu ul li {
    
}
.col-megamenu ul li a {
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
} 
.col-megamenu ul li:hover a {
    color: #f23534 !important;
    letter-spacing: 1.5px;
}
.bp_megamenu_ads_content p {
        display: flex;
    justify-content: space-between;
}
.menu-area .nav-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 16px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.text_slide_left  {
    bottom: unset;
    top: 30%;
} 
  .slide-text {
}
 .slide-text h1 {
	display: block;
	font-size: 0;
	height: 50px;
	margin-bottom: 20px;
	position: relative;
	
	text-transform: uppercase;
}
 .slide-text p {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	width: 60%;
	line-height: 1.6;
}
 .slide-text h2 {
	font-size: 50px;
	line-height: 40px;
	padding: 0px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
	font-style: italic;
	text-transform: capitalize;
}
 .slide-text h1 {
	font-size: 36px;
	line-height: 40px;
	padding: 0px;
	font-weight: 800;
	color: #fff;
	margin: 35px 0;
}
 .slide-text h1 span {
	color: #f23534;
}
 .slide-text a {
	background: #f23534;
	color: #fff;
	display: inline-block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 12px 25px;
	position: relative;
	text-transform: uppercase;
	top: 20px;
	border-radius: 50px;
	border: 2px solid #e52c2b;
}
 .slide-text a:hover {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}
 
.slide-text-2 p {
    width: 100%;
} 
.slide__home .swiper-button-prev,.slide__home .swiper-button-next {
    display: none;
} 
.menu-area .navbar ul.navbar-nav > li, .navbar ul.dropdown-menu li {
        border-right: 1px #e5e5e5 solid;
    padding: 15px;
} 
.jtv-service-area {
    padding: 25px 0 30px;
}
.service-text h2 {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.service-text p {
	color: #333333;
	font-size: 13px;
	padding-bottom: 0;
	display: inline-block;
	padding: 0 5px;
}
.jtv-service-area .block-wrapper {
	background: #fff;
	padding: 20px 25px;
	text-align: left;
	border: rgba(0,0,0,0.1) 1px solid;
	border-left: none;
	transition: all .5s ease-out 0s;
}
.jtv-service-area .block-wrapper.ship:hover {
	background: #f23534;
	color: #fff;
}
.jtv-service-area .block-wrapper.return:hover {
	background: #fbaf5d;
	color: #fff;
}
.jtv-service-area .block-wrapper:hover {
	background: #7cc576;
	color: #fff;
}
.jtv-service-area .block-wrapper .text-des i {
	font-size: 40px;
	display: inline-block;
	float: left;
	margin: 2px 14px 14px 0px;
}
.jtv-service-area .block-wrapper.return {
	background: #fff;
	border: rgba(0,0,0,0.1) 1px solid;
	border-left: none;
}
.jtv-service-area .block-wrapper.ship {
	background: #fff;
	border: rgba(0,0,0,0.1) 1px solid;
}
.jtv-service-area .block-wrapper .text-des {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #333;
}
.jtv-service-area .block-wrapper:hover .text-des, .jtv-service-area .block-wrapper:hover .text-des h3 {
	color: #fff;
}
.jtv-service-area .block-wrapper .text-des h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
}
.jtv-service-area .block-wrapper .text-des p {
	margin: 0;
	font-size: 14px;
}
.title_block {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
} 
.title_block h3 {
    text-transform: uppercase;
    margin: auto;
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-bottom: 2px #f23534 solid;
    margin-bottom: -2px;
}
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -16%;
    right: 0;
} 
.owl-prev,.owl-next {
    background: #f8f8f8 !important;
    width: 25px;
    height: 25px;
    color: #666 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50px !important;
} 
.slide__product .card {
    box-shadow: none !important;
    border: 1px solid #e5e5e5 !important;
} 

.bp_cls-click-mua,.product__category .btnAddAction {
    color: #444444;
    font-weight: 400;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    padding: 0;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 25%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    border-radius: 50px;
     opacity: 0;
} 
.slide__product .btnAddToCart,.product__category .btnAddToCart {
    
      color: #444444;
    font-weight: 400;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    padding: 0;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    border-radius: 50px;
     opacity: 0;
} 
.slide__product-home .btnAddToCart:hover,.slide__product-home .bp_cls-click-mua:hover,.product__category .btnAddToCart:hover,.product__category .btnAddAction:hover {
    background: #f23534;
    border: 1px solid #f23534;
    color: white;
} 
.slide__product .card:hover .bp_cls-click-mua,.bp_product_item:hover .btnAddAction{
    opacity: 1;
    top: 34%;
    left: 34%;
    z-index: 100;
} 
.slide__product .card:hover .btnAddToCart,.bp_product_item:hover .btnAddToCart {
    opacity: 1;
    top: 34%;
    z-index: 100;
} 
.cls_price_text {
    display: none;
} 
#carousel_fav img {
    height: auto !important;
} 
.owl-dots {
    display: none;
}    
#quantity,.bp_pd_info {
    display: none;
}    
.cls_img_product_focus{
    position: relative;
}
.nav-tabs {
    margin-left: 0;
}
.nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    color: #fe0100;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
}
.product__category .bp_product_item {
    border: 1px solid #e5e5e5;
    margin: 12px 0;
}
.bp_content_product {
    padding: 20px;
    text-align: center;
}
.jtv-promotion .wrap {
    margin: 0 auto;
    background: url('/files_upload/promotion-bg.jpg') no-repeat;
}
.jtv-promotion .jtv-custom {
    background: transparent;
    padding: 20px 0;
}
.promotion-center {
    text-align: center;
    position: relative;
    min-height: 150px;
}
.promotion-center .text_medium {
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 18px;
	margin-bottom: 0px;
}
.promotion-center .text_large {
	padding: 10px 0px;
	margin: 10px 20%;
	border: 1px solid white;
	background: rgba(255, 255, 255, 0.2);
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0px;
	font-size: 60px;
	position: relative;
	line-height: 80px;
}
.promotion-center .theme-color {
	color: #fff;
	font-size: 14px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	position: absolute;
	right: -4px;
	font-weight: 400;
}
.promotion-center .text_small {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}
.offer-add {
    margin-bottom: 30px;
}
.jtv-banner-opacity {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.jtv-banner-opacity:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.5s ease 0.5s;
	-o-transition: opacity 0.5s ease 0.5s;
	transition: opacity 0.5s ease 0.5s;
	z-index: 1;
}
.jtv-banner-opacity img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.jtv-banner-box:hover:before, .jtv-banner-opacity:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jtv-banner-box:hover img, .jtv-banner-opacity:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.jtv-banner-box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.jtv-banner-box.banner-inner .jtv-content-text {
	top: 20%;
}
.col-sm-3 .jtv-banner-box.banner-inner .jtv-content-text {
	top: 10%;
}
.jtv-banner-box .jtv-content-text {
	position: absolute;
	top: 75%;
	left: 0;
	text-align: center;
	width: 100%;
	color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	display: none;
}
.jtv-banner-box .jtv-content-text img {
	width: auto;
	height: auto;
	display: inline-block;
}
.jtv-banner-box .title {
	font-size: 34px;
	font-weight: 900;
	color: #f23534;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.jtv-banner-box .title span {
	display: block;
}
.jtv-banner-box .sub-title {
	font-size: 18px;
	font-style: italic;
	display: inline-block;
	width: 100%;
	margin-top: 6px;
}
.jtv-banner-box .button {
	margin-top: 20px;
	background-color: #f23534;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	display: inline-block;
}
.jtv-banner-box .button:hover {
	background-color: #000;
	color: #fff;
}
.jtv-banner-box.banner-inner .title {
	font-size: 24px;
}
.jtv-banner-box .image>a {
	float: left;
}
.footer-newsletter {
	padding: 0px 0px 20px;
	text-align: left;
	border-bottom: 1px #111 solid;
}
.newsletter-inner {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
}
.footer-newsletter h3 {
	margin-top: 12px;
	font-size: 16px;
	margin-bottom: 0px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 15px;
	padding-bottom: 0px;
	font-weight: 600;
}
.footer-newsletter p {
	font-size: 13px;
	font-weight: 400;
	color: #eee;
	text-align: left;
	text-transform: none;
	margin-top: 8px;
}
.footer-newsletter .newsletter-email {
	float: left;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eaeaea;
	background: #fff;
	color: #666;
	padding: 10px 12px;
	width: 68%;
	border-radius: 50px 0px 0px 50px;
}
.footer-newsletter .email {
	text-transform: none;
	float: left
}
button.subscribe:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px
}
.footer-newsletter .subscribe {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #f23534;
	padding: 11px 25px 11px 18px;
	border: 0px #000000 solid;
	border-radius: 0px 50px 50px 0px;
}
.footer-newsletter .subscribe:hover {
	border: 0px #000 solid;
	background: #000;
	color: #fff;
}
.social ul.inline-mode li a:before {
	content: ""
}
.social ul.inline-mode li a {
	    border: 0px solid #666;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}
.social .fb a:hover, .social .tw a:hover, .social .googleplus a:hover, .social .rss a:hover, .social .instagram a:hover, .social .linkedin a:hover {
	background: #f23534;
}
.social .fb a {
	background: #3C5B9B
}
.social .tw a {
	background: #359BED
}
.social .googleplus a {
	background: #E33729
}
.social .rss a {
	background: #FD9F13
}
.social .instagram a {
	background: #3f729b
}
.social .linkedin a {
	background: #027ba5
}
.social h4 {
	margin: 25px 0 5px
}
.social {
	margin-top: 18px;
}
.social ul {
	margin: 0;
	list-style: none;
	text-align: right;
}
.social ul li {
	margin-left: 7px;
	display: inline-block
}
.social ul li:first-child {
	margin-left: 0px;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out
}
.payment {
	margin-top: 10px;
margin-bottom:10px;
display: inline-block;
	width: 100%;
	text-align: right;
}
.payment ul {
	padding: 0px;
	margin: auto;
}
.payment li {
	display: inline-block;
	list-style: none;
	margin-right: 6px
}
.footer {
    overflow: hidden;
    background: #1d1f24;
    padding-top: 10px;
    color: #ccc;
    font-size: 14px;
    font-weight: 300;
}

.footer-logo {
	text-align: left;
	margin: 0px 0 15px;
	display: block;
}
.footer-logo p {
	display: block;
}
.footer-content .email, .footer-content .phone {
	margin-bottom: 10px;
}
.email .fa-envelope:before {
	font-size: 13px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 33px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
.footer-content .address {
	line-height: 1.3em;
}
.address i {
	float: left;
}
.address .fa-map-marker:before {
	font-size: 15px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
.phone .fa-phone:before {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
	border: 1px solid #383c48;
	background: #383c48;
	border-radius: 50px;
}
.footer-content p {
    display: inline-block;
    padding-left: 5px;
    width: 80%;
}
.footer h3 {
	font-size: 18px;
	margin: 0 0 8px;
	padding: 0 0 6px;
	letter-spacing: 1px;
	color: #fff;
}
.footer .footer-links ul {
	margin: 0px;
	padding: 0px
}
.footer .footer-links ul li {
	list-style-type: none;
	padding: 0px 0 12px;
}
.footer .footer-links ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	margin-right: 5px
}
.footer .footer-links ul li a {
	transition: all .3s ease-in-out 0s;
	color: #ccc;
}
.footer .footer-links ul li a:hover {
	transition: all .3s ease-in-out 0s;
	padding-left: 10px;
	color: #fff
}
@media screen and (max-width: 768px) {
    #navbarsMenu {
        position: absolute;
    top: 120%;
    background: white;
    z-index: 2;
    width: 95%;
    }
    .bp_megamenu_ads_content p {
        display:grid;
        gap: 10px;
    }
    .logo__header {
        text-align: center;
    }
}
.header-top {
    background-color: #000;
    border-bottom: 1px solid #000;
    width: 100%;
    color: #eee;
}
.offer-content-text {
    text-align: left;
}
.offer-content-text p {
    font-size: 12px;
    color: #eee;
    padding: 4px 0px 0px;
    margin: auto;
}
.offer-content-text p {
    font-size: 12px;
    color: #eee;
    padding: 4px 0px 0px;
    margin: auto;
}
.offer-content-text span {
    font-weight: 400;
    color: #f98180;
}
.headerlinkmenu {
    line-height: normal;
    display: inline-block;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 2px;
    font-weight: 300;
    color: #eee;
}
.welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px 18px 0px 0;
    margin: 0px 6px 0 0;
    color: #eee;
    line-height: 16px;
}
.headerlinkmenu ul.links {
    display: inline-block;
    float: right;
    padding: 0px;
    margin: auto;
}
.language-currency-wrapper {
    display: inline-block;
}
.language-currency-wrapper .block {
    margin: 0;
    position: relative;
    border-bottom: none;
    display: inline-block;
}
.language-currency-wrapper .block.block-currency {
    margin-left: 15px;
    color: rgba(255,255,255,0.8);
}
.headerlinkmenu ul.links li {
    display: inline-block;
    text-align: right;
    margin-left: 10px;
}
.header-top a {
    color: #eee;
}
.header-top .swiper {
    height: 50px;
}
.header-top .swiper-slide {
    background: transparent;
    justify-content: start;
}
.bp_cls_cart_quantity {
    background-color: #ff7878 !important;
    top: 15% !important;
}
.bp_news_info {
    display: none;
}
#btnEmpty {
    display: none;
}
#btnSignin,#btn-checkout {
        background: #f23534;
    padding: 6px 16px;
    font-size: 12px;
    border: 1px solid #f23534;
    color: #fff;
}
#btn-continue {
    font-size: 12px;
    border: none;
    background: transparent;
}
@media screen and (max-width: 992px) {
    .owl-carousel .owl-nav {
        top: -9%;
}
    .promotion-center .text_large {
        font-size: 24px;
        margin: 10px 5%;
    }
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-nav {
        top: -11%;
    }
    .slide-text h2 {
            font-size: 42px;
    }
    .slide-text p {
        width: 100%;
    }
    .slide-text h1 {
        font-size: 20px;
        margin: 35px 0;
    }
    .slide-text p {
        font-size: 12px;
    }
}
@media screen and (max-width: 456px){
.owl-carousel .owl-nav {
    top: -14%;
}
.headerlinkmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
}