 
@media (max-width:767px) {
  #ui-datepicker-div {
    width:100%;
    min-height:490px;
    z-index:214748364811 !important;
  }
  .modal-dialog {
    margin:0;
    padding:10px;
  }
  .modal-dialog .modal-content {
    border-radius:0;
    border:0;
  }
}

@media (min-width:768px) {
  .modal-dialog {
    width:768px;
  }
}

@media (min-width:1025px) {
  .modal-dialog {
    width:800px;
  }
}

.header_main {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
  transition: height 0.2s ease 0s;
}

.header_main__menu__nav .dropdown {
  cursor:pointer;
  height:41px;
  display:flex;
  align-items:center;
}

.header_main__sidebar {
  display:none;
}

.header_main__phone {
  align-items:center;
  justify-content:flex-end;
  display:none;
}

.header_main__phone .time-working {
  display:flex;
  align-items:center;
}

.header_main__phone button {
  background:#fff;
  outline:0;
  border:0;
  height:54px;
  width:55px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.header_main__phone__search {
  padding:10px;
}

.header_main__phone__search i::before {
  font-size:20px;
  color:#444;
}

.header_main__phone__content {
  border-right:1px solid #ddd;
  display:flex;
  align-items:center;
  height:55px;
  padding-right:15px;
}

.header_main__phone__content__row {
  padding-left:7px;
}

.header_main__phone__content__row p:nth-child(1) {
  color: red;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 3px;
}

.header_main__phone__content__row p:nth-child(2) {
  line-height:1.2;
  margin-left:2px;
  margin-bottom:0;
  font-size:15px;
  font-weight:400;
}

#bpt-common-ad {
  height:55.46875vw;
}

#headerTop {
  background: white;
  border-bottom: 10px solid #fe6529;
  border-top: 10px solid #fe6529;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}
.main {
  margin-top:  0px;
}
@media (min-width:768px) and (max-width:869px) {
  .header_main__sidebar ul li[class*=menu] {
    display:none;
  }
  .header_main__sidebar ul li.active {
    display:block;
  }
}

@media (min-width:870px) and (max-width:999px) {
  .header_main__sidebar ul li[class*=menu] {
    display:none;
  }
  .header_main__sidebar ul li:nth-of-type(1) {
    display:block;
  }
  .header_main__sidebar ul li.active {
    display:block;
  }
}

@media (min-width:1000px) and (max-width:1300px) {
  .header_main__sidebar ul li[class*=menu]:nth-of-type(5) {
    display:none;
  }
}

@media (min-width:1301px) {
  .header_main__sidebar ul li[class*=menu]:nth-of-type(5) {
    display:none;
  }
  .header_main__menu__nav .dropdown { 
  display: none; 
}
}

@media (min-width:768px) {
  #bpt-common-ad {
    height:25.625vw;
  }
  .header_main {
    height:100px;
    padding:0 0 0 10px;
  }
  .header_main__logo {
    width:235px;
  }
  .header_main__mobile {
    display:none;
  }
  .header_main__sidebar {
    display:block;
  }
  .header_main__sidebar ul li[class*=menu]:nth-of-type(n+8) {
    display:none;
  }
  .header_main__phone {
    display:flex;
  }
.header_main__phone__content {
  width: 184px;
}
  .header_main__phone__content__row {
    display:none;
  }
  .header_main__phone__content img {
    display:none;
  }
  .header_main__close {
    display:none;
  }
  .header_main__search {
    position:absolute;
    right:20px;
    top:56px;
    background-color:#e9e9e9;
    padding:2px;
    border-radius:2px;
    z-index:999;
    display:flex;
    align-items:center;
  }
  .header_main__search>img {
    margin-left:10px;
    margin-right:10px;
    cursor:pointer;
  }
  .header_main__search form {
    position:relative;
  }
  .header_main__search form svg {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
  }
  .header_main__search form i {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
  }
  .header_main__search form i::before {
    color:#185ba9;
    font-size:20px;
  }
  .header_main__search form img {
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-11px;
    cursor:pointer;
  }
  .header_main__search input {
    width:222px;
    border-radius:0;
    box-shadow:none;
    height:42px;
    border:0;
    font-size:16px;
    padding-right:35px;
  }
  .header_main__search .ico-x {
    font-size:16px;
    font-weight:700;
    padding:0 10px;
    cursor:pointer;
  }
  .header_main__search .ico-x::before {
    color:red;
  }
  .header_main--home {
    padding-left:0;
  }
  .header_main--home ul li {
    display:none;
  }
  .header_main--home ul li.menu-7,
  .header_main--home ul li.menu-8,
  .header_main--home ul li.menu-9 {
    display:block !important;
  }
  .header_main--home ul li.dropdown {
    display:none;
  }
  .header_main--home .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .header_main--home .header_main__menu__nav {
    margin-right:25px !important;
  }
  .header_main--home .header_main__menu__nav li a {
    margin-right:0 !important;
    align-items:flex-end !important;
    padding:0 15px !important;
    font-weight:400 !important;
  }
  .header_main--home .header_main__sidebar {
    width:calc(100vw - 205px);
  }
}

