@charset "UTF-8";
@import url('animate.css');
@import url('fonts/css.css');
@import url('fonts/awesome/font-awesome.css');
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #2c2c2c;
  font: 400 15px/26px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff; }

h2 {
  margin-top: 100px;
  margin-bottom: 25px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  text-transform: uppercase;
  color: #3c3c3c;
  text-align: center; }


h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }

h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }

h5 {
  margin-bottom: 8px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {background: #fff; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
p + .btn {
  margin-top: 30px; }

.text01 + .btn {
  margin-top: 50px; }

main p + p { }
.breadcrumb{
  background: transparent;
  background-image: -webkit-linear-gradient(right,rgb(28, 94, 155) 0%,transparent 85%);
  background-image: linear-gradient(to right,rgb(28, 94, 155) 0%,transparent 85%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='transparent', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  font-size: 1em;
  color: #fff;
  margin-bottom: 15px;
  border-left: 4px solid #0d4272;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
#scrollUp {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    overflow: hidden;
    border: none;
    padding: 20px;
    z-index: 20;
    border-radius: 50%;
    width: 27px;
    height: 19px;
    background: rgba(85, 85, 85, 0.1) url(../images/move-up.png) no-repeat center;
    text-indent: -999px;
}
/*==================  Backgrounds  ======================*/
.footer-map{background-image: url(../images/footer-map.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
.bg1 {background: url(../images/bg.jpg) repeat;}
.bg2 {}
.team_bg{background: rgba(0, 0, 0, .075);padding: 50px 0px 80px 0px !important;}
.bg3 {background: #005E8D; }
.bg4 {background: #005E8D; }
  .bg1 h2,
  .bg2 h2,
  .bg3 h2,
  .bg4 h2 {
    margin-top: 25px;
	   font-size: 40px;
    color: #fff;
    font-weight: bold;
	}
    .bg1 h2 span,
    .bg2 h2 span,
    .bg3 h2 span,
    .bg4 h2 span {
      margin-top: 0px;
      font-size: 30px;
      color: #fff; }
  .bg1 .btn,
  .bg2 .btn,
  .bg3 .btn,
  .bg4 .btn {
    border: 1px solid #fff;
    color: #fff; 
	}
    .bg1 .btn:hover,
    .bg2 .btn:hover,
    .bg3 .btn:hover,
    .bg4 .btn:hover {
		color: #fff; }
    .bg1 .btn:active,
    .bg2 .btn:active,
    .bg3 .btn:active,
    .bg4 .btn:active {
      background: #e6e6e6; }

.bg-img1 { }

@media (min-width: 1450px) {
 }

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    padding: 11px 20px;
    border: 1px solid #e6e6e6;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
.block-title-ft {
    width: 100%;
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 15px;
}
.block-title-ft:after {
    position: absolute;
    height: 2px;
    width: 50%;
    bottom: -1px;
    left: 0px;
    content: '';
    background: #ffac00;
}
.arti-food{margin-top: 15px;}
/*==================      Box      ======================*/

/*==================      Lists      ======================*/
.social-head{margin: 0px auto !important;}
.social-head li{margin-bottom: 0px !important;}
.social-list { margin-top: 10px;}
  .social-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 4px;
     }
  .social-list a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 30px; }
    .social-list a:hover {
      color: #fff; }
    @media (max-width: 479px) {
      .social-list a {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
.facebook:hover {background-color: #4a6d9d;}
.twitter:hover {background-color: #3bc1ed;}
.linkedin:hover {background-color: #0b7bb5;}
.rss:hover {background-color: #ff6b4a;}
.gplus:hover {background-color: #d53824;}
.pinterest:hover {background-color: #bf2f29;}
.social-head li a{
    background: #2c2c2c;
    border-radius: 0;
    color: #fff;
}

/*==================      HOME SP      ======================*/
.rd-navbar-top-panel {
    padding-bottom: 1px;
    padding-top: 1px;
    background: #2c2c2c;
}
.rd-navbar-top-panel .left-side {
    float: left;
    color: #fff;
}
.rd-navbar-top-panel .contact-info > span + span {
    margin-left: 80px;
}
.rd-navbar-top-panel .contact-info i {
    font-size: 18px;
    margin-right: 11px;
}

header .box1 {
    padding: 4px;
    background: #2c2c2c;
}
.head-home {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: -20px;
}
.head-home figure {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #009b97;
    height: 64px;
}
.head-home .toptop {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
}
.head-home h2 {
    float: left;
    padding: 9px 30px 9px 30px;
    background: #009b97;
    line-height: 1.3em;
    margin-top: 23px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.head-home h1 {
    float: left;
    padding: 9px 30px 16px 30px;
    background: #DF0024;
    line-height: 1.3em;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.head-home figure b {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 38px solid #047f7c;
}
.head-home figure a {
    float: right;
    padding: 1px 10px;
    background: #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-top: 32px;
}
.head-home figure a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.head-home figure a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009b97;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.head-home figure a:hover, .head-home figure a:focus, .head-home figure a:active {
  color: white;
}
.head-home figure a:hover:before, .head-home figure a:focus:before, .head-home figure a:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.support-hot i {
  -webkit-animation: 3s ease 0s normal none infinite running hotline;
  -o-animation: 3s ease 0s normal none infinite running hotline;
  animation: 3s ease 0s normal none infinite running hotline;
}
@keyframes hotline {
  0% { transform:scale(0,0); }
  10% { transform:scale(1,1); }
  15% { transform:translateY(5px); }
  20% { transform:translateY(0); }
  25% { transform:translateY(5px); }
  30% { transform:translateY(0); }
  40% { transform:scale(1,1); transform:translateY(0); }
  50% { transform:translateY(5px); }
  65% { transform:translateY(0); }
  70% { transform:translateY(5px); }
  85% { transform:translateY(0); }
  90% { transform:scale(1,1); }
  100% { transform:scale(0,0); }
}
@-webkit-keyframes hotline {
  0% { -webkit-transform:scale(0,0); }
  10% { -webkit-transform:scale(1,1); }
  15% { -webkit-transform:translateY(5px); }
  20% { -webkit-transform:translateY(0); }
  25% { -webkit-transform:translateY(5px); }
  30% { -webkit-transform:translateY(0); }
  40% { -webkit-transform:scale(1,1); -webkit-transform:translateY(0); }
  50% { -webkit-transform:translateY(5px); }
  65% { -webkit-transform:translateY(0); }
  70% { -webkit-transform:translateY(5px); }
  85% { -webkit-transform:translateY(0); }
  90% { -webkit-transform:scale(1,1); }
  100% { -webkit-transform:scale(0,0); }
}

/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}

.megamenu {
  position: relative;
  padding: 0 370px 0 0;
}
@media (max-width: 1199px) {
  .megamenu {
    padding: 0 300px 0 0;
  }
}
@media (max-width: 991px) {
  .megamenu {
    padding: 0;
  }
}

/*================ Menu  ===============*/
.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.sf-menu .sf-with-mega {
  position: static !important;
}
.sf-menu > li {
  width: 13%;
  height: 50px;
  display: table;
}
.sf-menu > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0 45px;
  outline: none;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu > li:hover a{
    background:#0079b5;
}

.sf-menu li+li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -moz-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -ms-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: -o-linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
    background: linear-gradient(top, rgba(232, 230, 230, 0.41), #2c2c2c, rgba(231, 221, 221, 0.28));
}

.sf-menu > li + li {
  margin-left: 0;
}
.sf-menu > li li {
  position: relative;
}
.sf-menu > li li.sfHover > a {
  color: #fff;
  outline: none;
}
.sf-menu > li li.sfHover > a:after {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu, .simple_menuv02 {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 260px;
  margin-top: 0;
  padding: 0;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.06);
}
.sub-menu:hover .simple_menu{
  display: block !important;
      webkit-animation: zoomIn 500ms;
    -moz-animation: zoomIn 500ms;
    -ms-animation: zoomIn 500ms;
    -o-animation: zoomIn 500ms;
    animation: zoomIn 500ms;
}
.sf-menu .simple_menu li+li:before{display: none;}
.sub02:hover .simple_menuv02{
    display: block !important;
      webkit-animation: zoomIn 500ms;
    -moz-animation: zoomIn 500ms;
    -ms-animation: zoomIn 500ms;
    -o-animation: zoomIn 500ms;
    animation: zoomIn 500ms;
}
.sub02 .simple_menuv02{
  left: 100%;
  top: 0;
  margin-top: 0;
}
.isStuck .sub-menu:hover .simple_menu{margin-top: 0px;} 
/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu li {
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.sf-menu .simple_menu a {
  display: block;
  background: none;
  text-align: left;
  color: #fff;
  line-height: 24px;
  padding: 8px 25px 8px 20px;
  font-weight: 500;
}
.sf-menu .simple_menu a:hover {
  padding-left: 25px;
}
.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
  color: #2c2c2c;
  background: #fff;
  font-weight: 500;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 105%;
  top: 0;
  margin-top: 0;
}
.sf-menu .simple_menu .simple_menu:before {
  position: absolute;
  left: -6px;
  top: 35%;
  color: #fff;
  content: '\f0d9';
  font: 400 16px/16px 'FontAwesome';
}

.menu-gadget {
  display: none !important;
}

.sf-menu .sf-mega {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 109;
  padding: 0;
  background: #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.sf-menu .sf-mega .container, .sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.sf-menu .sf-mega .sf-mega_row {
  margin: 0;
}
.sf-menu .sf-mega .sf-mega_row .sf-mega_section {
  padding: 0;
}
.sf-menu .sf-mega li {
  position: relative;
}
.sf-menu .sf-mega li a {
  display: block;
  background: none;
  color: #4576be;
  line-height: 24px;
  padding: 8px 25px 8px 20px;
  font-weight: 300;
}
.sf-menu .sf-mega li a:hover {
  padding-left: 25px;
}
.sf-menu .sf-mega li .submenu_title > a {
  font-weight: 400;
}
.sf-menu .sf-mega li.active > a, .sf-menu .sf-mega a:hover, .sf-menu .sf-mega li.sfHover > a {
  color: #000;
  background: #ffda2b;
}
.sf-menu .sf-mega ul {
  padding: 0;
  list-style-type: none;
}
.sf-menu .sf-mega_row {
  margin: 0 -15px;
}
.sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu .sf-mega_row:after {
  clear: both;
}
.sf-menu .sf-mega_section {
  float: left;
  padding: 0 15px;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 33%;
    margin-top: 0;
    color: #fff;
    content: '\f105';
    font: 400 16px/16px 'FontAwesome';
}
.sf-menu ul li:hover .sf-with-ul:before{
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .sf-mega_section {
    width: 100% !important;
  }

}
/*==================  Stuck menu  ======================*/
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {right: 0; }
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {display: block;padding: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {background: #1c5e9b;color: #FFF; }
  .rd-mobilemenu_ul ul a {padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }
.rd-mobilemenu_ul .simple_menu .sub02 .simple_menuv02{display: block;position: relative;left: 0;box-shadow: 0px 0px;}
.rd-mobilemenu_ul .simple_menu .sub02:hover .simple_menuv02{display: none;}
.rd-mobilepanel {
    display: none;
    right: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 15px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {border: none;padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 13px; } }
/*==================  Stuck menu  ======================*/
.isStuck {background:#1c5e9b;z-index: 9999;left: 0;box-shadow: 2px 2px 4px 1px #777; }
  .isStuck .block_right {width: 100%;float: none;text-align: center; }
  .isStuck .block {margin-top:0px; }
    .isStuck .sf-menu > li > ul {margin-top: 15px; }
    .isStuck .sf-menu > li > a:after {
      content: '';
      position: absolute;
      top: -18px; }
 .isStuck .block .nav{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }

/*========================================================
                     HEADER  Section
=========================================================*/

header .brand {
    background: url(../images/box-bg.png) no-repeat 190px 0;
}
header .brand {padding-top: 25px;padding-bottom: 15px;}
@media (max-width: 979px) {
  header {
    text-align: center; } }
@media (max-width: 1199px){
  .support-hot {
      padding: 8px 0px !important;
  } 
}
.right-side {
    margin-top: 15px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {display: block; }
.block {background: #1c5e9b;}
  .block:before, .block:after {
    display: table;
    content: "";
    line-height: 0; }
  .block:after {
    clear: both; }
  .block_left {
    float: left;
    width: 38%;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 800; }
    @media (max-width: 979px) {
      .block_left {
        width: 100%;
        float: none;
        text-align: center; } }
  .block_right {
    float: right;
    width: 62%; }
    @media (max-width: 979px) {
      .block_right {
        float: none;
        width: 100%; } }

.col-item {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 15px;
    padding-bottom: 0px;
}        
.col-item .images-container {
    position: relative;
    overflow: hidden;
}
.img-responsive {
    height: 120px;
}

/*==================      SANPHAM     ======================*/
#dLabel{position: absolute;
    right: 0;
    top: -60px;
    z-index: 99999;}
.sup-moblie{
  padding: 0px 15px 15px 15px;    
  position: absolute;
  right: 0;
  left: inherit;
  top: -17px;
}
.sup-moblie .contact-info i {
    font-size: 18px;
    margin-right: 11px;
}
.but-mobile{font-size: 13px;padding: 9px;border-radius: 0px;}
.support-hot-head{margin-top: 5px;}
.support-hot-head .hotline_header{font-size: 20px; font-weight: bold;}
.font-2{    
    color: #f10921;
    font-size: 21px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.42)
    word-spacing: 2px;
    /* font-family: 'alter', Arial, Helvetica, sans-serif; */
    white-space: nowrap;
  }
.font-2 i{     
    padding: 10px 4px 0px 0px;
    vertical-align: middle;
    color: #2c2c2c;}
.font-2 span{position: relative;top:10px;}
.font-3{margin-left: 10px;}
.group .search{padding: 20px 0px;}
.group .search .submit{background: #1c5e9b;color: #FFF;border: 0;border-radius: 0px;}
.group .search .input-group{border: 1px solid #ccc;margin-top: -10px;}
.group .search .input-group input{border: 0;}
.group .search>div>span {display: inline-block; position: absolute;line-height: 32px;font-size: 22px;color: #7A7A7A;z-index: 3;
    font-family: "Open Sans", sans-serif;font-weight: 300;}
.btn-search-feature{width: 143px !important; background: #FFF !important;
    border-radius: 0; border-left:0; color: #7A7A7A !important;}
.hover_img{text-align: center;
    border: 1px solid #ccc;
    border-bottom: 0px;}
.hover_img img{width: 100%;max-height: 230px;}
.hover_img a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .hover_img a > span {
        position: absolute;
        z-index: 2;
        background-color: #000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .hover_img a > span:first-of-type {
          left: 20px;
          right: 20px;
          top: 10px;
          height: 1px;
          -webkit-transform: translateX(-120%);
          -moz-transform: translateX(-120%);
          -ms-transform: translateX(-120%);
          -o-transform: translateX(-120%);
          transform: translateX(-120%); }
        .hover_img a > span:last-of-type {
          left: 20px;
          right: 20px;
          bottom: 10px;
          height: 1px;
          -webkit-transform: translateX(120%);
          -moz-transform: translateX(120%);
          -ms-transform: translateX(120%);
          -o-transform: translateX(120%);
          transform: translateX(120%); }
        .hover_img a > span:nth-child(2) {
          right: 10px;
          top: 10px;
          bottom: 10px;
          width: 1px;
          -webkit-transform: translateY(120%);
          -moz-transform: translateY(120%);
          -ms-transform: translateY(120%);
          -o-transform: translateY(120%);
          transform: translateY(120%); }
        .hover_img a > span:nth-child(3) {
          top: 10px;
          left: 10px;
          bottom: 10px;
          width: 1px;
          -webkit-transform: translateY(-120%);
          -moz-transform: translateY(-120%);
          -ms-transform: translateY(-120%);
          -o-transform: translateY(-120%);
          transform: translateY(-120%); }
      .hover_img a:hover {
        -webkit-box-shadow: 0 3px 0 #ffac00;
        box-shadow: 0 3px 0 #ffac00; }
        .hover_img a:hover > span:first-of-type, .hover_img a:hover > span:last-of-type {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
        .hover_img a:hover > span:nth-child(2), .hover_img a:hover > span:nth-child(3) {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }

.hover_img .icon {
    color: 2c2c2c;
    opacity: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}     
.thumbnail-classic-title {
    font-size: 15px;
    color: #fff;
}     
.hover_img figcaption {
  position: absolute;
}

.thumbnail {
  transition: .3s;
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.hover_img figcaption {
  bottom: 10px;
  left: 0;
  padding: 5px 15px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}

.hover_img figcaption:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: -10%;
  width: 110%;
  bottom: 0;
  background: rgb(28, 94, 155);
 /* -webkit-transform: skew(-32deg);
  transform: skew(-32deg);*/
}
 .hover_img:hover .icon {
    opacity: 1;
    left: 30px;
}
.hover_img:hover figcaption {
    padding-left: 25px;
}
.our-service {margin-bottom: 30px; max-height: 300px;}
.our-service .caption {border: 1px solid #ccc;padding: 10px 0px;}
.txt1 {color: #1c5e9b;text-transform: uppercase;font-weight: bold;}
.col-product-home .owl-theme .owl-controls .owl-buttons {
    text-align: right;
    position: absolute;
    right: -30px;
    top: -58px;
}
/*==================      Well     ======================*/
.well-home{}
.well1 {padding-bottom: 0px;margin-top: 20px;margin-bottom: 15px; }
.well2 {padding-bottom: 0px;margin-top: 20px;margin-bottom: 30px; }
.well3 {padding-bottom: 0px;margin-top: 15px;margin-bottom: 30px; }
.well4 {padding-bottom: 0px;margin-top: 10px;margin-bottom: 45px; }
.new_title.center {
    border-bottom: 1px solid #ccc;
    background: none !important;
    height: 14px;
    margin-bottom: 10px;
    padding: 11px 12px 7px 0px !important;
    text-transform: uppercase;
    margin-top: -40px;
    height: 77px;
}
.new_title h2 {
    border-top: 3px solid #1c5e9b;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #2c2c2c;
    padding: 0px 30px 0px 30px;
    display: inline-block;
    line-height: 37px;
    background: #FFF;
    font-size: 20px;
    height: 41px;

}
.section-footer{margin-top: 15px;}
.title_detail_same {
    border-bottom: 1px solid #ccc;
    background: none !important;
    height: 14px;
    margin-bottom: 20px;
    padding: 11px 12px 7px 0px !important;
    text-transform: uppercase;
    height: 52px;
}
.title_detail_same h3 {
    border-top: 3px solid #EC180C;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    color: #005E8D;
    padding: 0px 30px 0px 30px;
    display: inline-block;
    line-height: 42px;
    background: #FFF;
    font-size: 22px;
    height: 41px;

}
.supporright{padding: 10px 10px 10px 10px;background: #fff;box-shadow: 1px 2px 6px #BBB9B9;border: solid 1px #D5CFCF;}
.pation{border-bottom: 1px dotted #666666;margin: 0px 0px 10px 0px;padding: 0px 0px 10px 0px;}
.bottom-pad-10{text-align: justify;word-wrap: initial;}
.slogan{
    color: #1c5e9b;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: uppercase;
    font: 700 20px/40px 'Open Sans Condensed', sans-serif;
}
.description{text-align: justify;word-wrap: initial;}
.section-title{margin-bottom: 30px;}
.section-title h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 75px;
}
.title-home {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    padding: 7px 35px 7px 35px;
    margin: 0 0 0;
    text-align: center;
    color: #2c2c2c;
    position: relative;
    background: #1c5e9b;
    display: initial;
}
.section-title .team{
      margin-top: -35px;
      text-align: center;
  }
.section-title-home{
    text-align: center;
    border-bottom: 3px solid #1c5e9b;
    margin: 0 auto;
    height: 60px;
    margin-bottom: 10px;

  }
.client-details .text-color{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.arrow-style li {
    list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
ul.arrow-style li:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    color: #1c5e9b;
    position: absolute;
    top: 5px;
}
.submi-sig{text-transform: uppercase;background: #e81822;border: 0px;min-height: 54px;color: #fff;}
.frm-contact-item {
    padding-right: 0;
    margin-bottom: 15px;
}
.frm-contact-item input, .frm-contact-item textarea{width: 96%;} 
.input-submit{margin-top: 15px;}
.module-heading {
    color: #2c2c2c;
    border-bottom: 1px solid #000;
    line-height: 30px;
}
.content_map {
    position: relative;
    height: 240px;
}
.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-news{margin: 10px 0px 10px 0px;}
.hvr-rectangle-out {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #777;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c5e9b;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bg-images {
    background: url("../images/scale.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.new_title_detail h1{
    font-size: 18px;
    padding-bottom: 5px;
    color: #2c2c2c;
    border-bottom: 1px solid;
}
.row-news{margin-top: 15px;border-bottom: 1px dotted #333;padding-bottom: 15px;}
.row-news h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #2c2c2c;
    line-height: 0px;
}
.item-news{margin-bottom: 90px;}
.panel-right2{margin-top: 20px;}
.tab { margin: 30px 0px 30px 0px}
/* dich vu */
.special-feature .s-feature-box{
    overflow:hidden;
    position:relative;
    min-height:187px;
    border:0px solid;
    border-color: #feb600;
    margin-bottom:0px;
    cursor:pointer;
    margin-bottom: 20px;
    margin-top: 10px;
}
.special-feature .mask-top {
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: rgb(28, 94, 155);
    padding: 0px 0px 0px 0px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-top img{width: 100%;height: 220px;}
.special-feature .mask-bottom{
    color:#fff;
    padding:60px 15px 0px 15px;
    width:100%;
    position:absolute;
    bottom:-300px;
    height:100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom p{
    padding:0px 5px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
.special-feature .mask-bottom p a{    text-decoration: blink;}
.special-feature .mask-bottom p a i{font-size: 15px;line-height: inherit;}
.special-feature .mask-bottom h4{
    margin:5px 0px 5px; color: #fff;text-transform: uppercase;
}
.mask-top h4{color: #fff;text-transform: uppercase;}
.special-feature .mask-bottom h4 a:hover{    
    color: #e81822;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    text-transform: uppercase;
  }
.special-feature .s-feature-box:hover .mask-bottom{
    background-color: #1c5e9bf2;
    bottom:0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition:all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
.image-top-border img{
    border-top:5px solid;
}
.image-top-border .service-image{
    position:relative;
}
.service-image  img{    
    padding:15px;   
    background:#fff;
}
.image-top-border .service-image:before{
    content:"";
    width:4px;
    height:108px;
    position:absolute;
    top:0;
    left:0;
}
.image-top-border .service-image:after{
    content:"";
    width:4px;
    height:108px;
    position:absolute;
    top:0;
    right:0;
}
.service-details{
    padding:0 15px;     
} 
.list-service li a:hover{color: #fff}
.list-news {
  border: 1px solid #ccc;
  padding: 30px 15px;
}
.list-news .font_size {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e30b12;
}
.colnews-item {border: 1px solid #ccc; padding: 10px;}
.colnews-item a img { height: 170px;width: 100%;}
.colnews-item .colnews-title {color: #1c5e9b;font-size: 15px;}
/* end dichvu*/
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  position: relative;
  padding-top: 0px; }
  @media (max-width: 479px) {
    footer {
      padding: 0; } }

.contact-block { }
  @media (max-width: 479px) {}

  .contact-block .contact-inner {padding: 30px 0px 15px 0px;    color: #fff;}
  .contact-block h3 {
    margin-bottom: 10px; }
  .contact-block .copy {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 300; 
    padding: 6px;
    background: #333;
  }
.fb_iframe_widget span{width: 100% !important;}

/*========================================================
                    tab scoll
=========================================================*/
.tab .nav-tabs{
        border-bottom: 0 none;
    }
    .tab .nav-tabs li{
        margin-right: 2px;
    }
    .tab .nav-tabs li a{
        border: none;
        padding: 10px 50px;
        color: #fff;
        background: #1c5e9b;
        border-radius: 0;
    }
    .tab .nav-tabs li a:hover{
        background:#0079b5;
    }
    .tab .nav-tabs li a i{
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:focus,
    .tab .nav-tabs li.active a:hover{
        border: none;
        background: #1c5e9b;
        color:#fff;
        transition: background 0.20s linear;
        font-weight: 500;
    }
    .tab .nav-tabs li.active:after{
        content: "";
        position: absolute;
        top: 22px;
        left: 40%;
        border: 12px solid transparent;
        border-top-color: #fff;
        transform: rotate(180deg);
    }
    .tab .tab-content{
        background: #fff;
        line-height: 25px;
        padding: 25px 25px 0px 25px;
        border: 1px solid #ddd;
        border-top: 2px solid #1c5e9b;
    }
    .myCarousel_hoanthanh .owl-theme .owl-controls .owl-buttons, .myCarousel_thicong .owl-theme .owl-controls .owl-buttons, .myCarousel_news .owl-theme .owl-controls .owl-buttons{
        right: -30px;
        top: -57px;
    }
    @media only screen and (max-width: 480px){
        .tab .nav-tabs li{
            width:100%;
        }
        .tab .nav-tabs li a{
            padding: 20px;
            text-align: center;
        }
        .tab .nav-tabs li.active:after{
            border:none;
        }
    }

  .note-msg {
    border-color: #eee;
    background-image: url(../images/i_msg-note.gif);
    color: #333;
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 35px !important;
}

/*phone mobile*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.footer-phone {
    position: fixed;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000!important
}

.footer-phone-img-circle {
    width: 32px;
    height: 32px;
    top: 28px;
    left: 34px;
    position: absolute;
    background: rgba(30,30,30,.1) url(../images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #e49c08;
    background-size: 70%
}

.footer-phone-fill {
    width: 50px;
    height: 50px;
    top: 18px;
    left: 25px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ffac00;
    opacity: .75!important
}

.footer-phone-circle {
    width: 75px;
    height: 75px;
    top: 6px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #ffac00;
    opacity: .5
}

/*end phone mobile*/
.tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.nav-tabs > li > a {
    display: block;
    padding: 10px 15px !important;
}

.code {
    color: #000 !important;
    font-weight: bold;
    font-size: 12px;
    width: 140px;
}
.red {
	color: #f10921;
}
.sear {
	margin-top: 15px;
}
.sear .title_detail_serch {
	color: #027AD1;
    text-transform: uppercase;
}
.btn-rigth-ser {height:34px;}