.header {
}

.header .logo {
    max-width: 100%;
    padding-top: 10px;
}

.header .contact-lang {
    padding-top: 15px;
}

.header .contact-lang .contact,
.header .contact-lang .lang {
    display: inline-block;
    float: right;
}

.header .contact-lang .contact .fa {
    margin-right: 5px;
    font-size: 16px;
}

.header .contact-lang .contact .phone {
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-top: 3px;
    margin-right: 5px;
    padding-right: 8px;
    border-right: 1px solid #eee;
    color: #4a4949;
    padding-left: 25px;
}

.header .contact-lang .contact .email {
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-top: 3px;
    padding-right: 18px;
    color: #4a4949;
    padding-left: 12px;
}

.header .contact-lang .lang {

}

.header .contact-lang .lang .lang-item {
    text-decoration: none;
    border: 1px solid #e1e1e1;
    color: #0e47b0;
    border-radius: 60px;
    line-height: 1px;
    font-size: 12px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    position: relative;
    top: -3px;
}

.header .contact-lang .lang .lang-item:hover {
    border: 1px solid #0e47b0;
}

@media (max-width: 991px) {
    .header .logo-ctn {
        text-align: center;
    }

    .header .contact-lang {
        text-align: center;
        padding-bottom: 10px;
    }

    .header .contact-lang .contact,
    .header .contact-lang .lang {
        float: none;
    }
}

@media (max-width: 520px) {
    .header {
        position: relative;
    }

    .header .logo-ctn {
        text-align: left;
        max-width: 70%;
        margin-left: -10px;
    }

    .header .contact-lang {
        text-align: right;
        position: absolute;
        top: -50px;
        right: 5px;
    }

    .header .contact-lang .contact {
        display: none;
    }

    .header .contact-lang .lang .lang-item {
        font-size: 10px;
        width: 24px;
        height: 24px;
        padding-top: 11px;
        margin-right: -2px;
    }

}

/*------------------------------------------- nav*/

.nav-ctn {
}

.nav-ctn .container {
    position: relative;
    height: 18px;
}

.nav-ctn .main-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    display: inline-block;
}

.main-nav li a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #0e47b0;
    text-transform: uppercase;
    font-weight: bold;
}

.main-nav li:hover > a {
    color: #F28520;
}

.main-nav .has-child {
    position: relative;
}

.main-nav .has-child .child-nav {
    display: none;
}

.main-nav .has-child:hover .child-nav {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 200px;
}

.main-nav .has-child .child-nav li {
    display: block;
}

.main-nav #mobile-nav-open {
    display: none;
}

.main-nav .has-child .child-nav-open {
    display: none;
}

.main-nav .has-child .child-nav li a {
    text-transform: none;
}

