/*
 *đếnoject_Name: PVI Product
 * Author: D&Q
 */

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.3;
  margin: 0;
}

a:hover, 
a:focus, 
a:active {
  text-decoration: none;
}

.site-content {
  padding-bottom: 0px;
}

input[type=checkbox], 
input[type=radio] {
  display: inline-block;
  float: left;
  margin-right: 7px;
}

table td p {
  display: block;
  margin-left: 20px;
  overflow: hidden;
}

.btn-product-page {
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px 34px;
  background: #fc9805;
  border-color: #fc9805;
}

.ketqua-tracuu table th, 
.ketqua-tracuu table td {
  padding: 10px;
}

.ketqua-tracuu table tr.active {
  background: #fcb815;
}

.ketqua-tracuu table tr.active .ten-chuxe{
  font-weight: bold;
  color: #000;
}

.ketqua-tracuu table tr.active .socnbh,
.ketqua-tracuu table tr.active .bienso {
  text-decoration: underline;
}
/*Header section*/
.navbar-default {
  background-color: #1682C8;
  border: none;
  height: 110px;
  transition: all 0.4s ease-in-out;
  -webkit-transition 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 20;
}

.fixed-top.shrink {
  height: 80px;
  opacity: 0.8;
}

.fixed-top.shrink .navbar-header {
  height: 80px;
  width: 62px;
}

.fixed-top.shrink .navbar-brand img {
  width: 50px;
}

.fixed-top.shrink .header-inner:after {
  border-bottom-width: 80px;
}

/*.fixed-top.shrink .pull-right.phone {
  line-height: 72px;
}*/
.fixed-top.shrink .pull-right.phone {
  top: 6px;

}

.navbar-brand>img,
.navbar-nav>li,
.navbar-header,
.header-inner:after,
.pull-right.phone {
  transition: all 0.4s ease-in-out;
  -webkit-transition 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.navbar-default:before {
  background: #1682c8;
  content: "";
  height: 100%;
  position: absolute;
  width: 50%;
  left: 0;
}

.navbar-header {
  background: #fff;
  height: 110px;
  padding-left: 6px;
  width: 80px;
}

.navbar-brand {
  height: 100%;
}

.dropdown-menu li a {
  padding: 10px 20px !important;
}

.dropdown-menu li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.carousel-indicators {
  z-index: 1;
}

.chosen-container-single .chosen-drop {
  border: none !important;
}

@media (min-width: 1024px) {
	.shrink {
		opacity: 0.8;
	}
}

@media (min-width: 992px) {
  .fixed-top.shrink .navbar-nav>li {
    height: 70px; 
    margin-top: 10px;
  }

  .header-inner {
    background: #0082c8;
  }

  .navbar-default .navbar-collapse {
    margin-left: 80px;
  }

  .navbar-brand {
    height: 100%;
    padding: 1px 15px;
  }

  .navbar-default .navbar-nav>li>a {
    border-right: 1px solid #015481 !important;
    color: #fff;
    font-weight: 400;
    height: 50px;
    padding-right: 18px;
    padding-left: 16px;
    text-align: center;
    // line-height: 80px;
    // height: 110px;
  }

  .navbar-default .navbar-nav>li.break>a {
    padding-top: 6px;
  }

  .navbar-default .navbar-nav>.active>a, 
  .navbar-default .navbar-nav>.active>a:focus, 
  .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fbb813;
  }

  .navbar-nav li.active.menu-first-item a,
  .navbar-nav li.active.menu-first-item a:focus,
  .navbar-nav li.active.menu-first-item a:hover {
    font-size: 26px;
    padding: 10px 20px;
  }

  .navbar-nav>li {
    height: 84px;
    margin-top: 26px;
    text-transform: uppercase;
  }

  .navbar-default .navbar-nav>li>a:focus, 
  .navbar-default .navbar-nav>li>a:hover {
      color: #fff;
  }

  .navbar-nav li.active:after {
    background: #fbb813;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 18px;
  }

  .navbar-nav>li.menu-icon .fa, 
  .login-form .fa-angle-down {
      color: #fbb813;
  }

  .navbar-nav .item:after {
    background: #fbb813;
    content: "";
    bottom: -2px;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    right: 0;
    visibility: hidden;
    width: 10px;
  }

  .navbar-nav .item:hover:after {
    visibility: visible;
    width: 100%;
  }

  .navbar-default .navbar-nav>.open>a, 
  .navbar-default .navbar-nav>.open>a:focus, 
  .navbar-default .navbar-nav>.open>a:hover {
    background-color: #1682c8;
    color: #fff;
  }

  .dropdown-menu li.active:after {
    display: none;
  }
  
  .dropdown-menu>.active>a, 
  .dropdown-menu>.active>a:focus, 
  .dropdown-menu>.active>a:hover {
    background: transparent;
    color: #ff8f00;
  }

  .dropdown-menu li.active {
    background: #fef1d0;
  }

  .dropdown-menu {
    border: none;
    margin-top: 4px;
    padding: 0;
  }

  .dropdown-menu li:hover {
    background: #fef1d0;
  }

  .item .dropdown-menu li:hover a {
    color: #ff8f00;
  }

  .dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    background: transparent;
  }

  .dropdown-menu li:after {
    background: #ff8f00;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    transition: .3s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
     width: 4px;
  }

  .dropdown-menu li:hover:after {
    height: 100%;
    visibility: visible;
  }

  .login-form a {
    border-right: none !important;
  }
}

