img, iframe {max-width: 100% !important;}
@media (max-width: 991px) {
    .container {max-width: 100% !important;}
}
[id*="map"] img,
[class*='map'] img {max-width: none !important;}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {line-height: 1.425;}
/*==========================================*/
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-20 {float: left;width: 20%;}
.col-xs-pull-20 {right: 20%;}
.col-xs-push-20 {left: 20%;}
.col-xs-offset-20 {margin-left: 20%;}
@media (min-width: 768px) {
    .col-sm-20 {float: left;width: 20%;}
    .col-sm-pull-20 {right: 20%;}
    .col-sm-push-20 {left: 20%;}
    .col-sm-offset-20 {margin-left: 20%;}
}
@media (min-width: 992px) {
    .col-md-20 {float: left;width: 20%;}
    .col-md-pull-20 {right: 20%;}
    .col-md-push-20 {left: 20%;}
    .col-md-offset-20 {margin-left: 20%;}
}
@media (min-width: 1200px) {
    .col-lg-20 {float: left;width: 20%;}
    .col-lg-pull-20 {right: 20%;}
    .col-lg-push-20 {left: 20%;}
    .col-lg-offset-20 {margin-left: 20%;}
}
/*==========================================*/
:focus {outline: none}
/*==========================================*/
/*.main-menu > .row {border-bottom: 1px solid rgba(255, 255, 255,0.1)}*/
footer .powered {
    padding-top: 15px;
    padding-bottom: 15px
}
.copyright {
    color: var(--text_copyright_color, #ffffff);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.media .media-left {width: 30%}
.media .media-body {width: 70%}
.module_new .item-first .media-body .des {
    font-family: 'times new roman', sans-serif;
    font-size: medium;
}
.news-list .media-body .des {
    font-family: 'times new roman', sans-serif;
    font-size: large;
}
.module_new .item-first .media-left,
.module_new .item-first .media-body {
    display: block;
    float: left;
}
.module_new .item-first .media-left {width: 45%}
.module_new .item-first .media-body {width: 55%}
.service_contact {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.support .avatar {width: 30%}
.sidebar .compliance {margin-left: -10px}
.list-row-page .views-content,
.list-row-page .views-field-field-image {float: left;}
.list-row-page .views-field-field-image {width: 30%}
.list-row-page .views-content {
    width: 70%;
    padding-left: 15px;
}
.views-exposed-form-admin-article-page-4 {width: 100%}
.views-exposed-form-admin-article-page-4 .form-text {
    width: 254px;
    height: 25px;
}
.ad img {width: 100%}
.adf {max-width: 180px}
#mainheader > .container {position: relative;}
#form-language {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
}
#form-language li {
  padding: 0;
  line-height: normal;
  margin-left: 5px;
  float: left;
}
#form-language li a {
  display: block;
  padding: 5px;
  float: left;
  width: 100%;
}
#form-language li a img {
  vertical-align: unset;
  float: left;
  width: 100%
}
article .contact_infor .td-fix-index{
  display: none;
}
article .contact_infor .list-unstyled li p{
  display: inline-block;
}
.form-horizontal .control-label   {
  text-align: left;
}
.contact_form button{
  margin-right: 15px;
}
.section-title {
    background: #1089cd;
    font-size: 16px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
}
.media-body h3{
    margin-top: 0;
}
.tuvan a {
    background: #bb141a;
    font-size: 12px;
    color: white;
    padding: 13px 10px 13px 10px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0px 1px 2px 1px #21212130;
}
.tuvan {
    padding-top: 35px;
    transition: 0.1s linear transform;
    margin-left: auto;
    width: auto;
    float: right;
}
.tuvan a:hover {
    box-shadow: 0px 5px 10px 0px #21212130;
    color: #fff !important;
}
.tuvan:hover {
    transform: translateY(-2px);
}
#module_newsletter_popup{
    background: #fff;
}
.modal-header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.btn-default.button-big {
    background-color: #006db7;
    color: #fff;
    float: right;
    margin-bottom: 10px;
}
.top-header .banner img{
    width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.sticky + .main-content {
  padding-top: 60px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    width: auto;
    bottom: auto;
    text-shadow: none;
    background: none !important;
}
.carousel-slider-home .carousel-control i {
    font-size: 26px;
    line-height: 16px;
    padding: 12px 15px;
    color: #FFFFFF;
}
.carousel-slider-home .carousel-control {
    top: 42%;
    opacity: 0;
    background: #009BCB !important;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.carousel-slider-home .carousel-control.left {
    left: -100px;
}
.carousel-slider-home:hover .carousel-control {
    opacity: 1;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.carousel-slider-home:hover .carousel-control.left {
    left: 15px;
}
#mainheader .top-header{
    display: none;
}
/*==========================================*/
@media (min-width: 481px) {
}
@media (min-width: 561px) {
}
@media (min-width: 768px) {
    .sidebar .ad {
        margin: 0;
        /*padding-left: 5px;*/
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/*==========================================*/
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
    .navbar li a {
        color: #fff;
    }
    .tuvan {
        padding: 20px 0;
        float: none;
    }
    #mainheader.sticky .logo{
        display: none;
    }
    #mainheader.sticky .top-header{
        display: block;
    }
    .header-r.del-space-c{
        padding: 0;
    }
    .header-r.del-space-c .navbar{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .module_new .item-first .media-left {
        width: 100%;
        padding: 0;
    }
    .module_new .item-first .media-body {width: 100%}
    .region-sidebar-second aside {margin-left: 0}
    .sidebar .compliance {margin-right: -10px}
}
@media (max-width: 560px) {
    .list-row-page .views-content,
    .list-row-page .views-field-field-image {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
/*==========================================*/
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 1199px) and (min-width: 768px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}


@media(max-width:767px){
  .header img {
    width: 80%;
  }
  #mainheader .h1{
    text-align:center;
  }
}