.banner{position: relative; 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: 315px; align-items: center; justify-content: center; text-align: center;}
.banner-wrap > .wrap > *:nth-child(1){position: relative; display: block; font-size: 37px; font-weight: 700; color: #fff;}
.breadcrumb{}
.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){
    .banner{height: 360px;}
    .banner-wrap{height: 299px;}
    .breadcrumb ul li.breadcrumb-m{display: none;}
}
@media (min-width:768px){
    .breadcrumb ul li.breadcrumb-m{display: inline-block;}
}
@media (min-width:970px){
    .banner{height: 420px;}
    .banner-wrap{height: 315px;}
}.menu-bar{position: absolute; top: 0; bottom: 0; margin: auto;}
.menu-icon{position: relative; float: left; width: 100%; height: 100%;}
.menu-icon span{display: block; width: 24px; height: 2px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: #fff;}
.menu-icon span:after, .menu-icon span:before{content: ''; position: absolute; display: block; width: 24px; height: 2px; background-color: #fff;}
.menu-icon span:after{bottom: -7px;}
.menu-icon span:before{top: -7px;}
.menu{}
.menu ul{list-style: none; transition: all 0.25s ease 0s;}
.menu ul li{position: relative;}
.menu ul li a{display: block; line-height: 40px; transition: all 0.25s ease 0s;}
.menu > ul > li{float: left;}
.menu > ul > li > a{color: #fff;}
.menu > ul > li > a i{width: 40px; text-align: center;}
.menu > ul > li.active > a, .menu > ul > li:hover > a{color: #aac633!important;}
.menu ul li ul{position: absolute; width: 230px; padding: 10px 0; background-color: #fff; border-radius: 5px; box-shadow: 7px 7px 2px -6px rgb(0 0 0 / 25%); transform-origin: 0 0; opacity: 0;}
.menu ul li ul li a{padding: 0 15px; font-size: 18px; color: #333;}
.menu ul li ul li a:hover{background-color: #aac633; 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;}
.header-top-2 .menu-icon span, .header-top-2 .menu-icon span:after, .header-top-2 .menu-icon span:before{background-color: #aac633;}
.header-top-2 .menu ul li a{color: #333;}
@media (min-width: 320px){
    .menu-bar{width: 50px; height: 42px; right: 0;}
    .menu{display: none;}
}
@media (min-width: 970px){
    .menu-bar{width: auto; height: 40px; right: 60px;}
    .menu{display: block;}
    .menu > ul > li+li{margin-left: 15px;}
    .menu > ul > li > a{font-size: 18px;}
    .menu > ul > li > a span{display: none;}
    .menu-display{display: none;}
}
@media (min-width: 1170px){
    .menu > ul > li+li{margin-left: 30px;}
    .menu > ul > li > a{font-size: 20px;}
}.slide{}
.slide .owl-nav{opacity: 0; transition: all 0.25s ease 0s;}
.slide .owl-nav button{position: absolute; top: 0; bottom: 0; width: 50px; height: 50px; margin: auto; background-color: rgb(0 0 0 / 25%); border-radius: 5px; transition: all 0.25s ease 0s;}
.slide .owl-nav button:hover{background-color: rgb(0 0 0 / 50%);}
.slide .owl-nav button.owl-prev{left: 25px;}
.slide .owl-nav button.owl-next{right: 25px;}
.slide .owl-nav button i{display: block; font-size: 20px; color: #aac633;}
.slide .owl-nav button:hover i{color: #fff;}
.slide .owl-dots{position: absolute; right: 0; bottom: 15px; left: 0; margin: auto; text-align: center; line-height: 1;}
.slide .owl-dots button{margin: 0 5px; width: 20px; height: 4px; background-color: rgb(0 0 0 / 25%); transition: all 0.25s ease 0s;}
.slide .owl-dots button.active{background-color: #fff;}
.slide:hover .owl-nav{opacity: 1;}
.slide-item{position: relative;}
.slide-wrap{position: absolute; right: 0; left: 0;}
.slide-text{display: inline-block; background-color: rgb(0 0 0 / 25%); border-radius: 10px; color: #fff}
.slide-text b{font-size: 37px;}
.slide-text a{display: block; width: 150px; background-color: #aac633; border-radius: 5px; text-align: center; line-height: 50px; color: #fff; transition: all 0.25s ease 0s;}
.slide-text a:hover{background-color: #fff; color: #aac633;}
.slide-text a i{margin-left: 10px;}
@media (min-width:320px){
    .slide-item{height: 310px; background: no-repeat center / cover;}
    .slide-item img{opacity: 0;}
    .slide-wrap{display: none;}
}
@media (min-width:360px){
    .slide-item{height: 350px;}
}
@media (min-width:410px){
    .slide-item{height: 400px;}
}
@media (min-width:480px){
    .slide-item{height: auto; background: no-repeat center / 0;}
    .slide-item img{opacity: 1;}
}
@media (min-width:970px){
    .slide-wrap{bottom: 15px; display: block;}
    .slide-text{padding: 15px;}
    .slide-text p{margin-bottom: 15px;}
}
@media (min-width:1170px){
    .slide-wrap{bottom: 30px;}
    .slide-text{max-width: calc(50% - 60px); padding: 25px;}
    .slide-text p{margin-bottom: 25px;}
}.blog{padding: 100px 0;}
.blog-title{margin-bottom: 50px;}
.blog-title p:nth-child(1){margin-bottom: 15px; padding-left: 7px; border-left: 2px solid #aac633; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: #aac633;}
.blog-title p:nth-child(2){font-size: 37px; font-weight: 700; line-height: 1.4; color: #000;}
.blog-title p:nth-child(3) a{display: block; width: 150px; background-color: #aac633; border-radius: 5px; text-align: center; line-height: 50px; color: #fff; transition: all 0.25s ease 0s;}
.blog-title p:nth-child(3) a:hover{box-shadow: 0 2px 2px 1px rgb(0 0 0 / 50%); transform: translateY(-2px);}
.blog-title p:nth-child(3) a i{margin-left: 10px;}
.blog-item{margin-bottom: 30px; background-color: #f7f7f7; border-radius: 0 0 10px 10px;}
.blog-owl{background-color: #f7f7f7; border-radius: 0 0 10px 10px;}
.blog-img{position: relative;}
.blog-img img{border-radius: 10px;}
.blog-wrap{position: relative; height: 166px; padding: 15px;}
.blog-time{position: absolute; bottom: 15px; left: 15px; padding: ;}
.blog-time span{display: block; text-align: center;}
.blog-time span:nth-child(1){background-color: #aac633; font-size: 26px; font-weight: 700; color: #fff;}
.blog-time span:nth-child(2){padding: 0 10px; background-color: #fff; line-height: 25px; color: #555;}
.blog-name{max-height: 50px; margin-bottom: 5px; overflow: hidden;}
.blog-name a{display: block; font-size: 18px; font-weight: 700; color: #000;}
.blog-item:hover .blog-name a, .blog-owl:hover .blog-name a{text-decoration: underline;}
.blog-prev{max-height: 66px; margin-bottom: 15px; color: #555; overflow: hidden;}
.blog-more{position: absolute; right: 15px; bottom: 15px;}
.blog-more a{display: inline-block; margin: auto; text-align: center; line-height: 30px; color: #aac633;}
.blog-more a i{margin-left: 10px; transition: all 0.25s ease 0s;}
.blog-more a:hover i{transform: rotate(-15deg);}
.blog-list .owl-dots{padding-top: 30px; text-align: center; line-height: 1;}
.blog-list .owl-dots button{width: 15px; height: 15px; margin: 0 5px; background: #d7d7d7; border-radius: 50%; vertical-align: top; transition: all 0.25s ease 0s;}
.blog-list .owl-dots button.active{background: #aac633;}
.blog-detail{padding: 50px 0; background-color: #f7f7f7;}
.blog-left{padding: 30px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 7px rgb(0 0 0 / 25%);}
.blog-hot, .blog-good{margin-bottom: 30px; background-color: #fff;}
.blog-hot ul, .blog-good ul{list-style: none; padding: 15px;}
.blog-hot ul li+li, .blog-good ul li+li{margin-top: 15px;}
.blog-hot ul li a, .blog-good ul li a{display: block;}
.blog-hot ul li a img{float: left; margin-right: 15px;}
.blog-hot ul li a span{display: block; max-height: 66px; color: #000; overflow: hidden;}
.blog-hot ul li a:hover span{text-decoration: underline;}
.blog-hot-title{position: relative; padding-left: 24px; border-bottom: 1px solid #aac633; font-size: 18px; font-weight: 700; text-transform: uppercase; line-height: 45px; color: #aac633;}
.blog-hot-title:after{content: ''; position: absolute; top: -1px; left: -1px; width: 7px; height: calc(100% + 2px); background: #aac633;}
.blog-good ul li a{position: relative; font-size: 22px; font-weight: 700; text-align: center; color: #000; overflow: hidden;}
.blog-good ul li a img{transition: all 0.25s ease 0s;}
.blog-good ul li a:hover img{transform: scale(1.05);}
.blog-good ul li a span{position: absolute; right: 0; bottom: 20px; left: 0; margin: auto;}
.blog-good ul li a span b{padding: 5px 15px; background-color: #fff; border-radius: 5px;}
.blog-gallery{padding-top: 30px;}
.blog-gallery .owl-nav{width: 75px; height: 30px; margin: 15px auto 0;}
.blog-gallery .owl-nav button{width: 30px; height: 30px; background-color: #aac633;}
.blog-gallery .owl-nav button.owl-prev{float: left;}
.blog-gallery .owl-nav button.owl-next{float: right;}
.blog-gallery .owl-nav button i{font-size: 14px; line-height: 30px; color: #fff;}
@media (min-width:320px){
    .blog-right{display: none;}
}
@media (min-width:480px){
    
    .blog-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .blog-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:580px){
    .blog-title p:nth-child(3){position: absolute; top: 35px; right: 0;}
}
@media (min-width:970px){
    .blog-item{width: calc((100% - 60px)/3); margin-right: 30px;}
    .blog-item:nth-child(2n){margin-right: 30px;}
    .blog-item:nth-child(3n){margin-right: 0;}
    .blog-left{float: left; width: calc(100% - 360px);}
    .blog-right{float: right; display: block; width: 270px;}
}.three{position: relative; padding: 70px 0 40px; background-color: #f7f7f7;}
.three:after{content: ''; position: absolute; top: 0; right: 0; left: 0; height: 100px; margin: auto; background-image: linear-gradient(rgb(0 0 0 / 5%), transparent);}
.three-item{margin-bottom: 30px;}
.three-img{max-width: 340px; margin: 0 auto;}
.three-img img{border-radius: 50%;}
.three-name{font-size: 18px; font-weight: 700; text-transform: uppercase; text-align: center;}
.three-name a{display: block; color: #000;}
.three-prev{margin-bottom: 30px; text-align: center; color: #555;}
.three-more{text-align: center; line-height: 35px;}
.three-more a{display: block; width: 150px; margin: auto; background-color: #aac633; border-radius: 5px; color: #fff; transition: all 0.25s ease 0s;}
.three-more a:hover{box-shadow: 0 2px 2px 1px rgb(0 0 0 / 50%); transform: translateY(-2px);}
.count{position: relative; padding: 150px 0 100px; background: url(/theme/images/count.jpg) no-repeat center / cover;}
.count ul{list-style: none;}
.count ul li{float: left; margin-bottom: 50px; text-align: center; color: #333;}
.count ul li img{width: 75px; margin: 0 auto 15px;}
.count ul li p:nth-child(2){position: relative; display: inline-block;}
.count ul li p:nth-child(2) span{font-size: 56px; font-weight: 700; line-height: 1; color: #aac633; text-shadow: 1px 1px 2px rgb(255 255 255 / 50%);}
.count ul li p:nth-child(2) i{position: absolute; top: 5px; right: -20px; font-size: 18px;}
.count ul li p:nth-child(3){font-size: 18px;}
@media (min-width:320px){
    .count ul li{width: 50%;}
}
@media (min-width:768px){
    .three-item{box-sizing: border-box; float: left; width: calc(100%/3); padding: 0 15px;}
    .count ul li{width: 25%;}
}
@media (min-width:970px){
    .three-item{padding: 0 25px;}
}.donate{position: relative; padding: 70px 0 20px; background: #f7f7f7/* url(/theme/images/toy.jpg)*/;}
.donate:before{content: ''; position: absolute; top: 0; right: 0; left: 0; height: 100px; margin: auto; background-image: linear-gradient(rgb(0 0 0 / 5%), transparent);}
.donate-title, .donate-form, .donate-info{margin-bottom: 50px;}
.donate-title p:nth-child(1){margin-bottom: 15px; font-size: 37px; font-weight: 700; line-height: 1.4; color: #000;}
.donate-title p:nth-child(2){font-size: 18px; color: #555;}
.donate-wrap{position: relative; background-color: #fff; border-radius: 10px; box-shadow: 0 7px 7px rgb(0 0 0 / 25%);}
.donate-wrap .form-item span{font-weight: 700;}
.donate-wrap img{position: absolute; left: -176px; bottom: 0;}
.donate-wrap input[type=submit]{width: 150px;}
.donate-info-title{margin-bottom: 30px; padding-top: 15px; font-size: 26px; font-weight: 700; color: #000;}
.donate-info ul{position: relative; padding: 30px; background-color: #fff; list-style: none;}
.donate-info ul > img{position: absolute; top: -147px; right: 0;}
.donate-info ul li+li{margin-top: 30px;}
.donate-info ul li img{width: 80px;}
@media (min-width:320px){
    .donate-wrap{padding: 30px;}
    .donate-wrap img, .donate-info ul > img{display: none;}
    .donate-info ul li img{margin-bottom: 5px;}
}
@media (min-width:410px){
    .donate-info ul li img{float: left; margin-bottom: 0;}
    .donate-info ul li p{float: right; width: calc(100% - 95px); padding-top: 18px;}
}
@media (min-width:480px){
    .donate-info ul > img{display: block;}
    .donate-info ul li p{font-size: 18px; padding-top: 15px;}
}
@media (min-width:970px){
    .donate-title{max-width: 70%;}
    .donate-form{float: left; width: calc(50% - 141px); padding-left: 116px;}
    .donate-info{float: right; width: calc(50% - 25px);}
    .donate-wrap img{display: block;}
}
@media (min-width:1170px){
    .donate-form{width: calc(50% - 166px);}
    .donate-info{width: calc(50% - 50px);}
    .donate-wrap{padding: 50px;}
}.event{position: relative; padding: 70px 0; background: #f7f7f7/* url(/theme/images/event.jpg) no-repeat center bottom*/;}
.event:before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: rgb(255 255 255 / 50%);}
.event:after{content: ''; position: absolute; top: 0; right: 0; left: 0; height: 100px; margin: auto; background-image: linear-gradient(rgb(0 0 0 / 5%), transparent);}
.event .wrap{z-index: 1;}
.event-title{margin-bottom: 50px;}
.event-title p:nth-child(1){margin-bottom: 15px; padding-left: 7px; border-left: 2px solid #aac633; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: #aac633;}
.event-title p:nth-child(2){margin-bottom: 15px; font-size: 37px; font-weight: 700; line-height: 1.4; color: #000;}
.event-title p:nth-child(3){font-size: 18px; color: #555;}
#event-tabs{list-style: none;}
#event-tabs li a{display: block; background-color: rgb(170 198 51 / 50%); font-weight: 700; color: #fff;}
#event-tabs li a.active{background-color: #aac633;}
.event-list{padding: 30px; background-color: #fff; box-shadow: 0 7px 7px rgb(0 0 0 / 25%);}
.event-item{float: left; margin-bottom: 30px;}
.event-img{position: relative; border-radius: 10px; overflow: hidden;}
.event-img:after{content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 5px; margin: auto; background: #aac633;}
.event-time{position: absolute; bottom: 15px; left: 15px; padding: ;}
.event-time span{display: block; text-align: center;}
.event-time span:nth-child(1){background-color: #fff; font-size: 26px; font-weight: 700; color: #aac633}
.event-time span:nth-child(2){padding: 0 10px; background-color: #f7f7f7; line-height: 25px; color: #555;}
.event-name a{display: block; font-size: 18px; font-weight: 700; color: #000;}
.event-item:hover .event-name a{text-decoration: underline;}
.event-prev{color: #555;}
.event-item:nth-last-child(2){margin-bottom: 0;}
@media (min-width:320px){
    #event-tabs li{margin-bottom: 10px;}
    #event-tabs li a{padding: 0 15px; border-radius: 5px; text-transform: uppercase; line-height: 35px;}
    .event-list{border-radius: 10px;}
    .event-img{margin-bottom: 15px;}
}
@media (min-width:410px){
    .event-img{float: left; margin-right: 15px;}
    .event-item:nth-child(1) .event-img{float: none;}
    .event-img{width: 150px; margin-bottom: 0;}
    .event-name{max-height: 100px; margin-bottom: 0; overflow: hidden;}
    .event-prev{display: none; max-height: 66px; overflow: hidden;}
    .event-item:nth-child(1) .event-img{width: auto; margin-right: 0; margin-bottom: 15px;}
}
@media (min-width:480px){
    #event-tabs li{float: left; margin-bottom: 0;}
    #event-tabs li+li{margin-left: 10px;}
    #event-tabs li a{padding: 0 10px; border-radius: 5px 5px 0 0; text-transform: none; line-height: 40px;}
    .event-list{border-radius: 0 10px 10px 10px;}
    .event-name{max-height: 50px; margin-bottom: 5px;}
    .event-prev{display: block;}
}
@media (min-width:580px){
    #event-tabs li+li{margin-left: 15px;}
    #event-tabs li a{padding: 0 15px; font-size: 18px;}
}
@media (min-width:768px){
    #event-tabs li a{padding: 0 30px; text-transform: uppercase; line-height: 50px;}
    .event-item{width: calc(50% - 15px);}
    .event-name{max-height: 100px; margin-bottom: 0;}
    .event-prev{display: none;}
    .event-item:nth-child(1){margin-right: 30px; margin-bottom: 0;}
    .event-item:nth-child(1) .event-prev{display: block;}
}
@media (min-width:970px){
    .event-title{max-width: 70%;}
    .event-img{width: 210px;}
    .event-name{max-height: 50px; margin-bottom: 5px;}
    .event-prev{display: block;}    
    .event-item:nth-child(1) .event-img{width: auto;}
}.xxx{}
.xxx-item{position: relative; margin-bottom: 30px;}
.xxx-img{}
.xxx-img img{}
.xxx-name{}
.xxx-name a{display: block; line-height: 20px; color: #333; transition: all 0.25s ease 0s;}
.xxx-prev{line-height: 20px; color: #333;}
.xxx-time{}
.xxx-more{}
.xxx-more a{display: block;}

.xxx .owl-nav{}
.xxx .owl-nav button{position: absolute; top: 0; bottom: 0; width: 40px; height: 40px; margin: auto; background: rgba(255,255,255,0.5); box-shadow: 0 0 3px rgba(0,0,0,0.25); transition: all 0.25s ease 0s;}
.xxx .owl-nav button:hover{box-shadow: 0 0 3px rgba(0,0,0,0.5);}
.xxx .owl-nav button.owl-prev{left: 20px;}
.xxx .owl-nav button.owl-next{right: 20px;}
.xxx .owl-nav button i{display: block; font-size: 18px; color: #fff;}

@media (min-width:320px){

}
@media (min-width:360px){

}
@media (min-width:410px){

}
@media (min-width:480px){
    .xxx-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .xxx-item:nth-child(2n){margin-right: 0;}
    .xxx-name{height: 40px; overflow: hidden;}
    .xxx-prev{height: 60px; overflow: hidden;}
}
@media (min-width:580px){

}
@media (min-width:768px){

}
@media (min-width:970px){

}
@media (min-width:1170px){
    .xxx-item{width: calc((100% - 60px)/3); margin-right: 30px;}
    .xxx-item:nth-child(2n){margin-right: 30px;}
    .xxx-item:nth-child(3n){margin-right: 0;}
}.find{padding: 70px 0 40px;/* background: url(/theme/images/find.png) center;*/}
.find-list{display: flex; flex-wrap: wrap;}
.find-item{margin-bottom: 30px;}
.find-wrap{position: relative; margin: -70px auto 0; background-color: #fff; border-radius: 5px; box-shadow: 0 3px 7px rgb(0 0 0 / 25%); transition: all 0.25s ease 0s;}
.find-img {position: relative; overflow: hidden;}
.find-img img{border-radius: 10px;}
.find-img span{position: absolute; top: 20px; right: -45px; display: block; padding: 6px 50px 4px; background-color: #f15642; transform: rotate(40deg); font-size: 18px; color: #fff;}
.find-name{margin-bottom: 5px;}
.find-name a{display: block; font-size: 26px; font-weight: 700; color: #000; transition: all 0.25s ease 0s;}
.find-breed{color: #aac633;}
.find-info{margin-top: 15px; padding-top: 15px; border-top: 1px solid #d7d7d7; line-height: 25px;}
.find-info span{display: block;}
.find-info span+span{margin-top: 5px;}
.find-info span i{width: 20px; text-align: center; color: #aac633;}
.find-item:hover .find-wrap{box-shadow: 0 3px 7px rgb(0 0 0 / 75%); transform: translateY(-3px);}
.find-category{margin-bottom: 30px; background: url(/theme/images/find.jpg) no-repeat center / cover; border-radius: 10px; overflow: hidden;}
.find-category:before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: all 0.25s ease 0s;}
.find-category p:nth-child(1){margin-bottom: 15px; padding-left: 7px; border-left: 2px solid #aac633; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: #aac633;}
.find-category p:nth-child(2){margin-bottom: 15px; font-size: 37px; font-weight: 700; line-height: 1.4; color: #fff;}
.find-category a{display: block; width: 150px; background-color: #aac633; border-radius: 5px; text-align: center; line-height: 50px; color: #fff; transition: all 0.25s ease 0s;}
.find-category a:hover{background-color: #fff; color: #aac633;}
.find-category a i{margin-left: 10px;}
.find-category:hover:before{background-color: rgb(0 0 0 / 50%);}
.find-detail{padding: 50px 0 20px;}
.find-left{position: relative; margin-bottom: 30px; overflow: hidden;}
.find-adopted{position: absolute; top: 20px; right: -45px; display: block; padding: 6px 50px 4px; background-color: #f15642; transform: rotate(40deg); font-size: 18px; color: #fff;}
.find-right{margin-bottom: 30px;}
.find-right h1{margin-bottom: 15px; font-size: 37px; font-weight: 700; color: #000;}
.find-right ul{list-style: none; margin-bottom: 30px; }
.find-right ul li{position: relative; padding-left: 15px; font-size: 18px;}
.find-right ul li+li{margin-top: 5px; padding-top: 5px; border-top: 1px dotted #d7d7d7;}
.find-right ul li:before{content: ''; position: absolute; top: 19px; left: 0; display: block; width: 7px; height: 2px; background-color: #aac633;}
.find-right ul li:first-child:before{top: 15px;}
.find-right a{display: inline-block; width: 200px; background-color: #aac633; border-radius: 5px; text-transform: uppercase; text-align: center; line-height: 50px; color: #fff; transition: all 0.25s ease 0s;}
.find-right a:hover{box-shadow: 0 2px 2px 1px rgb(0 0 0 / 50%); transform: translateY(-2px);}
.find-right a i{margin-left: 10px;}
.find-right .fb-like{height: 20px; overflow: hidden;}
.find-commit ul{box-sizing: border-box; position: relative; list-style: none;}
.find-commit ul li{position: relative; padding-left: 45px; font-size: 18px;}
.find-commit ul li+li{margin-top: 15px;}
.find-commit ul li b{position: absolute; top: -3px; left: 15px; font-size: 20px; color: #aac633;}
@media (min-width:320px){
    .find-wrap{max-width: calc(100% - 90px); padding: 25px 30px 30px;}
    .find-category{position: relative; padding: 100px 30px;}
    .find-right .fb-like{display: block; margin-top: 15px; transform: translate(-4px, 0);}
}
@media (min-width:480px){
    .find-item{float: left; width: calc((100% - 30px)/2); margin-right: 30px;}
    .find-item:nth-child(2n){margin-right: 0;}
    .find-wrap{max-width: calc(100% - 60px); padding: 10px 15px 15px;}
    .find-info span i{display: none;}
    .find-category{box-sizing: border-box; position: absolute; top: 0; left: 0; display: flex; width: calc((100% - 30px)/2); height: calc((100% - 90px)/3); padding: 30px; align-items: end; justify-content: center;}
    .find-right .fb-like{display: inline-block; margin-top: 0; transform: translate(1px, 21px);}
}
@media (min-width:768px){
    .find-wrap{max-width: calc(100% - 90px); padding: 25px 30px 30px;}
    .find-info span i{display: inline-block;}
}
@media (min-width:970px){
    .find-item{width: calc((100% - 60px)/3); margin-right: 30px;}
    .find-item:nth-child(2n){margin-right: 30px;}
    .find-item:nth-child(3n){margin-right: 0;}
    .find-category{width: calc((100% - 60px)/3); height: calc((100% - 90px)/3);}
    .find-left{float: left; width: 45%;}
    .find-right{float: right; width: calc(55% - 30px);}
}.intro{padding: 70px 0 50px;}
/*.intro-2{position: relative; background: url(/theme/images/dots.png) center bottom;}
.intro-2:before{content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%;}*/
.intro-left, .intro-right{margin-bottom: 50px;}
.intro-left{position: relative;}
.intro-title{margin-bottom: 15px; padding-left: 7px; border-left: 2px solid #aac633; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: #aac633}
.intro-name{margin-bottom: 30px; font-size: 37px; font-weight: 700; line-height: 1.4; color: #000;}
.intro-prev{font-size: 18px; color: #555;}
.intro-prev ul{list-style: none; padding-top: 50px;}
.intro-prev ul li{position: relative; margin-left: 125px; padding-left: 15px; border-left: 2px solid #d7d7d7;}
.intro-prev ul li+li{margin-top: 30px;}
.intro-prev ul li b{position: absolute; top: -3px; left: -125px; font-size: 20px; color: #aac633;}
.intro-more{text-align: center; line-height: 50px;}
.intro-more a{display: block; width: 150px; background-color: #aac633; border-radius: 5px; color: #fff; transition: all 0.25s ease 0s;}
.intro-more a:hover{box-shadow: 0 2px 2px 1px rgb(0 0 0 / 50%); transform: translateY(-2px);}
.intro-more a i{margin-left: 10px;}
@media (min-width:320px){
    background-color: #fff;
}
@media (min-width:970px){
    .intro-left{float: left; width: calc(50% - 50px);}
    .intro-right{float: right; width: 50%;}
    /*.intro-2:before{background: #fff;}*/
}
.colhelp{position: relative;}
.colhelp-title{text-transform: uppercase; text-align: center; line-height: 33px; color: #fff; background: #a8d045;}
.colhelp-list{background: #fafafa; border: 1px solid #d7d7d7; border-top: 0;}
.colhelp-item{padding: 25px 10px 5px; border-bottom: 1px solid #d7d7d7;}
.colhelp-item:last-child{border-bottom: 0; }
.colhelp-name{margin-bottom: 20px; text-transform: uppercase; text-align: center; color: #333;}
.colhelp-c{margin: 0 5px 10px; padding-bottom: 20px; border-bottom: 1px dashed #d7d7d7;}
.colhelp-z{float: left;}
.colhelp-v{float: right;}
.colhelp-z{position: relative; margin-left: 20px;}
.colhelp-v{position: relative; margin-right: 20px;}
.colhelp-z-code, .colhelp-v-code{position: absolute; bottom: 40px; left: 0; width: 150px; box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); border: 5px solid #fff;}
.colhelp-z-code img, .colhelp-v-code img{height: auto!important;}
.colhelp-p a{font-size: 18px; color: #ff0000}
.colhelp-e a{color: #777;}
.colhelp-p a, .colhelp-e a{position: relative; display: block; padding: 5px 0 5px 50px; line-height: 30px;}
.colhelp-p a:after{background: url(/components/col.help/p.png) no-repeat center;}
.colhelp-e a:after{background: url(/components/col.help/e.png) no-repeat center;}
.colhelp-p a:after, .colhelp-e a:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 50px; height: 30px; margin: auto;}.col-menu{margin-bottom: 30px; padding: 20px; background: #fff; box-shadow: 0 0 5px 1px rgba(0,0,0,0.0625); transition: all 0.25s ease 0s;}
.col-menu:hover{transform: translateY(-1px); box-shadow: 0 0 5px 2px rgba(0,0,0,0.25);}
.col-menu-title{margin-bottom: 15px; padding-top: 10px; font-size: 18px; font-weight: 500; text-transform: uppercase;}
.col-menu ul{list-style: none;}
.col-menu ul li{position: relative;}
.col-menu ul li a{position: relative; display: block; font-size: 16px; line-height: 35px; color: #333; transition: all 0.25s ease 0s;}
.col-menu ul li a:hover{transform: translateX(3px);}
.col-menu ul li ul li a i{position: absolute; top: 15px; left: 15px; font-size: 8px; transition: all 0.25s ease 0s;}
.col-menu > ul > li{margin-bottom: 5px;}
.col-menu > ul > li:last-child{margin-bottom: 0;}
.col-menu > ul > li > a{padding-left: 10px;}
.col-menu > ul > li > a:hover, .col-menu > ul > li.active > a{color: #cd0000;}
.col-menu > ul > li > i{position: absolute; top: 0; right: 0; width: 35px; height: 35px; font-size: 10px; text-align: center; line-height: 35px; cursor: pointer;}
.col-menu > ul > li > i:hover, .col-menu > ul > li.active > i{color: #cd0000;}
.col-menu > ul > li > ul > li > a{padding-left: 30px;}
.col-menu > ul > li > ul > li > a:hover, .col-menu > ul > li > ul > li.active > a{color: #cd0000;}.colnews{position: relative; margin-bottom: 30px;}
.colnews-title{position: relative; text-transform: uppercase; line-height: 35px; padding-left: 15px; border: 1px solid #d7d7d7;}
.colnews-title:after{content: ''; position: absolute; top: -1px; left: -1px; width: 7px; height: calc(100% + 2px); background: #a8d045;}
.colnews-list{border: 1px solid #d7d7d7; border-top: 0;}
.colnews-item{padding: 10px; border-bottom: 1px dashed #d7d7d7;}
.colnews-img{float: left; margin-right: 10px; padding: 1px; border: 1px solid #d7d7d7;}
.colnews-name{height: 60px; overflow: hidden;}
.colnews-name a{display: block; line-height: 20px; color: #333; transition: all 0.25s ease 0s;}
.colnews-name a:hover{color: #a8d045;}
.colnews-more{padding: 10px; text-align: right; line-height: 30px;}
.colnews-more a{display: inline-block; padding: 0 15px; background: #a8d045; color: #fff; transition: all 0.25s ease 0s;}
.colnews-more a:hover{background: #f30c3b;}.contact .wrap{max-width: 970px;}
.contact-form{box-sizing: border-box; margin-bottom: 0; padding: 30px; border-radius: 10px; box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);}
.contact-title{margin-bottom: 15px; font-size: 20px; font-weight: 700; line-height: 30px; color: #c2631f;}
.contact-item{width: 150px; margin: auto;}
.contact-info ul{list-style: none; width: 100%;}
.contact-info ul li{line-height: 30px;}
.contact-info ul li:first-child{text-transform: uppercase;}
.contact-info ul li span:nth-child(1){display: inline-block; width: 100px; vertical-align: top;}
.contact-info ul li span:nth-child(2){display: inline-block; width: calc(100% - 105px);}
.contact-info ul li a{color: #555;}
.contact-info ul li a b{color: #ed1c24;}
@media (min-width: 320px){
    .contact-form{margin-bottom: 30px;}
}
@media (min-width: 768px){
    .contact-form{float: left; width: 50%; margin-bottom: 0;}
    .contact-info{position: absolute; top: 0; right: 0; bottom: 0; display: flex; width: calc(50% - 60px); margin: auto; align-items: center; justify-content: left;}
}.commit ul{box-sizing: border-box; position: relative; list-style: none;}
.commit ul li{position: relative; padding-left: 45px; font-size: 18px;}
.commit ul li+li{margin-top: 15px;}
.commit ul li b{position: absolute; top: -3px; left: 15px; font-size: 20px; color: #aac633;}
.commit-prev{font-size: 20px; font-weight: 500;}
.commit-title{margin-bottom: 15px; font-size: 37px; font-weight: 700; line-height: 1.4; color: #000;}
@media (min-width:320px){
    .commit-prev{color: #aac633;}
    .commit-1{padding: 50px 0;}
    .commit-2{padding: 0 0 50px;}
    .commit-1 .commit-prev{margin-bottom: 30px;}
    .commit-2 .commit-prev{margin-top: 30px;}
}
@media (min-width:580px){
    .commit{position: relative; padding: 70px 0;}
    .commit ul{padding: 30px; background-color: rgb(255 255 255 / 75%); border-radius: 10px; box-shadow: 0 0 7px rgb(0 0 0 / 25%); overflow: hidden;}
    .commit-background{position: absolute; top: 0; bottom: 0; width: 50%; margin: auto; background: no-repeat center / cover;}
    .commit-prev{position: absolute; right: 0; left: 0; margin: auto; padding: 30px; background-color: #aac633; color: #fff;}
    .commit-1 ul{padding-top: 165px;}
    .commit-2 ul{padding-bottom: 165px;}
    .commit-1 .commit-background{left: 0;}
    .commit-2 .commit-background{right: 0;}
    .commit-1 .commit-prev{top: 0; margin-bottom: 0;}
    .commit-2 .commit-prev{bottom: 0; margin-top: 0;}
}
@media (min-width:768px){
    .commit-1 ul{padding-top: 145px;}
    .commit-2 ul{padding-bottom: 145px;}
}
@media (min-width:970px){
    .commit-1 ul{margin-left: 25%;}
    .commit-2 ul{margin-right: 25%}
}.donate-year{padding: 50px 0 15px;}
.donate-year ul{list-style: none;}
.donate-year ul li{float: left; margin-bottom: 15px;}
.donate-year ul li a{display: block; background-color: #f7f7f7; border-radius: 5px; font-size: 18px; text-align: center; line-height: 40px; color: #333; transition: all 0.25s ease 0s;}
.donate-year ul li:hover a, .donate-year ul li.active a{background-color: #aac633; color: #fff;}
.donate-quarter ul{list-style: none;}
.donate-quarter ul li{margin-bottom: 30px;}
.donate-quarter ul li p{display: block; padding: 15px; text-align: center; transition: all 0.25s ease 0s;}
.donate-quarter ul li p:hover{background-color: #f7f7f7;}
.donate-quarter ul li p img{width: 70px; margin: 0 auto 15px; opacity: 0.75;}
.donate-quarter ul li p span{display: block; margin-bottom: 5px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #000;}
.donate-quarter ul li p a{display: inline-block; margin: 0 5px; padding: 2.5px 7.5px; color: #fff;}
.donate-quarter ul li p a:nth-child(3){background-color: #aac633;}
.donate-quarter ul li p a:nth-child(4){background-color: #ff0000;}
@media (min-width:320px){
    .donate-year ul li{width: calc((100% - 15px)/2); margin-right: 15px;}
    .donate-year ul li:nth-child(2n){margin-right: 0;}
}
@media (min-width:480px){
    .donate-quarter ul li{float: left; width: calc((100% - 15px)/2); margin-right: 15px;}
    .donate-quarter ul li:nth-child(2n){margin-right: 0;}
}
@media (min-width:768px){
    .donate-quarter ul li{width: calc((100% - 60px)/3);}
    .donate-quarter ul li:nth-child(2n){margin-right: 30px;}
    .donate-quarter ul li:nth-child(3n){margin-right: 0;}
}
@media (min-width:970px){
    .donate-quarter ul li{width: calc((100% - 90px)/4);}
    .donate-quarter ul li:nth-child(2n),
    .donate-quarter ul li:nth-child(3n){margin-right: 30px;}
    .donate-quarter ul li:nth-child(4n){margin-right: 0;}
}.procedure{padding-top: 70px; background-color: #f7f7f7;}
.procedure ul{list-style: none;}
.procedure ul li{position: relative; margin-bottom: 15px; padding-left: 45px; font-size: 18px;}
.procedure ul li b{position: absolute; top: -3px; left: 15px; font-size: 20px; color: #fff;}
.procedure-wrap{box-sizing: border-box; max-width: 970px; margin: auto; background-color: #ffa79f; border-radius: 10px 10px 0 0;}
.procedure-title{margin-bottom: 30px; font-size: 26px; font-weight: 700; color: #fff;}
.procedure-prev{padding-top: 15px; font-size: 18px;}
.procedure-prev img{display: inline-block; width: 18px; margin-left: 5px;}
.procedure-img{transform: translateY(30px);}
.procedure-img img{margin: auto;}.sanpham{position: relative; background-color: #f7f7f7;}
.sanpham-wrap{padding: 50px 0;}
.sanpham-name{margin-bottom: 30px; font-size: 26px; font-weight: 700; color: #000;}
.sanpham-prev{font-size: 18px; color: #555;}
.sanpham-photos a{float: left; display: block; width: calc(100%/3); transition: all 0.5s ease 0s;}
.sanpham-photos a:nth-child(2), .sanpham-photos a:nth-child(6) ,.sanpham-photos a:nth-child(7){opacity: 0;}
.sanpham-photos:hover a{opacity: 1;}
@media (min-width:970px){
    .sanpham-txt{float: left; display: flex; width: calc(50% - 25px); align-items: center; justify-content: center; overflow: hidden;}
    .sanpham-wrap{padding-left: 50px;}
    .sanpham-photos{position: relative; float: right; width: calc(50% - 25px);}
}@media (min-width:320px){
    .simulation-desktop{display: none;}
}
@media (min-width:768px){
    .simulation-desktop{display: block;}
    .simulation-mobile{display: none;}
}