.login-form .fa-user-circle-o {
  font-size: 24px;
  margin-right: 4px;
}

// .login-form .dropdown-menu li:hover,
// .login-form .dropdown-menu li:after {
//   background: transparent;
// }

.login-form .dropdown-menu {
    width: 300px;
}

// .login-form .dropdown-menu li {
//   border: 0;
// }

.login-form .social-buttons .btn, 
.page-content .social-buttons .btn {
  background: #3b5998;
  color: #fff;
  padding: 4px 20px;
  margin: 10px 0;
}

.login-form .social-buttons .btn-google,
.page-content .social-buttons .btn-google{
  background: #dd4b39;
}

.page-content .social-buttons .btn {
  padding: 10px 20px;
  margin-right: 10px;
}

.page-content .social-buttons .btn .fa {
  margin-right: 8px;
}

/*.pull-right.phone {
  position: absolute;
  right: 20px;
  line-height: 100px;
  z-index: 2;
}*/
.pull-right.phone {
  position: fixed;
  right: 0;
  line-height: 26px;
  z-index: 2;
  top: 20px;
}

/*.phone-number {
  font-weight: bold;
  color: #000;
}*/
.hot-line .icon {
  position: absolute;
  left: 0;
  line-height: 25px;
}

.phone-number {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  list-style-type: none;
}

.phone-number li {
  line-height: 1.3;
}

/*Carousel-home*/
.carousel {
  margin-top: 110px;
}

.carousel-form {
  left: 50px;
  position: absolute;
  top: 60px;
}

.carousel-control {
  background: transparent !important;
  width: 30px;
}

.form-detail {
  background: rgba(251, 184, 19, 0.8);
  border-radius: 6px;
  padding: 20px 36px;
}

.form-desc .carousel-title {
  font-size: 40px;
}

.form-desc .carousel-desc {
  font-size: 48px;
  font-weight: 300;
}

