@font-face {
    font-family: 'BPG Ingiri';
    src: url('../fonts/bpg-ingiri-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-ingiri-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/bpg-ingiri-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/bpg-ingiri-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/bpg-ingiri-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/bpg-ingiri-webfont.svg#bpg_ingiriregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BPG WEB 001 Caps';
    src: url('../fonts/bpg-web-001-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-001-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/bpg-web-001-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/bpg-web-001-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/bpg-web-001-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/bpg-web-001-caps-webfont.svg#bpg_web_001_capsregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BPG WEB 002';
    src: url('../fonts/bpg-web-002-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-002-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/bpg-web-002-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/bpg-web-002-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/bpg-web-002-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/bpg-web-002-webfont.svg#bpg_web_002regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BPG WEB 001';
    src: url('../fonts/bpg-mrgvlovani-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-mrgvlovani-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bpg-mrgvlovani-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bpg-mrgvlovani-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/bpg-mrgvlovani-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bpg-mrgvlovani-webfont.svg#bpg_mrgvlovaniregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'BPG WEB 001';
    src: url('../fonts/bpg-web-001-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-001-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bpg-web-001-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bpg-web-001-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/bpg-web-001-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bpg-web-001-webfont.svg#bpg_web_001regular') format('svg'); /* Legacy iOS */
}

::-moz-selection {
    color: #ffffff;
    background: #b42d4b;
}

::selection {
    color: #ffffff;
    background: #b42d4b;
}




body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background-color: #f5f5f5;
    font-size: 14px;


    color: #959595;
    font-family: 'BPG WEB 001';

}

a {
    color: #b42d4b;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #b42d4b;
    text-decoration: none;
    background-color: transparent;
}

:focus {
    outline: none !important;
    box-shadow: none !important
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

section.header {
    background-color: #fff;
    position: relative;
    margin-bottom: 26px;
}


section.header .header-top {
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}


a.logo {
    line-height: 1;
    text-decoration: none;
    margin-right: auto;
    display: inline-block;
    position: relative;
}


.form-search {
    position: relative;
    margin-right: 10px;
}

.form-search .form-control {
    background-color: #fff;
    border-color: rgba(200, 200, 200, 0.5);
    border-radius: 20px;
    height: 42px;
    width: 165px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


.form-search input.form-control::placeholder {
    color: #b0b0b0;
    font-size: 12px;
    font-style: italic;
}

.form-search:hover .form-control,
.form-search .form-control:focus {
    width: 240px;
}

.form-search button.btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #b42d4b;
    background-color: #fff;
    border-color: transparent;
    border-radius: 20px;
    height: 40px;
    margin: 1px;
    padding: 9px 13px;
}

.nav-lang li .nav-link {
    font-family: 'BPG WEB 001 Caps';
    color: #a1a1a1;
    font-size: 14px;
    height: 42px;
    border-radius: 15px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 14px 14px;
    line-height: 1;
    border: 1px solid transparent;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav-lang li .nav-link:hover,
.nav-lang li .nav-link.active {
    color: #555555;
    line-height: 1;
    border: 1px solid rgba(200, 200, 200, 0.5);
}

.nav-lang li:first-child a {
    margin-left: 0;
}
.nav-lang li:last-child a {
    margin-right: 0;
}

.main-menu {
    border-top: 1px solid #ebebeb;
}

.nav-main {
    width: 100%;
}
.nav-main .nav-link {
    font-size: 16px;
    color: #555555;
    line-height: 1;
    padding: 25px 20px;
    font-family: 'BPG WEB 001 Caps';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav-main .nav-link.active,
.nav-main .nav-link:hover {
    color: #b42d4b;
}


#sync1 {
    overflow: hidden;
}

#sync1 .item {
    background-color: #003038;
    margin: 0;
    height: 490px;
    color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#sync1 .item .slide-h {
    font-family: 'BPG WEB 001 Caps';
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    z-index: 9;
}

#sync1 .item .slide-h span {
    font-family: 'BPG WEB 001';
    font-size: 14px;
    color: #acacac;
    display: block;
    margin-bottom: 5px;
}

#sync1 .item .img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

#sync1 .item .img-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 59%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}


#sync1 .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#sync1 .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1 {
    position: relative;
    margin-bottom: 45px;
}

#sync1 .owl-next,
#sync1 .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1 .owl-prev {
    left: 10px;
}

#sync1 .owl-next {
    right: 10px;
}