.header_main__menu .nav-pills {
  padding:7px 0;
  margin-left:auto;
  margin-right:auto;
 /* width:fit-content;*/
}
.header_main__menu .nav-pills > li > a {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  margin-right: 2px;
  outline-width: 0;
  padding: 9px 10px;
  text-transform: uppercase;
}
 

.header_main__menu .nav-pills>li>a svg {
  margin-right:5px;
}

.header_main__menu .nav-pills>li>a img {
  margin-right:5px;
}

.header_main__menu .nav-pills>li>a i {
  margin-right:4px;
}

.header_main__menu .nav-pills>li>a i::before {
  font-size:20px;
  color:#444;
}

.header_main__menu .nav-pills>li>a i.ico-tour::before {
  font-size:24px;
}

.header_main__menu .nav-pills>li>a i.ico-flight::before {
  font-size:18px;
}

.header_main__menu .nav-pills>li+li {
  margin-left:1px;
}

.header_main__menu .nav-pills>li.active>a,
.header_main__menu .nav-pills>li.active>a:focus,
.header_main__menu .nav-pills>li.active>a:hover,
.header_main__menu .nav-pills>li>a:focus,
.header_main__menu .nav-pills>li>a:hover {
  background:#fff;
  border:1px solid #fff;
  color:#e2803a;
  height:42px;
}

.header_main__menu .nav-pills>li.active>a img,
.header_main__menu .nav-pills>li.active>a:focus img,
.header_main__menu .nav-pills>li.active>a:hover img,
.header_main__menu .nav-pills>li>a:focus img,
.header_main__menu .nav-pills>li>a:hover img {
  filter:invert(80%) sepia(45%) saturate(520%) hue-rotate(-30deg) brightness(90%) contrast(100%);
}

.header_main__menu .nav-pills>li.active>a i::before,
.header_main__menu .nav-pills>li.active>a:focus i::before,
.header_main__menu .nav-pills>li.active>a:hover i::before,
.header_main__menu .nav-pills>li>a:focus i::before,
.header_main__menu .nav-pills>li>a:hover i::before {
  color:#e2803a;
}

.header_main__menu .dropdown .dropdown-menu {
  padding:0;
  border-radius:0;
  margin:0;
  box-shadow:0 1px 7px rgba(0,0,0,.175);
  border:none;
  background-color:#fff;
  color:#dd6e1e;
}

.header_main__menu .dropdown .dropdown-menu>li>a {
  padding:8px 15px;
  display:flex;
  align-items:center;
  font-weight:700;
}

.header_main__menu .dropdown-menu>li>a img,
.header_main__menu .dropdown-menu>li>a svg {
  margin-right:10px;
}

.header_main__menu .dropdown-menu>li>a i {
  margin-right:10px;
}

.header_main__menu .dropdown-menu>li>a i::before {
  font-size:20px;
  color:#444;
}

.header_main__menu .dropdown-menu>li>a i.ico-tour::before {
  font-size:22px;
}

.header_main__menu .dropdown-menu>li>a i.ico-vinpearl::before {
  font-size:22px;
}

.header_main__menu .dropdown-menu>li>a i.ico-ticket::before {
  font-size:16px;
}

.header_main__menu .dropdown .dropdown-menu li {
  margin:0;
}

.header_main__menu .dropdown .dropdown-menu li:hover a {
  color:#fff;
  background-color:#e2803a;
}

.header_main__menu .dropdown .dropdown-menu li:hover a {
  color:#fff;
  background-color:#e2803a;
}

.header_main__menu .dropdown .dropdown-menu li:hover a img {
  filter:brightness(0) invert(1);
}