@media (max-width: 991px) {
    .nav-ctn {
        background-color: #0e47b0;
    }

    .nav-ctn .container {
        height: auto;
    }

    .main-nav #mobile-nav-open {
        cursor: pointer;
        display: block;
        height: 38px;
        background: #0e47b0 url(../images/iconmobile.png) right center no-repeat;
        top: 0;
        margin: 0;
        width: 100%;
        color: #fff;
        line-height: 39px;
        text-indent: 10px;
        font-weight: bold;
    }

    .nav-ctn .main-nav {
        position: static;
        margin: 0 -15px;
    }

    .main-nav .main-nav-ul {
        display: none;
    }

    .main-nav li {
        display: block;
    }

    .main-nav li a {
        color: #ffffff;
        text-transform: unset;
    }

    .main-nav .main-nav-ul > li:not(:last-child) {
        border-bottom: 1px solid white;
    }

    .main-nav .main-nav-ul > li:first-child {
        border-top: 1px solid white;
    }

    .main-nav .has-child {
    . pointer-events: none;
    }

    .main-nav .has-child .child-nav,
    .main-nav .has-child:hover .child-nav {
        display: none;
        position: static;
        z-index: 1;
        background-color: transparent;
        width: auto;
    }

    .main-nav .has-child .child-nav li {
        padding-left: 20px;
    }

    .main-nav .has-child .child-nav-open {
        display: block;
        font-size: 20px;
        color: white;
        padding: 0 9px;
        position: absolute;
        top: 5px;
        right: 20px;
        cursor: pointer;
    }

    .main-nav .has-child .child-nav-open .fa {
        -moz-transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .main-nav .has-child .child-nav-open .fa.up {
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

/*------------------------------------- end nav*/

/*------------------------------------- begin slideshow*/

.slider {
    max-width: 2560px;
    overflow: hidden;
    margin: 0 auto;
}

.slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider .slider-item > img {
    width: 100%;
}

.slider .slider-caption {
    position: absolute;
    top: 10%;
}

.slider .slider-caption .caption-img {
    float: left;
    width: 40%;
}

.slider .slider-caption .caption-text {
    float: left;
    width: 60%;
    color: #ffffff;
}

.slider .slider-caption .caption-text .btn.btn-lg.btn-primary i {
    padding-left: 19px;
    font-weight: bold;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.slider .slick-dots {
    bottom: 1%;
}

.slider button.nav-btn {
    z-index: 999;
    position: absolute;
    top: 42%;
    font-size: 3em;
    border: none;
    background: none;
    color: #ffffff;
}

.slider button.nav-btn.btn-next {
    right: 40px;
}

.slider button.nav-btn.btn-prev {
    left: 40px;
}



@media (max-width: 520px) {
    .slider {
        display: none;
    }
}

.slider .slider-caption {
    left: 25%;
    right: 25%;
    top: 27%;
}

.slider .slider-caption .caption-img {
    width: 40%;
}

.slider .slider-caption .caption-img img {
    width: 100%;
    max-width: 380px;
    float: right;
}

.slider .slider-caption .caption-text {
    width: 100%;
}

.slider .slider-caption .buttons {
    display: none;
}

/* Anpassung der Slider-Elemente fĂ¼r diverse BildschirmauflĂ¶sungen */
@media screen and (max-width: 375px) {
    .slider-caption .caption-text {
        display: none
    }
}

@media screen and (min-width: 376px) {
    .slider-caption .caption-text h3 {
        font-size: 19px;
    }

    .slider .slider-caption {
        left: 15%;
        right: 15%;
        top: 10%;
    }

    .slider .slider-caption .caption-text {
        width: 100%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 27px;
    }
}

@media screen and (min-width: 511px) {
    .slider-caption .caption-text h3 {
        font-size: 25px
    }

    .slider .slider-caption {
        left: 15%;
        right: 15%;
        top: 20%;
    }

    .slider .slider-caption .caption-text {
        width: 100%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 30px
    }
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .slider-caption {
        top: 10%;
        margin-bottom: 50px;
    }

    .slider-caption .caption-img {
        display: block; /*  width:25%; */
        width: 30%;
    }

    .slider-caption .caption-text { /* width:75%; */
        width: 70%;
        padding-top: 10px
    }

    .slider-caption .caption-text p.subline {
        display: block
    }

    .carousel-control .fa.fa-angle-left,
    .carousel-control .fa.fa-angle-right {
        top: 40%;
    }

    .slider-caption .caption-text h3 {
        font-size: 29px
    }

    .slider-caption .caption-text p.subline {
        font-size: 19px
    }

    .slider .slider-caption {
        top: 10%;
    }

    .slider .slider-caption .caption-text {
        width: 60%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 2.308em;
    }

    .slider .slider-caption .caption-text p.subline {
        font-size: 1.538em;
    }

    .slider .slider-caption .caption-img {
        width: 32%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .slider-caption .caption-img { /* width:25%; */
        width: 30%;
    }

    .slider-caption .caption-text { /* width:75%; */
        width: 70%;
        padding-top: 10px
    }

    .slider-caption .caption-text .buttons {
        display: block
    }

    .carousel-control .fa.fa-angle-left,
    .carousel-control .fa.fa-angle-right {
        top: 50%;
    }

    .slider-caption .caption-text h3 {
        font-size: 29px
    }

    .slider-caption .caption-text p.subline {
        font-size: 19px
    }

    .slider .slider-caption {
        top: 15%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 29px
    }

    .slider .slider-caption .caption-text p.subline {
        font-size: 20px
    }

    .slider .slider-caption .caption-img {
        width: 34%;
    }

    .slider .slider-caption .buttons {
        display: block;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    .slider-caption {
        top: 15%;
        margin-bottom: 50px;
    }

    .slider-caption .caption-img { /* width:25%; */
        width: 30%;
    }

    .slider-caption .caption-text { /* width:75%; */
        width: 70%;
        padding-top: 30px
    }

    .slider-caption .caption-text h3 {
        font-size: 30px
    }

    .slider-caption .caption-text p.subline {
        font-size: 20px
    }

    .slider .slider-caption {
        top: 15%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 38px
    }

    .slider .slider-caption .caption-text p.subline {
        font-size: 23px
    }
}

@media screen and (min-width: 1300px) {
    .slider .slider-caption {
        top: 16%;
    }
}

@media screen and (min-width: 1400px) {
    .slider-caption {
        top: 16%;
        margin-bottom: 50px;
    }

    .slider-caption .caption-img { /* width:25%; */
        width: 30%;
    }

    .slider-caption .caption-text { /* width:75%; */
        width: 70%;
        padding-top: 5%
    }

    .slider .slider-caption {
        top: 15%;
    }

    .slider .slider-caption .caption-text h3 {
        font-size: 45px
    }

    .slider .slider-caption .caption-text p.subline {
        font-size: 27px
    }
}

@media screen and (min-width: 1500px) {
    .slider .slider-caption {
        top: 15%;
    }

    .slider .slider-caption .caption-img {
        width: 34%;
    }
}

@media screen and (min-width: 1600px) {
    .slider .slider-caption {
        top: 15%;
    }

    .slider .slider-caption .caption-img {
        width: 40%;
    }
}

@media screen and (min-width: 1800px) {
    .slider .slider-caption {
        top: 20%
    }
}

@media screen and (min-width: 2000px) {
    .slider .slider-caption {
        top: 30%
    }
}

/*------------------------------------- end slideshow*/

/*------------------------------------- begin index content*/
.product-catalog-index {
    background: url(../images/product-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 41px;
}

.product-catalog-index .title {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.product-catalog-index .h-delimiter {
    background: url(../images/hdelimiter.png) center no-repeat;
    height: 2px;
}

.product-catalog-index .product-item {
    background-color: #ffffff;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.product-catalog-index .product-item .product-img img {
    width: 100%;
}

.product-catalog-index .product-item a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}

.product-catalog-index .product-item:hover a {
    color: #F28520;
}

.product-catalog-index .product-item .product-title {
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
}

.product-catalog-index .view-more {
    width: 100%;
    text-align: center;
}

.product-catalog-index .view-more a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border: 1px #fff solid;
| margin: 0 auto;
}

.product-catalog-index .view-more a:hover {
    color: #39b6e8;
    border: 1px #39b6e8 solid;
}

@media screen and (max-width: 480px) {
    .product-catalog-index .product-item-outer {
        width: 100%;
    }

    .product-catalog-index .product-item .product-title {
        font-size: 14px;
    }
}

/*about-news*/
.about-news {
    margin-bottom: 30px;
}

.about-news .title {
    margin-bottom: 5px;
    line-height: 38px;
    text-align: left;
    width: initial;
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    padding-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #0e47b0;
}

.about-news .title a {
    text-decoration: none;
    color: #0e47b0;
}

.about-news .title-img img {
    width: 100%;
    margin-bottom: 10px;
}

.about-news .about {
    text-align: justify;
    line-height: 22px;
}

.about-news .news .news-items {
    line-height: 30px;
}

.about-news .news .news-items .fa {
    font-size: 8px;
    color: #0e47b0;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}

.about-news .news .news-items a {
    text-decoration: none;
    color: black;
}

.about-news .news .news-items:hover a {
    color: #39b6e8;
}

/*------------ customer*/
.customer .title {
    text-align: center;
    color: #0e47b0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.h-delimiter2 {
    background: url(../images/hdelimiter2.png) center no-repeat;
    height: 2px;
    margin-bottom: 20px;
}

.customer .customer-slider {
    margin: 15px 0 40px;
}

.customer .customer-item {
    margin: 0 15px;
    border: 1px solid #b0b0b0;
}

.customer .customer-item img {
    width: 100%;
}

/*------------------------------------- end index content*/

/*------------------------------------- begin content*/
.content {
    margin-bottom: 30px;
}
.content img {
    max-width: 100%;
    height: auto !important;
}

.content table {
    width: 100% !important;
}

.content table tr {
    height: auto !important;
}

.content td, .content th {
    padding: 5px;
    width: auto !important;
    height: auto !important;
}

.full-title h1 {
    font-weight: bold;
    margin: 0;
    padding: 15px 0 10px;
    font-size: 22px;
    text-align: center;
    color: #103A5F;
    text-transform: uppercase;
}

.ctl-product-list {
    margin-top: 20px;
}

.ctl-product-item {
    transition-property: transform, opacity;
    margin-bottom: 30px;
}

.ctl-product-item a {
    text-decoration: none;
    border: 1px solid #6a6a6a;
    display: block;
}

.ctl-product-item img {
    width: 100%;
}

.ctl-product-item .item-title {
    font-weight: bold;
    color: #0e47b0;
    text-align: center;
    min-height: 40px;
    text-transform: uppercase;
}

.ctl-product-item:hover .item-title {
    color: #F28520;
}

.related-list {
    margin: 30px 0 20px;
}

.related-list .full-title h3 {
    margin-bottom: 5px;
    text-align: center;
    color: #103A5F;
}

.related-list .ctl-product-item {
    margin-bottom: 10px;
}

.related-list .ctl-product-item .item-title {
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .ctl-product-item {
        width: 100%;
    }

    .related-list .ctl-product-list {
        margin-top: 5px;
    }

    .related-list .ctl-product-item {
        width: 50%;
    }

    .related-list .ctl-product-item .item-title {
        min-height: 45px;
        line-height: 15px;
    }
}

.paging {
    text-align: center;
}

.pagination>a, .pagination>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>span {
    color: #000000;
}

.pagination>a:first-child, .pagination>span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>a:last-child, .pagination>span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>a:focus, .pagination>a:hover, .pagination>span:focus, .pagination>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.breadcrumbs {
    margin: 10px 0 5px;
}

.breadcrumbs a {
    text-decoration: none;
    color: black;
}

.breadcrumbs a:hover {
    color: #39b6e8;
}


.list-entry {
    padding: 20px 0;
    border-bottom: 1px dashed #d9d9d9;
}

.list-entry img {
    width: 250px;
    float: left;
}

.list-entry .entry-summary {
    padding-left: 260px;
}

.list-entry .entry-summary .entry-title {
    text-decoration: none;
    color: #337bb9;
    font-size: 120%;
    font-weight: bold;
}

.list-entry .entry-summary .entry-date {
    font-style: italic;
    color: #626262;
    font-size: 0.85em;
}

.list-entry .entry-summary .entry-title:hover {
    color: black;
}

@media screen and (max-width: 520px) {
    .list-entry img {
        width: 150px;
    }

    .list-entry .entry-summary {
        padding-left: 155px;
    }
}

@media screen and (max-width: 400px) {
    .list-entry img {
        width: 100%;
    }

    .list-entry .entry-summary {
        padding-left: 0;
    }

    .list-entry .entry-summary .entry-title {
        font-size: 16px;
    }
}


/*------------------------------------- end content*/

/*------------------------------------- begin footer*/
#footer {
}

#footer .top-footer {
    height: 55px;
    background: #54a5ec;
}

#footer .content-footer {
    background: url(../img/bg_footer.png) no-repeat center center;
    background-size: cover;
}

#footer .content-footer .content-wap {
}

#footer .bottom-footer {
    min-height: 20px;
    background-color: black;
}

#footer .bottom-footer .menu-footer {
    min-height: 40px;
    text-align: center;
    padding-left: 98px;
}