.form-title {
  color: #1682c8;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

select, 
.textbox-n, 
.chosen-single {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  color: #555 !important;
  font-weight: 300;
  height: 43px !important;
  line-height: 43px !important;
  padding-left: 20px !important;
  width: 100%;
  outline: none;
}

.select-box {
  margin-top: 10px;
  position: relative;
}

.chosen-container {
  width: 100% !important;

}

.submit-form {
  margin-top: 14px;
}

.submit-form .btn {
  border-radius: 0;
  float: left;
  height: 44px;
  margin-right: 16px;
  width: 150px;
}

.kq-tinhphi .tinh-phi {
  border: none;
  height: 44px;
  padding-left: 20px;
}

.carousel-indicators .active {
  background-color: #fcb815;
}

.carousel a.chosen-single, 
.tinh-phi-header .chosen-single {
  background: #fff !important;
}

/*body-content*/
.jumbotron {
  background-color: transparent;
  padding-bottom: 0;
}

.jumbotron .title {
  color: #0082c8;
  font-weight: bold;
  margin: 8px;
}

.jumbotron .lead {
  margin-top: 6px;
}

.jumbotron p {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
}

.jumbotron .btn {
    color: #bb141a;
}

.half-rule { 
  border-width: 3px;
  border-top-color: #fcb815 !important;
  height: 14px;
  margin-bottom: 0;
  margin-top: 8px;
  position: relative;
  text-align: center;
  width: 66px;
 }

 hr.half-rule.first:after, 
 hr.half-rule.first:before {
  background: #fcb815;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 3px;
}

hr.half-rule.first:before {
  left: auto;
  right: 0;
}

.post-thumbnail {
  position: relative;
}

.post-thumbnail img {
  width: 100%;
}

.post-thumbnail .caption {
  color: #fff;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 34%;
  text-align: center;
  right: 0;
}

.post-thumbnail .caption h3 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0;
}

.service-item {
  border: 6px solid #f5f5f5;
  border-radius: 100%;
  cursor: pointer;
  height: 250px;
  line-height: 190px;
  margin-bottom: 40px;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  width: 250px;
}

.service-item:hover {
  border-color: #fcb815;
}

.service-item.active {
  border-color: #b7e6ff;
}

.service-thumbnail, 
.border-right {
  position: relative;
}

.service-item .caption h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.service-item .caption {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  padding: 0 40px;
  margin: 0 auto;
}

.spacing {
  margin-top: 20px;
  margin-bottom: 60px;
}

.service-item h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.label {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 24px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  right: 4px;
}

.service-thumbnail svg {
  position: absolute;
  right: -14px;
}

@media (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 12.666667%;
  }
}

/*Footer section*/
.page-footer {
  overflow: hidden;
}

.subscribe-container {
  background: #1682c8;
  margin-bottom: 20px;
  padding: 22px 0;
}


.sub-decs {
  color: #fff;
  padding-right: 50px;
  padding-left: 0;
}

.sub-decs .icon {
    float: left;
    margin-right: 20px;
}

.subscribe-form {
  padding: 0;
}

.subscribe-form .btn {
  background: #fcb815;
  border: none;
  border-radius: 0 4px 4px 0;
  margin-left: 6px;
  padding: 8px 20px;
}

.insert-email {
  border: 0;
  border-radius: 4px 0 0 4px;
  float: left;
  font-style: italic;
  height: 40px;
  padding-left: 26px;
}

.page-footer .title {
  color: #1682c8;
  font-size: 14px;
  margin-bottom: 14px;
}

.page-footer .first svg, 
.page-footer .second svg, 
.page-footer .third img {
  color: #5fb1dc;
  margin-right: 20px;
  margin-top: 2px;
  display: inline-block;
  float: left;
  font-size: 16px;
}

.third img {
  margin-right: 14px;
}

.third .infor {
  font-size: 16px;
  font-weight: 700;
}

.third .phone-number {
  font-size: 32px;
}

.infor {
  font-size: 13px;
  display: block;
  overflow: hidden;
}

.vcard div {
  margin-bottom: 10px;
}

.sub-menu ul {
  list-style-type: square;
  color: #1682c8;
  padding-left: 17px;
  text-indent: 4px;
}

.sub-menu ul li {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
}

.sub-menu ul li a {
  color: #000;
  font-size: 13px;
}

.sub-menu ul li a:hover {
  color: #fc9706;
}

.sub-menu ul li:after {
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: -15px;
}

.sub-menu ul li:nth-child(7):after {
  background: #fff;
}

.border-right:after {
  content: "";
  position: absolute;
  background: #555;
  width: 2px;
  height: 12px;
  right: 15px;
  top: 15px;
}

.footer-bottom {
  background: #ebebeb;
  margin-top: 0px;
  padding: 5px 0 8px 0;
}

