﻿.dark--bg{
    background-color:#f9f9f9;
    padding-bottom: 30px;
}
.idx .dark--bg
{
    padding-bottom: 40px;
}
.idx .white--bg
{
    padding-bottom: 30px;
}

.wrapper{
    content: " ";
    display:table;
}
.year--header .wrapper{display:block!important;}
section .wrapper{
    margin-right:-10px;
    margin-left:-10px;    
    margin: 0 auto;
    max-width: 1110px;
    padding: 0;
    font-size:1em;
    width: 100%;
}
/*.wrapper{
    max-width: 1160px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/
#about .about-main {margin-top:80px;}
.about-content {
    padding: 1.5em !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: justify;
}
.about-content p {margin-bottom:15px;}
#section-product-template {background-color:#f9f9f9;}
 .row:after, .row:before {
    display: table;
    content: " ";
} 
 .row:after{clear: both;}
.row {margin-left:-10px;margin-right:-10px;}
.col-md-6,col-sm-12,col-sm-6 {padding-left:10px;padding-right:10px;float: left;position: relative;}
.col-md-6,col-sm-6 {width:50%;}

.idx .section-product .loop-item {margin-bottom:10px!important;margin-top:10px!important;}
.loop-item label.soldout{position: absolute;
    bottom: 0;
    right: 0px;
    background: #d84234;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 6px;
    color: #f9f9f9;
    line-height: 19px;
    z-index: 100;
}
.product-single__price span.soldout{
    background: #d84234;
    font-size: 0.7em;
    font-weight: bold;
    padding: 4px 7px;
    color: #f9f9f9;
}
.hidden {display:none;}
.idx .section-product .product-listing{
    display: flex;
    flex-wrap: wrap;
}
.idx .section-product .wrapper .loop-item {display:inline-block;float:none;vertical-align:top;padding:0 8px!important}

.idx .section-product .wrapper .loop-item{padding-right:10px!important;padding-left:10px!important;padding-top: 0!important;padding-bottom: 0!important;}
.idx .section-slide {z-index:9;}
.idx .section-blog {z-index:99;margin-bottom: 30px;}
.idx .section-product {z-index:999;margin-bottom: 30px;}
.idx .header--title,.blog-articles-wrapper .header--title
{
    margin: 0px 10px 35px;
    cursor:pointer;
    position:relative;
}
@media only screen and (max-width: 569px)
{
    .idx .section-product .wrapper .loop-item{padding: 0 8px!important;}
    .carouselGallery-grid .carouselGallery-carousel {
        padding-left: 8px!important;
        padding-right: 8px!important;
    }
    .page-width{padding-left: 8px;padding-right: 8px;}
    .loop-item--link,.loop-item--regular {padding: 0px 8px!important;}
}
/*.blog-articles-wrapper .header--title .header--title--more
{
    position: absolute;
    right: 0;
    top: 10px;
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.5s;
}
.blog-articles-wrapper .header--title .header--title--more:hover
{
    color:#BDD028;
}*/
.page-section.blog-articles-wrapper .header--title
{
    margin: 20px 10px 20px;
}
.idx .header--title h2, .blog-articles-wrapper .header--title h2{
    margin: 0;
    font-size: 24px;
    color: #336600;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    /*-webkit-transition: 0.3s color ease-in-out;
    -moz-transition: 0.3s color ease-in-out;
    -ms-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out*/
}
 .blog-articles-wrapper .header--title h2
 {
     text-align:left;
 }