.header_main__menu .dropdown .dropdown-menu li:hover a i::before {
  color:#fff;
}

.header_main__menu .dropdown .dropdown-menu li:hover a rect {
  fill:#fff;
}

.header_main__menu .dropdown .dropdown-menu li:hover a path {
  fill:#fff;
}

@media (max-width:767px) {
  .header_main {
    padding:0 10px;
    position:fixed;
    z-index:500;
    width:100%;
    background:#fff;
    top:0;
    box-shadow:0 0 4px rgba(0,0,0,.16);
  }
  .header_main__side_menu {
    margin-left:10px;
    font-size:18px;
  }
  .header_main__side_menu::before {
    color:#444;
  }
  .header_main__mobile {
    display:flex;
    align-items:center;
    justify-content:flex-end;
  }
  .header_main__mobile svg {
    cursor:pointer;
  }
  .header_main__mobile__logo {
    display:none;
  }
  .header_main__mobile__hotline {
    height:20px;
  }
  .header_main__mobile__hotline i {
    font-size:20px;
  }
  .header_main__mobile__hotline i::before {
    color:#cd2a2a;
  }
  .header_main__mobile__hotline__phone {
    margin-right:15px;
  }
  .header_main__mobile__hotline span {
    display:none;
  }
  .header_main__mobile__hotline__arrow {
    display:none;
  }
  .header_main--fixed .header_main__logo {
    display:none;
  }
  .header_main--fixed .header_main__side_menu {
    margin-left:0;
  }
  .header_main--fixed .header_main__mobile {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
  }
  .header_main--fixed .header_main__mobile img {
    display:block;
  }
  .header_main--fixed i.ico-phone {
    font-size:16px;
    margin-right:5px;
  }
  .header_main--fixed i.ico-phone::before {
    color:#fff;
  }
  .header_main--fixed .header_main__mobile__hotline__arrow {
    display:block;
    font-size:20px;
    transition:.5;
  }
  .header_main--fixed .header_main__mobile__hotline__arrow::before {
    color:#fff;
  }
  .header_main--fixed .header_main__mobile__hotline.on .header_main__mobile__hotline__arrow {
    transition:.5;
    transform:rotate(180deg);
  }
  .header_main--fixed .header_main__mobile__hotline__phone {
    display:block;
  }
  .header_main--fixed .header_main__mobile__hotline {
    background-color:#dd6e1e;
    display:inline-flex;
    align-items:center;
    cursor:pointer;
    border-radius:15px;
    padding:8px 20px 6px 20px;
    height:34px;
    transition:.5s;
  }
  .header_main--fixed .header_main__mobile__hotline__phone {
    margin-right:3px;
    width:16px;
    height:18px;
    filter:brightness(0) invert(1);
    display:block;
  }
  .header_main--fixed .header_main__mobile__hotline span {
    display:block;
    margin-right:5px;
    color:#fff;
    font-size:17px;
    font-weight:700;
  }
  .header_main__sidebar {
    width:93%;
    padding:0;
    background:#fff;
    z-index:11111;
    position:absolute;
    top:0;
    right:0;
    margin-top:0;
    height:100vh;
  }
  .header_main--home .container {
    padding:0;
    margin-left:0;
    margin-right:0;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .header_main--home .container::after,
  .header_main--home .container::before {
    content:unset;
  }
  html.state-sidebar .header_main::after {
    content:"";
    background:#000000b5;
    width:100vw;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
  }
  .header_main__close {
    position:absolute;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .header_main__close i {
    font-size:18px;
  }
  .header_main__search {
    display:block !important;
    padding:15px;
    padding-top:60px;
  }
  .header_main__search form {
    position:relative;
  }
  .header_main__search form i {
    position:absolute;
    top:14px;
    left:14px;
    cursor:pointer;
    font-size:20px;
  }
  .header_main__search input {
    border-radius:4px;
    box-shadow:none;
    background-color:#efefef;
    height:48px;
    border:0;
    font-size:16px;
    padding-left:46px;
    color:#828282;
  }
  .header_main__search span {
    position:absolute;
    top:50%;
    right:8px;
    font-size:18px;
    margin-top:-8px;
    cursor:pointer;
  }
  .header_main__search #close {
    display:none;
  }
  .header_main__menu .nav-pills>li {
    width:100%;
    margin-left:0 !important;
  }
  .header_main__menu__nav {
    padding:0 !important;
  }
  .header_main__menu__nav .dropdown {
    display:none;
  }
  .header_main__menu .nav-pills>li>a {
    margin-right:0;
    padding:9px 0;
    border-radius:0;
    width:100%;
    margin-left:0;
    background:#fff;
    padding-left:15px;
    padding-right:10px;
    font-size:14px;
    border-bottom:0 solid #ececec;
    font-weight:400;
    justify-content:space-between;
    height:40px;
  }
  .header_main__menu .nav-pills>li>a i {
    width:30px;
  }
  .header_main__menu .nav-pills>li>a i::before {
    color:#444 !important;
  }
  .header_main__menu .nav-pills>li>a i.ico-ticket::before {
    font-size:15px !important;
  }
  .header_main__menu .nav-pills>li>a .arrow {
    position:absolute;
    right:15px;
    top:13px;
  }
  .header_main__menu .nav-pills>li>a .arrow::before {
    font-size:14px !important;
  }
  .menu-0>a,
  .menu-1>a,
  .menu-2>a,
  .menu-3>a,
  .menu-4>a,
  .menu-5>a,
  .menu-6>a {
    justify-content:left !important;
    font-weight:700 !important;
    height:45px !important;
    padding-left:25px !important;
    position:relative;
  }
  .menu-6 {
    border-bottom:1px solid #e5e5e5 !important;
    padding-bottom:10px;
  }
  .menu-7 {
    margin-top:10px;
  }
  .menu-15 {
    padding-bottom:100px;
  }
  .header_main__menu .nav-pills>li.active>a,
  .header_main__menu .nav-pills>li.active>a:focus,
  .header_main__menu .nav-pills>li.active>a:hover,
  .header_main__menu .nav-pills>li>a:focus,
  .header_main__menu .nav-pills>li>a:hover {
    color:#444;
  }
  .header_main__menu .nav-pills>li.active>a i,
  .header_main__menu .nav-pills>li.active>a:focus i,
  .header_main__menu .nav-pills>li.active>a:hover i,
  .header_main__menu .nav-pills>li>a:focus i,
  .header_main__menu .nav-pills>li>a:hover i {
    color:#444;
  }
  .header_main__menu .nav-pills>li.menu-0.active>a,
  .header_main__menu .nav-pills>li.menu-0.active>a:focus,
  .header_main__menu .nav-pills>li.menu-0.active>a:hover,
  .header_main__menu .nav-pills>li.menu-0>a:focus,
  .header_main__menu .nav-pills>li.menu-0>a:hover {
    color:#444;
  }
  .header_main__menu .nav-pills>li.menu-0.active>a i,
  .header_main__menu .nav-pills>li.menu-0.active>a:focus i,
  .header_main__menu .nav-pills>li.menu-0.active>a:hover i,
  .header_main__menu .nav-pills>li.menu-0>a:focus i,
  .header_main__menu .nav-pills>li.menu-0>a:hover i {
    color:#444;
  }
}

html.state-sidebar .header_main__sidebar {
  display:block;
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0);
  overflow-y:auto;
  touch-action:none;
  -ms-touch-action:none;
}