#sync1 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 20px;
    margin-top: 0;
}


#sync1 .owl-dots .owl-dot.active span {
    background: #fc3b42;
}

#sync1 .owl-dots .owl-dot:hover span {
    background: #5a1726;
}

#sync1 .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}

#sync1 .owl-dots .owl-dot span {
    margin: 3px 4px;
}

#sync1 .owl-dots .owl-dot span {
    background: #6f6f6f;
}

.box1 {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 15px 15px 35px -15px rgba(0, 0, 0, 0.1);
    min-height: 490px;
    padding: 15px;
    margin-bottom: 45px;
    padding-bottom: 0;
}

.link-news {
    display: block;
    text-decoration: none !important;
    margin-bottom: 12px;
}

.media-news {
    align-items: center;
    -ms-flex-align: center;
}

.media-news .media-date {
    color: #b7b7b7;
    font-size: 14px;
    font-family: 'BPG WEB 001 Caps';
    line-height: 1;
    text-align: center;
    margin-right: 10px;
    padding: 10px 6px;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 4px;
}


.media-news .media-body {
    color: #b7b7b7;
    font-size: 12px;
    max-height: 57px;
    overflow: hidden;
    font-family: 'BPG Ingiri';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;


}

.link-news:hover .media-news .media-body {
    color: #555555;
}

.media-news .media-date span {
    font-size: 24px;
    color: #b05891;
    display: block;
    font-family: 'BPG WEB 001 Caps';
    line-height: 1;
}


.more-news {
    color: #555555;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-top: 10px;
    display: block;
    border-top: 1px solid #f1f1f1;
    font-size: 16px;
}

.more-news:hover {
    color: #555555;
}


.link-contact {
    text-decoration: none !important;
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}

.link-contact:last-child {
    border-bottom: none;

}

.link-contact:hover {
    background: #f9f9f9;
}

