.wraper {
    width:100% !important;
}

@media (max-width:992px) {
    .body-bg,
    .container {
        width:100%;
    }
    #header{
        display: block !important
    }
    #header .logo{
        padding:0;
    }
    #menu-site-default .navbar-right {
        display:none;
    }
    .column-margin-left{
        margin-left:0 !important
    }
}
@media (max-width:767px) {
    .body-bg,
    .container {
        width:100%;
    }
    .box-shadow {
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .contactDefault{
        position: relative
    }
    .social-icons,
    .contactDefault,
    .personalArea {
        float:right;
        margin-right:10px;
        margin-left:0;
    }
    .social-icons .content,
    .contactDefault .content {
        display:none;
    }
    .contactList li {
        display:block;
    }
    .contactList li .fa, .contactList li [class^="icon-"], .contactList li [class*=" icon-"] {
        width:20px !important
    }
    .breadcrumbs-wrap{
        display:none
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display:none !important;
    }
    .second-nav {
        position:absolute;
        left:-10px;
        top:0;
    }

    .second-nav .bg {
        -webkit-border-top-left-radius:0;
        -webkit-border-top-right-radius:0;
        -webkit-border-bottom-right-radius:5px;
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-right-radius:10px;
    }
    .third-nav .bg{
        padding: 10px 5px;
    }
    .third-nav .current-time{
        display:none
    }
    #menusite .navbar-default {
        background-color: #428BCA !important;
        border-color:#428BCA !important;
        -webkit-border-top-left-radius:0;
        -webkit-border-top-right-radius:0;
        -webkit-border-bottom-right-radius:5px;
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-right-radius:10px;
        padding-left:10px
    }
    #menusite .navbar-default .navbar-nav > li {
        margin-left:0 !important;
        width:200px;
    }
    #menusite .navbar-default .navbar-nav > li:first-child {
        margin-left:0 !important;
    }
    #menusite .navbar-default .navbar-nav > li:last-child {
        margin-right:0 !important;
    }
    #menusite .navbar-default .navbar-nav > li > a {
        background-color:#428BCA !important;
        color:#ffffff !important;
    }
    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > li > a:focus,
    #menusite .navbar-default .navbar-nav > .open > a,
    #menusite .navbar-default .navbar-nav > .open > a:hover,
    #menusite .navbar-default .navbar-nav > .open > a:focus {
        background:linear-gradient(to bottom,#357ebd 0%,#2f70a7 100%) !important;
        color:#ffffff !important;
    }
    #menusite .navbar-default .navbar-nav > .active > a,
    #menusite .navbar-default .navbar-nav > .active > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a:focus{
        background:#4247ca !important;
        color:#ffffff !important;
    }

    #menusite .navbar-nav{
        margin:0 0 10px 0 !important
    }
    #menusite .navbar-collapse {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-top: -51px !important
    }

    #menusite .navbar-nav .dropdown-mobile {
        border-top-width:1px !important;
        border-top-style: solid !important;
        border-top-color: #82b2dc !important;
    }
    #menusite .dropdown-submenu {
        margin:0;
        padding:0;
    }
    #menusite .dropdown-submenu li > ul > li {
        margin-left:30px;
    }
    #menusite .dropdown-submenu a {
        line-height:33px;
        background-color:#82b2dc;
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #a6c8e6 !important;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    #menusite .dropdown-submenu li a {
        color:#333333 !important;
    }
    #menusite .dropdown-submenu > a:after {
        display:none;
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    #header .logo {
        text-align:center;
    }
    #header .logo img {
        max-height:66px;
        width:auto;
    }
    .visible-ss-block {
        display:block !important;
    }
    .visible-ss-inline {
        display:inline !important;
    }
    .visible-ss-inline-block {
        display:inline-block !important;
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display:none !important;
    }
    #tip, #footer-tip {
        max-width:100%;
        margin-right:0 !important;
    }
    .guestBlock{
        width:100%
    }
}
@media (min-width:500px) and (max-width:991px) {
    #footer .menu li {
        width:32%;
    }
    #footer .menu li:nth-child(3n+2) {
        padding-right:8px;
        padding-left:7px;
    }
    #footer .menu li:nth-child(3n),
    #footer .menu li:nth-child(3n+1) {
        padding-left:0;
        padding-right:0;
    }
}
@media (min-width:500px) {
    .nv-infodie {
        width:500px;
        left:50%;
        margin-left:-250px;
    }
}
@media (min-height:500px) {
    .body-bg,
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:50%;
        margin-top:-250px;
    }
}
@media (min-width:768px) {
    .wraper {
        width:100% !important;
    }
    .hidden-ss-block {
        display:block !important;
    }
    .hidden-ss-inline {
        display:inline !important;
    }
    .hidden-ss-inline-block {
        display:inline-block !important;
    }
}
@media (min-width:992px) {
    .body-bg,
    .container {
        width:100%;
    }
    .wraper {
        width:100% !important;
        max-width:1090px;
    }
    nav > .container > .row {
        margin-left:0;
        margin-right:0;
    }
}
@media (min-width:1200px) {
    .wraper {
        width:1090px;
    }
    nav > .container > .row {
        margin-left:-5px;
        margin-right:-5px;
    }
}
#menusite{
    z-index: 99 !important;
}
.advisory {
      border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.advisory .title {
  height:45px;
  color:#fff;
  background:#203e8d;
  line-height:45px;
  font-size:18px;
  font-weight:bold;
  padding:0 20px;
}

.advisory .top {
  padding:0 20px 10px;
}

.advisory .top img {
  display:inherit;
  margin-left:10px;
  max-width:100%;
}

.advisory .top .tel {
  color:#00aeef;
  font-size:18px;
  font-weight:bold;
  font-family:'Times New Roman';
  margin-top:10px;
  margin-bottom:10px;
}

.advisory .top .tel a {
  display:block;
  color:red;
  font-size:22px;
  font-weight:bold;
  line-height:30px;
  font-family:'Times New Roman';
}

.advisory .top .tel a:first-child {
  display:inline-block;
}

.advisory .top .tel a:not(:first-child) {
  padding-left:35px;
}

.advisory .top .text-send {
  font-size:14px;
  color:#333;
  margin-bottom:7px;
}

.advisory .top .box-send {
  display:flex;
  margin-bottom:10px;
}

.advisory .top .box-send input {
  outline:none;
  border:1px solid #00aeef;
  border-radius:5px 0 0 5px;
  color:#333;
  font-size:14px;
  padding:0 10px;
  height:40px;
  width:calc(100% - 50px);
}

.advisory .top .box-send a {
  width:50px;
  height:40px;
  font-size:18px;
  font-weight:bold;
  line-height:40px;
  text-align:center;
  background:#00aeef;
  color:#fff;
  border-radius:0 5px 5px 0;
}

.advisory .box {
  font-size:16px;
  border-top:1px solid #ddd;
  padding:20px;
}

.advisory .box .name {
  font-weight:bold;
  text-transform:uppercase;
  color:#203e8d;
  margin:0;
}

.advisory .box .pb {
  color:#203e8d;
  margin:0;
}

.advisory .box .hotline {
  color:#333;
  margin:0;
}

.advisory .box .hotline .p-des {
  display:inline-block;
}

.advisory .box .hotline>a {
  color:red;
  font-weight:bold;
  display:inline-block;
}

.advisory .box .hotline>a:nth-child(n+3) {
  padding-left:59px;
}

.advisory .box .social {
  margin:0;
}