#footer .bottom-footer .menu-footer .menu-list {
    margin-top: 9px;
}

#footer .bottom-footer .menu-footer a {
    padding: 0px 10px;
    border-left: 1px solid #666;
    font-size: 14px;
    color: #838383;
    text-transform: uppercase;
}

#footer .bottom-footer .menu-footer a.item.last {
    border-left: none;
}

#footer .bottom-footer .menu-footer a:hover {
    color: #54a5ec;
}

#footer .bottom-footer .span-footer {
    min-height: 20px;
    text-align: center;
    color: #838383;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

#footer .content-footer .content-wap .information {
    margin-top: 40px;
}

#footer .content-footer .content-wap .information .bk-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#footer .content-footer .content-wap .information .bk-title span {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    padding-left: 0;
}

#footer .content-footer .content-wap .information span {
    width: 100%;
    color: #b6b6b6;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

#footer .content-footer .content-wap .information label {
    color: #fff
}

#footer .content-footer .content-wap .information i.fa {
    color: #54a5ec;
    font-size: 22px;
    width: 40px;
}

#footer .content-footer .content-wap .menu-sevice {
    margin-top: 30px;
}

#footer .content-footer .content-wap .menu-sevice .box-menu {
    margin-bottom: 10px; /*min-height:142px;*/
}