html.state-sidebar .no-scroll-y {
  overflow-y:hidden;
  touch-action:none;
  -ms-touch-action:none;
}

html.state-sidebar .bs-sidebar {
  display:block;
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0);
  background-color:#000000d4;
}

html.state-bgr .element-bgr::after {
  content:"";
  background:#000000b5;
  width:100vw;
  height:100vh;
  position:absolute;
  top:0;
  left:0;
}

.bs-sidebar {
  display:none;
  position:absolute;
  z-index:9998;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
  transition:all linear .2s;
  -webkit-transition:all linear .2s;
}

.bs-sidebar-container {
  width:90%;
  height:100%;
  padding-bottom:6rem;
  overflow-x:hidden;
  overflow-y:scroll;
  background-color:#e8eaee;
  -webkit-overflow-scrolling:touch;
  float:right;
}

.bs-sidebar-container>a {
  font-size:16px;
  padding:12px 20px;
  color:#333;
  border-bottom:1px solid #eee;
  display:block;
  width:100%;
  background-color:#fff;
  position:relative;
}

.bs-sidebar-container a:focus,
.bs-sidebar-container a:hover {
  background-color:#ff8802;
  color:#fff;
  text-decoration:none;
}

.bs-sidebar-container a:hover .glyphicon {
  color:#fff;
}