@media (min-width: 992px) {
  .footer-small-img .col-md-offset-2 {
    margin-left: 13.666667%;
  }
}

.social-section {
  margin-bottom: 20px;
}

.social-section ul {
  list-style-type: none;
  padding: 0;
}

.social-section li {
  display: inline-block;
  background: #1682c8;
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.social-section li a {
  color: #fff;
  line-height: 30px;
}

.footer-copyright {
  padding: 0px 0;
  color: #636363;
}

.back-to-top {
  color: #636363;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.back-to-top .fa {
  color: #1682c8;
}

.right-side.fixed {
  position: fixed;
  right: 0;
  top: 35%;
  bottom: 9%;
}

.products-page .right-side.fixed {
  bottom: 33%;
}

.social-icon li {
  border-radius: 0;
  display: block;
  width: 50px;
  margin-bottom: 2px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  margin-right: 0;
}

.social-icon a {
  font-size: 20px;
}

.post-thumbnail:after {
  position: absolute;
  content: "";
  background: rgba(22, 130, 200, 0.35);
/*   width: 100%; */
  height: 100%;
  top: 0;
  visibility: hidden;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  opacity: 0;
}

.post-thumbnail:hover:after {
  visibility: visible;
  opacity: 1;
}

/**Chat box*/

#live-chat {
  bottom: 0;
  font-size: 12px;
  right: 10px;
  position: fixed;
  width: 300px;
  z-index: 9999;
  display: block !important;
}

#live-chat header {
  background: #fc9805;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 10px 24px;
}

#live-chat form {
  padding: 24px;
}

#live-chat input[type="email"], 
.chat a.chosen-single {
  border-radius: 6px !important;
  border: 2px solid #ddd !important;
  height: 36px !important;
  padding-left: 10px !important;
  margin-top: 10px !important;
  line-height: 32px !important;
  width: 100%;
}

.chat-close, .tinhphi-close {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 2px;
  right: 10px;
}

a.chat-close:hover, 
a.chat-close:focus, 
a.chat-close:active {
  color: #fff;
}

.chat {
  background: #fc9805;
  padding: 0 5px 40px;
  display: none;
}

.chat-history {
  background: #fff;
  border-radius: 6px 6px 0 0;
  height: 100%;
  padding: 16px;
}

.box-form select {
  border: 2px solid #ddd;
  border-radius: 4px;
  height: 36px;
}

.box-form .select-box:before {
  line-height: 36px;
}

.box-login div {
  display: inline-block;
}

.box-login {
  margin-top: 10px;
}

.box-login .social-section li {
  background: #555;
  border-radius: 4px;
  height: 26px;
  margin-right: 2px;
  width: 26px;
}

.box-login .social-section {
  margin: 0;
}

.box-login .social-section li a {
  line-height: 26px;
}

.box-form textarea {
  border: 3px solid #ddd;
  border-radius: 6px;
  color: #999;
  margin-bottom: 12px;
  padding-left: 10px;
  width: 100%;
}

.box-form input[type="submit"] {
  background: #fc9805;
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}

/* Tinh phi box on right side*/
#tinhphi-rbox {
  position: fixed;
  right: 0;
  bottom: 10%;
  background: #1682c8;
  border-left: 30px solid #fbb813;
  z-index: 2;
}

table.second-row {
  background: #1ea5ff;
}

#tinhphi-rbox table td {
  font-size: 16px;
}

div#tinhphi-rbox header {
  position: absolute;
  top: 32%;
  left: 0;
}

.tinhphi-close {
  font-size: 32px;
}

/*Page style*/
div#page-cover {
  background-size: cover !important;
  background-position: center !important;
  min-height: 300px;
  margin-top: 110px;
  position: relative;
}

.br-section {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.br-section ul.breadcrumb {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0 15px 74px;
  margin: 0;
}

h1.page-title {
  color: #1682c8;
  font-size: 48px;
  left: 0;
  position: absolute;
  top: 34%;
  text-align: center;
  text-transform: uppercase;
  right: 0;
}

#page-cover .content-cover hr.half-rule {
  left: 0;
  position: absolute;
  top: 56%;
  right: 0;
}

