
    .oxaba_mene {
        background-color: black;
    }

    .oxaba_mene div {
        width: 70%;
        margin: 0 auto;
    }

    .oxaba_mene div ul {
        display: flex;
        margin: 0 auto;
        justify-content: space-evenly;
        padding: 30px 0px !important;
        list-style: none;
    }

    .oxaba_mene div ul li {
        list-style: none;
    }

    .oxaba_mene div ul li p {
        color: white;
        text-align: center;
        margin-top: 5px;
    }

    .oxaba_content {
        margin: 20px 0px;
    }

    .content_top {

        display: flex;
        flex-wrap: nowrap;
    }

    .content_top img {
        height: 725px;
    }

    .oxaba_top_left,
    .oxaba_top_right {
        width: 50%;
        position: relative;
    }

    .oxaba_top_left {
        border-right: 0.3px solid #9A95AA;
        border-bottom: 0.3px solid #9A95AA;
    }

    .oxaba_top_right {
        border-bottom: 0.3px solid #9A95AA;
    }

    .top_left_text {
        position: absolute;
        left: 15%;
        width: 400px;
        color: white;
        bottom: 8%;
    }

    .top_left_text h2 {
        color: white;
        font-weight: 700;
    }

    .top_left_text p {
        color: white;
    }

    .top_right_top {
        width: 100%;
        position: absolute;
        top: 8%;
        text-align: center;
    }

    .top_right_top h1 {
        color: white;
        font-weight: 700;
        font-size: 25px;
    }

    .top_right_left {
        position: absolute;
        top: 35%;
        left: 9%;
        width: 120px;
    }

    .top_right_left h1 {
        font-weight: 700;
        font-size: 30px;
    }

    .top_right_right {
        position: absolute;
        top: 29%;
        right: 7%;
        width: 120px;
    }

    .top_right_right h1 {
        font-weight: 700;
        font-size: 25px;
    }

    .top_right_btn {
        width: 100%;
        position: absolute;
        bottom: 4%;
        text-align: center;
    }

    .top_right_btn h2 {
        font-size: 20px;
        color: white;
    }

    .content_con img {
        height: 725px;
    }

    .oxaba_con_left,
    .oxaba_con_right {
        width: 50%;
        position: relative;
    }

    .oxaba_con_left {
        border-right: 0.3px solid #9A95AA;
        border-bottom: 0.3px solid #9A95AA;
    }

    .oxaba_con_right {
        border-bottom: 0.3px solid #9A95AA;
    }

    .con_left_text {
        position: absolute;
        left: 15%;
        width: 400px;
        color: white;
        top: 10%;
    }

    .con_left_text h2 {
        color: white;
        font-weight: 700;
    }

    .con_right_text {
        position: absolute;
        right: 15%;
        width: 400px;
        color: white;
        top: 8%;
    }

    .con_right_text h2 {
        color: white;
        font-weight: 700;
    }

    .content_con {
        display: flex;
        flex-wrap: nowrap;
    }

    .content_btn {
        display: flex;
        flex-wrap: nowrap;
    }

    .content_btn img {
        height: 725px;
    }

    .oxaba_btn_left,
    .oxaba_btn_right {
        width: 50%;
        position: relative;
    }

    .btn_left_text {
        position: absolute;
        left: 15%;
        width: 400px;
        color: white;
        top: 6%;
    }

    .btn_left_text h2 {
        color: white;
        font-weight: 700;
    }

    .btn_right_text {
        position: absolute;
        right: 15%;
        width: 400px;
        color: white;
        top: 6%;
    }

    .btn_right_text h2 {
        color: white;
        font-weight: 700;
    }

    .oxaba_btn_left {
        border-right: 0.3px solid #9A95AA;
    }

    .oxaba_foot {
        position: relative;
    }

    .foot_text {
        position: absolute;
        left: 10%;
        width: 400px;
        top: 27%;
    }

    .product_text {
        text-align: center;
        padding: 30px 0;
    }

    .product_text h1 {
        margin: 0;
        font-size: 30px;
        font-weight: 700;
    }

    .product_text p {
        margin: 0;
        font-size: 20px;
    }

    .product_salide ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: space-evenly;
    }

    .product_salide ul li {
        list-style: none;
        width: 48%;
        margin-bottom: 20px !important;
    }

    .product_salide ul li h3 {
        font-weight: 700;
        color: white;
        margin-bottom: 0;
        font-size: 22px;
    }

    .product_salide ul li div {
        padding: 10px 30px;
    }

    .product_salide ul li span {
        color: white;
    }

    .product_salide ul li p {
        color: white;
        margin: 0;
    }
    @media screen and (max-width:1199px) {
        .content_top{
            flex-wrap: wrap;
        }
        .oxaba_top_left, .oxaba_top_right{
            width: 100%;
        }
        .oxaba_top_left{
            border: none;
        }
        .oxaba_top_left img{
            border-bottom: 0.3px solid #9A95AA;
        }
        .top_right_left{
            left: 24%;
        }
        .top_right_right{
            right: 21%;
        }
        .content_con{
            flex-wrap: wrap;
        }
        .oxaba_con_left{
            border: none;
        }
        .con_left_text{
            left: 28%;
        }
        .con_right_text{
            right: 28%;
        }
        .oxaba_top_right img{
            border-bottom: 0.3px solid #9A95AA;
        }
        .oxaba_con_left img{
            border-bottom: 0.3px solid #9A95AA;
        }
        .oxaba_con_right img{
            border-bottom: 0.3px solid #9A95AA;
        }
        .oxaba_btn_left img{
            border-bottom: 0.3px solid #9A95AA;
        }
       .content_btn{
            flex-wrap: wrap;
        }
        .oxaba_btn_right{
            width: 100%;
            border: none;
        }
         .btn_right_text{
            right: 28%;
        }
         .oxaba_btn_right img{
            border-bottom: 0.3px solid #9A95AA;
         }
         .oxaba_foot img{
            width: 100%;
         }
          .product_salide ul li{
            width: 48%;
        }
        .oxaba_con_left, .oxaba_con_right{
            width: 100%;
        }
        .oxaba_top_right{
            border: none;
        }
        .oxaba_con_right{
            border: none;
        }
        .oxaba_btn_left, .oxaba_btn_right{
            width: 100%;
        }
        .btn_left_text{
            left: 28%;
        }
        .foot_text{
            left: 2%;
            top: 10%;
        }
        .top_left_text{
            left: 28%;
        }
       }
    @media screen and (max-width:991px) {
        .oxaba_mene div ul li{
            width: 15%;
        }
        .oxaba_mene div ul li p{
            font-size: 10px;
        }
        .top_left_text{
            left: 0;
            width: 100%;
            text-align: center;
            padding: 0 80px;
        }
        .top_right_left{
            left: 12%;
        }
        .top_right_right{
            right: 9%;
        }
        .con_left_text{
            left: 0;
        width: 100%;
        text-align: center;
        padding: 0 80px;
        }
        .con_right_text{
            right: 0;
            width: 100%;
            text-align: center;
            padding: 0 80px;
        }
        .btn_left_text{
             left: 0;
            width: 100%;
            text-align: center;
            padding: 0 80px;
        }
        .btn_right_text{
            right: 0;
        width: 100%;
        text-align: center;
        padding: 0 80px;
        }
    }
    @media screen and (max-width:768px) {
        .oxaba_mene div{
            width: 99%;
        }
        .top_left_text{
            padding: 0;
        }
        .top_right_left{
            left: 10%;
            width: 95px;
        }
        .top_right_left h1{
            font-size: 20px;
        }
        .top_right_right{
            right: 4%;
            width: 95px;
        }
        .top_right_right h1{
            font-size: 20px;
        }
            .foot_text {
        left: 2%;
        top: 5%;
    }
        .foot_text h2{
            font-size: 12px;
        }
        .foot_text h4{
            font-size: 8px;
        }
        .foot_text p{
            margin: 0;
            font-size: 10px;
        }
        .product_text h1{
            font-size: 20px;
        }
        .product_text p{
            font-size: 14px;
        }
        .product_salide ul li{
            width: 100%;
        }
    }
    @media screen and (max-width:485px) {
        .top_left_text h2{
            font-size: 12px;
        }
        .top_left_text p{
            font-size: 10px;
        }
        .top_right_left h1{
            font-size: 12px;
        }
        .top_right_left{
            width: 65px;
        }
        .top_right_right h1{
            font-size: 12px;
        }
        .top_right_right{
            width: 65px;
        }
        .top_right_top h1{
            font-size: 16px;
        }
        .top_right_btn h2{
            font-size: 14px;
        }
        .con_left_text h2{
            font-size: 12px;
        }
        .con_left_text p{
            font-size: 10px;
        }
        .con_right_text h2{
            font-size: 12px;
        }
        .con_right_text {
            font-size: 10px;
        }
        .btn_left_text h2{
            font-size: 12px;
        }
        .btn_left_text p{
            font-size: 10px;
        }
        .btn_right_text h2{
            font-size: 12px;
        }
        .btn_right_text p{
            font-size: 10px;
        }
    }

    .fury_text,
    .fury_text1,
    .fury_text2,
    .fury_text3 {
        position: relative;
    }

    .text_img {
        position: absolute;
        top: 10%;
        right: 0%;
        width: 50%;
        text-align: center;
    }

    .text_img div {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
        padding: 20px;
        justify-content: center;
    }

    .text_img div p {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 2px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
        font-family: Arial, sans-serif;
    }

    .text_img h3 {
        font-size: 45px;
        font-weight: 700;
    }

    .text_img h1 {
        font-weight: 700;
        font-size: 65px;
    }

    .text_img1 {
        width: 100%;
        position: absolute;
        bottom: 5%;
        text-align: center;
        font-size: 50px;
        color: white;
        font-weight: 700;
    }

    .text_img2 {
        width: 60%;
        position: absolute;
        top: 3%;
        left: 20%;
        text-align: center;
        font-size: 47px;
        color: white;
        font-weight: 700;
    }

    .text_img3 {
        width: 80%;
        position: absolute;
        bottom: 5%;
        left: 10%;
        text-align: center;
        font-size: 40px;
        color: white;
        font-weight: 700;
    }

    .text_img4 {
        width: 60%;
        position: absolute;
        top: 3%;
        left: 20%;
        text-align: center;
        font-size: 47px;
        color: #1B7BDC;
        font-weight: 700;
    }


    .fury_product ul {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .fury_product ul li {
        width: 30%;
        list-style: none;
        padding-bottom: 10px !important;
    }

    .fury_product ul li p {
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 10px;
        color: white;
        font-weight: 700;
    }

    .fury_product ul li img {
        width: 100%;
    }

    @media screen and (max-width:1199px) {
        .fury_product ul li {
            width: 45%;
        }

        .text_img h3 {
            font-size: 26px;
        }

        .text_img div p {
            width: 85px;
            height: 85px;
        }

        .text_img h1 {
            font-size: 50px;
        }

        .text_img1 {
            font-size: 40px;
        }

        .text_img2 {
            width: 40%;
            left: 30%;
            font-size: 26px;
        }

        .text_img3 {
            font-size: 26px;
        }

        .text_img4 {
            font-size: 26px;
            top: 8%;
        }
    }

    @media screen and (max-width:991px) {
        .text_img h3 {
            font-size: 16px;
        }

        .text_img div p {
            width: 40px;
            height: 40px;
            font-size: 12px;
        }

        .text_img h1 {
            font-size: 26px;
        }

        .text_img1 {
            font-size: 20px;
        }

        .text_img3 {
            font-size: 18px;
        }

        .fury_product img {
            width: 49%;
        }

        .fury_product ul li p {
            font-size: 12px;
        }
    }

    @media screen and (max-width:767px) {
        .text_img2 {
            font-size: 16px;
        }

        .text_img4 {
            font-size: 16px;
        }

        .text_img3 {
            font-size: 12px;
        }
    }

    @media screen and (max-width:460px) {
        .fury_product ul li {
            width: 100%;
        }

        .text_img h3 {
            font-size: 12px;
        }

        .text_img div {
            gap: 4px;
            margin-bottom: 0;
        }

        .text_img div {
            font-size: 16px;
        }
    }


.dojo_top{	
	position: relative;
}
.dojo_top_text{
	position: absolute;
	top: 10%;
	left: 5%;
}
.dojo_top_text h1{
	color: white;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 0;
}
.dojo_top_text h3{
	font-size: 35px;
	color: white;
	font-weight: 700;
}
.dojo_top_text p{
    font-size: 20px;
    color: white;
    width: 45%;
}
.dojo_coent{
	padding-top: 10px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.dojo_coent1,.dojo_coent2,.dojo_coent3,.dojo_coent4{
	width: 47%;
    margin: 20px 10px;
	position: relative;
}
.dojo_coent1 div{
    position: absolute;
    color: white;
    font-weight: 700;
   width: 35%;
    bottom: 10%;
    font-size: 25px;
    left: 5%;
}
.dojo_coent2 div{
    position: absolute;
    color: black;
    font-weight: 700;
    width: 35%;
    bottom: 10%;
    font-size: 25px;
    left: 5%;
}
.dojo_coent3 div{
    position: absolute;
    color: white;
    font-weight: 700;
    width: 35%;
    bottom: 10%;
    font-size: 25px;
    left: 5%;
}
.dojo_coent4 div{
    position: absolute;
    color: black;
    font-weight: 700;
     width: 35%;
    bottom: 10%;
    font-size: 25px;
    left: 5%;
}
.dojo_foot{
	position: relative;
	padding-top: 10px;
}
.dojo_font{
	position: absolute;
	top: 20%;
	left: 6%;
}
.dojo_font h1{
	font-weight: 700;
	font-size: 50px;
}
.dojo_font p{
	font-weight: 600;
}
.dojo_product ul{
    display: flex;
        flex-wrap: wrap;
    justify-content: space-evenly;
}
.dojo_product ul li{
    list-style: none;
    width: 48%;
    margin-top: 15px !important;
}
.dojo_product ul li h2{
    color: white !important;
    font-weight: 700;
}
.dojo_product ul li div{
    padding: 20px;
}
.dojo_product ul li p{
    color: white !important;
}
@media screen and (max-width:1199px) {
	.dojo_top_text h1{
		font-size: 40px;
	}
	.dojo_top_text {
		font-size: 25px;
	}
	.dojo_top_text p{
		font-size: 16px;
	}
	.dojo_coent1 div,.dojo_coent2 div,.dojo_coent3 div,.dojo_coent4 div{
		width: 45%;
		font-size: 16px;
	}
}
@media screen and (max-width:991px) {
	.dojo_top_text p{
		font-size: 12px;
	}
	.dojo_top_text h1{
		font-size: 30px;
	}
	.dojo_top_text h3{
		font-size: 20px;
	}
	.dojo_coent1 div,.dojo_coent2 div,.dojo_coent3 div,.dojo_coent4 div{
		width: 35%;
		font-size: 24px;
		left: 7.5%;
	}
	.dojo_coent1, .dojo_coent2, .dojo_coent3, .dojo_coent4{
		width: 100%;
	}
	.dojo_font {
		top: 10%;
	}
	.dojo_font h1{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.dojo_font p{
		font-size: 12px;
	}
}
@media screen and (max-width:767px) {
	.dojo_top img{
		display: none;
	}
	.dojo_top_text {
		background: url(https://www.hiliqjp.com/media/wysiwyg/Product-Details/____02.jpg) no-repeat;
		background-size: 100% 100%;
		position: static;
		text-align: center;
		padding-bottom: 25%;
	}
	.dojo_top_text p{
		width: 95%;
		margin: 0 auto;
	}
	.dojo_top_text h1{
		padding-top: 40px;
	}
    .dojo_product ul li{
        width: 95%;
    }
}
@media screen and (max-width:436px) {
	.dojo_coent1 div, .dojo_coent2 div, .dojo_coent3 div, .dojo_coent4 div{
		font-size: 15px;
	}
}

.oxbar-pro ul{
	width: 80%;
	margin: 50px auto !important;
	display: flex;
	justify-content: space-around;
}
.oxbar-pro ul li{
	list-style: none;
	width: 15%;
}
.oxbar-pro ul li p{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: black;
}
.oxbar_iuc{
	width: 80%;
	margin: 0 auto;
}
.oxbar_iuc h2{
	font-size: 35px;
	border-bottom: 1px solid;
	font-weight: 600;
}
.iuc_ox{
	margin: 40px 0;
    display: flex;
    background-color: #FFE80A;
    padding: 20px 30px 0px 30px;
}
.iuc_ox_left,.iuc_ox_right{
	width: 50%;
}
.iuc_ox_left P{
	text-align: center;
	font-weight: 700;
}
.iuc_ox_right div{
    font-size: 14px;
    margin-left: 30px;
    line-height: 2.5;
}
.iuc_ox_right div h4{
	font-weight: 700;
	font-size: 16px;
}
.iuc_ox_right div p{
	margin: 0 !important;
}
.oxbar_yicu{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.oxbar_yicu div{
	display: flex;
	align-items: center;
}
.oxbar_yicu div b{
	font-weight: 700;
	font-size: 16px;
}
.oxbar_yicu div img{
	width: 120px;
	margin: 0 !important;
}
.oxbar_yicu div p{
	font-size: 20px;
	font-weight: 700;
}
.oxbar_yicu div p span{
	font-weight: 500;
	font-size: 16px;
}
.oxbar_loic{
	width: 80%;
	margin: 30px auto;
}
.loic_bx{
	    display: flex;
    background-color: black;
    align-items: center;
    justify-content: flex-start;
	margin-bottom: 10px;
}
.loic_bx img{
	width: 120px;
	margin: 0 !important;
}
.loic_bx p{
	color: white;
}
.loic_bx p b{
	font-size: 20px;
	color: #00BF1C;
}
.loic_bx p span{
	font-size: 16px;
}
.oxbar_product{
	    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.oxbar_product h2{
	font-size: 35px;
    border-bottom: 1px solid;
    font-weight: 600;
}
.oxbar_product ul{
	display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
}
.oxbar_product ul li{
	list-style: none;
	width: 30%;
}
.oxbar_product ul li img{
	display: inline;
}
.oxbar_product ul li div h5{
	color: white;
    background-color: black;
    text-align: center;	
    padding: 10px;
    font-size: 12px;
}
.oxbar_product ul li div p{
	    color: black;
    margin: 20px 0;
}
.oxbar_fout{
	width: 80%;
	margin: 0 auto;
}
.oxbar_fout h2{
		font-size: 35px;
    border-bottom: 1px solid;
    font-weight: 600;
}
.fout_fox{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.fout_fox_left h3{
	font-weight: 600;
	font-size: 20px;
}
.left_fox1{
	display: flex;
	justify-content: space-between;
}
.left_fox1 p{
	border: 1px solid #939297;
	    padding: 20px 30px;
		margin-bottom: 0;
		font-weight: 700;
}
.fout_fox_left{
	width: 60%;
}
.fout_fox_right{
	width: 35%;
}
.left_fox2{
	display: flex;
	justify-content: space-between;
}
.left_fox2 p{
	border: 1px solid #939297;
	    padding: 20px 30px;
		font-weight: 700;
		width: 24%;
}
@media screen and (max-width:1200px) {
	.left_fox1 p{
		    padding: 5px 5px;
	}
		.left_fox2 p{
		    padding: 5px 5px;
	}
}
@media screen and (max-width:991px) {
	.iuc_ox{
		display: block;
	}
	.iuc_ox_left,.iuc_ox_right{
		width: 100%;
	}
	.oxbar_yicu div img{
		display: none;
	}
	.oxbar_yicu div{
		padding: 0 20px;
	}
	.loic_bx img{
		display: none;
	}
	.loic_bx{
		padding: 0 20px;
	}
	.oxbar_product ul li{
		width: 49%;
	}
	.fout_fox{
		flex-direction: column-reverse;
	}
	.fout_fox_left{
		width: 100%;
		margin-top: 35px;
	}
	.fout_fox_right{
		width: 100%;
	}
	.left_fox1 p{
		border: none;
	}
	.left_fox2 p{
		border: none;
	}
}
@media screen and (max-width:769px) {
	.oxbar-pro ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.oxbar-pro ul li{
		width: 40%;
	}
	.oxbar_iuc{
		width: 100%;
	}
	.oxbar_yicu{
		width: 100%;
	}
	.oxbar_loic{
		width: 100%;
	}
	.oxbar_product{
		width: 100%;
	}
	.oxbar_fout{
		width: 100%;
	}
	.oxbar-pro ul li img{
		width: 120px;
	}
}
