iframe {
    max-width : 100%;
    /*height: 300px;*/
}
.owl-carousel .owl-item {
    width : 100%;
}
#common-home > .row {
    margin-bottom : 0;
}
/*header*/
.menu-header {
    display : block;
}
#header #search .input-group {
    background            : #FFFFFF;
    /*border                : 1px solid #DDDDDD;*/
    border                : none;
    border-radius         : 0;
    -webkit-border-radius : 0;
    -moz-border-radius    : 0;
    /*padding               : 10px 25px;*/
    position              : absolute;
    top                   : 100%;
    width                 : 300px;
    right                 : 0;
    font-style            : italic;
    color                 : #666666;
    display               : none;
    box-shadow            : 0 0 5px 0 #000000;
}
#header #search .input-group #m_search {
    display    : block;
    position   : initial;
    width      : 85%;
    box-shadow : none;
    border     : none;
}
#header #search .input-group .input-group-btn {
    width : auto;
    float : right;
}
#header #search .input-group .input-group-btn .btn-default:active:hover,
#header #search .input-group .input-group-btn .btn-default:focus,
#header #search .input-group .input-group-btn .btn-default:active,
#header #search .input-group .input-group-btn button {
    border-color     : #006DB7;
    background-color : #006DB7;
    border-radius    : 0;
    color            : #FFFFFF
}
/*footer newsletter*/
#footer-wrapper {
    float : left;
    width : 100%;
}
ul.footer-widget-container li.widget,
.widget_newsletterwidget,
.widget_newsletterwidget > * {
    float: left;
    width: 100%;
}
.widget_newsletterwidget .newsletter .telephone {
    padding               : 5px 60px 5px 15px;
    font-style            : italic;
    border-radius         : 3px;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    height                : 40px;
    border                : 1px solid #DDDDDD;
    min-width             : 100%;
}
.footer-dark .footer-widget-container .newsletter .telephone {
    color            : #BCC0C4;
    background-color : #565F66;
    border           : none;
    border-top       : 1px solid #565656;
}
.footer-dark .footer-widget-container .newsletter > input:not(.submit) {
    padding: 5px 60px 5px 15px;
    font-style: italic;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    border: 1px solid #DDDDDD;
    min-width: 100%;
    color: #BCC0C4;
    background-color: #565F66;
    border: none;
    border-bottom : 1px solid #565656;
}
.newsletter .submit {
    height : 100%;
    width  : 50px;
}
/*slider*/
.button-slider {
    border                : 2px solid #FFFFFF;
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    border-radius         : 5px;
    padding               : 20px;
}
.button-slider:hover {
    background-color : #0275C4;
    border-color     : #0275C4;
}
/*breadcrumb*/
.page-title-style01 {
    background-color : #7DB4DA;
}
.breadcrumb {
    padding          : 0;
    background-color : transparent;
    border-radius    : 0;
}
.breadcrumb li a:hover {
    color : #CCCCCC;
}
.breadcrumb li:nth-child(2)::before {
    color : inherit;
}
/*category news*/
.widget.widget_categories ul > li.fa {
    background-image : none;
    display          : block;
}
.widget.widget_categories ul > li:before {
    display      : inline-block;
    margin-left  : -10px;
    margin-right : 5px;
}
.widget.widget_categories ul > li > a {
    display : inline-block;
}
/*category news page*/
.blog-posts.isotope.masonry li.blog-post.isotope-item {
    margin           : 0;
    background-color : #FFFFFF;
    background-clip  : content-box;
    padding-bottom   : 0;
    width            : 33.33333333%;
}
.background-fff {
    background-color : #FFFFFF;
}
.pagination {
    margin-bottom : 0;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .blog-posts.isotope.masonry li.blog-post.isotope-item {
        width : 100%;
    }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .blog-posts.isotope.masonry li.blog-post.isotope-item {
        width : 46%;
        float : left;
    }
}
/*news detail*/
.comments-li .comment {
    width : 100%;
}
.comments-li > li:last-child {
    margin-bottom : 0;
    min-height    : 0;
}
.comments-li > li:last-child .pagination {
    margin-top : 0;
}
.comment-form #form-comment fieldset {
    width : 100%;
}
.pagination > li > a, .pagination > li > span {
    padding : 5px 12px;
    width   : 100%;
}
.blog-header {
    margin-bottom : 30px;
}
.post-single .blog-post .post-body h3,
.post-single .blog-post .post-body h2 {
    font-size   : 30px;
    line-height : 50px;
}
.scroll-up {
  right: 15px;
  bottom: 100px;
}