.media-contact {
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.media-contact .media-icon {
    color: #b42d4b;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1;
    height: 67px;
    width: 67px;
    text-align: center;
    margin-right: 25px;
    border-radius: 94px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
}

.media-contact .media-icon span {
    font-size: 24px;
    color: #b42d4b;
    display: block;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
}

.media-contact .media-body {
    font-size: 16px;
    font-family: 'BPG WEB 001';
    color: #555555;

}


.media-contact .media-body span {
    font-size: 12px;
    font-family: 'BPG WEB 001';
    color: #c2c2c2;
    display: block;

}


.owl-slidetrans {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 18px 16px 35px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.owl-slidetrans a.head-slide {
    color: #b42d4b;
    font-size: 14px;
    font-family: 'BPG WEB 001 Caps';
    text-align: center;
    text-decoration: none;
    display: block;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}

.owl-slidetrans .date-slide {
    color: #c2c2c2;
    font-size: 12px;
    font-family: 'BPG WEB 001';
    text-align: center;
    margin-bottom: 5px;
}

.owl-slidetrans .desc-slide {
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'BPG WEB 001';
    text-align: center;
    margin-bottom: 5px;
    display: block;
    height: 93px;
    overflow: hidden;
}

.owl-slidetrans .more-slide {
    color: #555555;
    font-size: 14px;
    font-family: 'BPG WEB 001';
    text-align: center;
    margin-bottom: 5px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}
.owl-slidetrans .more-slide:hover {
    color: #b42d4b;
}
.owl-slidetrans .more-slide i{
    color: #e1e1e1;
    font-size: 14px;
}


.owl-slidetrans .owl-dots {
    position: absolute;
    bottom: -35px;
    margin-top: 0;
    width: 100%;
}


.owl-slidetrans .owl-dots .owl-dot.active span {
    background: #b42d4b;
}

.owl-slidetrans .owl-dots .owl-dot:hover span {
    background: #b42d4b;
}

.owl-slidetrans .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}

.owl-slidetrans .owl-dots .owl-dot span {
    height: 10px;
    margin: 3px 4px;
    width: 10px;
    opacity: 1;
    border-radius: 17px;
    background-color: #c3c3c3;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}


.owl-slidetrans .item {
    padding: 30px 35px;
}

.head-box {
    color: #555555;
    font-family: 'BPG WEB 001';
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
}


.footer-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 18px 16px 35px 0px rgba(0, 0, 0, 0.05);
    height: 105px;
    margin-bottom: 20px;

    padding: 0 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}

.footer-box .phone {
    line-height: 1;
    text-decoration: none;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.nav-footer .nav-link {
    font-size: 15px;
    color: #555555;
    line-height: 1;
    font-family: 'BPG WEB 001';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav-footer .nav-link.active,
.nav-footer .nav-link:hover {
    color: #b42d4b;
}

.copyright   {
    color: #c2c2c2;
    font-family: 'BPG WEB 001';
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.copyright span {
    color: #b42d4b;

}

.partners {
    margin-top: 30px;
    margin-bottom: 60px;
}

.partners .owl-item img {
    height: 60px;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .6 !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}
.partners .owl-item img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1 !important;

}
.partners .container {
    max-width: 1240px;
}


.article-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 15px 15px 35px -15px rgba(0, 0, 0, 0.1);
    min-height: 490px;
    margin-bottom: 45px;
    padding: 25px 25px;

    color: #959595;
    font-family: 'BPG WEB 001';
}


.article-box .head-article {
    color: #555555;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'BPG WEB 001 Caps';
}


.article-box .head-article span{
    color: #acacac;
    display: block;
    font-size: 13px;
    font-family: 'BPG WEB 001';
    margin-bottom: 7px;
}



.article-box .content-img{
    width: 100%;
    border-radius: 7px;
    margin-bottom: 20px;
}

.one-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.one-box a.img-box{
    width: 260px;
    border-radius: 5px;
    height: 155px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E1E1E1;
}


.one-box .desc-box {
    -ms-flex: 1;
    flex: 1;
    color: #959595;

    font-family: 'BPG WEB 001';
}



.one-box .desc-box a {
    text-decoration: none;
    color: #959595;

}

.one-box .desc-box a .title-box{
    color: #555555;
    line-height: 1.5;
    font-family: 'BPG WEB 001 Caps';
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;

}

.one-box .desc-box span {
    color: #acacac;
    display: block;
    font-size: 13px;
    font-family: 'BPG WEB 001';
    margin-bottom: 7px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #b42d4b;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;

    margin-left: 6px;
    line-height: 1.25;
    border-radius: 50%;
    color: #959595;
    background-color: #fff;
    border: 1px solid #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.page-link:hover {
    z-index: 2;
    color: #b42d4b;
    text-decoration: none;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

.page-item:first-child .page-link {

    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.disabled .page-link {
    color: #959595;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #ffffff;
}

.pagnationi .pagination {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}


#map {
    width: 100%;
    height: 400px;
    border-radius: 7px;
    border: 1px solid #f1f1f1;
}


.hcontact {
    font-size: 16px;
    color: #555;
}



.contact-form .form-control {
    color: #495057;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 6px;
    font-size: 13px;
}

.contact-form .btn-secondary {
    color: #fff;
    background-color: #8E001C;
    border-color: #8E001C;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 3px solid #760118;
}


/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    font-size: 13px !important;
    border: 1px solid #F4F4F4;
    -webkit-text-fill-color: #495057 !important;
    -webkit-box-shadow: 0 0 0px 1000px #F4F4F4 inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-background-color: #F4F4F4 !important;

}

.nav-contact .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 27px;
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
}

.nav-contact .nav-item .divimg  {
    text-align: center;
    width: 60px;
    margin-right: 30px;
}

.nav-contact .nav-item .divimg img{

    height: 40px;
}





.nav-contact .nav-item .divinfo  {
    font-size: 16px;
    color: #555;
}

.gallery-box a.img-box {
    width: 100%;
    border-radius: 5px;
    height: 170px;
    position: relative;
    margin-right: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E1E1E1;

}
.gallery-box a.img-box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 70%);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

}
.gallery-box a.img-box h1{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
    font-size: 14px;

}
.gallery-box a.img-box h1 span{
    display: block;
    margin-top: 6px;
    color: #CDCDCD;
}

