.advise{position: absolute; top: -35px; right: 0; left: 0; margin: auto; background-color: #fff; box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%); z-index: 3;}
.advise .form-item label.error{position: absolute; top: 0; left: calc(100% - 22px); line-height: 40px;}
@media (min-width: 320px){
    .advise{padding: 15px 15px 0;}
    .advise .form-item{float: left; width: calc((100% - 15px)/2); margin-bottom: 15px;}
    .advise .form-item:nth-child(1), .advise .form-item:nth-child(3){margin-right: 15px;}
}
@media (min-width: 768px){
    .advise{padding: 15px;}
    .advise .form-item{float: left; width: calc((100% - 200px - 45px)/3); margin-right: 15px; margin-bottom: 0;}
    .advise .form-item:nth-child(4){position: absolute; top: 0; right: 0; width: 200px; height: 100%; margin-right: 0;}
    .advise .form-item:nth-child(4) input{height: 100%; font-size: 18px; text-transform: uppercase;}
}.banner{position: relative; height: 400px; background: no-repeat center / cover;}
.banner:before{content: ''; position: absolute; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 25%);}
.banner-wrap{position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 100%; align-items: center; justify-content: center; text-align: center;}
.banner-wrap > .wrap > *:nth-child(1){display: block; font-size: 40px; font-weight: 700; text-transform: uppercase; line-height: 1.2; letter-spacing: 1px; color: #fff; text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);}
.breadcrumb ul{list-style: none; font-size: 0;}
.breadcrumb ul li{display: inline-block; font-size: 14px; color: #fff;}
.breadcrumb ul li+li:before{content: "/"; display: inline-block; margin: 0 5px; transform: translateY(1px);}
.breadcrumb ul li a{color: #fff;}
@media (min-width:320px){
    .breadcrumb ul li.breadcrumb-m{display: none;}
}
@media (min-width:768px){
    .breadcrumb ul li.breadcrumb-m{display: inline-block;}
}.menu-bar{position: absolute; bottom: 0;  z-index: 3;}
.menu-icon{position: relative; float: left; width: 100%; height: 100%;}
.menu-icon span{display: block; width: 20px; height: 2px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: #333;}
.menu-icon span:after, .menu-icon span:before{content: ''; position: absolute; display: block; width: 20px; height: 2px; background-color: #333;}
.menu-icon span:after{bottom: -6px;}
.menu-icon span:before{top: -6px;}
.menu{float: left;}
.menu ul{list-style: none; transition: all 0.25s ease 0s;}
.menu ul li{position: relative;}
.menu ul li a{display: block; line-height: 50px; color: #333; transition: all 0.25s ease 0s;}
.menu > ul > li{float: left;}
.menu > ul > li+li{margin-left: 30px;}
.menu > ul > li > a{position: relative; text-transform: uppercase;}
.menu > ul > li > a:after{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #1d9039; opacity: 0; transition: all 0.25s ease 0s;}
.menu > ul > li:hover > a:after, .menu > ul > li.active > a:after{width: 100%; opacity: 1;}
.menu ul li ul{position: absolute; width: 175px; background-color: #fff; transform-origin: 0 0; opacity: 0;}
.menu ul li ul li a{padding: 0 15px; line-height: 35px; }
.menu ul li ul li a:hover{background-color: #1d9039; color: #fff;}
.menu > ul > li > ul{top: 100%; left: 0; transform: scale(1,0);}
.menu > ul > li:hover > ul{transform: scale(1,1); opacity: 1;}
@media (min-width: 320px){
    .menu-bar{width: 50px; height: 64px;}
    .menu{display: none;}
}
@media (min-width: 480px){
    .menu-bar{right: 40px; height: 50px;}
}
@media (min-width: 970px){
    .menu-bar{width: auto; right: 55px;}
    .menu{display: block;}
    .menu-display{display: none;}
}
@media (min-width: 1170px){
    .menu > ul > li > a{font-size: 16px;}
}.slide{position: relative;}
.slide img{width: 100%;}
.slide .owl-nav button{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; background-color: transparent; margin: auto; transition: all 0.25s ease 0s;}
.slide .owl-nav button.owl-prev{left: 15px;}
.slide .owl-nav button.owl-next{right: 15px;}
.slide .owl-nav button i{display: block; font-size: 26px; color: #fff; transition: all 0.25s ease 0s;}
.slide .owl-nav button:hover i{color: #1d9039;}
.slide .owl-dots{position: absolute; right: 0; bottom: 50px; left: 0; height: 4px; text-align: center; line-height: 1;}
.slide .owl-dots button{display: inline-block; width: 14px; height: 100%; background-color: #fff; margin: 0 5px; vertical-align: top; transition: all 0.5s ease 0s;}
.slide .owl-dots button.active{width: 28px; background-color: #1d9039;}
@media (min-width:320px){
    .slide img:nth-child(1), .slide .owl-nav, .slide .owl-dots{display: none;} 
    .slide img:nth-child(2){display: block;}
    .slide a span{font-size: 30px;}
}
@media (min-width:360px){
    .slide a span{font-size: 35px;}
}
@media (min-width:410px){
    .slide a span{font-size: 40px;}
    .slide .owl-dots{display: block;}
}
@media (min-width:768px){
    .slide img:nth-child(1){display: block;} 
    .slide img:nth-child(2){display: none;}
}
@media (min-width:1170px){
    .slide .owl-nav{display: block; opacity: 0; transition: all 0.25s ease 0s;}
    .slide:hover .owl-nav{opacity: 1;}
}.news{padding: 50px 0;}
.news .owl-nav button{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; background: #1d9039; border-radius: 50%; transition: all 0.25s ease 0s;}
.news .owl-nav button:hover{box-shadow: 0 0 3px rgba(0,0,0,0.5);}
.news .owl-nav button.owl-prev{left: -70px;}
.news .owl-nav button.owl-next{right: -70px;}
.news .owl-nav button i{display: block; font-size: 14px; color: #fff;}
.news-title{margin-bottom: 30px; font-size: 30px; font-weight: 500; text-align: center; overflow: hidden;}
.news-title a{position: relative; display: inline-block; padding: 0 30px; color: #1d9039;}
.news-title a:before, .news-title a:after{content: ''; position: absolute; top: 0; bottom: 0; width: 100%; margin: auto; background: url(/theme/images/news.png) no-repeat center;}
.news-title a:before{left: -100%;}
.news-title a:after{right: -100%; transform: scaleX(-1);}
.news-list{display: flex; flex-flow: row wrap;}
.news-item{margin-bottom: 30px;}
.news-img{border-radius: 5px; overflow: hidden;}
.news-img img{transform: scale(1.05); transition: all 0.5s ease 0s;}
.news-item:hover .news-img img, .news-owl:hover .news-img img{transform: scale(1); }
.news-wrap{padding: 15px; border-radius: 0 0 5px 5px; transition: all 0.25s ease 0s;}
.news-item:hover .news-wrap, .news-owl:hover .news-wrap{background-color: #f7f7f7;}
.news-name{margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #d7d7d7;}
.news-name a{display: block; font-size: 18px; font-weight: 500; text-transform: uppercase; color: #333; transition: all 0.25s ease 0s;}
.news-name a:hover{color: #1d9039;}
.news-time{margin-bottom: 5px;}
.news-time i{margin-right: 5px; text-align: center; color: #1d9039;}
.news-prev{display: -webkit-box; margin-bottom: 10px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; color: #555;}
.news-more{text-align: right;}
.news-more a{color: #1d9039;}
.news-more a:hover{text-decoration: underline;}
@media (min-width:320px){
    .news .owl-nav{display: none;}
}
@media (min-width:480px){
    .news-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .news-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:970px){
    .news .owl-nav{display: block;}
    .news-item{width: calc((100% - 60px)/3); margin-right: 30px;}
    .news-item:nth-child(2n){margin-right: 30px;}
    .news-item:nth-child(3n){margin-right: 0;}
}.partner{padding-bottom: 50px;}
.partner-title{margin-bottom: 30px; font-size: 30px; font-weight: 500; text-align: center; color: #1d9039;}
.partner-item{position: relative; height: 90px;}
.partner-item img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}.rent-group{padding: 50px 0;}
.rent-group:nth-child(1){padding-top: 0;}
.rent-group:nth-child(2n){background-color: #f5f5f5;}
.rent-title{position: relative; margin-bottom: 30px; padding-bottom: 30px; font-size: 30px; font-weight: 500; text-transform: uppercase; text-align: center;}
.rent-title:before, .rent-title:after, .rent-title a:before{content: ''; position: absolute; right: 0; left: 0; height: 1px; margin: auto; background-color: #1d9039; z-index: 1;}
.rent-title:before{bottom: 9px; width: 80px;}
.rent-title:after{bottom: 5px; width: 100px;}
.rent-title a{color: #333;}
.rent-title a:before{bottom: 0; width: 46px; height: 20px; background: #fff url(/theme/images/rent.png) no-repeat center bottom; z-index: 2;}
.rent-group:nth-child(2n) .rent-title a:before{background-color: #f5f5f5}
.rent-list{display: flex; flex-flow: row wrap;}
.rent-item{margin-bottom: 30px; transition: all 0.25s ease 0s;}
.rent-item:hover{background-color: #fff; transform: translateY(-2px); box-shadow: 0 1px 3px rgb(0 0 0 / 25%);}
.rent-wrap{padding: 15px; background-color: #f7f7f7;}
.rent-group:nth-child(2n) .rent-wrap{background-color: #f9f9f9}
.rent-name{margin-bottom: 15px;}
.rent-name a{display: block; font-size: 18px; color: #333;}
.rent-info{margin-bottom: 10px; list-style: none;}
.rent-info li+li{margin-top: 5px;}
.rent-info li i{width: 20px; font-size: 12px; text-align: center; color: #1d9039;}
.rent-price{float: left; line-height: 30px;}
.rent-price b{font-size: 16px; color: #f00;}
.rent-more{float: right;}
.rent-more a{display: block; padding: 0 15px; background-color: #1d9039; line-height: 30px; color: #fff;}
.rent-more a:hover{background-color: #f00;}
.rent-all{text-transform: uppercase; text-align: center; line-height: 38px;}
.rent-all a{display: inline-block; padding: 0 30px; border: 1px solid #1d9039; color: #1d9039; transition: all 0.25s ease 0s;}
.rent-all a:hover{background-color: #1d9039; color: #fff}
@media (min-width:480px){
    .rent-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .rent-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:970px){
    .rent-item{width: calc((100% - 60px)/3); margin-right: 30px;}
    .rent-item:nth-child(2n){margin-right: 30px;}
    .rent-item:nth-child(3n){margin-right: 0;}
}.service{position: relative;}
.service:before{content: ''; position: absolute; top: 0; left: 0; display: block;  height: 100%; background: url(/theme/images/service.jpg) no-repeat center / cover;}
.service-title{ font-weight: 300;}
.service-title span{font-weight: 700; color: #1d9039;}
.service-prev{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #d7d7d7; font-weight: 400; color: #555;}
.service-list{list-style: none;}
.service-list li{position: relative; padding-left: 70px;}
.service-list li+li{margin-top: 30px;}
.service-list li a{display: block; color: #333;}
.service-list li a img{position: absolute; top: 5px; left: 0; width: 50px;}
.service-list li a span:nth-child(2){display: block; margin-bottom: 5px; font-size: 18px; font-weight: 500; text-transform: uppercase;}
.service-list li a span:nth-child(3){color: #555;}
@media (min-width:320px){
    .service{padding: 50px 0;}
    .service:before{width: 100%;}
    .service-title{font-size: 24px;}
    .service .wrap{box-sizing: border-box; padding: 30px; background-color: rgb(255 255 255 / 90%);}
}
@media (min-width:360px){
    .service-title{font-size: 28px;}
}
@media (min-width:410px){
    .service-title{font-size: 34px;}
    .service-prev{font-size: 16px;}
}
@media (min-width:480px){
    .service-title{font-size: 36px;}
}
@media (min-width:970px){
    .service{padding: 0; background-color: #f5f5f5;}
    .service:before{width: 50%;}
    .service .wrap{box-sizing: initial; width: 435px; padding: 50px 0 50px 535px; background-color: transparent;}
}
@media (min-width:1170px){
    .service .wrap{width: 535px; padding: 50px 0 50px 635px;}
}.tour{text-align: center;}
.tour-title{font-size: 30px; font-weight: 400; text-transform: uppercase;}
.tour-title span{font-weight: 700; color: #1d9039;}
.tour-prev{margin-bottom: 30px;}
.tour ul{margin-bottom: 30px; list-style: none;}
.tour ul li{position: relative;}
.tour ul li a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; margin: auto; align-items: center; justify-content: center; background-color: rgb(0 0 0 / 25%); transition: all 0.25s ease 0s;}
.tour ul li a:hover{background-color: rgb(0 0 0 / 50%);}
.tour ul li a span{padding: 0 15px; font-size: 30px; font-weight: 700; text-transform: uppercase; line-height: 1; letter-spacing: 1px; color: #fff;
    filter: drop-shadow(1px 1px 0 #333) drop-shadow(-1px -1px 0 #333) drop-shadow(-1px 1px 0 #333) drop-shadow(1px -1px 0 #333);}
@media (min-width:320px){
    .tour{padding: 50px 0 20px}
    .tour ul li{margin-bottom: 30px; background-size: 0;}
}
@media (min-width:480px){
    .tour{padding: 50px 0;}
    .tour ul{display: grid; grid-gap: 30px; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: minmax(225px,auto);}
    .tour ul li{margin-bottom: 0; background: no-repeat center / cover;}
    .tour ul li img{display: none;}
}
@media (min-width:580px){
    .tour ul{grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: minmax(275px,auto);}
}
@media (min-width:768px){
    .tour ul{grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: minmax(210px,auto);}
    
    .tour ul li:nth-child(1){grid-row: span 2;}
    .tour ul li:nth-child(2){grid-column: span 2;}
    .tour ul li:nth-child(3){}
    .tour ul li:nth-child(4){grid-row: span 2;}
    .tour ul li:nth-child(5){grid-column: span 2;}
}.col-help{text-align: center;}
.col-help li a{color: #4a4a4a;}
.col-help li:nth-child(1){margin-bottom: 15px; text-transform: uppercase;}
.col-help li:nth-child(1) a b{font-size: 22px; color: #ff0000;}
.col-help li:nth-child(2),
.col-help li:nth-child(3){display: inline-block; width: 50px; margin: 0 8px; border-radius: 50%; vertical-align: top; overflow: hidden;}
.col-help li:nth-child(4){padding-top: 15px;}
.col-help li:nth-child(4) img{display: inline-block; width: 20px; margin-right: 5px; vertical-align: top;}.col{margin-bottom: 30px; box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);}
.col ul{padding: 15px; border-top: 2px solid #1d9039; list-style: none;}
.col-title{padding: 9px 0 6px; font-size: 18px; text-transform: uppercase; text-align: center; color: #1d9039;}
.col-menu li{list-style: none;}
.col-menu li a{display: block; line-height: 35px; color: #333;}
.col-menu li a:hover{color: #1d9039;}
.col-menu li a i{width: 25px; transform: translateX(5px); font-size: 12px; color: #1d9039; transition: all 0.25s ease 0s;}
.col-menu li a:hover i{transform: translateX(9px);}
.col-menu li ul{padding: 0; border-top: none;}
.col-menu li ul li{padding-left: 25px;}
.col-menu li ul li:first-child{border-top: 1px dashed #d7d7d7;}
.col-menu li ul li+li a{border-top: 1px dashed #d7d7d7;}
.col-menu li ul li.active a{color: #1d9039;}
.col-menu li ul li a i{font-size: 10px;}
.col-menu > li{position: relative;}
.col-menu > li+li{border-top: 1px dashed #d7d7d7;}
.col-menu > li.active > a{color: #1d9039;}
.col-menu > li > a{font-size: 16px;}
.col-menu > li > i{position: absolute; top: 0; right: 0; width: 30px; font-size: 12px; text-align: center; line-height: 35px; cursor: pointer;}.col-news li+li{margin-top: 15px; padding-top: 15px; border-top: 1px dashed #d7d7d7;}
.col-news li a{position: relative; display: block; line-height: 22px;}
.col-news li a > span{position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: calc(100% - 114px); margin: auto; align-items: center;}
.col-news li a > span span{display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; text-overflow: ellipsis; color: #333; overflow: hidden; transition: all 0.25s ease 0s;}
.col-news li a:hover > span span{color: #1d9039;}.lienhe{padding-bottom: 50px;}
.lienhe-form{box-sizing: border-box; padding: 30px; box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);}
.lienhe-title{margin-bottom: 15px; font-size: 20px; font-weight: 700; line-height: 30px; color: #1d9039;}
.lienhe-item{width: 150px; margin: auto;}
.lienhe-info ul{list-style: none; width: 100%;}
.lienhe-info ul li{line-height: 30px;}
.lienhe-info ul li:first-child{text-transform: uppercase;}
.lienhe-info ul li span:nth-child(1){display: inline-block; width: 85px; vertical-align: top;}
.lienhe-info ul li span:nth-child(2){display: inline-block; width: calc(100% - 85px);}
.lienhe-info ul li a{color: #555;}
.lienhe-info ul li a b{color: #f00;}
@media (min-width: 320px){
    .lienhe-form{margin-bottom: 30px;}
}
@media (min-width: 768px){
    .lienhe-form{float: left; width: 50%; margin-bottom: 0;}
    .lienhe-info{position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: calc(50% - 60px); margin: auto; align-items: center; justify-content: left;}
}.post-name{margin-bottom: 30px; border-bottom: 2px solid #d7d7d7;}
.post-name *{position: relative; display: inline-block; font-size: 28px; color: #1d9039;}
.post-name *:after{content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background-color: #1d9039;}.rentD-img,
.rentD-info{margin-bottom: 30px;}
.rentD-info h1{margin-bottom: 15px; font-size: 24px; color: #1d9039;}
.rentD-info ul{list-style: none; margin-bottom: 15px;}
.rentD-info ul:nth-child(2){padding-bottom: 15px; border-bottom: 1px dashed #d7d7d7;}
.rentD-info ul:nth-child(2) li b{font-size: 18px; color: #f00;}
.rentD-info ul:nth-child(2) li span{padding-left: 10px; font-size: 16px; text-decoration: line-through; color: #777;}
.rentD-info ul:nth-child(3) li+li{margin-top: 5px;}
.rentD-info ul:nth-child(3) li i{width: 20px; font-size: 10px; text-align: center; color: #1d9039;}
.rentD-info a{display: inline-block; padding: 0 30px; background-color: #1d9039; text-transform: uppercase; line-height: 38px; color: #fff; cursor: pointer; transition: all 0.25s ease 0s;}
.rentD-info a:hover{background-color: #f00;}

.rentD-detail, .rentD-form{margin-bottom: 30px; padding: 15px; border: 1px solid #d7d7d7; border-top: 0;}
.rentD-title{border-bottom: 1px solid #d7d7d7;}
.rentD-title span{position: relative; display: inline-block; font-size: 22px; color: #1d9039;}
.rentD-title span:after{content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background-color: #1d9039;}

.rentD-form .form-item{float: left; margin-right: 15px;}
.rentD-form .form-item:nth-child(7){width: 100%; margin-right: 0;}
.rentD-form .form-item:nth-child(8){width: 100%; margin: 0; text-align: center;}
.rentD-form .form-item:nth-child(8) input{width: 125px;}

@media (min-width: 320px){
    .rentD-form .form-item{width: calc((100% - 15px)/2);}
    .rentD-form .form-item:nth-child(2n){margin-right: 0;}
}
@media (min-width: 480px){
    .rentD-form .form-item{width: calc((100% - 30px)/3);}
    .rentD-form .form-item:nth-child(2n){margin-right: 15px;}
    .rentD-form .form-item:nth-child(3n){margin-right: 0;}
}
@media (min-width: 767px){
    .rentD-img{float: left; width: 450px;}
    .rentD-info{float: right; width: calc(100% - 480px);}
}
.sp-item{float: left; margin-bottom: 25px;}
.sp-wrap{text-align: center; border: 1px solid #dcdcdc; box-shadow: 0 0 1px rgba(0,0,0,0.25);}
.sp-img{position: relative; margin-bottom: 10px;}
.sp-img img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-height: 100%;}
.sp-name{height: 23px; overflow: hidden; margin-bottom: 5px;}
.sp-name a{color: #004dfc;}
.sp-price{color: #ff0000; margin-bottom: 10px;}
.sp-more{font-size: 13px; line-height: 25px;}
.sp-more a{display: inline-block; width: 135px; height: 25px; color: #756e6e; border: 1px solid #dcdcdc; border-radius: 13px; transition: all 0.25s ease 0s;}
.sp-more a:hover{background: #dcdcdc; color: #004dfc;}
.sp-list .owl-nav{position: absolute; top: -40px; right: 0; width: 55px;}
.sp-list .owl-nav div.owl-prev{float: left;}
.sp-list .owl-nav div.owl-next{float: right;}
.sp-list .owl-nav div i{width: 23px; border: 1px solid transparent; text-align: center; line-height: 23px; color: #777; transition: all 0.25s ease 0s;}
.sp-list .owl-nav div i:hover{border: 1px solid #dd3333; color: #dd3333}
@media (min-width:320px){
    .sp-wrap{font-size: 15px; padding: 5px;}
    .sp-item{width: calc((100% - 10px) / 2); margin-right: 10px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:360px){

}
@media (min-width:410px){
    .sp-wrap{font-size: 17px; padding: 15px;}
}
@media (min-width:480px){
    .sp-item{width: calc((100% - 30px) / 2); margin-right: 30px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:580px){
    .sp-item{width: calc((100% - 10px) / 3); margin-right: 05px;}
    .sp-item:nth-child(2n){margin-right: 05px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:768px){
    .sp-item{width: calc((100% - 50px) / 3); margin-right: 25px;}
    .sp-item:nth-child(2n){margin-right: 25px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:970px){
    .sp-item{width: calc((100% - 60px) / 4); margin-right: 20px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n){margin-right: 20px;}
    .sp-item:nth-child(4n){margin-right: 0;}
}
@media (min-width:1170px){
    .sp-item{width: calc((100% - 60px) / 5); margin-right: 15px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n),
    .sp-item:nth-child(4n){margin-right: 15px;}
    .sp-item:nth-child(5n){margin-right: 0;}
}