.bs-sidebar .glyphicon-chevron-right {
  color:#ccc;
  font-size:12px;
  position:absolute;
  top:50%;
  right:20px;
  margin-top:-6px;
}

.bs-sidebar .header-logo {
  background-color:#fff;
  border-top:0 solid #ff7802;
  margin-right:0;
  position:relative;
  pointer-events:all;
  text-align:center;
}

.bs-sidebar .bpv-logo {
  margin:8px 0 7px 0;
  display:block;
  text-align:left;
}

.bs-sidebar .bpv-logo:hover {
  background:0 0;
}

.header-top {
  background-color:#f47822;
  color:#fff;
  height:40px;
  padding:6px 0;
  text-align:right;
  line-height:30px;
  position:fixed;
  top:0;
  left:0;
  z-index:2000;
  width:100%;
}

.header-top a {
  color:#fff;
  font-size:16px;
}

.header-contact {
  display:inline;
}

.fixed-menu {
  float:left;
  display:none;
}

.fixed-menu .nav {
  margin-left:180px;
}

.fixed-menu .nav>li>a {
  padding:5px 10px;
  border:1px solid transparent;
  border-radius:20px;
  padding:3px 15px;
}

.fixed-menu .nav-pills>li+li {
  margin-left:5px;
}

.fixed-menu .dropdown-toggle {
  line-height:40px;
  padding:4px 12px;
  cursor:pointer;
}

.fixed-menu .glyphicon-option-horizontal {
  font-size:18px;
}

.fixed-menu .dropdown-menu {
  background-color:#1a5388;
  box-shadow:none;
  border:0;
  top:38px;
  left:0;
  padding:0;
  border-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.fixed-menu .dropdown-menu a {
  color:#fff;
  padding:3px 15px;
}

.fixed-menu .nav-pills>li.active>a,
.fixed-menu .nav-pills>li.active>a:focus,
.fixed-menu .nav-pills>li.active>a:hover,
.fixed-menu .nav>li>a:focus,
.fixed-menu .nav>li>a:hover {
  background-color:transparent;
  border:1px solid #fff;
  border-radius:20px;
  padding:3px 15px;
}

.fixed-menu .dropdown-menu>li>a:focus,
.fixed-menu .dropdown-menu>li>a:hover {
  background-color:#337ab7;
  border:0 solid #fff;
  border-radius:0;
  padding:3px 15px;
  color:#fff;
}

.fixed-header {
  box-shadow:0 1px 3px 0 rgba(27,27,27,.1),0 4px 8px 0 rgba(27,27,27,.1);
  transition:height .2s ease;
}

.fixed-header .fixed-menu {
  display:block;
}

.fixed-header .header-contact {
  display:none;
}

.fixed-header #hd_phone_support {
  margin-top:4px;
}

.header-v201.fixed-header .header-content {
  box-shadow:none;
  border-bottom:1px solid #ddd;
}

body.state-loading {
  overflow:hidden;
}

@media (max-width:767px) {
  html.state-sidebar-flight {
    overflow:hidden;
  }
  html.state-sidebar-flight .search-form--flight {
    position:static;
  }
  html.state-sidebar-flight .home_search {
    position:static;
  }
  html.state-sidebar-flight body {
    overflow:hidden;
  }
  html.state-sidebar-form {
    overflow:hidden;
  }
  html.state-sidebar-form body {
    overflow:hidden;
  }
  html.html-overflow-hidden {
    overflow:hidden;
  }
}

.bpt-footer-contact {
  background-color:#df782c;
  padding:80px 0 0;
  margin-top:180px;
  color:#fff;
}