blockquote {
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    margin-left: 30px;
    padding-right: 8px;
    border-left-width: 5px;
    font-style: italic;
}


.nav-social{
    margin-right: 10px;
}

.nav-social li .nav-link {
    font-size: 32px;
    height: 42px;
    width: 42px;
    border-radius: 32px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0;
    text-align: center;
    line-height: 1;
    color: #a1a1a1;
    border: 1px solid rgba(200, 200, 200, 0.5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.nav-social li .nav-link:hover {
    color: #4267B2;
}

.nav-social li .nav-link i{
    width: 100%;
}

.nav-social li:first-child a {
    margin-left: 0;
}
.nav-social li:last-child a {
    margin-right: 0;
}


.item-member{
    text-align: center;
}


.item-member a{
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    margin-bottom: 26px;
    width: 100%;
    padding: 10px 10px;
    display: block;
}

.item-member img{
    text-align: center;
    max-width: 100%;
    height: 60px;
}



.item-member h1{
    text-align: center;
    font-size: 13px;
    margin: 10px 0 0 0;
    color: #555;
}

.item-member-desc {
    text-align: justify;
}

.menu-bars {
    display: none;
}


.article-tools   {
    width: 100%;
    display: block;
}

.article-tools .font-size {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 1;
    background: #fff;
    height: 40px;
}

.article-tools .font-size .size-adjust {
    font-size: 11px;
    border-radius: 100%;
    border: 1px solid #d3d9df;
    padding: 8px;
    color: #b42d4b;
    cursor: pointer;
    -webkit-transition: all,.2s;
    transition: all,.2s;
}

.article-tools .font-size .size-adjust,
.article-tools .font-size .label-icon {
    display: block;
    float: left;
    line-height: 1;
}

.article-tools .font-size .size-adjust {
    font-size: 11px;
    border-radius: 100%;
    border: 1px solid #d3d9df;
    padding: 8px;
    color: #b42d4b;
    cursor: pointer;
    -webkit-transition: all,.2s;
    transition: all,.2s;
}

.article-tools .font-size .label-icon {
    font-size: 23px;
    color:  #b42d4b;
    padding: 2px 5px 0;
}

.article-tools .font-size .size-adjust svg,
.article-tools .font-size .label-icon svg {
    display: block;
}

.article-tools .font-size .size-adjust:hover {
    background: #e7eaeb;
    color: #b42d4b;
}

.article-tools .font-size .size-adjust:active {
    border-color: #b42d4b;
}

.article-content {
    position: relative;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b42d4b;
}

.dropdown-item {
    font-size: 14px;
    font-family: 'BPG WEB 001';
    color: #555555;
    padding: 5px 18px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 991.98px) {

    .one-box {
        display: block;
    }

    .one-box a.img-box {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .contact-form {
        margin-bottom: 30px;
    }

    .footer-box {
        height: 77px;
        padding: 0 10px;
    }
    .nav-footer {
        display: none;
    }

    .nav-main {
        display: block;
        margin: 15px 0;
    }

    .nav-main .nav-link{
        padding: 10px 20px;
    }

    .soc-lang {
        display: flex;
        width: 100%!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }

    .menu-bars {
        height: 42px;
        width: 42px;
        display: flex;
        align-items: center;
        text-align: center;
        background: #b42d4b !important;
        color: #fff !important;
        border-radius: 10px;
    }
    .menu-bars svg{
        margin: 0 auto;
    }

    section.header .header-top {
        padding: 20px 0 15px 0;
        text-align: center;
    }

    a.logo {
        display: block;
        width: 100%;
    }

    .form-search {
        position: relative;
        margin: 15px 0;
        display: block;
        width: 100%;
    }

    .form-search .form-control {
        width: 100%;
    }

    .form-search:hover .form-control, .form-search .form-control:focus {
        width: 100%;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 1199.98px) {


}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


}






















