/* common */
.bloginfo, .blogdescription {
  display: none;
}

/* menu overlay */
.main-menu-overlay {
  background-color: #000 !important;
}

/* sec-breadcums */
.sec-breadcums .title-sp h2 {
  font-size: 20px;
  color: #fff;
  padding: 14px 24px;
  background-color: rgba(126, 131, 135, 0.78);
  z-index: 5;
  border-radius: 15px;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
}

/* main */
#main {
  position: relative;
}

/* danh muc */
.title-danhmuc {
  margin-top: 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box-danhmuc {
  padding: 0.5em;
}

/* single */
.single .footer-2 {
  display: block !important;
}
.single .tabbed-content ul.nav {
  margin-top: -120px;
}
.single .tabbed-content ul.nav li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(97, 103, 109, 0.7);
  border-radius: 15px 15px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.single .tabbed-content ul.nav li.active {
  background-color: #3e9209;
}
.single .tabbed-content ul.nav li.active a {
  background-color: rgba(255, 255, 255, 0);
}
.single .tabbed-content ul.nav li a {
  border: none;
  font-size: 1em;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  padding: 15px 25px;
  display: block;
  background-color: transparent;
}
.single .tabbed-content .tab-panels {
  border: none;
  padding: 0.5em;
}
.single .tabbed-content .tab-panels .entry-content.active {
  transition: all 1s;
}
.single .img {
  margin: auto;
}

/* block-ins */
.block_ins {
  position: relative;
  min-width: 912px;
  min-height: 480px;
  left: 5%;
  margin-top: -500px;
  margin-bottom: 10px;
}
.block_ins .why_us {
  position: relative;
  left: 0;
  top: 0;
}
.block_ins .why_us .why_content {
  position: absolute;
  background: url(images/advantage_bg.png) no-repeat;
  width: 240px;
  height: 278px;
  z-index: 2;
}
.block_ins .why_us .why_1, .block_ins .why_us .why_hover_1 {
  top: 0;
  left: 122px;
}
.block_ins .why_us .why_2, .block_ins .why_us .why_hover_2 {
  top: 0;
  left: 365px;
}
.block_ins .why_us .why_3, .block_ins .why_us .why_hover_3 {
  top: 212px;
  left: 0;
}
.block_ins .why_us .why_4, .block_ins .why_us .why_hover_4 {
  top: 212px;
  left: 243px;
}
.block_ins .why_us .why_5, .block_ins .why_us .why_hover_5 {
  top: 212px;
  left: 486px;
}
.block_ins .why_us .why_hover {
  position: absolute;
  z-index: 7;
  width: 240px;
}
.block_ins .why_us .why_hover .home_title {
  position: absolute;
  left: 50%;
  top: 125px;
  margin-left: -72px;
  width: 146px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
.block_ins .why_us .why_hover_1:nth-child(2) {
  top: 0;
  left: 120px;
}

/* slider post */
.slider-pro p.sp-layer {
  text-transform: uppercase;
  font-size: 2.25em !important;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* footer */
.footer-1, .footer-2 {
  border-top: none !important;
}

#footer {
  position: relative;
  z-index: 5;
}
#footer #triangle {
  width: 0;
  height: 0;
  border-bottom: 25px solid #cdcdcd;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  left: 48.5%;
  z-index: 1;
  bottom: 100%;
}
#footer #triangle i {
  margin-left: -5px;
  margin-top: 6px;
  color: #fff;
}
#footer .footer-1, #footer .footer-2 {
  display: none;
}
#footer .footer-1 .row .col {
  padding-bottom: 0;
}
#footer .footer-1 .row .col .product-category.col .col-inner .box .box-image {
  border: 3px solid #fff;
}
#footer .footer-1 .row-danhmuc .overlay {
  background-color: rgba(255, 255, 255, 0);
}
#footer .footer-2 .widget {
  margin-bottom: 0;
}
#footer .footer-2 .widget ul li {
  border-top: none;
  text-transform: uppercase;
}
#footer .footer-2 .widget ul li a {
  color: #fff;
}
#footer .footer-2 .widget ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
  color: #3e9209;
}
#footer .footer-2 .widget .is-divider {
  display: none;
}
#footer .footer-2 .widget .widget-title {
  display: block;
  margin-bottom: 1em;
}
#footer .footer-primary {
  padding: 0;
}
#footer .footer-primary .social-icons a {
  margin: 0;
}
#footer .absolute-footer {
  padding: 0.5em;
}

@media only screen and (max-width: 480px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .single .tabbed-content ul.nav {
    margin-top: -100px;
    overflow-x: scroll;
  }
  .single .tabbed-content ul.nav li a {
    border: none;
    font-size: 0.85em;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    padding: 10px 10px;
    display: block;
  }
  #footer #triangle {
    left: 45%;
  }
}
@media only screen and (max-width: 48em) {
  .block_ins {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .block_ins {
    display: none !important;
  }
  .slider-pro p.sp-layer {
    font-size: 1.5em !important;
  }
}/*# sourceMappingURL=style.css.map */