/* CUSTOM FONT */
@import url('font.css');

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* END CUSTOM FONT */

/* HEADER */
header, header.subtitle, header.logo, header.menu {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

header {
    padding: 23px 0;
    background: url(../image/bg-header.png) repeat-x;
    z-index: 999;
    /* position: fixed; */
    width: 100%;
    /* top: 0; */
    /* left: 0; */
    position: relative;
}

.menu a.language {
    color: #6a6a6a;
    background-image: url(../image/english.png);
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.menu a.language.portugues {
    background-image: url(../image/portugues.png);
}
.menu a.language:hover {
    background-color: inherit;
}
.logo {
    transition: inherit;
}

.logo h1 {
    font-size: 0;
    float: left;
}

.menu {
    float: right;
    /* margin-top: 53px; */
}

.menu a {
    font-family: 'Droid Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 23px;
    border-radius: 30px;
    vertical-align: middle;
}

.menu a:hover {
    background-color: #FFF;
    color: #2b3744;
}

.menu .pin {
    background: #FFF;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: -3px 12px 0;
}
.menu a.linkedin {
    font-family: 'Myriad Pro';
    text-transform: lowercase;
    font-size: 28px;
    padding: 5px 23px;
    vertical-align: middle;
}
.menu a.linkedin:hover {
    background: none;
    color: #04b7d4;
}

header.red .language {
    color: #fff;
    background: url(../image/language-white.png) no-repeat left center;
}

header.red nav.menu a {
    color: #e6dbd9;
}

header.red nav.menu a:hover {
    border-bottom: 2px solid #e6dbd9;
}

header.red:hover {
    background: #f2f2f2;
}

header.red a.logo {
    background: url(../image/logo-white.png) no-repeat;
}

header.red:hover .language {
    color: #6a6a6a;
    background: url(../image/language.png) no-repeat left center;
}


header.red:hover a.logo {
    background: url(../image/logo.png) no-repeat;
}


header.red div.subtitle {
    background: url(../image/berard-subtitle-white.png) no-repeat;
}

header.red:hover div.subtitle {
    background: url(../image/berard-subtitle.png) no-repeat;
}

header.red:hover nav.menu a {
    color: #ff4438;
}

header.red:hover nav.menu a:hover {
    border-bottom: 2px solid #42755f;
}

/* END HEADER */

/*FLUTUANTE*/
.fix-bar {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #FFF;
    padding: 10px 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
}
.fix-bar .logo > img {
    display: none;
}
.fix-bar .logo {
    width: 72px;
    height: 71px;
    float: left;
    background: url(../image/fixlogo.png) no-repeat center center;
    margin-left: 37px;
    transition: inherit;
}
.fix-bar .menu {
    margin-top: 15px;
}
.fix-bar .menu a {
    color: #a7a9ac;
}
.fix-bar .menu a:hover {
    background-color: #518878;
    color: #FFF;
} 
.fix-bar .menu .pin {
    background: #a7a9ac;
}
.fix-bar .menu a.linkedin:hover {
    background: none;
    color: #04b7d4;
}
.fix-bar .menu a.language:hover {
    background-color: inherit;
}
.fix-bar.nav-up {top: -100px;}
/*END FLUTUANTE*/

/* HOME CONTENT */
#content {
    padding-bottom: 40px;
    clear: both;
}
.red-body {
    background: url(../image/bg-footer.png);
}
.red-body .web-title h2 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 25px;
    margin-bottom: 49px;
}
.red-body .web-title h2:before {
    bottom: 47px;
}
.introduction {
}
.introduction-white h1{
    font-size: 85px;
    color: #e5e2e2;
}

.introduction-red h1{
}

.introduction-white p {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 30px;
    color: #e1e1e1;
}

.introduction-red p {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 30px;
    color: #000;
}

.content {
    margin-top: 30px;
    text-align: justify;
}

.wrapper-empresa .owl-nav {
    display: none !important;
}
.content-red p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 32px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.content-red {
    line-height: 1;
    list-style-type: none;
}
.content-red p strong {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px;
}

.content-white p {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 19px;
    padding-right: 30px;
    color: #e1e1e1;
    line-height: 32px;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}


/* END HOME CONTENT */

/* CONTACT */

#contato {
    border-bottom: 1px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 85px;
}
.contact-info address p {
    color: #2b4658;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
}