#footer .content-footer .content-wap .menu-sevice .box-menu .box-menu-title {
    float: left;
    width: 100%;
    color: #54a5ec;
    font-size: 15px;
    text-transform: uppercase;
    height: 40px;
    border-bottom: 1px solid #6b6b6b;
    line-height: 40px;
    margin-bottom: 10px;
}

#footer .content-footer .content-wap .menu-sevice .box-menu .list-menu-box ul {
    padding: 0;
    margin: 0;
}

#footer .content-footer .content-wap .menu-sevice .box-menu .list-menu-box ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #c5c5c5;
    font-size: 13.3px;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 18px;
}

#footer .content-footer .content-wap .menu-sevice .box-menu .list-menu-box ul li a {
    color: #c5c5c5;
    text-decoration: none;
}

#footer .content-footer .content-wap .menu-sevice .box-menu .list-menu-box ul li a:hover {
    color: #54a5ec
}

#footer .top-footer .social {
    float: left;
    width: 49px;
    height: 55px;
    border-left: 1px solid #77bbf5;
}

#footer .top-footer .social a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 14px;
}

#footer .top-footer .social a i {
    font-size: 22px;
    color: #ffffff;

}

#footer .top-footer .social.last {
    border-right: 1px solid #77bbf5;
}

#footer .top-footer .social {
    cursor: pointer;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

