section.section_partner {
  background: url("../images/bg_partner.jpg");
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 999px) {
  section.section_partner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
section.section_partner .title_section {
  margin-bottom: 75px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
@media (max-width: 999px) {
  section.section_partner .title_section {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
section.section_partner .title_section:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #41c8f3;
  margin: auto;
  display: block;
  margin-top: 20px;
  background: #41c8f3;
  border: 1px solid rgba(62, 149, 183, 0.6588235294);
}
section.section_partner .list_partner .item {
  padding: 10px;
}
section.section_partner .list_partner .wrap {
  padding: 38px 22px;
  border-radius: 35px;
  background: #fff;
  opacity: 0.6;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
@media (max-width: 999px) {
  section.section_partner .list_partner .wrap {
    padding: 9px 9px;
    border-radius: 15px;
  }
}
section.section_partner .list_partner .wrap:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(53, 168, 238, 0.4);
          box-shadow: 0px 0px 10px 5px rgba(53, 168, 238, 0.4);
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
section.section_partner .list_partner .owl-stage .owl-item:first-child .item .wrap {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(53, 168, 238, 0.4);
          box-shadow: 0px 0px 10px 5px rgba(53, 168, 238, 0.4);
}
section.section_partner .list_partner .owl-controls {
  margin-top: 70px;
}
@media (max-width: 999px) {
  section.section_partner .list_partner .owl-controls {
    margin-top: 20px;
  }
}
section.section_partner .list_partner .owl-controls .owl-dot.active span {
  background: #41c8f3;
  width: 13px;
  height: 13px;
}

footer {
  background: #1d3465;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 47px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 999px) {
  footer .footer-content {
    padding: 15px 0px;
  }
}
footer .footer-content .footer-col {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 499px) {
  footer .footer-content .footer-col {
    font-size: 16px;
  }
}
footer .footer-content .footer-col p {
  color: #fff;
  padding-top: 0;
}
footer .footer-content .footer-col a {
  color: #fff;
}
footer .footer-content .footer-col h2 {
  font-size: 24px;
}
@media (max-width: 499px) {
  footer .footer-content .footer-col h2 {
    font-size: 20px;
    margin-bottom: 9px;
  }
}
@media (max-width: 999px) {
  footer .footer-content .footer-col.col1 {
    display: none;
  }
}
footer .footer-content .footer-col.col2 {
  text-align: right;
}
@media (max-width: 999px) {
  footer .footer-content .footer-col.col2 {
    text-align: left;
  }
}
footer .footer-content .footer-col.col2 .copyright {
  margin-top: 11px;
}

#bottom {
  background: #41a9e0;
  position: relative;
  padding: 10px 0px;
}
@media (max-width: 999px) {
  #bottom {
    display: none;
  }
}
#bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bottom .copyright {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 999px) {
  #bottom .copyright {
    font-size: 14px;
  }
}
#bottom .social i {
  display: inline-block;
}
#bottom .social i:before {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  border: solid 2px #fff;
  width: 47px;
  height: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bottom .info_footer {
  display: inline-block;
  padding: 0px 15px 20px 15px;
  width: 70%;
}
#bottom .info_footer #contact_map {
  width: 55%;
  float: left;
  display: inline-block;
}
#bottom .info_footer #contact_map #map_view {
  height: 200px;
}
#bottom .info_footer #contact_map iframe {
  max-width: 100%;
  width: 100%;
}
#bottom .info_footer #contact_footer {
  width: 45%;
  float: left;
  display: inline-block;
  padding-left: 40px;
  font-family: "Roboto";
  font-weight: 300;
  color: #858585;
}
#bottom .info_footer #contact_footer .title {
  color: #df0000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#bottom .info_footer #contact_footer .note {
  margin-bottom: 10px;
}
#bottom .info_footer #contact_footer .form-group {
  margin-bottom: 10px;
}
#bottom .info_footer #contact_footer .form-group input.form-control {
  height: 28px;
  border: 1px #e3e3e3 solid;
  border-radius: 3px;
}
#bottom .info_footer #contact_footer .form-group .btn-default {
  background: #e60009;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  padding: 4px 10px;
}
#bottom .info_footer #contact_footer .form-group label.error {
  margin-bottom: -10px;
}
#bottom .info_footer #contact_footer input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 11px;
  line-height: 25px;
}
#bottom .info_footer #contact_footer input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 11px;
  line-height: 25px;
}
#bottom .info_footer #contact_footer input[type=text]::-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 11px;
  line-height: 25px;
}
#bottom .info_footer #contact_footer input[type=text]::-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-size: 11px;
  line-height: 25px;
}
@media (max-width: 850px) {
  #bottom .info_footer {
    width: 55%;
  }
  #bottom .info_footer #contact_map {
    width: 100%;
  }
  #bottom .info_footer #contact_footer {
    display: none;
  }
}
#bottom .copyright_bottom {
  background: #9e0b0f;
  display: inline-block;
  width: 100%;
  padding: 6px 0px;
}
#bottom .copyright_bottom p {
  display: inline-block;
  float: left;
  color: #fff;
  font-family: "Roboto";
}
#bottom .copyright_bottom a {
  color: #fff;
}
@media (max-width: 599px) {
  #bottom .copyright {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }
  #bottom .info_footer {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}

/* ============     ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge,
.fb_dialog.fb_dialog_mobile {
  right: 8px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .addThis_listSharing {
    display: none;
  }
}

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 17px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}
@media (min-width: 767px) {
  .actionToolbar_mobile {
    display: none;
  }
}

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px;
}

/* ============     ADDTHIS ** addthis ============== */
.paginate {
  margin-top: 20px;
  text-align: center;
}

.paginate .pagetotal {
  background: #1d3465;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
}

.paginate .pagelink,
.paginate .pagecur,
.paginate .btnPage {
  display: inline-block;
  color: #1d3465;
  height: 35px;
  width: 35px;
  line-height: 35px;
  min-width: 35px;
  text-align: center;
  padding: 0px 3px;
  margin: 0px 4px;
  border: 1px solid #1d3465;
  vertical-align: top;
  font-size: 14px;
}

.paginate .btnPage i {
  display: inline-block;
  margin-top: 4px;
}

.paginate .pagecur {
  color: #fff;
  background: #1d3465;
  border-color: #1d3465;
}

.brand_scroll_ft .title {
  display: inline-block;
}

.brand_scroll_ft {
  float: left;
  display: inline-block;
  width: 60%;
}

.bottom_phone {
  background: #0199ec;
  position: fixed;
  width: 100%;
  bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
}
.bottom_phone .item {
  width: 33.33%;
  float: left;
  border-right: 1px solid #6ec0ed;
  padding: 10px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}
.bottom_phone .item a {
  color: #fff;
  text-decoration: initial;
}

.showMobile {
  display: none;
}
@media (max-width: 999px) {
  .showMobile {
    display: inline-block;
  }
}

.wrap-suggestion-search {
  display: block;
  background: #fff;
  z-index: 2222233333 !important;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  border-top: none;
  border-right: none;
  /* Track */
  /* Handle */
}
.wrap-suggestion-search::-webkit-scrollbar {
  width: 4px;
}
.wrap-suggestion-search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.wrap-suggestion-search::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.wrap-suggestion-search::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}
.wrap-suggestion-search li.ui-menu-item {
  display: block;
  background: #fff;
  overflow: hidden;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding: 0px;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper {
  border: none !important;
  color: unset !important;
  background: unset !important;
  margin: unset !important;
  padding: 6px;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:before, .wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:after {
  content: " ";
  display: table;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper:after {
  clear: both;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a img {
  float: left;
  width: 50px;
  height: auto;
  margin: 0 6px 0 0;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a h3 {
  display: block;
  width: auto;
  color: #333;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a .price_format {
  display: none;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper a .price_format span {
  font-size: 12px;
  color: #c70100;
  float: none;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #0080ce !important;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a h3 {
  color: #fff;
}
.wrap-suggestion-search li.ui-menu-item .ui-menu-item-wrapper.ui-state-active a .price_format span {
  color: #fff;
}