body{
	color: #555;
	font-size: 14px;
	font-family: Open Sans;
}

a{
	color: #555;
	text-decoration: none;
}

a:hover{
	color: #15963d;
	text-decoration: none;
}

ul, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mb-30{
	margin-bottom: 30px;
}

.btn.focus, .btn:focus{
	box-shadow: initial;
}

.swiper-pagination{
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	margin: 0px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #EC2C37;
	width: 35px;
	border-radius: 30px;
}

.swiper-button-next, .swiper-button-prev {
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 5;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #EC2C37;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background-color: #EC2C37;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
	color: #fff;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1500px
    }
}

.block-title{
	margin-bottom: 30px;
	text-align: center;
}

.block-title h3{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.block-title h3 span{
	color: #15963d;
}

.block-view{
	text-align: center;
	margin-top: 50px;
}

.block-view .cta{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	background-color: #15963d;
}

.block-view .cta:hover{
	background-color: #EC2C37;
}

.block-view p{
	color: #333;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 35px;
}

.block-view p span{
	color: #15963d;
}

.header-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    border-top: 4px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.header-fixed .fixed-menu{
	height: 60px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.header-fixed .fixed-menu li{
	text-align: center;
	position: relative;
}

.header-fixed .fixed-menu li a{
	color: #15963d;
	font-size: 10px;
	font-weight: bold;
}

.header-fixed .fixed-menu li img{
	height: 22px;
	margin-bottom: 5px;
}

.header-fixed .fixed-menu li span{
	display: block;
	color: #15963d;
	font-size: 10px;
	font-weight: bold;
}

.header-fixed .fixed-menu li .count-item{
	width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: -5px;
    background-color: #EC2C37;
}

.top-bar{
	padding: 0px 0px;
	background-color: #E8E8E8;
}

.top-bar .hotline-top{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.top-bar .hotline-top li{
	font-weight: bold;
	line-height: 24px;
}

#header{
	padding: 25px 0px;
	position: relative;
	background-color: #fff;
}

#header .logo img{
	max-height: 75px;
	width: auto;
}

#header .search-header{
	position: relative;
}

#header .search-header .search-form{
	position: relative;
}

#header .search-header .search-form input{
	width: 100%;
	height: 45px;
	font-size: 14px;
	padding: 10px 30px;
	padding-right: 90px;
	border-radius: 30px;
	border: 1px solid #ccc;
}

#header .search-header .search-form button{
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	height: 100%;
	padding: 0px 15px;
}

#header .search-header .search-form button img{
	width: 17px;
	height: 17px;
	margin-top: -3px;
}

#header .header-account .header-control{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-around;
}

#header .header-account .btn{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	min-width: 200px;
	text-align: center;
	padding: 10px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	border: 1px solid #15963d;
	background-color: #15963d;
}

#header .header-account .btn-register{
	color: #15963d;
	background-color: #fff;
}

#header .header-account .btn:hover{
	opacity: .7;
}

#header .header-account .btn-register:hover{
	color: #fff;
	background-color: #15963d;
}

#header .header-account .header-control .user-account{
	display: flex;
	gap: 20px;
	align-items: center;
}

#header .header-account .header-control .user-account img{
	height: 50px;
}

#header .header-account .header-control .user-account span{
	color: #15963d;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	text-transform: uppercase;
}

#header .header-cart{
	text-align: right;
	position: relative;
}

#header .header-cart a{
    position: relative;
}

#header .header-cart a .count-item{
    width: 37px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #EC2C37;
}

#header .header-cart a img{
	width: 49px;
	height: 49px;
}

.header-menu{
	background-color: #136d39;
}

.header-menu .header-nav{
	position: relative;
    z-index: 9;
}

.header-menu .header-nav .item_big{
	display: block;
}

.header-menu .header-nav .item_big li{
	display: inline-block;
}