/*.idx .header--title:hover h2,.blog-articles-wrapper .header--title:hover h2
{
    color: #BDD028;
}*/
#SiteNav li span.line-blue
{
    border: 0;
    margin: 0px auto;
 /*   background-color: #4a850e;*/
    transition: all .15s ease-in;
    width: 135%;
    height: 1px;
    display: block;
}
#SiteNav li:hover span.line-blue{
    width: 40px;
    background-color: #BDD028;
    margin:0 auto;
}
hr.line-blue-left {
    border: 0;
    margin: 0px auto;
    transition: all .15s ease-in;
    width: 180px;
    height: 3px;
    background-color: #fff;
}
.dark--bg hr.line-blue-left{background-color:#efefef;}
.header--title--name hr.line-blue-left{
    width: 80px;
    background-color: #555;
}
.header--title:hover hr.line-blue-left,.header--title--name:hover hr.line-blue-left{
    width: 70px;
    background-color: #BDD028;
}
.header--title--name:hover hr.line-blue-left{
    width: 170px;
    background-color: #555;
}
.blog-articles-wrapper hr.line-blue-left
{
    margin:0;
}
.blog-articles-wrapper .article-title {min-height:51px;}
/*.wrapper.grid-row {margin: 0 -3px;}*/ 
.dropdown-bg{background: #fff;}
.nav-logo  a img {width: auto;max-width: 76px;
    margin-bottom: 0;}
.index-brand--line {
    padding: 10px 0 !important;
}
.site-nav_submenu {
    height: 100%;
    margin: 0;
    /*padding: 0 20px;*/
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row*/
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
    grid-gap: 0;
}
 .site-nav_submenu li {padding:0 1%!important;}
.site-nav_submenu_item .item-image>img {
    border: 1px solid #24303a;padding:1px;
}
.submenu-brand .item-image>img
{
    border: none!important;
    opacity:0.9;
}
.submenu-brand .item-image:hover >img
{
    opacity:1;
}
.site-nav_submenu_item .item-image:hover>img{border-color:#BDD028}
.site-nav_submenu_item .item-label h1,.site-nav_submenu_item .item-label h2,
.brand-wrapper .item-label h1, .brand-wrapper .item-label h2{    margin: unset;
    text-transform: inherit;
    letter-spacing: unset;
    font-size: unset;
    text-align: center;
    color: unset;}
.brand-wrapper ul li{margin:0 auto;}
.brand-wrapper ul li a{font-size: 11px!important;padding: 0px!important;color: #222;display: inline-block;text-align:center;margin:0 auto;}
.brand-wrapper ul li a img{margin:0 auto;width: auto;}
/*<detail product */
.label-color, .label-colors label
{
    height: 20px;background-color: #FF0000;border-radius: 10px;width: 20px!important;padding: 0;opacity: 0.6;
}
.label-colors span{display:block;}
#ProductPrice-product-template .money {font-weight:600;color: #d20000;}
#ProductPrice-product-template .money.del {font-weight:300;color:#1d1d1b;}
.product-single__description {margin-top:25px;margin-bottom: 15px;}
.description-text {font-size:13px;}
.summary-text {font-size:15px;}
.summary-text ul li{border-bottom:1px solid #dedede;padding: 2px 0;}
.summary-text ul li strong{width:160px;display: inline-block;}

.summary-text table{
    border: none;
    margin-top: 20px;
}
.summary-text table tr {
    border: none;
    border-bottom: 1px solid #ececec;
}

.summary-text table tr td, .summary-text table tr th {
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #ececec;
}
.summary-text table tr td:first-child, .summary-text table tr th:first-child {
    width: 160px;
}
.tab-content p {font-size:13px;color:#454a4e}
.carouselGallery-grid .carouselGallery-col-1 .blog-last {top: 23%;position: absolute;left: 27%;}
.carouselGallery-grid .carouselGallery-col-1 .blog-last h2{text-align: center;font-size: 64px;}

/*Ajax Preloader*/
#custom-preloader {
  position: fixed;
  z-index: 100000;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
#custom-preloader .custom-loader {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
}
#custom-preloader .custom-loader img {
  opacity: 0.9;
}
#page-footer {background-color:#efefef;}
/**/
.show-more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.show-more .disable {
    pointer-events: none;
    opacity: 0.3;
}
.show-more a{background-color: #1d1d1b;}
@media only screen and (min-width: 769px) and (max-width: 1024px)
{
    .carouselGallery-grid .carouselGallery-col-1 .blog-last {
    top: 18%;left: 25%;}
     .carouselGallery-grid .carouselGallery-col-1 .blog-last h2 {font-size: 48px;}
}
 @media only screen and (max-width: 768px)
 {
     .loop-item {width:50%!important;}
     .carouselGallery-carousel,.carouselGallery-grid .carouselGallery-col-1  {width:50%!important;}
     .carouselGallery-grid .carouselGallery-col-1 .blog-last {top: 24%;left: 30%;}
     .carouselGallery-grid .carouselGallery-col-1 .blog-last h2 {font-size: 44px;}
     .col-sm-6 {width:50%;}
     .col-sm-12 {width:100%;}
     #about .about-main {margin-top:0;}
     .brand-wrapper ul li a {padding:0!important}
     .product-listing .loop-item .loop-item--title{height:72px!important;overflow:hidden;} 
     .carouselGallery-grid .carouselGallery-carousel .blog-article {height: 490px;}
     #lab_video_text_overlay {top: 28%!important;left: 30px!important;}
     #lab_video_text_overlay h2{font-size: 1.5em!important;margin-top:1.5em!important}
     /*.blog-articles-wrapper .header--title--more {display:none;}*/
 }
  @media only screen and (max-width: 460px) {
      .carouselGallery-grid .carouselGallery-carousel .blog-article{
            height: 396px!important;
        }
    .info-header {
           margin: 0!important;
        padding: 15px 15px 5px!important;
    }
  }
@media (max-width: 1023px) {
.site-nav_submenu {
    overflow:hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
    }
    .index-brand--line
    {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
.site-nav_submenu {
    -webkit-box-pack:center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 15px;
    width: 770px
    }
}
@media (min-width: 1200px) {
    .site-nav_submenu {
        width:  1120px;
    }
}

.swiper-container {
width: 100%;
max-height: 560px;
}

.swiper-container .swiper-slide {
text-align: center;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%!important;
}
.swiper-slide video {
        display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* Text Overlay */
#lab_video_text_overlay h2 {
    font-size: 3.2em;
    color: #efefef;
    float: left;
}

#lab_video_text_overlay .btn {
border-radius:0;
text-transform:uppercase;
font-weight:200;
}
#lab_video_text_overlay .btn-warning {
background-color:#F5D328;
}

#lab_video_text_overlay {
    position: absolute;
    color: #FFF;
    width: 100%;
    top: 32%;
    z-index: 3;
    left: 70px;
}

#lab_video_text_overlay .container {
text-align: center;
margin: 0px auto;
}

@media screen and (max-width:991px) {
#lab_video_text_wrap {
height: 300px;
}
.index-brand--line{
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    grid-gap: 0;
    text-align: center;
    padding: 30px 15px;
}
}

@media screen and (max-width:650px) {

.carouselGallery-col-1 .blog-last h2{ font-size: 40px;}
.carouselGallery-grid .carouselGallery-col-1 .blog-last {
    top: 15%;
    position: absolute;
    left: 26%;
}
#lab_video_text_wrap {
height: 250px;
}
#lab_video_text_overlay h2 {
font-size: 2em;
}
#lab_video_text_overlay p {
font-size: .9em;
}
}
.slider-video {visibility: visible; width: 100%;}
.footer--panel li.li-col {float:left;width: 33.33%; padding-left:5px;text-align:right;}
.custom-loader {display:none;}
.footer#primary .wrapper {    min-width: 900px;}
.brand-footer .model--loop-item-txt {margin-bottom:1%!important}
.brand-footer h5 {margin-top: 0;}
.txt_tag,.tag_item {
    background: rgb(51 102 0);
    padding: 0 11px;
    height: 20px;
    color: #808080;
    float: left;
    margin: 0 7px 5px 0;
    font-size: 12px!important;
    border-radius: 8px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}
 .tag_item:hover {
    color: #efefef;
    opacity: 0.9;
}
.txt_tag
 {display:none;}
 .txt_tag i{
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}
 .icon_tag {
    width: 12px;
    height: 12px;
    background: url(/img/tag.png) no-repeat;
    margin-top: -2px;
}

 .carousel-thumb
 {    
     /*width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;*/
     position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
 }
 .carousel-thumb .carousel-thumb-box {
    /*display: table;
    margin: 0 auto;*/
 }
  .carousel-thumb a.carousel-thumb-image
  {
      /*float:left;
       margin-right: 3px;
    margin-left: 3px;*/
          display: block;
        padding: 3px 0;
  }
 .carousel-thumb a.carousel-thumb-image img 
 {
    width: 60px;
    border: 2px #eee solid;
    cursor: pointer;
    height: 60px;
    margin: 0;
    opacity: 0.7;
    
 }
  .carousel-thumb a.carousel-thumb-image.active img,   .carousel-thumb a.carousel-thumb-image:hover img 
 {
    border-color:#BDD028;   opacity: 0.9;
 }
