@font-face {
    font-family: 'DBAdmanX_Regular';
    src: url('../../assets/font/DBAdmanX.woff2') format('woff2'),
    url('../../assets/font/DBAdmanX.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #676767;
    font-family: 'DBAdmanX_Regular', 'sans-serif';
    font-weight: lighter;
    letter-spacing: 1px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.5s;
}

p {
    line-height: 24px;
}

img {
    vertical-align: middle;
}

h1 {
    color: #006537;
    font-size: 40px;
    margin: 0;
}

h2 {
    color: #333333;
    font-size: 40px;
    margin: 0;
}

.text_green {
    color: #006536;
    font-weight: 900;
}

.text_blue {
    color: #2110d2;
    font-weight: 900;
}

.section_contact ul {
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.section_contact a:hover {
    color: #b4dc45;
}

.section_contact li {
    list-style: none;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.section_contact {
    background: #006536;
    color: #fff;
    display: inline-table;
    padding: 10px 50px;
    text-align: right;
    width: 100%;
}

.section_contact i {
    border: 1px solid;
    padding: 3px 6px;
    font-size: 16px;
    vertical-align: middle;
}

.language {
    border-right: none !important;
}

.navbar-brand {
    position: absolute;
    top: -30px;
}

.navbar-nav > li {
    padding: 0 10px;
    cursor: pointer;
}

.section_menu {
    padding: 0 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px;
    background: #fff;
    color: #262626;
    font-size: 20px;
}

.section_menu .active:before {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #006537;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section_menu .active {
    color: #006537;
}

.nav > li > a {
    padding: 0 !important;
    line-height: 65px;
}

.nav > li > a:hover {
    color: #006537;
}

.underline:before {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.underline:hover:before {
    width: 100%;
    background: #006537;
}

.brand_logo {
    background-image: url('../../assets/images/icon/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 361px;
    height: 85px;
    transition: all 0.5s;
}

.section_header {
    position: inherit;
    width: 100%;
    z-index: 2;
}

.height_slideshow {
    width: 100%;
    height: 750px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.section_slide {
    display: inline-block;
    width: 100%;
    position: relative;
}

.section_slide p {
    font-size: 24px;
    color: #343434;
    margin: 10px 0;
}

.section_slide h1 {
    font-size: 70px;
}

.uniform {
    background-image: url('../../assets/images/icon/unifirm.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 731px;
    height: 735px;
    transition: all 0.5s;
    top: -100px;
    position: absolute;
}

.btn_readmore {
    background: #006537;
    border: none;
    color: #fff;
    padding: 15px 30px;
    margin-top: 50px;
    transition: all 0.5s;
}

.btn_readmore:hover {
    background: #024a97;
}

.topp {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-transition: height .4s cubic-bezier(.07, .85, .26, .96);
    transition: height .4s cubic-bezier(.07, .85, .26, .96);
    position: absolute;
}

.topp .background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.topp .background .left {
    z-index: 1;
    background: #fff;
    width: calc(50% - 42px);
    position: absolute;
    height: 50px;
}

.topp .background .mid {
    width: 87px;
    height: 70px;
    z-index: 0;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -14px;
}

.topp .background .right {
    z-index: 1;
    background: #fff;
    width: calc(50% - 42px);
    position: absolute;
    right: 0;
    height: 50px;
    float: right;
    bottom: 0;
}

.topp .background .mid svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section_description {
    padding: 50px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.section_description hr {
    width: 200px;
}

.section_video iframe {
    height: 400px;
    position: relative;
    z-index: 3;
    border: 6px solid #fff;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.3);
    width: 700px;
    transition: all 0.5s;
}

.section_video {
    margin-top: 25px;
}

.navbar_scroll {
    width: 100%;
    top: 0 !important;
    position: fixed !important;
    z-index: 4;
}

.section_services {
    background: #f8f8f8;
}

.section_services .owl-nav {
    display: none;
}

.section_content .owl-nav {
    display: none;
}

.section_content .owl-dots {
    display: none;
    margin-top: 25px;
}
.section_content a:hover{
    color: #006536;
}

.section_services .owl-dots {
    display: none;
    margin-top: 25px;
}

.height_services {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.details_services {
    background: #fff;
    padding: 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.details_services h2 {
    font-size: 24px;
    color: #006537;
}

.slide_services {
    margin-top: 50px;
}

.slide_finishingequipment {
    margin-top: 50px;
}

.section_communication {
    background: #006536;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.height_communication {
    width: 100%;
    height: 550px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.details_communication {
    padding: 50px;
}

.details_communication h2 {
    color: #fff;
    font-size: 30px;
}

.triangle_left {
    width: 0;
    height: 0;
    border-top: 275px solid transparent;
    border-right: 100px solid #006537;
    border-bottom: 275px solid transparent;
    position: absolute;
    left: -99px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.triangle_left_back {
    width: 0;
    height: 0;
    border-top: 275px solid transparent;
    border-right: 100px solid #006537;
    border-bottom: 275px solid transparent;
    position: absolute;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.chevron {
    position: absolute;
    text-align: center;
    padding: 12px;
    left: -160px;
    height: 100%;
    width: 100%;
    transform: rotate(90deg);
}

.chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: rgba(0, 101, 55, 0.4);
    -webkit-transform: skew(0deg, 20deg);
    -moz-transform: skew(0deg, 20deg);
    -ms-transform: skew(0deg, 20deg);
    -o-transform: skew(0deg, 20deg);
    transform: skew(0deg, 20deg);
}

.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: rgba(0, 101, 55, 0.4);
    -webkit-transform: skew(0deg, -20deg);
    -moz-transform: skew(0deg, -20deg);
    -ms-transform: skew(0deg, -20deg);
    -o-transform: skew(0deg, -20deg);
    transform: skew(0deg, -20deg);
}

.details_inte.height_servicesresting {
    padding: 50px;
    background: #f9f9f9;
}

.float_right {
    float: right;
}

.section_interesting {
    margin-top: 40px;
}

​.height_map iframe {
    border-top: 3px solid #000000;
    width: 100%;
    height: 100%;
}

.height_map {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.section_footer {
    background: #006536;
    color: #fff;
    text-align: left;
    display: flex;
}

.section_footer h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 25px 0;
}

.section_footer p {
    margin: 0;
}

.section_footer ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.section_footer li {
    list-style: none;
    float: left;
    padding-right: 10px;
}

.section_footer a:hover {
    color: #b4dc45;
}

.facebook {
    margin-bottom: 25px;
}

.interesting {
    background-image: url('../../assets/images/icon/interesting.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    height: 400px;
    width: 143px;
    transition: all 0.5s;
    right: -50px;
    position: absolute;
}

.interesting2 {
    left: -50px;
}

.section_slide ul {
    padding: 0;
    margin: 0;
}

.section_slide li {
    width: 100% !important;
    list-style: none;
}

.item_img_box {
    position: relative;
    overflow: hidden;
}

.item_img_box .item_img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}

.item_img_box:hover .item_img {
    transform: scale(1.05);
}

.section_footer .col-xs-8 {
    padding-left: 50px;
}

.communication {
    background-image: url('../../assets/images/icon/communication.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    height: 100%;
    width: 550px;
    transition: all 0.5s;
    left: -100px;
    position: absolute;
}

.nav_mobile {
    display: none;
    /* background: #fff; */
    /* width: 100%; */
    /* height: 60px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0 0 20px; */
    position: absolute;
    top: 45px;
    right: 30px;
    z-index: 0;
}

.btn_menumore {
    position: fixed;
    width: 25px;
    top: 70px;
    cursor: pointer;
    z-index: 100;
    display: inline-block;
    height: 20px;
    transition: opacity .25s ease;
    right: 30px;
}

.btn_menumore:hover {
    opacity: 1;
}

.btn_menumore.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #FFF;
}

.btn_menumore.active .middle {
    opacity: 0;
    background: #FFF;
}

.btn_menumore.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.btn_menumore span {
    background: #006536;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.btn_menumore span:nth-of-type(2) {
    top: 6px;
}

.btn_menumore span:nth-of-type(3) {
    top: 12px;
}

.nav_mobile .overlay {
    position: fixed;
    background: #006536;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9;
}

.nav_mobile .overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.nav_mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.nav_mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.nav_mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.nav_mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.nav_mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .45s;
    animation-delay: .55s;
}

.nav_mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .50s;
    animation-delay: .60s;
}

.nav_mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .55s;
    animation-delay: .65s;
}

.nav_mobile .overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .60s;
    animation-delay: .70s;
}

.nav_mobile .overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.nav_mobile .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.nav_mobile .overlay ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
}

.nav_mobile .overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
}

.nav_mobile .overlay ul li a:hover {
    color: #b4dc45;
}

.nav_mobile .overlay ul li a:hover:after, .nav_mobile .overlay ul li a:focus:after, .nav_mobile .overlay ul li a:active:after {
    width: 100%;
}

.overlay-menu .active {
    color: #b4dc45 !important;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.section_contactmobile {
    display: none;
}

.section_contactmobile ul {
    padding: 5px 0;
    display: inline-block;
    right: 80px;
    position: relative;
    float: right;
    margin: 0;
}

.section_contactmobile li {
    list-style: none;
    float: left;
    padding: 0 5px;
    line-height: 55px;
}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.last_dropdown {
    border-bottom: none !important;
}

.height_parallax {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.section_parallax {
    position: relative;
}

.overlay_parallax {
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-image: linear-gradient(#ffffff00, white);
    transition: all 0.5s;
}

.line_dot {
    border-style: dotted;
    border-color: #676767;
}

.section_content {
    text-align: left;
}

.section_content h1 {
    text-align: center;
}

.logo_old {
    width: 100%;
    padding-right: 25px;
}

.text_underline {
    text-decoration: underline;
    font-weight: 900;
}

.section_box {
    margin: 50px 0;
    border-top: 3px solid #006536;
    background: #fafafa;
    display: flex;
}

.details_map {
    padding: 50px;
}

.section_box iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.details_map h4 {
    margin: -15px 0 25px 0;
    font-size: 22px;
}

.details_map h1 {
    text-align: left;
    font-size: 30px;
}

.regular {
    font-weight: 100;
}

.details_map h3 {
    margin-bottom: -15px;
    font-size: 20px;
}

.btn_seemap {
    background: #024a97;
    border: none;
    color: #fff;
    padding: 15px 30px;
    margin-top: 50px;
    transition: all 0.5s;
}

.btn_seemap:hover {
    background: #006536;
}

.details_map td {
    vertical-align: top;
}

.section_lagoon h1 {
    color: #005596;
}

.section_lagoon {
    border-top: 3px solid #005596;
}

.section_beyond h1 {
    color: #20ac9f;
}

.section_beyond {
    border-top: 3px solid #20ac9f;
}

.section_limelight {
    border-top: 3px solid #f17424;
}

.section_limelight h1 {
    color: #f17424;
}

.logo_map {
    width: 100%;
    padding-left: 25px;
}

.details_map h5 {
    margin: 0;
    font-size: 18px;
    font-weight: lighter;
}

.section_map {
    padding: 50px 50px 0 50px;
    display: inline-block;
}

.section_contactform {
    padding-bottom: 50px;
}

.input_contact {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    border-radius: 0;
}

.btn_submit {
    background: #f47032;
    border: none;
    color: #fff;
    padding: 10px 30px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.btn_submit:hover {
    background: #006536;
}

.title_contactform {
    margin: 5px 0;
    text-align: left;
}
.contactform_box{
    padding-left: 50px;
}

.contactform_box textarea {
    height: 150px;
    margin-bottom: 20px;
}

.contactform {
    padding-left: 25px;
}

.details_interesting {
    background: #f9f9f9;
}

.details_map .col-xs-8 {
    width: 66.66666667% !important;
}

.details_map .col-xs-4 {
    width: 33.33333333% !important;
}

.container_two {
    margin-top: 50px;
}

.container_two h2 {
    font-size: 24px;
    color: #006537;
}

.container_two img {
    margin: 25px 25px 25px 0;
}

.section_uniform li {
    list-style: decimal;
}

.img_uniform {
    width: 100%;
    padding-left: 25px;
}

.section_uniform h2 {
    margin-top: 25px;
    font-size: 30px;
}

.section_uniform i {
    margin-right: 10px;
}

.text_center {
    text-align: center;
}

.question {
    background: #006537;
    color: #fff;
}

.question p {
    margin: 0;
    padding: 15px 20px;
}

.answer {
    padding: 25px;
}

.fqa_left {
    padding-right: 25px;
}

.fqa_right {
    padding-left: 25px;
}

.section_fqa {
    padding: 25px 0 0 0;
    display: inline-block;
    font-size: 17px;
}

.height_services_half {
    height: 190px;
}

.section_image {
    margin-top: 50px;
}

.section_image .item {
    padding: 10px;
}

.section_content h2 {
    font-size: 30px;
}

.details_laundry {
    background: #f9f9f9;
    text-align: center;
    padding: 25px;
}

.section_laundrybox {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.section_laundrybox .col-xs-6 {
    margin-bottom: 50px;
}

@charset "UTF-8";
.navigation {
    height: 70px;
    background: #262626;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #006537;
    height: 50px;
    width: 50px;
    z-index: 4;
}

@media only screen and (max-width: 991px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 35px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: inherit;
        width: 100%;
        text-align: left;
        box-shadow: none;
        margin: 0;
        padding: 0 10px;
        display: inline-block;
    }

    nav ul li a:not(:only-child):after,
    nav ul li a:visited:not(:only-child):after {
        display: block;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar-right {
        float: none!important;
        margin: 0;
    }
    .section_menu .active:before{
        display: none;
    }
    .underline:before{
        display: none;
    }
    .nav > li > a {
        line-height: 40px;
        cursor: pointer;
    }
}


#nav-toggle {
    position: absolute;
    left: 10px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 0;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.text_title_slide {
    z-index: 3;
    overflow: hidden;
}


.text_title_slide ul {
    padding: 0;
}


.text_title_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text_title_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.text_title_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.text_title_slide li:nth-child(3) {
    animation-delay: 0.7s;
}
.modal-map {
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    border: 10px solid #eee;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.modal-map img{
    width: 100%;
}
.close-popup {
    float: right;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    background: #000!important;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -5px;
    top: -5px;
    border: 3px solid #fff!important;
    z-index: 3;
    transition: all 0.5s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.modal-dialog{
    width: 900px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 500px;
    position: absolute;
}
.text_mobile{
    display: none;
}
.dryer_images{
    width: 100%;
    padding: 0 100px;
}
.section_services .btn_readmore{
    margin-top: 25px;
    position: absolute;
    bottom: 25px;
}
.section_services .details_services{
    height: 422px;
    position: relative;
}
.section_photo img{
    width: 100%;
}
.section_photo .col-xs-6{
    padding: 25px;
}
.section_photo{
    margin-left: -25px;
    margin-right: -25px;
}
.section_clients ul{
    padding: 50px 0 0 0;
    margin: 0;
    display: inline-block;
}
.section_clients li{
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.section_clients img{
    height: 100px;
}
.last_clients{
    border-right: none!important;
}
.last_bottom {
    border-bottom: none!important;
}
button{
    outline: none;
}