.contact-info address p strong {
    color: #2b4658;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}

.contact-info address p a {color: #2b4658;}

.contact-info address p a:hover {opacity: 0.8;}

.contact-info address p span a {
    color: #FFF;
    background: #2b4658;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.contact-form p strong {
    color: #5ba284;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 18px;
}
.contact-form p.wrapper-email {
    width: 48%;
    display: inline-block;
    padding-right: 15px;
}
.contact-form p.wrapper-telefone {
    width: 48%;
    display: inline-block;
    padding-left: 15px;
}
.contact-form div input {
    outline: none;
    background: none;
    width: 100%;
    height: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #2b4658;
    background: #f2f2f2;
    border: none;
    border-radius: 3px;
    padding-left: 14px;
    line-height: 1;
    padding-top: 14px;
    border: 1px solid transparent;
    z-index: 9;
    position: relative;
    margin-bottom: 13px;
}
.contact-form div input:focus {
    border-color: #36da93;
}

.contact-form div textarea {
    border: 1px solid transparent;
    outline: none;
    background: #f2f2f2;
    width: 100%;
    height: 186px;
    max-height: 200px;
    font-size: 16px;
    color: #2b4658;
    padding-left: 14px;
    border-radius: 3px;
    z-index: 9;
    position: relative;
    padding-top: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 22px;
}
.contact-form > div {
    position: relative;
}
.contact-form div label { /* Chrome/Opera/Safari */
    position: absolute;
    left: 30px;
    font-weight: normal;
    color: #979da3;
    font-style: normal;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    top: 5px;
    z-index: 99;
}

.contact-form div button {
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFF;
    font-size: 15px;
    padding: 10px 50px;
    background: #36da93;
    border: 0;
    outline: 0;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 auto;
    float: none;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}
.contact-form div button:hover {
    background: #2b4658;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Georgia';
    font-style: italic;
    font-size: 18px;
    color: #fff;
}

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
    font-style: italic;
    color: red;
    font-size: 12px;
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
    font-style: italic;
    color: red;
    font-size: 12px;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    font-style: italic;
    color: red;
    font-size: 12px;
}

#form-response {
    color: #2b4658;
    font-size: 16px;
    display: block;
}
#contact-form textarea.need,
#contact-form input.need {
    border: 1px solid red;
}

/* END CONTACT */

/* SERVIÇOS */
/*.berard-accordion {
    list-style: none;
}

.berard-accordion li {
    margin-bottom: 50px;
}

.berard-accordion li ul li {
    margin-bottom: 20px;
}

.arrow-item {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.arrow-item hr {
    margin-top: -25px;
    border-color: #000;
}

.arrow-item p {
    font-size: 24px;
    font-style: italic;
    background: #fff;
    display: inline-block;
    color: #2c2828;
    padding: 0 5px;
    margin-left: -4px;
}

.arrow-item div.arrow-button {
    width: 40px;
    height: 30px;
    background-color: #fff;
    background-image: url(../image/bottom-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: -37px;
    float: right;    
}

.arrow-item:hover p {
    color: #42755f;
}

.arrow-item-active hr {
    margin-top: -25px;
    border-color: #42755f;
}

.arrow-item-active p {
    font-size: 24px;
    font-style: italic;
    background: #fff;
    display: inline-block;
    color: #42755f;
    padding: 0 5px;
    margin-left: -4px;
}

.arrow-item-active div.arrow-button {
    width: 40px;
    height: 30px;
    background-color: #fff;
    background-image: url(../image/top-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: -37px;
    float: right;    
}

.arrow-item:hover p {
    color: #42755f;
}

.arrow-item:hover hr {
    border-color: #42755f;
}

.arrow-item:hover div.arrow-button {
    background-image: url(../image/bottom-arrow-hover.png);
}

.accordion-content {
    display: none;
}

.accordion-content p {
    color: #b1b1b1;
    font-size: 15px;
    padding: 10px 20px;
}*/
#servicos {
    padding: 0;
    list-style-type: none;
}
#servicos .arrow-item {
    padding-left: 65px;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    color: #2b4658;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    display: inline-block;
}
#servicos .arrow-item p {
    margin: 0;
}
#servicos a[href='#seguranca-vip'] {
    background: url(../image/analise.png) no-repeat;
    line-height: 2.7;
    margin-bottom: 26px;
}
#servicos a[href='#computacao-forense'] {
    background: url(../image/computacaoforense.png) no-repeat;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 59px;
}
#servicos a[href='#busca-ativos'] {
    background: url(../image/buscaativos.png) center left;
    line-height: 2.7;
    margin-bottom: 26px;
    background-repeat: no-repeat;
}
#servicos a[href='#ascreening'] {
    background: url(../image/Background-Screening.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 55px;
}
#servicos a[href='#expert'] {
    background: url(../image/pericias.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 67px;
}
#servicos a[href='#ainvestigacao'] {
    background: url(../image/investigacaocorporativa.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 55px;
}
#servicos a[href='#seguranca-vip'] {
    background: url(../image/analise.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
}
#servicos a[href='#asuportelitigio'] {
    background: url(../image/suportelitigio.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 57px;
}
#servicos a[href='#avarredura'] {
    background: url(../image/varreduraambiental.png) no-repeat center left;
    line-height: 2.7;
    margin-bottom: 26px;
    padding-left: 71px;
}
#servicos .accordion-content {
    color: #2b4658;
    font-size: 16px;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.9;
}
#servicos.owl-carousel .owl-nav {
    text-align: center;
}
#servicos.owl-carousel .owl-stage-outer {
    margin-bottom: 70px;
}
#servicos.owl-carousel .owl-nav .owl-prev, #servicos.owl-carousel .owl-nav .owl-next {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-color: inherit;
    border: 2px solid #e4e4e4;
    height: 38px;
    width: 50px;
    border-radius: 39px;
    background-image: url(../image/arrow2.png);
}
#servicos.owl-carousel .owl-nav .owl-prev:hover, #servicos.owl-carousel .owl-nav .owl-next:hover {
    background-color: #e4e4e4;
}

