h1,h2,h3{
    font-weight:600
}
.information-contact .contact-box {
    display: none;
}
.information-contact .page-contacts {
    padding-top: 0px;
}
[id^='sub_error'],
[id^='error']{
    color:red
}
.bread-crumb{display:none!important}
footer .back-to-top.show {
    bottom: 110px;
}
.dropdown-menu > li > a .price{
    display: block;
    color:#c00;
}
.panel-table-of-content .with-chevron {
    padding: 0;
}
.panel-table-of-content .with-chevron .chevron {
    padding: 0 15px;
}
#table-of-content ul{
    list-style-type: decimal;
}
.cleanza-article .article-details .toc_link a {
    color: #000;
}

/****custom****/
.header .cleanza-main-nav{
    background-color: rgba(48, 41, 36, 0.85);
}
header .nav-item>a {
    padding: 0px 5px;
    color:#fff;
    opacity:0.6
}
header .nav-item.has-childs>a>svg>path{
    fill:#fff;
}
header .nav-item.active>a{
    color:#fff;
    opacity:1;
}
header .nav-item>a:hover, header .nav-item>a:focus {
    color:#fff;
    opacity:1;
}
header.header .cleanza-main-nav .header-right{
    height: auto;
}
header.header .top-header svg{
    margin-right:7px;
}
@media (min-width: 992px)
{
    .common-home .header .cleanza-main-nav{
        position: fixed;
        width: 100%;
        left: 0;
        top: 40px;
        z-index: 9030;
        padding: 17px 0;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
    }
}
header.header .cleanza-main-nav.sticky{
    top:0
}
.header-info-right li{
    padding-top:5px;
    padding-bottom:5px
}
/***/
.section-our_team .heading-block {
    padding: 120px 0 30px 0;
}
.section-our_team .heading-block span {
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #96c351;
}
.section-our_team .heading-block h2 {
    margin: 3px 0;
    color: #6b4c33 ;
    font-weight: bold;
    font-size: 42px;
}
.section-our_team .heading-block img {
    margin-top: 10px;
}
.section-our_team .our-team {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 35% 38%;
    padding: 0 0.5rem;
}
.section-our_team .our-team .col_half{
    position: relative;
    bottom: -8px;
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.section-our_team .our-team .team-info h3 {
    margin-bottom: 5px;
    font-size: 26px;
    color: #6b4c33;
    text-transform: capitalize;
}
.section-our_team .our-team .team-info .team-job {
    margin-bottom: 20px;
    color: #96c351;
    font-style: italic;
    text-transform: uppercase;
}
.section-our_team .pt-145 {
    padding-top: 145px;
}
.section-our_team .italic {
    font-style: italic;
}
.section-our_team__list .fa{
    display: inline-block;
    position: absolute;
    top: 40%;
    font-size: 50px;
    z-index: 3;
    line-height: 40px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    cursor: pointer;
    color: #806650;
}
.section-our_team__list .fa.slick-prev{
    left: -40px;
}
.section-our_team__list .fa.slick-next{
    right: -40px;
}
@media (min-width: 1400px){
    .section-our_team__list .fa.slick-prev{
        left: -60px;
    }
    .section-our_team__list .fa.slick-next{
        right: -60px;
    }
}
@media (max-width: 640px){
    .section-our_team__list .fa.slick-prev{
        left: -6px;
    }
    .section-our_team__list .fa.slick-next{
        right: -6px;
    }
}


/***/
.section-our_sevice {
    background-position: center;
    background-size: cover;
}
.section-our_sevice .heading-block{
    padding: 120px 0 30px 0;
    padding-top: 40px;
}
.section-our_sevice .heading-block span{
    letter-spacing: 8px;
    color: #96c351;
    text-transform: uppercase;
}
.section-our_sevice .heading-block h2 {
    margin: 3px 0;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
}
.section-our_sevice .service-item .service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    position: relative;
}
.section-our_sevice .service-item .service-icon::before {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    z-index: 1;
    opacity: 0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.section-our_sevice .service-item.active .service-icon::before,
.section-our_sevice .service-item:hover .service-icon::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.section-our_sevice .service-item .service-name {
    margin: 0;
    padding: 25px 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff
}
.section-our_sevice .service-item .desc {
    color: #fff5db;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
.section-our_sevice .service-item .service-icon i {
    position: relative;
    z-index: 3;
    color: #fff;
}

.section-our_sevice .service-item .service-icon i::before {
    font-size: 60px;
}
.section-our_sevice .service-item.active .service-icon i, .section-our_sevice .service-item:hover .service-icon i {
    color: #96c351;
}
.menu__footer__list,
.social__footer__lits{
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu__footer__list li a{
    color: #fff;
    padding: 0 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.social__footer__lits li a{
    color: #fff;
    padding: 0 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.power__footer,
.power__footer a{
    color:#fff;
}
/***/
.section-newsletter_footer .fill_ {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content:center;

}
.section-newsletter_footer .fill_ input{
    margin:0;
}
.section-newsletter_footer .fill_ > div{
    padding:0;
}
.section-newsletter_footer .email{
    width:80%
}
.section-newsletter_footer .email > .email{
    width:100%
}
.section-newsletter_footer .btn-action{
    width:20%;
}
.section-newsletter_footer .fill_ .btn-submit{
    background-color: #473e37;
    width: 150px;
    color: #fff;
}
.form-newsletter__notification p{
    margin:0;
}
button.close{
    top: 0;
    position: absolute;
    right: 5px;
}
/* .section-testimonial */
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.section-testimonial .testimonial-item .desc{
    position: relative;
    padding: 30px 30px 45px 30px;
    border-radius: 5px;
    box-shadow: 0px 1px 13px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 13px 0 rgb(0 0 0 / 10%);
    background-color: rgba(246, 246, 246, 0.2);
}
.section-testimonial .testimonial-item .desc img {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 70px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.section-testimonial .testimonial-item .testimonial-name {
    padding-top: 40px;
    color: #96c351;
    text-transform: capitalize;
}
.section-testimonial .testimonial-item h5 {
    margin-bottom: 0;
}
.section-testimonial .slick-slide{
    padding: 15px;
    opacity: 0.5;
}
.section-testimonial .slick-slide.slick-center{
    opacity: 1;
}
.section-testimonial .slick-list {
    padding:0!important
}
.section-testimonial,
.section-our_team{
    padding-bottom: 45px;
}
/***/
.section-special_offer .special-left {
    padding: 10px 70px 50px;
    margin: 0 -15px;
}
.section-special_offer .special-left .special-title {
    position: relative;
    padding: 20px 70px 20px 0;
}
.section-special_offer .special-left h3 {
    font-size: 35px;
    margin: 0 0 0 15px;
    letter-spacing: 0.4px;
    color: #6b4c33 ;
    font-weight:bold;
}
.section-special_offer__list .items > a{
    display: inline-block;
    width: 100%;
    border: 20px solid transparent;
}
.section-special_offer__list .items > a img {
    width: 100%;
    border: 15px solid #fff;
    -webkit-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
}
.section-special_offer__list .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #483b30;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: -50px;
    right: 60px;
}
.section-special_offer__list .slick-next {
    right: 17px;
}
@media(max-width:767px){
    .section-special_offer .special-left{
        padding:0;
    }
}
.section-newsletter_footer .email p{
    position:absolute;
    color:red
}
/****/
.show_language{
    padding: 0 13px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 0;
}
.multi-language {
    list-style: none;
    position: absolute;
    width: 107px;
    background: #fff;
    top: 100%;
    left: 0px;
    z-index: 9999;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    display: none;
}
header.header .top-header .multi-language li{
    display:block;
    margin-right:0;
    padding:0;
}
.header-info-right .module__language{
    margin:0;
    padding:0;
}
header.header .top-header .multi-language li a {
    padding: 7px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    border-bottom: 1px solid #e7e7e7;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    background: #f7f7f7;
    border-left: 3px solid #e7e7e7;
    width:100%;
}
header.header .top-header .multi-language li .active {
    border-left: 3px solid #6e9433;
}
.language-select  img{
    margin-right:5px;
}
.header-info-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cleanza-search-bar {
    position: fixed;
    width: 100%;
    z-index: 99999999999;
}
#box-scroll {
    margin-top: 3px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #ccc;
    padding-right: 3px;
    cursor: pointer;
    float: right;
}
button.btn-scroll {
    border: none;
    padding: 0px 20px;
    font-size: 13px;
    color: #ededed;
    border-radius: 3px;
    background: #70BC16;
    height: 40px;
    line-height: 40px;
}
#box-scroll{
    display:none
}
.common-home #box-scroll{
    display:block
}
body:not(.common-home) .header .cleanza-main-nav{
    padding:10px 0;
}
body:not(.common-home) .header.sticky .cleanza-main-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    margin: 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
/****/

.section-newsletter_contact_us_top input::-webkit-input-placeholder,
.section-newsletter_contact_us_top textarea::-webkit-input-placeholder{
    color: #fff
}
.section-newsletter_contact_us_top textarea::-moz-placeholder ,
.section-newsletter_contact_us_top input::-moz-placeholder {
    color: #fff
}
.section-newsletter_contact_us_top textarea:-ms-input-placeholder ,
.section-newsletter_contact_us_top input:-ms-input-placeholder {
    color: #fff
}
.section-newsletter_contact_us_top textarea:-moz-placeholder,
.section-newsletter_contact_us_top input:-moz-placeholder{
    color: #fff
}
/***/
.section-about_us .heading-block {
    padding: 0 0 30px 0;
}
.section-about_us .heading-block h2{
    margin: 3px 0;
    color: #333;
}
.section-about_us .about-item {
    padding: 250px 30px 50px;
    color:#fff;
    background-size: cover;
}
.section-about_us .about-item h2 {
    font-size: 30px;
    color:#fff;
}
.section-about_us .about-item .desc {
    line-height: 2;
    font-size: 16px;
}
.section-about_us__list .items{
    margin-bottom:15px;
}
/****/
.section-our_work .heading-block {
    padding: 120px 0 30px 0;
}
.section-our_work [class^='col-']{
    margin:0 auto;
}
.section-our_work .desc {
    margin-bottom: 30px;
}
.section-our_work p,
.section-our_work .desc {
    font-size: 18px;
    line-height: 1.7;
}
.section-our_work .work-img {
    padding: 12px;
    box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 37%);
    -o-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 37%);
    margin: 10px 0;
}
.sperator-img {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
/***/
.section-our_program  h2 {
    color: #6b4c33;
    font-weight:bold;
}
.section-our_program .desc {
    font-size: 18px;
    line-height: 1.7;
}
#slider-program {
    padding-right: 55px;
    padding-bottom: 35px;
    position: relative;
}
#slider-program::before {
    content: "";
    top: 50px;
    left: 50px;
    right: 0;
    bottom: 0;
    background-color: #eae9e8;
    position: absolute;
    z-index: 1;
}
#slider-program .section-our_program__list {
    z-index: 3;
}
.section-our_program__list .slick-slide{
    padding: 15px;
}
.section-our_program__list .slick-slide img{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 26%);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 26%);
}
/***/