.header_main__menu .nav-pills > li + li {
    margin-left: 1px;
}
.header_main__menu .nav-pills > li.active > a, .header_main__menu .nav-pills > li.active > a:focus, .header_main__menu .nav-pills > li.active > a:hover, .header_main__menu .nav-pills > li > a:focus, .header_main__menu .nav-pills > li > a:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #e2803a;
    height: 42px;
}
.header_main__menu .nav-pills > li.active > a img, .header_main__menu .nav-pills > li.active > a:focus img, .header_main__menu .nav-pills > li.active > a:hover img, .header_main__menu .nav-pills > li > a:focus img, .header_main__menu .nav-pills > li > a:hover img {
    filter: invert(80%) sepia(45%) saturate(520%) hue-rotate(-30deg) brightness(90%) contrast(100%);
}
.header_main__menu .nav-pills > li.active > a i::before, .header_main__menu .nav-pills > li.active > a:focus i::before, .header_main__menu .nav-pills > li.active > a:hover i::before, .header_main__menu .nav-pills > li > a:focus i::before, .header_main__menu .nav-pills > li > a:hover i::before {
    color: #e2803a;
}
.header_main__menu .dropdown .dropdown-menu {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.176);
    color: #dd6e1e;
    margin: 0;
    padding: 0;
}
.header_main__menu .dropdown .dropdown-menu > li > a {
    align-items: center;
    display: flex;
    font-weight: 700;
    padding: 8px 15px;
}
.header_main__menu .dropdown-menu > li > a img, .header_main__menu .dropdown-menu > li > a svg {
    margin-right: 10px;
}
.header_main__menu .dropdown-menu > li > a i {
    margin-right: 10px;
}
.header_main__menu .dropdown-menu > li > a i::before {
    color: #444;
    font-size: 20px;
}
.header_main__menu .dropdown-menu > li > a i.ico-tour::before {
    font-size: 22px;
}
.header_main__menu .dropdown-menu > li > a i.ico-vinpearl::before {
    font-size: 22px;
}
.header_main__menu .dropdown-menu > li > a i.ico-ticket::before {
    font-size: 16px;
}
.header_main__menu .dropdown .dropdown-menu li {
    margin: 0;
}
.header_main__menu .dropdown .dropdown-menu li:hover a {
    background-color: #e2803a;
    color: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a {
    background-color: #e2803a;
    color: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a img {
    filter: brightness(0) invert(1);
}
.header_main__menu .dropdown .dropdown-menu li:hover a i::before {
    color: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a rect {
    fill: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a path {
    fill: #fff;
}
@media (max-width: 767px) {
.header_main {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.header_main__side_menu {
    font-size: 18px;
    margin-left: 10px;
}
.header_main__side_menu::before {
    color: #444;
}
.header_main__mobile {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.header_main__mobile svg {
    cursor: pointer;
}
.header_main__mobile__logo {
    display: none;
}
.header_main__mobile__hotline {
    height: 20px;
}
.header_main__mobile__hotline i {
    font-size: 20px;
}
.header_main__mobile__hotline i::before {
    color: #cd2a2a;
}
.header_main__mobile__hotline__phone {
    margin-right: 15px;
}
.header_main__mobile__hotline span {
    display: none;
}
.header_main__mobile__hotline__arrow {
    display: none;
}
.header_main--fixed .header_main__logo {
    display: none;
}
.header_main--fixed .header_main__side_menu {
    margin-left: 0;
}
.header_main--fixed .header_main__mobile {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header_main--fixed .header_main__mobile img {
    display: block;
}
.header_main--fixed i.ico-phone {
    font-size: 16px;
    margin-right: 5px;
}
.header_main--fixed i.ico-phone::before {
    color: #fff;
}
.header_main--fixed .header_main__mobile__hotline__arrow {
    display: block;
    font-size: 20px;
}
.header_main--fixed .header_main__mobile__hotline__arrow::before {
    color: #fff;
}
.header_main--fixed .header_main__mobile__hotline.on .header_main__mobile__hotline__arrow {
    transform: rotate(180deg);
}
.header_main--fixed .header_main__mobile__hotline__phone {
    display: block;
}
.header_main--fixed .header_main__mobile__hotline {
    align-items: center;
    background-color: #dd6e1e;
    border-radius: 15px;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    padding: 8px 20px 6px;
    transition: all 0.5s ease 0s;
}
.header_main--fixed .header_main__mobile__hotline__phone {
    display: block;
    filter: brightness(0) invert(1);
    height: 18px;
    margin-right: 3px;
    width: 16px;
}
.header_main--fixed .header_main__mobile__hotline span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-right: 5px;
}
.header_main__sidebar {
    background: #fff none repeat scroll 0 0;
    height: 100vh;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 83%;
    z-index: 11111;
}


.header_main__logo > img {
  height: 80px;
  margin: -14px 0px 0px 0px ;
}

.containerslideinde { 
  margin-top: 100px;
}