@media screen and (max-width: 768px)
{
                
   .carouselGallery-modal .container  {
        padding-left:0!important;
    }
    .carousel-thumb{
        position: static;
        transform: none;
    }
    .carousel-thumb a.carousel-thumb-image {
        display: block;
        padding: 3px 0;
        float: left;
        margin: 3px 3px;
    }
     .carousel-thumb .carousel-thumb-box {
    display: table;
    margin: 0 auto;
 }
}

/*popup blog*/
.section--homepage-hero-second 
.carouselGallery-col img{margin:0!important}
    
.carouselGallery-grid  .carouselGallery-carousel {padding-left:10px;padding-right:10px;margin-bottom: 20px!important;}
.carouselGallery-item {max-height:100%;}
.effect-hover.effect-sm h2 {font-size:0.65em}
.effect-hover.effect-julia h2 {margin:0;}
.effect-hover h2 span {font-weight: 700;}
.effect-hover.effect-fonts figcaption p {text-transform:none;font-size: 12px;}
.effect-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px 10px 0 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.5));
}
.effect-hover.effect-sm figcaption {padding:0!important;}
.carouselGallery-modal-username ._logo {
        width: 50px;
        height: 50px;
        background-color: #fafafa;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 20px;
        margin-top: -5px;
    }
    .carouselGallery-modal-username img  {
            height: 100%;
        width: 100%;
        margin: 0;
            border: 1px solid #dadada;
        border-radius: 50%;
    }  
    .carouselGallery-modal-username ._name{
            font-size: 15px;
        font-weight: bold;
    }
