@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    background: #fbfbfb;
}
ol, ul, p, h1, h2, h3, h4, h5 {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
a {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
header {
    width: 100%;
    height: 60px;
    max-width: 768px;
    position: fixed;
    background: white;
    text-align: center;
    top: 0;
    left: 50%;
    z-index: 10;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    display: flex;
	background: url("../images/index/bg-top.jpg") no-repeat center top;
}
.container {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
.contant {
    position: relative;
    height: 605px;
}
.logo {
    height: 60px;
}
img.img-fluid.logo {
    display: block;
    margin: 0px auto;
}
.nav-ico {
    width: 20%;
}
.logo-mobile {
    width: calc(100% - 40%);
    display: block;
    float: left;
}
.static {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.img-logo-bg {
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 32%;
}
.img-logo {
    position: absolute;
    bottom: 5%;
    right: 33%;
    width: 11%;
}
.web-header {
    margin-top: 60px;
    position: relative;
    background: url("../images/banner-0.jpg") no-repeat center top;
    height: 605px;
}
.web-content {
}
.web_img ul li:first-child {
    margin-left: 0px;
    width: 100%;
}
.web_img ul li:nth-child(even) {
    margin-left: 0px;
}
.web_img2 ul li:first-child {
    /* margin: 0px; */
    width: 100%;
}
.web_img2 ul li:nth-child(even) {
    margin-left: 0px;
}
.in-btn {
    display: flex;
}
.web_img2 ul li {
    padding: 10px;
    border: 1px solid #ffffff;
    /* width: 48%; */
    float: left;
    background: #f5f5f5;
}
/*********************************** Slide ***************************************/
.wrap-banner {/* max-width:768px; */
    margin: 0 auto;
    position: relative;
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #710800;
}
.wrap-banner img {
    display: block;
    margin: 0px auto;
    width: 100%;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fffffe;
    text-align: center;
    opacity: 0.5;
    transform: translateY(-50%);
    top: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    font-size: 42px;
    line-height: 0px;/* transform: translateY(-50%); *//* top: 50%; */
}
/***************************/
/*start mobile menu overlay*/
/***************************/
.mobile-menu-trig {
/*display: none;*/
}
.mobile-menu-trig:hover {
    cursor: pointer;
}
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}
.overlay ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.overlay ul.sub-menu {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-style: italic;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.60); /* Black w/opacity */
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}
.overlay li.current-menu-item a {
    color: #fff;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
    text-decoration: none;
}
.overlay .closebtn {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 50px;
    padding: 3px;
    line-height: 37px;
}
.overlay .closebtn:hover, .overlay .closebtn:focus {
    text-decoration: none;
    outline: none;
}

@media screen and (max-height: 450px) {
.overlay .closebtn {
    font-size: 60px;
    top: 15px;
    right: 35px;
}
.overlay-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 800px) {
nav#site-navigation {
    display: none;
}
.mobile-menu-trig {
    display: inline;
    float: left;
    /* width: 55%; */
		/* margin: 10px; */
    position: relative;
    top: 8px;
    left: 10px;
}
}
/*************************/
/*end mobile menu overlay*/
/*************************/
.content-top {
    display: flex;
    position: relative;
}
.location {
    flex: 1 0 auto;
    padding-top: 6px;
    color: #000;
}
.location a {
    color: #000;
}
.snav {
    flex: 0 1 auto;
    text-align: right;
}
.drop-down {
    position: relative;
}
.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    border: 1px solid #720000;
    width: 150px;
    border-radius: 2px;
    text-decoration: none;
    color: #720000;
}
.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    text-align: center;
}
.drop-down .option {
    position: relative;
}
.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    /* left:0px; */
  /* top:32px; */
    width: auto;
    min-width: 150px;/* border:1px solid #d7d7d7; */
}
.drop-down .selected span.value, .drop-down .options span.value {
    display: none;
}
.drop-down .options ul li a {
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    border-right: 1px solid #bfbfbf;
}
.drop-down .options ul li a:hover {
    background: linear-gradient(180deg, #8a3dfd , #f62986) border-box;
    color: #fff;
    transition: 0.2s ease;
}
.drop-down .options ul li a.active {
    background: linear-gradient(180deg, #8a3dfd , #f62986) border-box;
    color: #fff;
}
.btn-all {
    display: none;
}
.web_img {
    margin-top: 20px;
    display: inline-block;
}
.web_img ul li {
    width: 48%;
    float: left;
    margin-left: 13px;
    padding: 3px;
    border: 1px solid #adabab;
    margin-bottom: 15px;
}
.btn-html {
    flex: 1 0 auto;
    width: 50%;
    background: none;
    color: #333 !important;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #cecece;
}
.btn-demo {
    flex: 0 1 auto;
    width: 50%;
    text-align: right;
}
a.btn-demo {
    background:linear-gradient(180deg, #8b3dfc, #f42988) border-box;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #cecece;
}
.web_img2 {
    /* margin-top: 20px; */
    display: block;
    width: 100%;
    border-top: 1px solid #cecece;
}
.btn-page {
    background: #333333;
    text-align: center;
    color: #fff;
    padding: 5px;
    width: 100%;
}
.btn-page:hover {
    background: #8a8686;
    text-decoration: none;
    color: #fff;
}
.title-all {
    font-weight: bold;
    border-bottom: 1px solid #adabab;
    margin-bottom: 8px;
    color: #333333;
    display: none;
}
figure.snip1409 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    /* min-width: 230px; */
  /* max-width: 315px; */
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    background-color: #000000;
    max-height: 445px;
    margin-bottom: 15px;
}
figure.snip1409 *, figure.snip1409 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
figure.snip1409 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
figure.snip1409:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
    opacity: 0;
}
figure.snip1409 i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    z-index: 2;
}
figure.snip1409 .qr {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    z-index: 2;
}
figure.snip1409 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
figure.snip1409:hover img, figure.snip1409.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
figure.snip1409:hover:after, figure.snip1409.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
figure.snip1409:hover i, figure.snip1409.hover i, figure.snip1409:hover .qr {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
figure.snip1409 .qr img {
    opacity: 1;
    backface-visibility: visible;
    z-index: 1000;
    position: relative;
}
.qr p {
    font-size: 14px;
}

.qr img {
    height: 115px;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}




.web_img2 ul li:nth-child(odd) {
/* margin-left: 4%; */
}
.web_img2 ul li:first-child {
    margin-left: 0px;
}
.snav {
    display: none;
}
.snav2 {
    display: block;
}
.options {
    position: absolute;
    z-index: 10;
}
.footer {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.web_index ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

img {
    max-width: 100%;
}

.btn-item {
    color: #fff;
    margin-bottom: 10px;
}

.menu-wrap {
    padding: 20px;
}

.btn-item h5 {
    font-size: 16px;
    font-weight: bold;
}

.menu-img img {
    /* width: 50%; */
}

.wrap-flx {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,1fr);
}
.inf p {
    /* padding: 0px 20px; */
    color: #858585;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.inf p {
    padding: 0px 20px;
    color: #858585;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

span.icon-i {
    color: #f9018d;
    display: flex;
    gap: 8px;
    font-weight: bold;
}

.cmp {
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: absolute;
    bottom: 20px;
}
.web_index2 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px 5%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.web_index2 {
    padding-top: 40px;
    border-top: 1px solid #bfbfbf;
}
.inf.inf-2 {
    min-height: 285px;
    background: #fff;
    padding-top: 0px;
    height: 370px;
    position: relative;
}
.inf.inf-3 {
    min-height: 285px;
    background: #fff;
    padding-top: 0px;
    height: 315px;
    position: relative;
}
.web-header .embed-container{height: 403px;
    overflow: hidden;
    max-width: 100%;
    width: 713px;
    margin: 0px auto;
    position: relative;
    top: 31%;
    box-shadow: 0px 0px 13px 6px #d3b313;
	
	
}



@media (min-width: 1440px) {

	.inf.inf-3 {
    min-height: 285px;
    background: #fff;
    padding-top: 0px;
    height: 250px;
    position: relative;
}


}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.web_index ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}
	.web_index2 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}
}