.section-our_sevice__information  .heading-block {
    padding: 20px 0 30px 0;
}
.section-our_sevice__information .heading__title{
    font-size: 42px;
    font-weight:bold;
    color:#333;
}
.section-our_sevice__information .services-list .services-item {
    margin-bottom: 30px;
}
.section-our_sevice__information .services-list .services-item figure {
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
    overflow: hidden;
}
.section-our_sevice__information .services-list .services-item img {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-our_sevice__information .services-list .services-item a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.section-our_sevice__information .services-list .services-info h4 {
    font-size: 22px;
    margin: 0;
}
.section-our_sevice__information .services-list .services-info .desc {
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 30px;
    color: #6b4c33;
    font-size:16px;
}
.section-our_sevice__information .services-list .services-info .button {
    display: inline-block;
    border: 1px solid #6e9433;
    color: #6e9433;
    padding: 7px 30px;
    text-transform: uppercase ;
}
/****/
.section-contact_us .heading-block {
    padding: 20px 0 30px 0;
}
.section-contact_us .heading-block h2{
    margin: 3px 0;
    color: #333;
    font-weight:bold;
}
.title-address {
    font-size: 18px;
    color: #96c351;
    text-transform: uppercase;
    font-weight:bold;
}
.contact-left > div, .contact-left > div a {
    color: #717272;
    font-size: 15px;
    line-height: 1.7;
}
.color-2 {
    color: #96c351;
}

/****/
.section__news__heading .heading-block {
    padding: 20px 0 0 0;
}
.section__news__heading h2{
    margin: 3px 0;
    color: #333;
    font-size: 42px;
    font-weight:bold;
}
.news__list__default .news-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.news__list__default .news-item .news-info {
    padding: 30px 30px 50px 30px;
}
.news__list__default .news-item h3 {
    font-size: 18px;
}
.news__list__default .news-item .desc {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 30px;
}
.news__list__default .news-item .button {
    display: inline-block;
    border: 1px solid #6e9433;
    color: #6e9433;
    padding: 7px 30px;
    text-transform: uppercase;
}
/****/
.news__list__testimonials .testimonials-list .testimonial-item {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 35px;
}
.news__list__testimonials .testimonials-list .testimonial-item .desc {
    position: relative;
    padding: 30px 30px 45px 30px;
    border-radius: 5px;
    box-shadow: inherit;
    -o-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    background-color: #fbfbfa;
    border: 1px solid rgba(221, 221, 221, 0.8);
}
.news__list__testimonials .testimonial-item .desc img {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 70px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width:70px;
    height:70px;
}
.news__list__testimonials .testimonial-item .testimonial-name {
    padding-top: 40px;
}
.news__list__testimonials .omm-hover:hover {
    z-index: 9;
    background: #fff;
}
.news__list__testimonials .summary-tes-omm {
    height: 90px;
    overflow: hidden;
    line-height: 2;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
    margin:0;
}
.news__list__testimonials .omm-hover:hover .summary-tes-omm {
    height: 200px;
}
.news__list__testimonials .testimonials-list .testimonial-item:hover .desc {
    background-color: #6e9433;
    color: #fff;
}
/***/
.news__list__our-stories .news-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.news__list__our-stories .our-item .news-info {
    padding: 15px;
}
.news__list__our-stories .our-item img {
    height: 240px !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
}
.news__list__our-stories .news-item h3 {
    font-size: 18px;
    color: #6b4c33;
}
.news__list__our-stories .news-item .desc {
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.5;
    color: #6b4c33;
}
.news__list__our-stories .news-item > a{
    display: flex;
    flex-wrap: wrap;
}
.news__list__our-stories .items:nth-child(3n - 1) img{
    order:2
}
.news__list__our-stories .news-item:hover {
    background-color: #6e9433;
}
.news__list__our-stories .news-item:hover h3,
.news__list__our-stories .news-item:hover .desc {
    color: #fff;
}
.heading__title{
    font-weight:bold
}
/*******Form đăng ký*******/
.form-newsletter__heading,
.form-newsletter__heading .title{
    text-align:center;
    color:#fff
}
.section-newsletter_contact_us_top  {
    padding: 40px;
}
.section-newsletter_contact_us_top input,
.section-newsletter_contact_us_top select,
.section-newsletter_contact_us_top textarea{
    display: block;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.75px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.section-newsletter_contact_us_top .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    background-color: rgba(255, 255, 255, 0.2);
}
.gg_captcha .g-recaptcha > div{
    margin:0 auto;
}

.section-newsletter_contact_us_top .btn-action{
    text-align: center;
}
.section-newsletter_contact_us_top .btn-action button{
    padding: 0 30px;
    font-size: 13px;
    background-color: #2b3e29;
    border: 1px solid transparent;
    color:#fff;
    margin-top: 25px;
}
.section-newsletter_contact_us_top .btn-action button:hover{
    color:#fff;
    opacity:0.8;
}

/***End còn sửa Form***/

@media (max-width: 991px){
    .header .cleanza-main-nav {
        position: relative;

    }
    header.header .cleanza-main-nav .nav{
        background: #f3f3f3;
        border-color: rgba(0,0,0,.1);
        color: rgba(0,0,0,.75);
    }
    header .nav-item>a{
        color: rgba(0,0,0,.75);
        padding: 10px 5px;
        opacity: 1;
    }
    header .nav-item.has-childs>a>svg>path {
        fill:rgba(0,0,0,.75);
    }
    header .nav-item>a:hover,
    header .nav-item>a:focus,
    header .nav-item.active>a{
        color: rgba(0,0,0,.75);
    }
    .news__list__our-stories .items:nth-child(3n - 1) img {
        order: -1;
    }
    header.header .cleanza-main-nav .header-right #trigger-mobile .icon-bar {
        background-color: #fff;
    }
    .module__language form{margin:0}
    .header-info-right {
        justify-content: center;
    }
}
.news__list__our-stories .news-item{
    height:100%;
}
.news__list__our-stories .news-item > a {
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.news__list__our-stories .items{
    margin-bottom:20px;
}
.news__list__default [class^='col-']{
    margin-bottom:20px;
}
.news__list__default .grid-item{
    height:100%;
}
.news__list__default .news-item{
    height:100%;
}
.news__list__default .news-item > a{
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    height: 100%;
}
.news__list__default .news-item .news-info {
    padding: 30px 30px 10px 30px;
}
/***/
.section-contact-right {
    padding: 40px 20px;
    margin-bottom: 40px;
    background-position: top center;
    background-size: cover;
}
.section-contact-right__heading__title {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    color:#fff;
    text-align:center;
}
.section-contact-right__desciption{
    margin: 15px 0 30px;
    color:#fff;
}
.section-contact-right__button a {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 13px;
    background-color: #2b3e29;
    border: 1px solid transparent;
    display: inline-block;
    color:#fff;
}
.section-sidebar-service__heading__title{
    font-weight:bold;
}
li.sidebar-service-item {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
li.sidebar-service-item a.service-item-img {
    display: inline-block;
    width: 100px;
    float: left;
    padding-right: 20px;
}
li.sidebar-service-item a.service-item-img img {
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.uppercase {
    text-transform: uppercase;
}
.service-item-info h4{
    font-size:16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight:bold;
}
.hotline_float_icon:nth-child(2){
    /*display:none!important*/
}
.news__list__our-service .services-item {
    margin-bottom: 30px;
}
.news__list__our-service .services-item figure {
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
    overflow: hidden;
}
.news__list__our-service .services-item img {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 180px;
    height: 180px;
}
.news__list__our-service .services-info h4 {
    font-size: 22px;
    font-weight:bold;
}
.news__list__our-service .services-info .desc {
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 30px;
    text-align:center;

}
.news__list__our-service .services-info .button {
    display: inline-block;
    border: 1px solid #6e9433;
    color: #6e9433;
    padding: 7px 30px;
}
.news__list__our-service .services-item a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.detail-title .news-name {
    padding: 130px 30px 35px;
}
.detail-title .news-name h3 {
    font-size: 30px;
    color: #fff ;
    font-weight: 600;
}
.detail-title .news-name .news-date {
    font-size: 15px;
    color: #fff ;
}
.bg-center {
    background-position: center;
}
.bg-cover {
    background-size: cover;
}
@media (max-width: 767px)
{
    .detail-title .news-name h3 {
        font-size: 18px;
    }
    .detail-title .news-name {
        padding: 80px 30px 35px;
    }
}

/*****/
/* gallery page*/
#gallery {
    position: relative;
}
#gallery #gallery-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 6;
}
@media (max-width: 767px) {
    #gallery #gallery-bottom {
        position: relative;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
#gallery .swiper-slide img {
    width: 100%;
}
#gallery .gallery-button-next, #gallery .gallery-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70px;
    width: 70px;
    text-align: center;
    display: inline-block;
    line-height: 70px;
    z-index: 3;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 50%;
    color: #797773;
    cursor: pointer;
}
#gallery .gallery-button-next:hover, #gallery .gallery-button-prev:hover {
    color: #96c351;
}
#gallery .gallery-button-next i, #gallery .gallery-button-prev i {
    line-height: 70px;
}
#gallery .gallery-button-next {
    right: 50px;
}
#gallery .gallery-button-prev {
    left: 50px;
}
#gallery .link-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    #gallery .link-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}
#gallery .link-gallery div {
    margin: 0 20px;
    height: 47px;
    line-height: 47px;
    border-top: 1px solid transparent;
    opacity: 0.6;
}
#gallery .link-gallery div a {
    color: #fff;
}
#gallery .link-gallery div:hover {
    opacity: 1;
}
#gallery .link-gallery div.active {
    border-top: 1px solid #fff;
    opacity: 1;
}
#gallery .gallery-thumbs {
    padding: 0;
}
#gallery .gallery-bottom {
    padding: 1px 65px 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
    #gallery .gallery-bottom {
        padding: 1px 10px 20px;
        background-color: transparent;
    }
}
#gallery .gallery-bottom .swiper-slide {
    opacity: 1;
}
#gallery .gallery-bottom .swiper-slide img {
    border: 1px solid #fff;
}
#gallery .gallery-bottom .swiper-slide.swiper-slide-active img {
    border: 1px solid #96c351;
}  
     
     /****/
     .news-relative-item .news-relative-info {
  padding-bottom: 30px;
}
.news-relative-item .news-relative-info a h4 {
  font-size:18px;
  font-weight:bold;
  line-height: 1.7;
  padding: 20px 0 10px;
  margin: 0;
}
.news-relative-item .news-relative-info a:hover {
  color: #96c351;
}
.news-relative-item .news-relative-info .desc {
  font-size: 14px;
  line-height: 1.7;
} 
#google-translate {
    width: auto!important;
}  
.section-our_program {
  margin:50px 0;
}
@media(min-width:768px){
  .page-information #section-our_program--3 > .container > .row > [class^='col']:last-child,
  .page-information #section-our_program--5  > .container > .row > [class^='col']:last-child{
    order:-1
  }
} 
header.header .cleanza-main-nav .cleanza-header-mobile img {
    max-height: 90px;
}
.footer__customize .logo__footer img{
  max-width:200px
} 
.section-dich_vu .slick-slide {
  margin: 0 10px;
}