.carouselGallery-item.last .effect-lily figcaption {
        background-color: rgba(0, 0, 0, 0.46);
}

.carouselGallery-item.last .effect-lily:hover figcaption {
    background-color: rgba(0, 0, 0, 0.7);
}

.carouselGallery-item.last .effect-lily:hover img,
.carouselGallery-item.last .effect-lily:hover h2 {
    -webkit-transform: none;
    transform: none;
}
/*.carouselGallery-item.last .effect-lily:hover h2
{
    transform: scale(1.1);
}*/
.carouselGallery-item.last .effect-lily img {
    width: calc(100% + 50px) !important;
}
.carouselGallery-item.last .effect-lily img,
.carouselGallery-item.last .effect-lily h2 {
    /*-webkit-transition: color .35s, -webkit-transform .35s;
                    transition: transform .35s, color .35s;*/
    /*transition: transform 1.35s, color 1.35s, -webkit-transform 1.35s;*/
    -webkit-transition: none;
    transition: none;
    transition: none;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.img-holder.nextpage img {
    background: url(/img/nextpage.png) no-repeat scroll center center transparent;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    height: 100%;
    width: 46%;
    max-height: 75px !important;
    margin: 15px auto 14px !important;
    margin-top: 25% !important;
}
.img-holder a::before, .img-holder a::after {
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
    content: '';
}
.img-holder:hover a::before, .img-holder:hover a::after {
    opacity: 1;
}

.info-header {
        margin: 30px 0px 20px 0px;
}
.info-header h4 {
    font-size:17px;
    font-weight:bold;
    margin-top:10px;
    text-align:center;
    color:#BDD028;
}
.info-header p{
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 8px;
    margin-bottom: 10px;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .info-body{
        max-width: 560px;
        padding: 0 12px;
        font-size: 14px;
        margin: 0px auto;
    }
}
@media screen and (max-width: 768px)
{
    .info-body {text-align:center;}
    .info-header {
        width:100%;
        padding: 20px 15px 30px;
    }
    .carouselGallery-col .swiper-slide{width: 50%!important;}
    .brand-container{
        display:none;
    }
}
.brand-container {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 ;
    z-index: 1;
}

.brand-container .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.brand-container h6 {
    text-align: center;
    font-size: 11px !important;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: 0.3s color ease-in-out;
    -moz-transition: 0.3s color ease-in-out;
    -ms-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}

.brand-container .brand-slide-item:hover h6 {
    color: #BDD028;
}

a.brand-slide-item {
padding: 0 10px;
font-size: 11px !important;
padding: 5px !important;
color: #222;
text-transform: capitalize;
-webkit-transition: 0.3s color ease-in-out;
-moz-transition: 0.3s color ease-in-out;
-ms-transition: 0.3s color ease-in-out;
-o-transition: 0.3s color ease-in-out;
transition: 0.3s color ease-in-out;
}

.brand-slide-item .item-image {
text-align: center;
}

.brand-slide-item .item-image > img {
    margin-bottom: 0;
}

.brand-slide-item:hover .item-image > img {
opacity: 0.9;
}
.brand-slide-item .item-label{
position: absolute;
bottom: -14px;
}
    
.brand-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*.brand-container .swiper-wrapper
{width:unset!important}*/
.carouselGallery-grid {display:inline-block;width:100%;}
section .wrapper {
    margin-right: -10px;
    margin-left: -10px;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    font-size: 1em;
}
.carouselGallery-grid .carouselGallery-col-1{
    background-position: center center;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.carouselGallery-grid .carouselGallery-col-1{
    width: 25%;
    margin: 0;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.bo-cong-thuong img{opacity:0.9;max-width:160px}
.lich-hen{
    background: #BDD028;
    color: #fff;
    display: inline-block;
    border-radius: 16px;
    padding: 5px 10px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 14px;
}
.payment-icons {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: 0;
    font-size: 0;
    list-style: none;
}
.payment-icons-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    vertical-align: top;
}
.blog-index {padding-top:40px;}
.top-cover {
    line-height:0!important;
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #fcfcfc;
}
.top-cover img{
    margin:0!important;
    background-size: cover;
    top: 0;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: opacity .3s ease-in-out;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
}
.top-cover img,
.top-cover picture{
        max-width: 1920px;
    display: block;
    margin: 0 auto;
}
/*CALL NOW*/
.call-now{
    display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
    padding:0;
    font-weight: bold;
    border-top: 1px solid rgba(127,127,127,0.16);
    -webkit-box-shadow: 0 1px 3px rgba(127,127,127,0.11);
    box-shadow: 0 1px 3px rgba(127,127,127,0.11);
}
.call-now a{
    color: #fafafa;
    transition: color background 0.2s ease-out;
    padding: 14px;
    font-size:18px;
    display: block;
    background: #407709;
}
.call-now i{
    margin-right: 10px;
    font-size: 22px;
}
.call-now a:hover,.call-now a:focus,.call-now a:active{
    background: #569913;
    color: #fafafa;
}
.model--content.brand--content
{
    margin-top:0px;
}
.template-brand ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 15px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #336600;padding: 20px 0;
}
.template-brand ul.tabs li {
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    color: #d6d6d6;
    padding-left: 15px;
    padding-right: 15px;
    cursor:pointer;
}
.template-brand ul.tabs li:before
{
    content: unset;
}
  .template-brand ul.tabs li:first-child {
    padding-left: 0; }
  .template-brand ul.tabs li:last-child {
    border: none;
    padding-right: 0; }
  .template-product ul.tabs li:hover {
    cursor: pointer; }
  .template-brand ul.tabs li.current {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;}
  .template-brand .tab-content {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #181818; 
    transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
    opacity:0;
  }
  .template-brand .tab-content p {
    margin-bottom: 0; }
  .template-brand .tab-content.current {
    display: inherit;opacity: 1;
 }
  #tab-first{background-color: #efefef;}
  #tab-first .brand-loop{min-height:250px}
  #tab-first .brand-loop h4{font-size:18px;text-align:center;}
.table-race{margin-bottom:30px!important;font-size: 15px!important;}
.table-race,.table-race table {width:100%;padding: 0 15px!important;}
.table-race-title {font-size:19px; text-align:center;margin-top: 4em;padding:0 15px;}
.table-race label{font-weight: 500;}
.table-race table th{font-size: 14px;}
.table-race table th:last-child,.table-race table td:last-child {width:360px;}
.table-race table .column-1,.table-race table .column-2,.table-race table .column-3,.table-race table .column-4{min-width:95px}

 .tuy-chon-them {
    font-weight: bold;
    font-size: 0.8em;
    margin-top: 15px;
    margin-bottom: 5px;
}

#input-option {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.input-group-btn .btn {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sbHolder {
    background-color: #fff;
    border: 1px solid #eeeeee;
    height: 45px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 120px;
}

    .sbHolder:hover {
        background: #ededed;
    }

    .sbHolder:focus {
        border-color: rgba(82, 168, 236, 0.8);
        -webkit-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
        -moz-box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
        box-shadow: 1px 1px 10px rgba(82, 168, 236, 0.8);
    }
