/* Common */
body {
    color: #42495b;
    background: #fff;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto', sans-serif;
}

.font-weight-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.float-right {
    float: right;
}

.float-left {
    float: right;
}

.mw-100 {
    max-width: 100%;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-2-imp {
    margin-top: 20px !important;
}

.mt-1 {
    margin-top: 10px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.w-70 {
    width: 70%;
}

.text-center {
    text-align: center;
}

.bg-transparent {
    background-color: transparent;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.minw-6 {
    min-width: 60px;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.d-none {
    display: none;
}

.text-black {
    color: black;
}

/********** End common **************/



/* 1 . Top Header */
.header-top {
    height: auto;
    padding: 7px 0;
    background: #4f240a;
}
.header-top .welcome-msg {
    color: #ffba00;
    font-size: inherit;
    display: inline-block;
    line-height: 29px;
    margin: unset;
}

.toplinks {
    padding: 0px;
}

.toplinks div.links div a {
    color: #ffba00;
    font-size: inherit;
    border-radius: 14px;
}

.myaccount a, .mycart a {
    border: 1px solid #ffba00;
    padding: 0 20px !important;
}

.btn-search {
    background-color: #ffba00;
    border-color: #ffba00;
}



.mycart{
    margin-left: 15px !important;
}

/* 2. Menu */
nav {
    background-color: #ffba00;
}

#nav li{
    padding: 10px 0;
}

#nav {
    padding: 10px;
}
#nav > li > a {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.logo {
    max-width: 150px;
    padding: 17px 0;
}


#nav > li > a.active:nth-child(1) {
    background-color: transparent;
}

#nav > li > a:hover:nth-child(1) {

}

#nav > li > a:hover:nth-child(1), #nav > li > a.active:nth-child(1) {
    color: #fff;
    margin-right: 0px;
    background-color: transparent;
}

#nav > li:hover > a, .vertnav-top li > a:hover {
    color: #fff;
    margin-right: 0px;
    background: transparent;
}

.search-header {
    position: absolute;
    top: 59px;
    right: 0;
    width: 250px;
    z-index: 999;
    margin-top: 25px;
    display: none
}

.search-header  input, .search-header  span, .search-header  button {
    height: 40px;
}


.sticky {
    z-index: 9999999;
    height: 39px;
}

.sticky .logo {
    display: none;
}

.sticky #nav, .sticky #nav li {
    padding: 0px;
}

.sticky #nav li a {
    font-size: 12px;
}

#nav li.drop-menu ul li a {
    font-size: 14px;
}

#nav li.drop-menu ul li:hover a {
    color: #ffba00;
}

#nav li ul {
    padding: 0;
    border: 1px solid #ffba00;
    background: #f2f8f8;
    border-radius: 3px;
    min-width: 200px;
    top: 64px;
}

/*--- Slide ---*/

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
    font-family: "FontAwesome";
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.tp-leftarrow.default:before {
    content: "\f104";
}

.tp-rightarrow.default:before {
    content: "\f105";
}

.tp-leftarrow.default, .tp-rightarrow.default {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
}

.tp-leftarrow.default {
    margin-left: 30px;
}

.tp-rightarrow.default {
    margin-right: 30px;
}

    /*__________________--*/
.offer-banner-section {
    padding: 30px 0;
    background-image: url('../img/bg/why.png');
    background-repeat: no-repeat;
    background-position: 50% -35px;
}

/* -------------- */
.offer-banner-section h3, .news-special h3 {
    color: #ffba00;
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
}

.offer-banner-section img {
    max-width: 100%;
}

.brief {
    font-size: 15px;
}

.news-special .item {
    margin: 0 25px;
}