.section-dich_vu .slick-list {
  margin: 0 -10px;
}
.section-dich_vu__list{
  margin-top:30px;
}
.section-dich_vu__list .testimonial-name{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 35px;
  display: -webkit-box !important;
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  color:#262626;
  font-weight:600
} 

#section-special_offer__1--left .slick-arrow{
  display:none !important;
}

#section-special_offer__1--right {
    display: flex;
    align-items: center;
    justify-content: center;
}


#section-special_offer__1--right form {
    margin-bottom: 0;
}
.section-dich_vu {
  padding-block:45px;
}

.section-dich_vu .heading__title{
  font-size:42px;
} 
.nav-item-lv2{
  position:relative;
}
.nav-item-lv2 svg{
  width: 10px;
  position:absolute;
  right:3px;
  top:5px;
}
header .nav-item  .nav-item-lv2 > .dropdown-menu{
  top:0;
  left:100%;
  visibility:visible;
}
header .nav-item-lv2:hover > .dropdown-menu{
  display:block;
  opacity:1;
} 
header .nav-item .nav-item-lv2 > .dropdown-menu {
    visibility: hidden;
}
header .nav-item-lv2:hover > .dropdown-menu {
    visibility: visible;
} 
.section-dich_vu .slick-track {
    margin-left: 0;
} 
.section-our_sevice .service-item .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-our_sevice .service-item .service-icon i::before{
 font-size:46px;
} 
.hotline_float_icon:nth-child(3){
display:none!important
}