.sbSelector {
    display: block;
    height: 100%;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    padding: 10.5px 10px 10.5px 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sbSelector:hover {
        color: inherit;
    }

.sbToggle {
    display: block;
    height: 100%;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: inherit;
    font-family: "material-design";
    line-height: 45px;
    font-size: 28px;
}

    .sbToggle:before {
        content: "\f0d7";
        font-size: 0.8em;
        font-family: FontAwesome;
        display: block;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .sbToggle:hover {
        color: inherit;
    }

.sbToggleOpen:before {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    background-color: #fff;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #eeeeee;
}

.sbOptions li a {
    display: block;
    padding: 8px 20px 8px 10px;
    color: #333;
}

    .sbOptions li a:hover {
        background: #ededed;
    }

@media screen and (min-width: 1024px)
{
    .payment-icons {
        margin-top: 0;
    }
    .payment-icons-item {
        margin-left: 0;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px)
{
    .call-now {display:block!important}
    .template-brand ul.tabs li {display:block;padding:5px 0;}
    /*.table-race table th:last-child,.table-race table td:last-child {display:none;}*/
}
.itrans-01,.itrans-02,.itrans-03,.itrans-04,.itrans-05{display:block;overflow:hidden}.itrans-01{display:block;position:relative}.itrans-01:after,.itrans-01:before{z-index:1;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-webkit-transition:all .6s ease 0s;-o-transition:all .6s ease 0s}.itrans-01:hover:before{background-color:rgba(255,255,255,.5);bottom:50%;top:50%;transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-webkit-transition:all .6s ease 0s;-o-transition:all .6s ease 0s}.itrans-01:hover:after{background-color:rgba(255,255,255,.5);left:50%;right:50%;transition:all .6s ease 0s;-moz-transition:all .6s ease 0s;-webkit-transition:all .6s ease 0s;-o-transition:all .6s ease 0s}.itrans-02{position:relative}.itrans-02::before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.itrans-02:hover::before{-webkit-animation:shine .75s;animation:shine .75s}@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}.itrans-03{position:relative}.itrans-03::before{position:absolute;top:50%;left:50%;z-index:2;display:block;content:'';width:0;height:0;background:rgba(255,255,255,.2);border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0}.itrans-03:hover::before{-webkit-animation:circle .75s;animation:circle .75s}@-webkit-keyframes circle{0%{opacity:1}40%{opacity:1}100%{width:200%;height:200%;opacity:0}}@keyframes circle{0%{opacity:1}40%{opacity:1}100%{width:200%;height:200%;opacity:0}}.itrans-04:hover img{opacity:1;-webkit-animation:flash 2s;animation:flash 2s}@-webkit-keyframes flash{0%{opacity:.4}100%{opacity:1}}@keyframes flash{0%{opacity:.4}100%{opacity:1}}.itrans-05 img{opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.itrans-05:hover img{opacity:.6}