.header-menu .header-nav .item_big li a{
	color: #fff;
	display: block;
    text-align: left;
    padding: 7px 26px;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.header-menu .header-nav .item_big li:hover > a{
	color: #fff;
	background-color: #f29f05;
}

.section-banner{
	padding: 48px 0px 20px 0px;
}

.section-banner .myBanner{
	position: relative;
}

.section-banner .myBanner .swiper-pagination{
	bottom: 10px;
	width: 100%;
}

#form-booking h3{
	color: #15963d;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 17px;
	text-transform: capitalize;
}

#form-booking label{
	color: #5F6377;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: capitalize;
}

#form-booking .form-control{
	font-size: 14px;
	height: 42px;
	margin-bottom: 28px;
	border-radius: 3px;
}

#form-booking .btn{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding:  15px 35px;
	text-transform: uppercase;
	border-radius: 30px;
	background-color: #15963d;
	border-color: #15963d;
}

#form-booking .timer{
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #EC2C37;
	margin-bottom: 30px;
}

#form-booking .timer .text{
	display: block;
	color: #D9D9D9;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#form-booking .timer .time{
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
}

#form-booking .timer .time .doted-timer {
	color: #fff;
}

#form-booking .timer .time .lof-labelexpired {
	color: #fff;
	position: relative;
	top: 1px;
}

#form-booking .timer .time .block-timer{
	display: inline-block;
	color: #fff;
	position: relative;
	padding: 0 8px;
	line-height: initial;
	text-transform: uppercase;
}

#form-booking .timer .time .block-timer p{
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
}

#form-booking .timer .time .block-timer span{
	font-size: 20px;
	font-weight: bold;
}

.section-hot-sale{
	padding: 20px 0px;
	background-color: #E6F5FF;
}

.section-hot-sale .block-content{
	margin: 0px -10px;
}

.section-hot-sale .owl-stage-outer{
	padding: 10px;
}

.item_product_main{
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 8px #ccc;
}

.item_product_main .product-thumbnail .image_thumb{
	position: relative;
}

.item_product_main .product-thumbnail .image_thumb img{
	max-width: 100%;
	border-radius: 10px 10px 0px 0px;
}

.item_product_main .product-info{
	min-height: 70px;
	padding: 8px 22px;
}

.item_product_main .product-info h3{
	color: #15963d;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 0;
}

.item_product_main .product-info h3 a{
	color: #15963d;
}

.item_product_main .product-info .summary{
	color: #333;
	font-size: 13px;
	margin-bottom: 15px;
}

.flash-sale.owl-carousel.owl-drag .owl-item .item img {
 	opacity: 0.4;
}
.flash-sale.owl-carousel.owl-drag .owl-item.active.center .item img {
 	opacity: 1;
}
.owl-carousel.owl-drag .owl-nav {
 	position: absolute;
 	top: 50%;
 	margin-top: -30px;
 	width: 100%;
}
.owl-carousel.owl-drag .owl-nav button {
	position: absolute;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	background: #f9f9f9 !important;
	text-align: center;
	border-radius: 100%;
	line-height: 55px !important;
}
.owl-carousel.owl-drag .owl-nav button:hover{
 	color: #fff;
 	background-color: #da1a32 !important;
}
.owl-carousel.owl-drag .owl-nav button span {
 	font-size: 45px;
    color: #15963d;
}
.owl-carousel.owl-drag .owl-nav .owl-prev {
	left: 22%;
}
.owl-carousel.owl-drag .owl-nav .owl-next {
 	right: 22%;
}
.owl-carousel.owl-drag .owl-dots {
 	text-align: center;
 	-webkit-transition: opacity .3s;
 	-o-transition: .3s opacity;
 	transition: opacity .3s;
 	-webkit-transform: translateZ(0);
 	transform: translateZ(0);
}
.owl-carousel.owl-drag .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	opacity: 1;
	margin: 0px 5px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff !important;
}
.owl-carousel.owl-drag .owl-dots .owl-dot.active {
 	width: 50px;
 	border-radius: 50px;
 	background: #D80000 !important;
}

.section-product-new{
	padding: 20px 0px;
}

.section-product-new .item{
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
}