.menu-servico {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 22px;
    margin-bottom: 55px;
}
.menu-servico .pin {
    background: #dbdbdb;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: -3px 0px 0;
}
.menu-servico li {
    display: inline-block;
    vertical-align: middle;
}
.menu-servico li a {
    color:#2b4658;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13.7px;
    padding: 10px 12px;
    white-space: nowrap;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.menu-servico li a:hover {
    background-color: #ededed;
}
.menu-servico a.active {
    color: #FFF;
    background: #36da93;
    text-decoration: none;
    position: relative;
}
.menu-servico a.active:hover {
    background-color: #36da93;
}
.menu-servico a.active:before {
    content: '';
    position: absolute;
    left: calc(50% - 4px);
    bottom: -5px;
    width: 0;
	height: 0;
	border-top: 5px solid #27ae74;
	border-right: 11px solid transparent;
}

.web-title {}
.web-title h2 {
    
color: #2b4658;
    
font-size: 25px;
    
font-family: 'Source Sans Pro', sans-serif;
    
font-weight: bold;
    
border-bottom: 1px solid #f6f6f6;
    
padding-bottom: 30px;
    
margin-bottom: 21px;
}
.web-title h2 br {
    display: none;
}
.web-title h2:before {
    background: #36da93;
    width: 8px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: 18px;
    left: 14px;
}
.web-title h2 span {
    display: block;
    color:#2b4658;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin-top: 15px;
}


/* END SERVIÇOS*/

/*EMPRESA*/
#empresa {
    background: #00765e;
    padding-top: 25px;
    padding-bottom: 60px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
#empresa .web-title.white h2 {
    color: #FFF;
    font-family: 'Droid Sans', sans-serif;
    border-bottom: 1px solid #006e57;
}
#empresa .item {
    word-wrap: normal;
}
.menu-empresa {
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #006e57;
    padding-bottom: 22px;
    margin-bottom: 40px;
}
.menu-empresa li {
    display: inline-block;
}
.menu-empresa li a {
    color: #36da93;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 50px;
    display: inline-block;
}
.menu-empresa li a.active:hover {
    color: #2b4658;
    background-color: #FFF;
}
.menu-empresa li a:hover {
    color: #ededed;
    background: #006953;
}
.menu-empresa a.active {
    color: #2b4658;
    background: #FFF;
    text-decoration: none;
    position: relative;
}
.menu-empresa a.active:before {
    content: '';
    position: absolute;
    left: calc(50% - 4px);
    bottom: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid #c7d6cf;
    border-right: 11px solid transparent;
}
.menu-empresa .pin {
    background: #FFF;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    margin: -3px 12px 0;
}

/*END EMPRESA*/

/* FOOTER */
.footer {
    background: #fff;
    padding: 32px;
}

.logo-footer {
    display: block;
    width: 170px;
    height: 115px;
    margin: 20px 10px;
    background: url(../image/logo-footer-white.png) no-repeat;
    float: left;
}

.footer address {
    margin-top: 20px;
}

.footer address p {
    margin-bottom: 0;
}

.footer address p, .footer address p a {
    font-family: Arial;
    font-style: normal;
    color: #929292;
    text-decoration: none;
}