.news-special .images-container {
    width: 250px;
    height: 250px;
    border: 3px solid #ffba00;
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.news-special .info {
    width: 100%;
    background: #f2f8f8;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 80px;
    box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    margin-bottom: 20px;
}

.news-special {
    padding: 45px 0;
    background-image: url(//bizweb.dktcdn.net/100/312/429/themes/658927/assets/sec_why_bg.jpg?1526371586185);
    background-size: cover;
    background-repeat: no-repeat;
}

.col-item .info .info-inner .item-title {
    margin-bottom: unset;
     padding-top: unset;
     font-size: unset;
     white-space: unset;
     overflow: unset;
}

.news-special .info .item-title {
    width: calc(100% + 26px);
    background: #fff1cc;
    margin-left: -13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.news-special .info .item-title:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: 0;
    border-left: 14px solid transparent;
    border-top: 14px solid #d2d2d2;
    border-left-width: 14px;
    border-top-width: 14px;
    z-index: -1;
}


.col-item .info .info-inner .item-title a{
    margin-bottom: 10px;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center

}

.news-special .info .item-title:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    right: 0;
    border-right: 14px solid transparent;
    border-top: 14px solid #d2d2d2;
    border-right-width: 14px;
    border-top-width: 14px;
    z-index: -1;
}


.news-special .info .item-content {
    padding: 10px 20px;
    text-align: left;
    overflow: hidden;
}

.news-special .item:hover .images-container {
    border-color:#4f240a
}

.news-special .item:hover .info {
    background-color:#ffba00
}

.news-special .item:hover .info a {
    color: white;
}



.news-special .item:hover a {
    background-color: #4f240a;
}

.offer-banner-section .row a:before {
    width: 0px;
    height: 0px;
}

.offer-banner-section h5 a{
    color: #696969;
    font-size: 15px;
    text-transform: uppercase;
}

.featured-pro h3 {
    color: #ffba00;
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
}


/*------------ -------------*/
.parallax {
    height: auto;
}


.featured-pro .nav-tabs>li {
    border-radius: 0px;
    float: none;
    display: inline-block;
    text-align: center;
    border: none;
    background: #000;
    color: white;
}


.featured_title h2 {
    background-color: transparent;
    border: 1px solid #ffba00;
    color: #ffba00;
    text-transform: uppercase;
    border-radius: 14px;
}

.featured_title h2.active {
    background: #4f240a;
    color: #ffba00;
    border-color: #4f240a;

}

.featured_title h2 a {

}

.featured_title h2:after {
    content: unset;
}

/* ---------- news- ------------*/
.latest-blog {
    padding-top: 30px;
}

.latest-blog h4 {
    color: #ffba00;
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
}

.section_form {
    background-image: url('../img/bg/sec_form_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.section_form:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    position: absolute;
    background: -webkit-linear-gradient(90deg, #ffba00, #ffd666);
    background: -o-linear-gradient(90deg, #ffba00, #ffd666);
    background: -moz-linear-gradient(90deg, #ffba00, #ffd666);
    /* background: linear-gradient(90deg, #ffba00, #ffd666); */
    background-color: #ffba00;
}

.register-form input, .register-form textarea{
    border: 1px dashed #fff;
    background-color: transparent;
    color: #fff;
}

.register-form button {
    background: #fff !important;
    color: #ffba00;
    font-weight: 600;
}

.brand-logo {
    padding: 30px 0;
    background-image: url('../img/banner/sec_partner_bg.jpg');
}

#tab-product {
    display: none;
    width: 100%;
}

.group-title {
    margin-bottom: 40px;
    position: relative;
}

.group-title p {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.featured-pro .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: transparent;
    border: 0px;
    text-decoration: none;
    color: #ffba00;
}

.featured-pro .featured_title {
    margin-bottom: 30px;
    text-align: center;
}

.featured-pro .nav>li>a:hover {
    border-color: #4f240a;
    background-color: transparent;
    text-decoration: none;
    color: #ffba00;
}

.featured-pro .nav>li>a {
    color: #ffba00;
    padding: 0px;
    font-size: 12px;
}

.featured-pro .nav>li:active a,.featured-pro .nav>li:hover a {
    color: #ffba00;
}


.featured-pro .nav-tabs li  {
    background: transparent
}


.featured-pro .nav-tabs > li.active {
    background: #4f240a;
    color: #ffba00;
    border-color: #4f240a;
}

.parallax-2 {
    padding-top: 40px;
    padding-bottom: 0px;
    background:transparent;
}

.featured_title.center {
    height: auto;
}

.featured-pro .nav-tabs {
    text-align: center;
    border-bottom: 0px;
    z-index: 10000;
}

.featured-pro .nav-tabs li {
    padding: 8px 40px;
    border-radius: 30px;
    background-color: #fff;
    color: #ffba00;
    border: 2px solid #ffba00;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.featured-pro .nav-tabs li .active {
    background: #4f240a;
    color: #ffba00;
    border-color: #4f240a;
}

.group-title p {
    margin-bottom: 0;
    font-size: 15px;
}

.featured-pro .nav-tabs li:hover {
    background: #4f240a;
    color: #ffba00;
    border-color: #4f240a;
}

.featured-pro #featured-slider .item {
    box-shadow: none;
}

.featured-pro .info {
    text-align: center;
    padding: 10px 5px 20px;
    background-color: #f7f8f9;
}

.featured-pro .price, .related-pro .price {
    color: #ffba00;
    font-size: 14px;
    font-weight: 600;
}




/*---------- Group action product --------------*/
.prod-icons {
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    width: 100%;
    left: 0;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
    border-bottom: 2px solid #ffba00;
}

.prod-icons a {
    background-color: #ffba00;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    height: 0px;
    width: 40px;
    border-radius: 50%;
    margin: 0;
    border: none;
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
}

.prod-icons-border {
    width: 50%;
    height: 1px;
    border: 2px;
    border-color: #ffba00;
}

.featured-pro .item:hover .prod-icons {
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
    opacity: 1;
}
.featured-pro .item:hover .prod-icons a {
    line-height: 40px;
    height: 40px;
    -webkit-transition: height 0.45s; /* Safari */
    transition: height 0.45s;
    opacity: 1;
}

/*-------- Footer ----------*/
.footer {
    background: transparent;
}

.footer .footer-middle {
    margin-top: 0;
    color: #fff;
    border-top: 2px solid #ffba00;
    margin-bottom: 0px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    padding: 40px 0;
    background-image: url('../img/bg/ft-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer-logo img{
    width: 145px;
    height: 47px;
}

footer .footer-top-menu ul {
    margin-top: 15px;
    text-align: center;
}

footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
}

footer .footer-top-menu ul li {
    float: none;
    display: inline-block;
}

footer .footer-top-menu ul li a {
    padding: 0 10px;
    color: #696969;
    text-transform: uppercase;
    font-size: 14px;
}

footer .footer-widget.footer-social {
    margin-bottom: 30px;
}

footer .footer-widget.footer-social ul {
    margin-bottom: 0;
    text-align: center;
}

footer .list-menu li {
    color: #8c9198;
}

footer .footer-widget.footer-social ul li {
    display: inline-block;
    float: none;
}

footer .footer-widget.footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    color: #aaa;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0px;
}


footer .footer-widget.footer-social ul li a i {
    margin: 0;
    font-size: 15px;
    line-height: 40px;
    color: #aaa;
}

.footer-middle h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 12px;
    padding-bottom: 0;
    display: block;
    text-transform: uppercase;
}


.featured-pro .product-flexslider {
    margin: 0px;
}

.footer-bottom {
    background-color: #fafafa;
    color: #696969;
    font-size: 12px;
    text-align: center;
}

.phone-footer,.contacts-info address, .email-footer {
    color: #8c8c8c;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*-------  breadcrumb  ---------*/
.breadcrumb>li+li:before {
    content: none;
}

.breadcrumb li>a>span {
    color: #222;
}

.breadcrumb li span {
    display: inline;
    color: #ffba00;
}

.all-product h1 {
    color: #ffba00;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: none;
}

.toolbar {
    margin-top: 20px;
    border: 0px;
}

.toolbar .pager {
    float: none;
    text-align: center;
    margin: 0px auto;
}

.featured-pro .old-price .price{
    color: #999 ;
}

.brand-logo { display: none}


.item .col-item .images-container .product-image:before {
    background: none;
}
/*------------- End --------------*/
#toTop {
    background-color: #ffba00;
}

/*----------  Product detail ------------*/
.product-view .product-name h1 {
    font-size: 22px;
}

.product-view .product-shop .old-price .price {
    font-size: 15px;
}

.product-view .product-shop button.button.btn-cart:before {
    content: none;
}

.btn-cart {
    float: left;
    width: calc(50% - 8px);
    background: #ffba00;
    border-radius: 2px;
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    line-height: inherit;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.btn-call {
    float: right;
    width: calc(50% - 8px);
    margin-left: 10px;
    background: #4f240a;
    border-radius: 2px;
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    line-height: inherit;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.btn-cart span:first-child,.btn-call span:first-child {
    font-size: 20px;
}

.button:hover {
    padding: 10px;
}

.detail-product .nav-tabs li {
    background: transparent;
}


.detail-product  .item:hover .prod-icons{
    display: block;
}

.detail-product .item .info {
    text-align: center;
    padding: 10px 5px 20px;
    background-color: #f7f8f9;
}

.detail-product .nav-tabs > li a{
    color: white;
    background-color: #4f240a;
}

.detail-product .nav-tabs > li.active > a {
    background-color: #ffba00;
    border-bottom: 0px;
    color: white;
}

.detail-product .new_title h2 {
    background-color: #ffba00;
    color: white;
    border-bottom: 0px;
}

/*----------  List News  -------------*/
.list-news .container-paper-table {
    margin: 0px;
    padding: 0px;
    background: transparent;
    position: relative;
}

.list-news .container-paper-table .post-container {
    margin: 0px;
}

.list-news .container-paper-table .post-container img {
    width: 25%;
    height: 150px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}

.list-news .container-paper-table .post-container .text {
    margin: 0px;
    padding: 0px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.list-news .container-paper-table .post-container h3 {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 0px;
}

.list-news .container-paper-table .post-container .post-time  {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 10px 0 0;
}

.list-news .container-paper-table .post-container .btn-mega {
    font-size: 12px;
    text-transform: capitalize;
    background-color: transparent;
    position: absolute;
    color: #9b9b9b !important;
    text-decoration: underline;
    bottom: 0px;
    margin-bottom: 0px;
    padding: 5px !important;
}

.pages {
    margin-top: 30px;
}

.side-nav-categories {
    background-color: transparent;
}

.side-nav-categories .block-title:before {
    content: none;
}

.side-nav-categories .block-title{
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    border-top: none;
}

.side-nav-categories ul li a {
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 25px;
    color: #222;
}

.side-nav-categories .box-category {
    padding: 0px;
}

.block .block-title {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    border-top: none;
}

.blog_entry-title {
    font-weight: 500;
    font-size: 22px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    color: black;
}

.related-news .post-container {
    margin: 0px;
}

.related-news .container-paper-table {
    padding: 0px;
}

.related-news .posts-isotope {
    margin-top: 0px;
}

.related-news h2 {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px;
    border-bottom: 1px solid #f3f3f3;
    border-top: none;
}

.related-news .container-paper-table .post-container img {
    border: 1px solid #eee;
    padding: 5px;
}

.contact {
    padding-top: 60px;
}

.contact .group-select {
    padding: 39px 30px 50px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: -2px 2px 6px 1px #fff8e6;
    margin-bottom: 40px;
}

.contact .group-select label {
    font-size: 14px;
    font-weight: bold;
}

.group-select li .input-box input.input-text, .group-select li .input-box textarea {
    background-color: transparent;
}

.group-select li input.input-text, .group-select li textarea {
    background-color: transparent;
}

.btn-send {
    background-color: #ffba00;
    color: white;
}

.featured-pro .adv {
    height: 237px;
    overflow: hidden;
}

.list-news img {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
}

.col-item .info .info-inner .item-title a:hover {
    color: white;
}

.offer-banner-section .wow:hover h5 a{
    color: #ffba00;
    font-weight: bold;
}

.register-form {
    color: white;
}

.news-title {
    font-size: 14px !important;
    color: #42495b !important;
    font-weight: 600;
}

#nav li.drop-menu ul {
    padding: 0;
    border: 1px solid #ffba00;
    background: #f2f8f8;
    border-radius: 3px;
    min-width: 220px;
    top: 75px;
}

#nav li.drop-menu ul li {
    padding: 0;
    text-align: left;
    transition: all 0.1s ease;
    border-radius: 0;
}

#nav li.drop-menu ul li a {
    padding: 10px;
    padding-right: 20px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

#nav li.drop-menu ul li+li {
    border-top: 1px solid #e5e5e5;
}

.owl-theme .owl-controls .owl-buttons div{
    z-index: 1000;
    height: 51px;
    width: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    position: absolute;
    top: 50%;
    background: none;
    opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}

.owl-theme .owl-controls .owl-buttons div a {
    padding-top: 11px;
    width: 100%;
    height: 100%;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    border-radius: 4px;
}

.slider-items-products:hover .owl-theme .owl-controls .owl-buttons div{
    width: 55px;
    -webkit-transition: width 0.45s; /* Safari */
    transition: width 0.45s;
    opacity: 1;
}

/*-------------------- mobile ---------------------*/

.news-title:hover {
    color: #ffba00 !important;
}

.info:hover .item-title a {
    color: #ffba00 !important;
}


.title-search {
    ont-size: 1.42857em;
    font-weight: 500;
    color: #000 !important;
    text-decoration: none;
}

.mobile-search {
    float: right;
    right: 0px;
    position: absolute;
    top: 10px;
}

.featured-pro .product-image img {
    width: 100%;
}

footer ul li a:hover {
    color: #ffba00 !important;
}

.breadcrumbs span {
    font-size: 14px;
}

.toplinks .links a:hover span{
    color: white;
}

.footer h4 a{
    color: black;
}

.post-date {
    font-size: 13px;
    color: #909195;
    margin-top: 10px;
}