#footer .top-footer .social:hover {
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #5073a0;
}

.f-support {
    float: right;
    position: relative;
    padding-right: 16px;
    padding-top: 6px;
    width: 330px;
}

.f-support-mail {
    width: 245px;
}

.f-support a img {
    padding-top: 6px;
    width: 210px;
    height: auto;
}

.imghotline {
    position: absolute;
    top: 24px;
    right: 55px;
}

.imghotline a {
    color: #fff;
    font-size: 20px;
}

.f-support .title {
    float: right;
    margin-right: 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

.emailhotro {
    position: absolute;
    top: 24px;
    right: 63px;
}

.emailhotro a {
    color: #fff;
    font-size: 20px;
}

.f-support img {
    float: right;
}

@media (max-width: 1124px) {
    .f-support {
        width: 270px;
    }

    .f-support-mail {
        width: 210px;
    }

    .f-support a {
        font-size: 16px;
    }

    #footer .top-footer .social.yt, #footer .top-footer .social.gg, #footer .top-footer .social.tw, #footer .top-footer .social.fb {
        background-size: 40px;
    }

    #footer .top-footer .social.yt:hover, #footer .top-footer .social.gg:hover, #footer .top-footer .social.tw:hover, #footer .top-footer .social.fb:hover {
        background-size: 40px;
    }

    #footer .top-footer .social {
        width: 45px;
        height: 51px;
    }

    .f-support a img {
        height: 44px;
    }

    #footer .top-footer {
        height: 51px;
    }

    .pn_timkiem {
        /* right: 0px; */
    }
}

@media (max-width: 1055px) {
    .box-right .title-box span {
        font-size: 18px;

    }
}

@media (max-width: 1024px) {
    #header .logo a img {
        margin-top: 17px;
        max-height: 49px;
    }

}

@media (max-width: 768px) {
    #footer .content-footer .content-wap .information {
        margin-top: 10px;
    }

    .footer_content {
        padding-bottom: 30px;
    }
}

@media (max-width: 678px) {
    .logo_bct {
        bottom: -8px;
    }

    #footer .bottom-footer .menu-footer {
        min-height: 40px;
        text-align: center;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {

    .f-support-mail {
        display: none;
    }

    .menu.active {
        width: 72% !important;
    }
}

@media (max-width: 610px) {
    .f-support-mail {
        display: none;
    }
}

@media (max-width: 500px) {
    #footer .content-footer .bottom-footer .menu-footer {
        min-height: 21px;
    }
    #footer .content-footer .content-wap .information .bk-title span {
        font-size: 22px;
    }

    #footer .content-footer .content-wap .information {
        margin-top: 29px;
    }
}