@media (min-width: 768px) {
header {
    display: none;
}
.web-content {
    margin-top: 0px;
}
.web-header {
    margin-top: 0px;
}
.options ul {
    display: block !important;
}
#mob figure.snip1409 {
    background: #f5f5f5;
    width: 300px;
    margin: 0px auto;
    margin-bottom: 25px;
    max-height: 535px;
}
.selected {
    display: none;
}
.options ul li {
    float: left;
}
.drop-down .options ul {
    width: auto;
    top: 0px;
    position: relative;
}
.drop-down .options ul li a {/* margin-right: 5px; */
}
.btn-all ul li a {
    background: linear-gradient(180deg, #8b3dfc, #f42988) border-box;
    padding: 5px 30px;
    color: #fff;
}
.btn-all ul li a:hover {
    background: #333333;
    color: #fff;
    transition: 0.2s ease;
    text-decoration: none;
}
.btn-all ul li a.active {
    background: #333333;
}
.btn-all ul li {
    float: left;
    margin-left: 5px;
}
.btn-all {
    display: inline-block;
    margin-top: 50px;
}
.btn-all ul li:first-child {
    margin: 0px;
}
.web_img ul li {
    width: 19%;
    float: left;
    margin-left: 11px;
    margin-bottom: 15px;
}
.web_img {
    margin-top: 25px;
    display: flow-root;
}
.web_img ul li:first-child {
    margin: 0px;
    width: 19%;
}
.web_img ul li:nth-child(even) {
    margin-left: 11px;
}
.web_img ul li:nth-child(5n+1) {
    margin-left: 0px;
}
.web_img ul li:nth-child(12n-1) {
/* margin-left: 0px; */

}
.web_img2 ul li {
    width: 33.3333%;
    float: left;
    /* margin-left: 1%; */

    padding: 30px;
    border: 1px solid #ffffff;
    background: #f5f5f5;
}
.web_img2 ul li:nth-child(odd) {
/* margin-left: 1%; */
}
/*figure.snip1409 {
max-height: 235px; 
}*/
.web_img2 {
/* margin-top: 25px; */
}
.web_img2 ul li:first-child {
    margin: 0px;
    width: 33.3333%;
}
.web_img2 ul li:nth-child(even) {
/* margin-left: 1%; */
}
.web_img2 ul li:nth-child(9n-4) {
    margin-left: 0px;
}
.web_img2 ul li:nth-child(10n-1) {
    margin-left: 0px;
}
.in-btn {
    display: flex;

}
.btn-html {
    flex: 1 0 auto;
    width: 50%;
    background: none;
    color: #333 !important;
    text-align: center;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 18px;
    margin-right: 2%;
}
.btn-demo {
    flex: 0 1 auto;
    width: 50%;
    text-align: right;
}
.btn-demo {
    background: linear-gradient(180deg, #8b3dfc, #f42988) border-box;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.btn-demo:hover {
    background: #8a8686;
    color: #fff;
    text-decoration: none;
}
.snav {
    display: block;
}
.snav2 {
    display: none;
}
.options {
    position: relative;
    z-index: 10;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    font-size: 66px;
    line-height: 0px;
}
}
a.btn-html:hover {
    text-decoration: none;
}
.web_index {
    border-top: 1px solid #bfbfbf;
    padding-top: 30px;
}

.nw-wrap-in {
    /* background: #fff; */
    /* margin-top: -100px; */
    /* padding-top: 200px; */
}
.img-prd {
/* margin-top: 100px; */
}
.img-prd img {
    margin: 0px auto;
    margin-top: -142px;
    width: 100%;
    display: block;
}
.nw-wrap {
    padding-top: 100px;/* max-width: 603px; */
}
.inf {
    padding: 0px 20px;
    height: 285px;
    background: #fff;
    padding-top: 30px;
    position: relative;
    border-radius: 0px 0px 18px 18px;
}
.inf h4 {
    text-align: center;
    color: #f9018d;
}
.ul-in {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.li-in {
    display: flex;
    gap: 5px;
}
.btn-view {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-weight: bold;
    color: #d1067c;
    border-radius: 18px;
    position: relative;
    border: none;
    display: block;
    text-align: center;
}
.btn-view:after {
    content: "";
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    border: 3px solid transparent;
    background: linear-gradient(180deg, #8b3dfc, #f42988) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.btn-view:hover {
    background: linear-gradient(180deg, #8b3dfc, #f42988) border-box;
    color: #fff;
}
.line {
    content: "";
    background: url("../images/index/diamond.png") repeat-x;
    left: 0px;
    background-size: 17%;
    opacity: 0.7;
}
.inf .line {
    position: relative;
    padding: 0px;
    margin: 15px 0px;
    height: 6px;
    width: 100%;
}

@media (max-width:1280px) {
.web_index ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
}
	.web_index2 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
}
.inf {
    padding: 0px 20px;
    height: 350px;
    background: #fff;
    padding-top: 15px;
    border-radius: 0px 0px 18px 18px;
}
    .inf h4{margin:0px 20px}
    .ul-in{padding: 0px 10px;}
    .inf.inf-2 {
    height: 400px;
}
	.inf.inf-3 {
    height: 400px;
}
}

@media only screen and (device-width: 768px) {
.web_img2 ul li:first-child {
    margin: 0px;
    width: 50%;
}
.web_img2 ul li {
    width: 50%;
    float: left;
    padding: 30px;
    border: 1px solid #ffffff;
    background: #f5f5f5;
}
figure.snip1409 {
    max-height: 250px;
}
}
.d-yout {
    display: block;
}
.m-yout {
    display: none;
}


.embed-container {
    height: 403px;
    overflow: hidden;
    max-width: 100%;
    width: 713px;
    margin: 0px auto;
    position: relative;
    top: 31%;
    box-shadow:none;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    /* box-shadow: 0px 0px 5px 8px #b09510; */
}
.web_img2 ul {
    display: flex;
    flex-wrap: wrap;
}
.ttl-in {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    background: #cecece;
}
.web-content {
	position: relative;
	z-index: 199;
}

@media (max-width:768px) {
	.web-header .embed-container {
    height: 150px;
    top: 11%;
    box-shadow: 0px 0px 13px 6px #d3b313;
    width: auto;
    max-width: 270px;
}
.embed-container {
    height: 150px;
    top: 11%;
    
    width: auto;
    max-width: 270px;
}
.d-yout {
    display: none;
}
.m-yout {
    display: block;
}
.web_img2 ul {
    display: grid;
}
.web-header {
	background: url("../images/banner-m.jpg") no-repeat center top;
    background-size: cover;
    height: 223px;
	
}
.inf {
    padding: 0px 20px;
    min-height: 315px;
    background: #fff;
    padding-top: 30px;
    /* margin-top: -165px; */
    border-radius: 10px;
    height: auto;
}
.web_index ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}
	.web_index2 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}
	
	.inf p {
    padding: 0px 10px;
}

.ul-in {
    padding: 0px 10px;
}
}

@media (max-width:560px) {
.web_index ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    margin-top: 15%;
}
	.web_index2 ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    margin-top: 15%;
}
.nw-wrap {
    padding-top: 50px;
}
	.web_index2{padding-top: 0px;}	
	
.web_index2 ul li {
    margin-bottom: 55px;
}	
.web_index ul li {
    margin-bottom: 55px;
}	
	
.inf.inf-2 {
    height: 300px;
}	
.inf.inf-3 {
    height: 300px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
}



@media (max-width: 1200px) {

	.web_img2 ul {
		
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		
}
	.web_img2 ul li{ width: 100% !important;}
	
	
	}	



@media (max-width: 768px) {

	.web_img2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	

}
	
	

@media (max-width: 480px) {

.promo-content {
    grid-template-columns: repeat(1, 1fr);
}
	.web_img2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	.web_img2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}