.footer address p a:hover {
    color: #797979;
}

.menu-footer a {
    font-family: 'bebas';
    color: #42755f;
    font-size: 20px;
    margin-right: 15px;
    padding-bottom: 5px;
}

footer.red-footer .logo-footer {
    background: url(../image/logo-footer.png) no-repeat;
}

footer.red-footer address p, footer.red-footer address p a {
    font-family: Arial;
    font-style: normal;
    color: #dadada;
    text-decoration: none;
    margin-bottom: 10px;
}

footer.red-footer address p {
    margin-bottom: 0;
}

footer.red-footer address p a:hover {
    color: #ededed;
}

footer.red-footer .menu-footer a {
    color: #fff;
}

footer.red-footer .corte {
    background: url(../image/logo-corte-white.png) no-repeat;
}

.arrow-top {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../image/arrow-top.png) no-repeat;
    float: right;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

div.red-body .arrow-top {
    background: url(../image/arrow-top-red.png) no-repeat;
}

.copy {
}

.copy p {
    margin: 0;
}

.copy p, .copy p a {
    text-align: center;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    color: #9a9a9a;
}

.copy p a {
}

.gray p, .gray p a {
    color: #fff;
}

.gray p a {
    border-bottom: 1px dotted #fff;
}

/* END FOOTER */

/* CUSTOM STYLE ELEMENTS*/
p {
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
}

.red-footer {
}

.red {
    background: #e53e34;
}

.gray {
    background: #cecece;
}
/* END CUSTOM STYLE ELEMENTS */
/* #bc342c LOGOTIPO FOOTER*/

.linked-in {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../image/linkedin.png) no-repeat center;
    float: right;
    margin-right: 45px !important;
}

.linked-in:hover {
    background: url(../image/linkedin-hover.png) no-repeat center;
}

#banner-top {
    margin-top: -179px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
#banner-top .wrapper-title {
    position: relative;
}
#banner-top .wrapper-title .banner-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.38);
}
#banner-top .wrapper-title .banner-title {
    max-width: 633px;
    top: calc(50% - 42px);
    left: 29%;
    font-size: 26px;
}
#banner-top .wrapper-title .banner-title a {
    border: 2px solid #e8e8e8;
    border-radius: 30px;
    padding: 9px 8px 8px;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    text-shadow: none;
    font-family: 'Droid Sans', sans-serif;
    margin-top: 15px;
    width: 177px;
    position: relative;
    padding-left: 20px;
    clear: both;
}

#banner-top .banner-servicos .banner-title {
    color: #01ffc3;
}
#banner-top .banner-servicos .banner-title b {
    color: #FFF;
    float: left;
}
#banner-top .banner-consultoria .banner-title {
    color: #e55d5b;
}
#banner-top .banner-produtos .banner-title {
    color: #FFF;
}
#banner-top .banner-produtos .banner-title b {
    color: #05496b;
    float: left;
}


#banner-top .wrapper-title .banner-title b {
    color: #FFF;
}
#banner-top .banner-produtos .banner-title b {
    color: #014765;
}

#banner-top .wrapper-title a.link-empresa {
    background: #ff5653;
    color: #FFF;
}
#banner-top .wrapper-title a.link-servico {
    background: #01ffc3;
    color: #034757;
}
#banner-top .wrapper-title a.link-relacionamento {
    background: #01b5ce;
    color: #ffffff;
}

/*#banner-top .wrapper-title .banner-title {
    top: calc(53% - 24px);
    left: 24%;
    font-size: 26px;
}*/
#banner-top .wrapper-title a:hover {
    border-color: #FFF;
}
#banner-top .wrapper-title a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 5px;
    height: 10px;
    background: url(../image/btn-arrow.png) no-repeat;
}
#banner-top .wrapper-title a.link-servico:after {
    background: url(../image/btn-arrow-black.png) no-repeat;
}
#banner-top.owl-carousel .owl-nav {
    display: table;
    max-width: 1170px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 9;
}
#banner-top.owl-carousel .owl-dots {
    display: table;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
#banner-top.owl-carousel .owl-dots .owl-dot {
    padding: 3px;
    background: none;
    margin: 0 7px;
    display: inline-block;
    border-radius: 30px;
    width: 11px;
    height: 11px;
    border: 2px solid #FFF;
}
#banner-top.owl-carousel .owl-dots .owl-dot.active {
    border-color: #36da93;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: rgba(179, 179, 179, 0.35);
    font-size: 0;
    border-radius: 50%;
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.3s;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: #36da93;
}