@media (max-width: 400px) {
    .f-support a img {
        height: 35px;
        padding-top: 3px;
    }

    .imghotline {
        top: 13px;
        right: 50px;
    }
    #footer .top-footer {
        height: 36px;
    }
    #footer .top-footer .social {
        width: 27px;
        height: 35px;
    }
    .f-support img {
        height: 28px;
    }
    .f-support .title{
        font-size: 10px;
        margin-right: 5px;
        line-height: 8px;
    }
    .imghotline a {
        font-size: 14px;
        line-height: 24px;
    }
    .imghotline {
        right: 40px;
    }

    #footer .top-footer .social a {
        padding-top: 9px;
    }

    #footer .top-footer .social a i {
        font-size: 15px;
    }

    #footer .content-footer .content-wap .information i.fa {
        font-size: 20px;
        width: 29px;
    }
}

@media (max-width:380px) {

    .div-item
    {
        padding: 0px;
    }
    .sevice-wap .wap-title span, .about-wap .wap-title span {
        font-size: 19px;
        line-height: 26px;
    }
    .email-top
    {
        display:none;
    }
    .menu-control .block-top .phone-top{border-right: none;}
    #footer .content-footer .content-wap .information .bk-title span {
        font-size: 19px;
    }
    .box1 .title2 h1 {
        font-size: 19px !important;
    }
    .box-tintuc4 .img {
        margin-right: 0;
        width: 100%;
        height: 169px;
        margin-bottom: 12px;
    }

    .slick-dots li {
        display: none !important;
    }
    nav#navigation_menu {
        width: 100% !important;
        z-index: 1;
        /* position: relative; */
    }
    .menu_mobile .menu_mobile2{
        background:none !important;
        padding-left: 0px !important;
    }
}
@media (max-width: 335px)
{
    #footer .content-footer .bottom-footer .menu-footer {
        min-height: 11px;
    }
    .pn_timkiem .btnTimkiem {
        width: 12%;
    }
    .pn_timkiem .btnTimkiem:hover {
        /*width: 12%;*/
    }
    .pn_timkiem .textbox{width: 83%;}
    .pn_timkiem .btnTimkiem{width: 22px;background-position: 2px;background-size: 15px !important;position: fixed;right: 8px;}
    .pn_timkiem .textbox{width: 53%;position: fixed;right: 33px;}
}
@media (max-width:320px) {

    .top-footer-1{padding:0px;}
    .home-item .img-item .mask1 {
        max-width: 42px !important;
    }
    .home-item .img-item .mask {
        max-width: 42px !important;
    }
    .about-wap {
        padding: 0px;
    }

    .box-tintuc .img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }
    #ArticleListing
    {padding: 0px;}

    .s_item2 {
        height: 96px;
        width: 69%;
    }
    #footer .content-footer .content-wap .information {
        margin-top: 20px;
    }
    .box-tintuc.webdesign .item-mask {
        margin-top: -404px;

    }
    .box-tintuc.webdesign:hover .item-mask {
        margin-top: -208px;
    }
    .slideShow {
        overflow: hidden;
        max-height: 108px;
    }
    .slideShow {
        max-height: 105px;
    }

    #footer .top-footer .social {
        border-left: none;
    }
}

/*------------------------------------- end footer*/

/*------------------------------------- begin sidebar*/
.sidebar {
    padding-top: 11px;
}

.sidebar .sidebar-section {
    margin-bottom: 20px;
}

.sidebar .sidebar-section .section-title {
    line-height: 38px;
    text-align: left;
    color: #565656;
    width: initial;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #167e9b;
}

.sidebar-section .section-content ul {
    margin: 0;
    padding: 0;
}

.sidebar-section .section-content ul li {
    line-height: 30px;
    list-style: none;
    background: transparent;
    border-bottom: solid 1px #e6e3e5;
    position: relative;
    font-size: 14px;
    margin: 0;
    padding: 8px 5px;
}

.sidebar-section .section-content ul li a {
    text-decoration: none;
    color: #555;
}

.sidebar-section .section-content ul li:hover a {
    color: #F28520;
}

.sidebar-section .section-content ul li .fa {
    font-size: 30px;
    width: 38px;
    position: relative;
    top: 4px;
}

.sidebar-section .section-content ul li .hotline {
    line-height: 1em;
    padding-left: 10px;
    font-weight: bold;
}

/*------------------------------------- end sidebar*/
.slider-nav img {
    border: 1px solid #cccccc;
    margin: 3px;
}

.slider-nav .nav-btn {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    z-index: 100;
    border: none;
    outline: none;
    background: transparent;
}

.slider-nav .btn-prev {
    left: -30px;
}

.slider-nav .btn-next {
    right: -30px;
}
.footer.footer a {
    color: #fff;
}