.breadcrumb .last-item {
  color: #1682c8;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #555;
}

.breadcrumb .first-item a {
  color: #1682c8;
}

.breadcrumb .first-item:after {
  content: "/\00a0";
  color: #555;
  padding-left: 10px;
}

.breadcrumb>li+li:before, 
.breadcrumb .last-item:after {
  display: none;
}

.breadcrumb>li+li:after {
  content: ">";
  color: #555;
  padding: 0 10px;
}

.products-page #page-cover {
  min-height: 500px;
}

.product-head .product-title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  font-weight: 400;
  text-align: right;
  color: #fc9706;
  margin-top: 110px;
}

.product-head .decs {
  font-size: 40px;
  color: #1682c8;
  font-weight: 300;
  margin: 12px 0;
}

.product-head .content ul {
  padding: 10px 0 0 36px;
  list-style-type: none;
  font-size: 16px;
}

.product-head .content ul li {
  margin-bottom: 10px;
  color: #303030;
}

.product-head .content ul li .fa {
  margin-right: 10px;
  color: #1682c8;
}

.pt-sub-menu {
  background: #1682c8;
}

.menu-list ul {
  list-style-type: none;
  padding: 0;
  height: 110px;
  line-height: 150px;
  margin: 0;
}

.menu-list ul li {
  display: inline-block;
  text-align: center;
  height: 110px;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  width: 225px;
  position: relative;
}

.menu-list ul li img {
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  margin: 0 auto;
}

.menu-list ul li a {
  color: #fff;
  font-weight: bold;
}

.menu-list ul li:hover {
  background: #fc9805;
}

hr.small-bd {
  width: 34px;
  float: left;
  margin-top: 8px;
  margin-bottom: 0;
  border-width: 2px;
  border-top-color: #fc9706;
}

.page-content .entry-content {
  color: #555;
}

.page-content .entry-content h3 {
  color: #1682c8;
  font-size: 16px;
  font-weight: 600;
}

.page-content .entry-content h4 {
  // font-weight: bold;
  font-size: 15px;
  color: #000;
}

ul.content-list {
  padding-left: 20px;
  margin-top: 8px;
  list-style-type: square;
  color: #fc9706;
}

ul.content-list li {
  margin-bottom: 4px;
}

/**Sidebar section*/
h4.left-title {
  color: #1682c8;
  text-transform: uppercase;
}

.menu-left ul {
  list-style-type: none;
  padding: 0;
}

.menu-left ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.menu-left ul li a:hover {
  color: #fcb815;
}

.menu-left ul li a {
  color: #555;
}

.menu-left .link.active {
  color: #fcb815;
}

.submit-yk,{
  float: right;
}

.btn-default {
  border-radius: 0;
  padding: 7px 24px;
}

.btn-regis {
  padding: 10px 40px;
}

.form-control {
  border-radius: 0;
  color: #999;
  font-style: italic;
}

.half-rule-first,
.half-rule-last {
  position: relative;
  height: 22px;
  width: 66px;
}

.half-rule-first:before,
.half-rule-last:before {
  content: "";
  width: 100%;
  background: #fcb815;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
}

.left-icon, 
.right-icon {
  position: absolute;
  content: "";
  background: #fdb815;
  width: 3px;
  height: 16px;
  left: 0;
}
.right-icon {
  left: auto;
  right: 0;
}

.page-content {
  padding-top: 15px;
}

.page-content .title {
  margin-top: 16px;
  font-weight: 600;
}

.menu-left ul.product li {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  background: #faf8f2;
  padding: 40px 20px;
  word-wrap: break-word;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
}

.menu-left ul.product li:hover {
  outline: 6px solid #b7e6ff;
  border-color: #faf8f3;
}

.menu-left ul.product li.active a {
    color: #fff;
}

.menu-left ul.product li.active {
  outline: none;
  border-color: #ddd;
  background: #1682c8;
}

.menu-left ul.product li a {
  font-weight: bold;
  text-transform: uppercase;
}