.section-product-new .item .image{
	margin-bottom: 10px;
	position: relative;
}

.section-product-new .item .name{
	height: 90px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.section-product-new .swiper-pagination{
	position: initial;
	margin-top: 10px;
}

.section-about{
	padding: 20px 0px;
}

.tabs-container{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 30px;
    background-color: #15963d;
}

.tabs-container .nav-tabs{
	width: 20%;
    display: block;
    border: none;
    padding: 9px;
    text-align: center;
}

.tabs-container .nav-tabs .icon{
	margin-bottom: 16px;
}

.tabs-container .nav-tabs li{
	margin-bottom: 0px;
}

.tabs-container .nav-tabs li a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding: 15px 30px;
	opacity: 0.7;
}

.tabs-container .nav-tabs li a.active{
	opacity: 1;
}

.tabs-container .tab-content{
	width: 80%;
	padding: 50px;
	border-radius: 30px;
	background-color: #fff;
}

.section-steps{
	padding: 20px 0px;
}

.section-steps .items{
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

.section-steps .items > div{
	width: 50%;
	position: relative;
}

.section-steps .items .item-steps{
	padding:  17px;
	border: 3px solid #15963d;
	border-radius: 40px;
	padding-left: 100px;
}

.section-steps .items .item-steps .step-icon{
	position: absolute;
    left: 0px;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #15963d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.section-steps .items .item-steps .step-content h3{
	color: #15963d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.section-steps .items .item-steps .step-content p,
.section-steps .items .item-steps .step-content ul{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
}

.section-steps .items .item-steps .step-content ul{
    list-style: disc;
    padding-left: 30px;
}

.section-steps .items.step-even .item-steps{
	padding-right: 100px;
	padding-left: 30px;
}

.section-steps .items.step-even .item-steps .step-icon{
	right: -13%;
	left: auto;
}

.section-steps .items.step-even .item-steps .step-content p{
	text-align: left;
}


.section-service{
	padding: 20px 0px;
	background-color: #E6F5FF;
}

.section-service .item{
	text-align: center;
}

.section-service .item .icon{
	margin-bottom: 30px;
}

.section-service .item .main h3{
	color: #15963d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.section-service .item .main p{
	color: #333;
	font-size: 13px;
}


.section-blog{
	padding: 20px 0px;
}

.section-blog .item{
	position: relative;
}

.section-blog .item .blog-image{
	position: relative;
	margin-bottom: 30px;
}

.section-blog .item .blog-image img{
	max-width: 100%;
}

.section-blog .item .blog-info h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-blog .item .blog-info p{
	color: #555;
	font-size: 16px;
	line-height: 28px;
}

.section-blog .item .blog-info .cta{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 15px 35px;
	border-radius: 30px;
	text-transform: uppercase;
	background-color: #15963d;
}

.section-blog .item .blog-info .cta:hover{
	background-color: #EC2C37;
}

.section-testimonials{
	padding: 20px 0px;
}

.section-testimonials .item{
	padding: 25px;
	border-radius: 15px;
	border: 1px solid #7C90DB;
	box-shadow: 0px 4px 7px #ccc;
}

.section-testimonials .item .info{
	display: flex;
	align-items: center;
	gap: 15px;
}

.section-testimonials .item .content{
	display: flex;
	align-items: center;
	gap: 15px;
}

.section-testimonials .item .content .link{
	width: 65px;
	text-align: center;
}

.section-testimonials .block-content{
	margin: 0px -10px;
}

.section-testimonials .testimonials-swiper{
	padding: 10px;
}


.section-partner{
	padding: 20px 0px;
	background-color:#ffffff	;
}


.section-partner .col-item .image{
	height: 50px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	padding-bottom: 15px;
}


#footer{
	padding: 7px 0px;
}

.top-footer{
	padding-bottom: 0px;
}

.top-footer .footer-info h3{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.top-footer .footer-info p{
	color: #555;
	font-size: 15px;
	margin-bottom: 5px;
}

.top-footer .newsletter h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.top-footer .newsletter-form form{
	position: relative;
}

.top-footer .newsletter-form form input{
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 30px;
	padding-left: 20px;
}

.top-footer .newsletter-form .btn-submit{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 30px;
	border-radius: 30px;
	background-color: #15963d;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 45px;
}

.top-footer .newsletter-form .btn-submit:hover{
	background-color: #EC2C37;
}

.top-footer .social{
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 20px 0px;
}

.top-footer .social img{
	height: 20px;
}

.top-footer .bct img{
	max-width: 100%;
}

.bottom-footer{
	padding-bottom: 40px;
}

.bottom-footer h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.bottom-footer ul li{
	line-height: 30px;
}

.bottom-footer ul li a{
	font-size: 15px;
	color: #555;
}

.bottom-footer ul li a:hover{
	color: #15963d;
}

.copyright{
	text-align: center;
}

.copyright p{
	margin-bottom: 0px;
}

.pagenav .pagination{
	align-items: center;
	justify-content: center;
	margin: 30px 0px;
}

.pagenav .pagination .page-item{
	display: flex;
	align-items: center;
	width: 35px;
	height: 35px;
	justify-content: center;
}

.pagenav .pagination .page-link{
	border: none;
    font-size: 14px;
    font-weight: bold;
    color: #15963d;
    width: 35px;
    height: 35px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.pagenav .pagination .page-item.active{
	width: 55px;
    border: 1px solid #DFDFDF;
    justify-content: center;
    border-radius: 30px;
}


.modal-content{
	padding: 30px;
	border-radius: 40px;
}


/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 500px;
}

/* Add Animation */
.modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}


.modal-header{
	padding: 0px;
	border: none;
	margin-bottom: 0px;
	position: relative;
}

.modal-title{
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.modal-header .close{
	padding: 0px;
	margin: 0px;
	position: absolute;
    right: -20px;
    top: -20px;
}

.modal-body{
	padding: 0px;
}

.modal-body .form-group label{
	color: #695c5c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

.modal-body .form-group .form-control{
	width: 100%;
	height: 48px;
	border-radius: 10px;
}

.modal-body .form-check{
	display: flex;
	align-items: center;
	gap: 40px;
	padding-left: 30px;
}

.modal-body .form-check label{
	margin-bottom: 0px;
	font-weight: 600;
	display: inline-flex;
    align-items: center;
}

.modal-body .form-check .form-check-input{
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: -30px;
}

.modal-body .form-check .forgot-password{
	color: #E86969;
	font-size: 15px;
	font-weight: 500;
}

.modal-body .form-btn{
	text-align: center;
	margin-top: 30px;
}

.modal-body .btn{
	font-size: 16px;
	font-weight: bold;
	background-color: #15963d;
	border-radius: 5px;
	width: 312px;
    padding: 10px 30px;
}

.modal-footer{
	padding: 0px;
    text-align: center;
    display: block;
    border: none;
    margin-top: 40px;
}

.modal-footer p{
	color: #0D0E0E;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.modal-footer p a{
	color: #160062;
}

.btn-quick-filters{
	background: #0b9444;
	color: #fff;
	border-radius: 50px;
	border: 1px solid transparent;
	padding: 4px 12px;
	cursor: pointer;
	display: inline-block;
	line-height: 24px;
	margin: 3px;
	font-size: var(--text-sm);
	font-weight: 700;
	transition: all 0.25s;
}

.btn-quick-filters-chose{
	background: #f29f05;
	color: #fff;
	border-radius: 50px;
	border: 1px solid transparent;
	padding: 4px 12px;
	cursor: pointer;
	display: inline-block;
	line-height: 24px;
	margin: 3px;
	font-size: var(--text-sm);
	font-weight: 700;
	transition: all 0.25s;
}

.btn-quick-filters:hover{
	color: #fff;
}

.top-banner{
	height: 70px !important;
}

.tab-content {
	border: 1px solid #b3b3b3;
    box-shadow: 5px 5px 5px #b3b3b3, 2px 1px 3px #b3b3b3;
}