.menu-left ul.product img {
  float: left;
  margin-top: -14px;
  margin-right: 14px;
}

.form-group {
  text-align: left;
}

label {
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.half-rule.under-title {
  border-top-color: #1682c8 !important;
  width: 30px;
}

.pass-decs a {
  font-weight: bold;
}

.small-title {
  margin-top: 40px;
}

.small-title h2 {
  color: #1682c8;
  font-size: 18px;
}

sub, sup {
  bottom: 0;
  color: #ff0000;
}

label.control-label {
  padding-top: 0 !important;
  margin-bottom: 5px !important;
  color: #555;
}

.form-horizontal .form-group {
  margin-bottom: 0;
}

/**Table section*/
.table {
  margin-top: 6px;
}

.table th {
  text-align: center;
}

.table>thead>tr {
  background-color: #f5f5f5;
}

.table>thead>tr>th {
  border-bottom: 0;
  border-top: 1px solid #e1e1e1 !important;
  border-right: 1px solid #e1e1e1;
  color: #555;
}

.table>tbody>tr {
  border-bottom: 1px solid #e1e1e1;
}

.table>tbody>tr>td {
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
}

.table>tbody>tr>td:nth-last-child(1) {
  border-right: 0 !important;
}

td.color-blue {
  color: #1682c8 !important;
  font-weight: 600;
}

td.color-yellow {
  color: #fb8e04 !important;
}

.table .icon {
  padding: 0;
}

.table .icon svg,
.table .icon img {
  background: #1682c8;
  height: 35px;
  width: 35px;
  padding: 8px 10px;
  border-radius: 4px;
}

.table .icon img {
  padding: 10px 6px;
}

.table .icon.phone svg {
  padding: 8px;
}

.table .icon.email svg {
  padding: 10px 8px;
}

.table.no-bd>tbody>tr>td,
.table.no-bd>tbody>tr {
  border: 0;
}

.table.no-bd>tbody>tr>td>p {
  margin: 0;
}

.table.no-bd>tbody>tr>td b {
  color: #1682c8;
}

/** Accordion style*/
.panel, 
.panel-default>.panel-heading {
  box-shadow: none;
  border: 0;
}

.icon-acc {
  position: absolute;
  left: 0;
  line-height: 30px;
  top: 0;
}

.panel-title {
  padding-left: 40px;
}

.panel-title h4 {
  font-size: 22px !important;
}

.panel-group .panel, 
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  padding: 0;
  position: relative;
}

.panel-heading .accordion-toggle.collapsed .tru {
  display: none;
}

.panel-heading .accordion-toggle.collapsed .cong {
    display: inline-block;
    opacity: 1;
}

.panel-heading .accordion-toggle .cong {
  display: none;
  transition: .3s ease;
  opacity: 0;
}

.panel-heading .accordion-toggle .cong,
.panel-heading .accordion-toggle .tru {
  margin-left: 10px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff !important;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 12px !important;
}

.panel-title a, .panel-title a:hover {
  color: #1682c8;
  text-transform: uppercase;
}

.chosen-container-single .chosen-single div b {
  background: none !important;
}

.chosen-container-single .chosen-single div b:after {
  content: "\f107";
  position: absolute;
  font-family: Fontawesome;
  color: #fc9706;
}

.sotien-tpn .chosen-single {
  background: #fff !important;
}

.sotien-product .chosen-single div b:after {
  color: #1682c8;
}

.panel-body {
  padding-top: 30px;
}

.panel-body label {
  margin-top: 0;
}

.panel-group .panel {
  border-bottom: 1px solid #ddd;
  padding: 8px 0px;
}

.panel.panel-default:nth-child(1) {
  padding-top: 0;
}

input#fakeInput {
  width: 100%;
  display: block;
  padding: 11px 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 40px;
}

#buttonImage {
  position: absolute;
  right: 0;
  top: 0;
  background: #1682c8;
  padding: 20px;
  line-height: 0px;
  color: #fff;
}

#fakeDiv {
  position: relative;
  display: inline-block;
}

.selectedFile {
  opacity:0;
  position:absolute;
  left: 0;
  top: 0;
}

/* ERROR FORM */
.has-error {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-success {
  border-color: #3c763d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success:focus {
  border-color: #2b542c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

/* Style Chosen */
  .chosen-results .highlighted,
  .chosen-results .highlighted:focus, 
  .chosen-results .highlighted:hover {
    background: transparent ;
    color: #ff8f00 !important;
  }

  .chosen-results li.highlighted,
  .chosen-results li.result-selected {
    background: #fef1d0 !important;
  }

  .chosen-results {
    border: none;
    margin-top: 4px;
    padding: 0;
  }

  .chosen-results li {
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 29px !important;
  }

  .chosen-results li:hover {
    background: #fef1d0 ;
  }

  .chosen-results li:hover,
  .chosen-container .chosen-results li.highlighted,
  .chosen-results li.result-selected {
    color: #ff8f00 !important;
  }

  .chosen-results>li {
    padding: 10px 20px ;
  }

  .chosen-results li:focus, 
  .chosen-results li:hover {
    background: transparent ;
  }

  .chosen-results li:after {
    background: #ff8f00;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    transition: .3s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
     width: 4px;
  }

  .chosen-results li:hover:after {
    height: 100%;
    visibility: visible;
  }
/* END Style Chosen */

.page-content .form-horizontal .control-label {
	text-align: left;
}

/* Don hang page*/
.donhang .nav-tabs>li>a {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px Solid #1682c8;
  padding: 6px 20px;
  border-bottom: none;
  background: rgba(22, 130, 200, 0.8);
  color: #000;
}

.donhang .tab-content {
  padding: 16px 5px;
  border-right: 1px solid #1682c8;
  border-left: 1px solid #1682c8;
  border-bottom: 1px solid #1682c8;
}

.donhang .nav-tabs>li.active>a, 
.donhang .nav-tabs>li.active>a:focus, 
.donhang .nav-tabs>li.active>a:hover {
  border-top: 3px Solid #fc9706 !important;
  border-bottom: none;
  background: #fff;
  color: #1682c8;
  border-right-color: #1682c8;
  border-left-color: #1682c8;
}

.donhang .nav-tabs {
  border-bottom: 1px Solid #1682c8;
}

.donhang .donhang-table {
  border-collapse: collapse;
}

.donhang .donhang-table, 
.donhang .donhang-table th, 
.donhang .donhang-table td {
  border: 1px solid #4f93e3;
}

.donhang .modal-body table,
.donhang .modal-body th,
.donhang .modal-body td {
  border: none;
  color: #555;
}

.donhang-table th {
  text-align: left;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  padding: 6px;
}

.donhang-table thead {
  background: rgba(22, 130, 200, 0.8);
}
.donhang-table tbody td {
  padding: 4px 3px;
  font-size: 12px;
  color: #555;
}

@media (min-width: 768px) {
.donhang-table .modal-dialog {
    margin: 15% auto;
    width: 750px;
  }
}

.table-right-col, .table-left-col {
  border: 2px solid #1682c8;
  min-height: 460px;
}

.table-right-col {
  border-right-color: #555;
}

.table-left-col {
  border-left-color: #555;
}

.donhang .modal-footer {
  border-top: 0;
}

.padding-right-0 {
    padding-right: 0 !important;
}


/* DOUBLE SIZE INPUT RADIO CHECKBOX*/
/*input[type="checkbox"], input[type="radio"] {
  -ms-transform: scale(2); 
  -moz-transform: scale(2); 
  -webkit-transform: scale(2); 
  -o-transform: scale(2); 
  margin-right:15px;
  margin-bottom:15px;
}

span.no-big input[type="radio"] {
    -ms-transform: scale(1) !important; 
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -o-transform: scale(1) !important; 
}

span.no-big input[type="checkbox"] {
    -ms-transform: scale(1) !important; 
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important; 
  -o-transform: scale(1) !important; 
}*/

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  float: left;
  display: block;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.gvwCasesPager a
            {
                margin-left:6px;
                margin-right:6px;
            }   