/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i,900,900i");

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

#preloader {
    display: block;
}

main {}

.main-menu>ul>li span>a {
    font-weight: 600;
    color: #602017;
    font-size: 12px;
}

.main-menu ul li a {
    font-weight: 600;
}

header {
    min-height: 55px;
    padding: 5px 0;
}

.hero_home {
    background: unset !important;
}

.hero-slides {
    height: 100%;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.hero-slides_wrapper {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
@media (max-width: 575px) {
    .owl-carousel .owl-stage-outer,
    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item {
        height: 50vh !important;
        object-position: center;
        object-fit: cover;
    }
    .hero-slides_wrapper .owl-item img {
        height: 50vh !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .video-home {
        height: 50vh;
        opacity: 1 ;
    }
    .why_about_us {
        padding-top: 0px !important;
    }

}
.hero-slides_wrapper .owl-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#logo_home_custom h1 {
    margin-bottom: 0;
}

.hero_home .content {
    z-index: 20;
}

.hero_home .content h3 {
    font-size: 3rem;
}

.hero_home .content p {
    font-size: 1rem;
}

#logo_home_custom a {
    width: auto;
    height: 48px;
    display: block;
    background: url('../img/core-img/logo_header.png') no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.hero_home {
    background: url('../img/banner/banner1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.hero_home .content {
    position: relative;
    z-index: 1;
    background-color: unset;
    z-index: 20;
}

.sectionoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 10;
}

header.header_sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;

    background: #fff;
    /* border-bottom: 1px solid #ffaa05; */
}

header.header_map,
header.header_sticky.sticky,
header.static {
    border-bottom: 1px solid #999;
}

footer h5 {
    margin-bottom: 10px;
    color: #ffcb05;
}

.main_title h2 {
    margin-bottom: 32px;
    position: relative;
    font-size: 28px;
    padding-bottom: 30px;
    font-weight: 600;
}
.main_product .main_title h2{
    padding-bottom: 28px;
    margin-bottom: 0;
}
.main_title h2:after {
    bottom: 0;
    left: 0;
    width: 65px;
    height: 3.5px;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    background-color: #ffbb05;
}

.main_title p {
    font-size: 15px;
}

#custom-search-input input[type=submit] {
    background: #ffcb05;
}

#custom-search-input ul li input[type=radio]:checked+label,
#custom-search-input ul li input[type=radio]:checked+label:hover {
    background-color: #ffcb05;
}

/* product item in home */
.item-mb10 {
    margin-bottom: -2px !important;
}

.post-title-new {
    margin: 0 0 14px 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    -webkit-transition: padding-bottom 100ms linear;
    -o-transition: padding-bottom 100ms linear;
    transition: padding-bottom 100ms linear;
    word-wrap: break-word;
    line-height: 1.4rem;
    height: 2.8rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    object-fit: contain;
}
.post-overlay-new {
    cursor: pointer;
    border-radius: 0 0 3px 3px;
    padding: 15px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
}

.product-thumb {
    z-index: 1;
    position: relative;
    text-decoration: none !important;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    overflow: hidden;
    border: #ffbb05;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-more {
    background: #ffbb0508 !important;
    position: relative;
    display: inline-block;
    font-weight: bold !important;
    color: #ffaa05 !important;
    transition: 5s;
    /* border: 1px solid #ffbb05 !important; */
}
.btn-more::before{
    content: '';
    height: 2px;
    width: 30px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    top: 45%;
    background-color: #ffbb05;
}

.btn-more:hover {
    margin-left: 25px;
}

.btn-more i.fas {
    line-height: 20px;
    font-size: 14px;
}

.product-thumb:hover .product-header>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product-header {
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 0;
}

.product-thumb .product-header>img {
    display: block;
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-thumb .product-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 12px;
    border-top: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #ffbb05;
}

.product-thumb .product-title {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.product-desciption {
    color: #858585;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2rem;
    height: 2.25rem;
}

.webkit-2 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* slogan */
.slogan_wrapper {
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}

.slogan {
    background: url(../img/09-52-52_nh_2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 35px 0;
    color: #fff;
    position: relative;
}

.slogan .sectionoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.show-text {
    z-index: 999;
    filter: brightness(100%) !important;
}

.slogan h3 {
    color: #fff;
    font-size: 35px
}

.slogan p {
    margin-bottom: 0;
}

.slogan .btn {
    border-color: #fff;
    color: #fff;
    border-radius: 20px;
}

.slogan .btn b {
    color: #fff;
}

/* news */
.news-home .item-news_relative {
    height: 190px;
    background-color: #FFF;
    border-radius: 9px 9px 0 0;
    background-position: center center;
    background-origin: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 1px solid #ccc;
}

.item-news_relative .post-overlay {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(50%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
}

.item-news_relative .post-overlayLink {
    position: absolute;
    width: 100%;
    height: 100%;
}

.item-news_relative .post-category {
    display: inline-block;
    height: 20px;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 999em;
    line-height: 22px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background: #ffbb05;
}

.item-news_relative .post-title {
    margin: 0 0 14px 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: padding-bottom 100ms linear;
    -o-transition: padding-bottom 100ms linear;
    transition: padding-bottom 100ms linear;
    word-wrap: break-word;
    line-height: 1.2rem;
    height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-news_relative .post-meta {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.item-news_relative .post-meta-author-info {
    display: table-cell;
    vertical-align: middle;
}

.item-news_relative .post-meta-author-info .middot {
    color: rgba(255, 255, 255, .8);
    vertical-align: sub;
}

.item-news_relative .post-meta-date {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 1.1;
}

footer {
    border-top: 5px solid #ffcb05;
    background-color: #602017;
}

footer hr {
    margin-bottom: 0;
}

.bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #602017;
    text-align: center;

}

.bottom-footer .design {

    font-size: 14px;
    color: #fff;
}

.btn-header {
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    background: #ffaa05;
    /* border-radius: 20px; */
    white-space: nowrap;
}

.btn-header i {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 991px) {

    #logo,
    #logo_home_custom {
        position: relative;
        left: 45px;
        display: none;
    }

}

@media (max-width: 768px) {
    .product-thumb .product-header>img {
        height: 300px;
    }

}

@media (max-width: 600px) {
    #logo_home_custom a {
        width: 120px;
        height: 40px;
    }

    .hero_home .content h3 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .hero_home .content p {
        font-size: 14px;
    }

    .hero_home {
        background-position: left;
    }
}


/* News details */
.article-header-title {
    width: 100%;
    line-height: 1.2;
}

.article-header-title .article-title {
    font-size: 34px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.article-meta-info {
    font-size: 13px;
}

.article-meta-info .author-name {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.article-meta-info .author-name::after {
    content: "•";
    font-size: 18px;
    padding-left: 5px;
}

.article-meta-info .article-post-date {
    opacity: .6;
}

.article-meta-info .article-reading-time {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #ffbb05;
    margin-left: 10px;
    color: #fff;
}

.article-description {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.relative-news .item-news_relative {
    height: 250px;
    background-color: #FFF;
    border-radius: 3px;
    background-position: center center;
    background-origin: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 15px;
}

slogan-introduce .item-news_relative .post-overlay {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), color-stop(50%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .2) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .4) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item-news_relative .post-category {
    display: inline-block;
    height: 20px;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 999em;
    line-height: 22px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background: #629919;
}

.item-news_relative .post-title {
    margin: 0 0 14px 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: padding-bottom 100ms linear;
    -o-transition: padding-bottom 100ms linear;
    transition: padding-bottom 100ms linear;
    word-wrap: break-word;
    line-height: 1.4rem;
    height: 2.8rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-news_relative .post-meta {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.item-news_relative .post-meta-author-info {
    display: table-cell;
    vertical-align: middle;
}

.item-news_relative .post-meta-author-info .middot {
    color: rgba(255, 255, 255, .8);
    vertical-align: middle;
}

.item-news_relative .post-meta-date {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 1.1;
}

.item-news_relative .post-overlayLink {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.item-news_relative:hover {
    transform: translateY(-2px);
    transition: all 0.8s;
}

.post-meta-author-name a {
    color: #28a745;
    font-weight: 600;
}

.breadcrumb-wrapper {
    background: #e5e5e5;
}

.breadcrumb-wrapper .breadcrumb {
    display: block !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: unset;
    padding: 15px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    display: inline;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a {
    color: #ffcb05;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
    font-size: 15px;
    text-transform: capitalize;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: "•";
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}

/* LANDING PAGE */
/* .landing-page header.header_sticky {
  background: #534741;
} */

.landing-page header.header_sticky.sticky {
    /* background: #534741; */
    position: fixed;
}

.landing-page main {
    padding-top: 0;
}

.landing-page .hero_home {
    height: 100vh;
    position: relative;
    width: 100%;
}

.icon-angle-down-introduce {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: block;
    text-align: center;
    left: 0;
    z-index: 30;
    cursor: pointer;
}

.icon-angle-down-introduce img {
    height: 45px;
    width: 45px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-angle-down-introduce img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ball {
    -webkit-animation: point-up-down 0.5s linear infinite alternate;
    animation: point-up-down 0.5s linear infinite alternate
}

@-webkit-keyframes point-up-down {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes point-up-down {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.item-section {
    position: relative;
}

.right-sroll-icon {
    position: absolute;
    top: 45%;
    right: 10px;
}

.right-sroll-icon img {
    width: 45px;
    height: 60px;
}

.landing-page .contact-form form {
    position: relative;
    padding: 40px 40px 15px;
    margin: 0 50px;
    background: rgba(0, 0, 0, .55);
    min-height: 150px;
}

.landing-page .contact-form .form-group input {
    vertical-align: middle;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, .9) !important;
    height: 40px !important;
    font-size: 14px !important;
    width: 100%;
    max-width: 100%;
    padding: 12px 14px;
    border: 0;
    color: #444;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, padding, -webkit-box-shadow;
    transition-property: border, background, color, padding, -webkit-box-shadow;
    -o-transition-property: border, background, color, box-shadow, padding;
    transition-property: border, background, color, box-shadow, padding;
    transition-property: border, background, color, box-shadow, padding, -webkit-box-shadow;
}

.form_textarea {
    max-width: 100%;
    padding: 12px 14px;
    border: 0;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, padding, -webkit-box-shadow;
    transition-property: border, background, color, padding, -webkit-box-shadow;
    -o-transition-property: border, background, color, box-shadow, padding;
    transition-property: border, background, color, box-shadow, padding;
    transition-property: border, background, color, box-shadow, padding, -webkit-box-shadow;
    color: #333;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, .9) !important;
    height: auto;
    min-height: 100px;
    font-size: 14px !important;
    width: 100%;
}

.form_button {
    color: #fff;
    background-color: #ffaa05;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    height: 45px !important;
    min-width: 125px;
    border: 1px solid #ffaa05;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.bg-gray-2 {
    background: #f5f8fa !important;
}

.item-section {
    background: #fff;
}

.item-section .showcase-img {
    background-size: cover !important;
    height: 450px;
}

.item-section .showcase-text {
    padding: 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-section .showcase-text h1 {
    font-size: 40px;
    color: black;
    text-align: center;
    background: #ffaa05;
    margin-bottom: 15px;
    font-weight: 600;
}

.item-section .showcase-text .lead {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.landing-page .contact-form form {
    padding: 30px;
}

.landing-page .bg-about {
    padding: 40px 0 40px;
    background: #f5f5f5;
    border: 0;
    position: relative;
}

.dark_overlay:before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.landing-page .about-us .main_title h2 {
    position: relative;
    color: #333;
}

.landing-page .about-us .main_title p {
    position: relative;
    color: #999;
}

@media (max-width: 768px) {
    .item-section .showcase-text {
        padding: 30px;
        text-align: center;
    }

    .item-section .showcase-text h1 {
        font-size: 30;
    }

    .item-section .showcase-text .lead {
        font-size: 14px;
    }

    .item-section .showcase-img {
        height: 300px;
    }

    .landing-page .contact-form form {
        margin: 0;
        padding: 20px;
    }

    .landing-page .contact-form form:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .item-section .showcase-img {
        height: 250px;
    }

    .landing-page .contact-form .form-group input {
        height: 30px !important;
    }

    .form_textarea {
        min-height: 70px;
    }
}


/* category page */
.hero_page {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 300px;
    position: relative;
}

.hero_page .content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_page .banner-page {
    position: relative;
    z-index: 20;
    margin-top: 30px;
}

.hero_page .banner-page h3 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-page {
    background-color: white;



    padding: 75px 0 20px;
}

.switch-field input:checked+label {
    background-color: #ffaa05;
}

.switch-field label:hover {
    color: #ffaa05;
}

.list-product-wrapper .box_list ul {
    overflow: hidden;
}

.box_list ul li:last-child a {
    border-color: #ffaa05;
    color: #ffaa05;
}

.box_list ul li:last-child a:hover {
    background: #ffcb05;
    color: #fff;
}

.list-product-wrapper .box_list figure {
    height: 200px;
}

.item-product .wrapper .description {
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
}

.webkit-2 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-product-wrapper .btn-outline-success {
    font-size: 14px;
}

.list-product-wrapper .btn-outline-success i.fas {
    line-height: 0;
}

.filters_listing {
    background: #ffffff;
    /*border-bottom: 1px solid #ded6d6;*/
    border-top: 1px solid #ffffff;
    z-index: 100;
}

#toTop {
    opacity: 0.8 !important;
}

.pt-55 {
    padding-top: 55px;
}

#map_contact {
    height: 400px;
}

.contact_info h5 {
    margin-bottom: 14px;
    color: #ffcb05;
    font-weight: 600;
    font-size: 15px;
}

.contact_info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact_info i.fas {
    color: #ffcb05;
    line-height: 1;
    margin-top: 4px;
}

#submit-contact {
    padding: 6px 30px;
}


/* SERVICE PAGE */
.item-service {
    margin-bottom: 25px;
    /*background-color: #f4f7f9;*/
    padding: 0;
    border-radius: 5px;
    position: relative;
    /*-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);*/
    position: relative;
}

.item-service figure {
    margin: 0;
}

.item-service figure a {
    display: inline-block;
}

.item-service figure a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.item-service .service-content {
    padding: 15px 15px 15px 0;
}

.item-service .service-content .show_detail {
    font-size: 12px;
    font-weight: 600;
    color: #ffcb05 !important;
    background: transparent;
    border-radius: 20px;
    border-color: #28a745;
    padding: 5px 18px;
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.service-description {
    margin: 15px 0 10px;
}

.service-name {
    color: #ffcb05;
    font-size: 25px;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 2.2px solid #dee2e6 !important;
    margin-bottom: 20px;
}

.banner-sider {

    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 380px;
    height: 860px;
}



.col-12 {

    flex: 50 50 70% !important;

}

.pricing_head #breadcrumb {
    background-color: transparent;
    padding: 10px 0;
}

.pricing_head {
    padding: 160px 0 80px;
}

.new-margin {
    padding: 0px 0 80px !important;
}

/* NEWS PAGE */
.latest-post-wrap {
    padding: 20px;
    background: #fff;
}

.latest-post-wrap .cat-title {
    font-size: 18px;
    font-weight: 600;
    background: #ffcb05;
    color: #fff;
    padding: 10px 25px;
}

.latest-post-wrap .single-latest-post {
    margin-top: 20px;
}

.latest-post-wrap .single-latest-post .feature-img {
    overflow: hidden;
}

.latest-post-wrap .single-latest-post .feature-img .overlay-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.latest-post-wrap .single-latest-post .feature-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-post-wrap .single-latest-post .tags {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.latest-post-wrap .single-latest-post .post-right h4 {
    max-width: 90%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.latest-post-wrap .single-latest-post .meta {
    margin: 10px 0px;
}

.latest-post-wrap .single-latest-post .meta li {
    display: inline-block;
    color: #777777;
    margin-right: 10px;
    font-weight: 300;
    font-size: 12px;
}

.latest-post-wrap .single-latest-post .meta li a,
.latest-post-wrap .single-latest-post .meta li .lnr {
    color: #777777;

}

.latest-post-wrap .single-latest-post .meta li .lnr {
    margin-right: 10px;
    font-weight: 700;
}

.latest-post-wrap .single-latest-post .excert {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #777777;
    line-height: 20px
}

.sidebars-area {
    background: #fff;
    padding: 20px;
}

.single-sidebar-widget .title {
    font-size: 18px;
    font-weight: 600;
    background: #ffcb05;
    color: #fff;
    padding: 10px 25px;
}

.most-popular-widget .single-list {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.most-popular-widget .single-list .thumb img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.most-popular-widget .details {
    padding-left: 20px;
}

.most-popular-widget .details h6 {
    line-height: 1.4em !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.most-popular-widget .meta {
    margin: 10px 0px;
}

.most-popular-widget .meta li {
    display: inline-block;
    color: #777777;
    margin-right: 10px;
    font-weight: 300;
    font-size: 12px;
}

.most-popular-widget .meta li a,
.most-popular-widget .meta li .lnr {
    color: #777777;
}

.most-popular-widget .meta li .lnr {
    margin-right: 10px;
    font-weight: 700;
}

.service-side {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.service-side .top-side img {
    /*height: 180px;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #cacaca;
}

.content-side {
    padding: 10px 0;
}

.content-side h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ffcb05;
}

.content-side .detail-review {
    margin: 0;
}

.content-side .detail-review li {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-side .detail-review li b {
    white-space: nowrap;
}

.content-side hr {
    margin: 10px 0 15px;

}

.content-side .btn-register {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    padding: 10px 40px;
    color: #ffcb05;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid #ffcb05;
    font-weight: 600;
}

.serice-title {
    max-width: 100%;
}

.service-page .item-service {
    padding: 30px 20px;
}

.section-title {
    position: relative;
    margin-bottom: 25px;
}

.section-title h2,
.section-title h3 {
    color: #ffcb05;
    position: relative;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 600;
}

.section-title h2:after,
.comment-box h3:after,
.comment-form h3:after,
.section-title h3:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #ffcb05;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ctv {

    max-width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    border-color: #ffcb05;
    border-width: 15px;
    border-style: double;

}

.section-title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    /*background: #cacaca;*/
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .hero_page .banner-page h3 {
        font-size: 30px;
    }

    .hero_page {
        height: 250px;
    }

    .item-service .service-content .show_detail {
        position: relative;
        bottom: unset;
        right: unset;
        float: right;
    }

    .item-service .service-content {
        padding: 15px;
        overflow: hidden;
    }

    .item-service figure a img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
    }
}

.galeryservice img {
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}

.item-service {
    overflow: hidden;
}

.item-service_content {
    line-height: 25px;
    font-size: 15px;
}

.list_product_img .lslide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 350px;
    border: 1px solid #ccc;
}

.list_product_img .lSGallery li img {
    height: 80px !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_product_img .lSGallery li {
    border: 1px solid rgb(19, 18, 18);
}

.list_product_img .lSGallery li.active {
    border-color: #ffcb05;
    border-width: 2px;
}

.product-info {
    border-left: 1px solid #ddd;
    font-size: 14px;
    height: auto;
}

.product-info .product-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 20px;
}

.product-info .product-top h1 {
    font-weight: bold;
    font-size: 18px;
    color: #ffcb05;
    line-height: 25px;
    text-transform: uppercase;
}

@media (max-width: 990px) {
    .product-info {
        padding-top: 30px;
    }

    .product-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-info .product-top .brand {

    font-size: 14px;
    display: inline-block;

}

.product-info .product-top .product_code {
    padding-left: 15px;
    border-left: 1px solid #ddd;
    margin-left: 15px;
    display: inline-block;
}

.product-info .product-top .product_code span {
    color: #777777;
}

.product-info .product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-info .product-meta .rating {
    padding-right: 15px;
    white-space: nowrap;
}

.product-description {
    padding-left: 20px;
}

.product-description .sumamry {
    padding: 10px 0;
    font-size: 14px;
    text-align: justify;
}

.product-description .sumamry ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 0;
}

.product-description .sumamry ul li {
    padding: 0 0 6px;
    margin-right: 30px;
    display: list-item;
}

.product-description .sumamry ul li span {
    font-weight: bold;
}

.product-description .sort-d {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
    color: #888;
    word-wrap: break-word;
    height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contact-product {
    margin-top: 15px;
    margin-left: -10px;
}

.contact-product .head-title {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    margin-left: 10px;
}

.contact-product .head-title i {
    color: #ffcb05;
    font-size: 25px;
}

.contact-product .head-title span {
    font-weight: 600;
    font-size: 16px;
    padding-left: 5px;
}

.contact-product .product-hotline {
    margin-top: 5px;
    margin-left: 10px;
}

.contact-product .product-hotline p {
    font-weight: 600;
    color: #ffcb05;
    font-size: 16px;
    margin-bottom: 3px;
}

.contact-product .product-hotline span {
    color: #333;
    font-size: 12px;
}

.contact-product .form-contact-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    margin-top: 20px;
}

.contact-product .form-contact-phone input {
    border-radius: 0;
    border-color: #ccc;
    font-size: 15px;
}

.contact-product .form-contact-phone input:focus {
    border-color: #ffcb05;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.contact-product .btn-call {
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid #ffcb05;
    border-radius: 0;
    background: #ffcb05;
    color: #fff;
}

.product-content {
    background: #fff;
    padding: 30px 20px;
    margin-top: 20px;
}

.title_section {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.title_section:before {
    top: 40px;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 3.5px;
    content: "";
    display: block;
    position: relative;
    background-color: #ffbb05;
}

.product-content .product-content_body {
    line-height: 25px;
}

.product-content .product-content_body p {
    margin-bottom: 10px;
}

.relative-product {
    padding: 40px 0;
}

/* produc item */
.product-thumb {
    z-index: 1;
    position: relative;
    text-decoration: none !important;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-thumb:hover {
    border-color: #ffbb05;
}

.product-header {
    position: relative;
    border-radius: 5px 5px 0 0;
}

.item-show_product .product-thumb .product-header>img {
    height: 260px;
}

.product-thumb .product-header>img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-thumb .product-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 22px;
    border-top: none;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.product-thumb .product-title {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.product-desciption {
    color: #858585;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4em;
    line-height: 1.2rem;
    height: 3.5rem;
}

.product-thumb .product-meta {
    margin-top: 10px;
}

.webkit-2 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.webkit-3 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-location {
    border-top: 1px dashed #e6e6e6;
    margin-top: 13px;
    padding-top: 8px;
    line-height: 1em;
    margin-bottom: 0;
    color: black;
    font-size: 12px;
    margin-left: -23px;
    margin-right: -23px;
    height: 46px;
    background-color: #ffaa05;
}

.relative-product_list {
    margin-top: 10px;
}

.filters_listing ul {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.filters_listing ul li {
    margin-right: 0;
}

.filters_listing .find-name {
    height: 32px;
    min-height: 32px;

    font-size: 15px;

    height: 49px;
    border-radius: 19.2px;
}

.filters_listing .sbHolder ul {
    margin: 0;
}

.btn-find {

    height: 49px !important;
    border-radius: 19.2px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: #ffaa05;

    height: 32px;
    width: 100%;
}

.main-menu>ul>li ul>li>span>a {
    color: #000;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #602017 !important;
}

.hamburger--spin.is-active .hamburger-inner,
.hamburger--spin.is-active .hamburger-inner::after,
.hamburger--spin.is-active .hamburger-inner::before {
    background-color: #602017 !important;
}

.list-partner {
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-partner .item-logo {
    width: 19.6666%;
    padding: 25px 20px;
    text-align: center;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .list-partner .item-logo {
        width: calc(100% / 2);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .list-partner .item-logo {
        width: calc(100% / 4);
    }
}

.list-partner .item-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 80px;

    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.bg-partner {
    padding: 40px 0 40px;
    background: #f5f5f5;
    border: 0;
    position: relative;
}

.not_found {
    width: 100%;
    background: #fff;
    padding: 100px 0;
    text-align: center;
    display: block;
}

.not_found img {
    height: 300px;
    width: 300px;
}

.content-not h4 {
    color: #ffcb05;
    font-weight: 600;
    margin-bottom: 15px;
}

.content-not a {
    font-size: 14px;
    color: #999;
}

.content-not a:hover,
.content-not a:focus {
    color: #ffcb05;
}

.mm-slideout {
    overflow: hidden;
}

@media (max-width: 600px) {
    .product-meta {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .product-info .product-meta .rating {
        padding: 5px 0;
    }

    .product-info .product-top .brand {
        padding: 10px 0 5;
        border: none;
        margin: 0;
    }

    .product-info .product-top .product_code {
        padding: 5px 0;
        margin: 0;
        border: none;
    }
}

@media (max-width: 991px) {
    header.header_sticky.sticky {
        position: fixed;
    }
}

.box_feat {
    height: 270px;
    margin-left: 20px;
    margin-right: 20px;

}

.header_box_feat {
    height: 200px;

    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -6px;

}

.box_feat#icon_1 {
    background: url(../img/kisspng-computer-icons-clip-art-vector-graphics-iconfinder-high-quality-guarante-svg-png-icon-free-download-5-c-6-cfd-956-f-0730-8362211915506466774548.png) center 25px no-repeat #fff;
}

.box_feat#icon_2 {
    background: url(../img/icon-reputation-management.png) center 25px no-repeat #fff;
}

.box_feat#icon_3 {
    background: url(../img/kisspng-fruit-tree-shape-money-tree-5-ac-45-e-651-ae-347-5055734015228186611101.png) center 25px no-repeat #fff;
}

.box_feat h3 {
    color: #ffbb05;
    font-weight: 600;
}

.about-us .main_content {
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    color: #333;
}

.about-us .main_content p {
    margin-bottom: 15px;
}

.about-us .main_content ul {
    list-style: disc;
    padding-left: 40px;
}

.about-us .main_content ul li {
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .slogan-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .slogan-text h3 {
        font-size: 30px;
    }

    .slogan-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .hero_home,
    .hero_home.version_1 {
        height: 400px;
    }

    .main_title h2 {
        font-size: 25px;
    }
}

@media (max-width: 500px) {

    .hero_home,
    .hero_home.version_1 {
        height: 250px;
    }

    .main_title h2 {
        font-size: 25px;
    }
}

#breadcrumb ul li:after {
    font-family: 'FontAwesome';
    content: '\f105';
}

.icon_star::before {
    font-family: 'FontAwesome';
    content: '\f005';
    font-style: normal;
}

.icon-location-outline::before {
    font-family: 'FontAwesome';
    content: '\f041';
    font-style: normal;
}

/* .icon-angle-circled-right::before {
  font-family: 'FontAwesome';
  content: '\f138';
  font-style: normal;
} */

.social_facebook::before {
    font-family: 'FontAwesome';
    content: '\f09a';
    font-style: normal;
}

.social_twitter::before {
    font-family: 'FontAwesome';
    content: '\f099';
    font-style: normal;
}

.social_linkedin::before {
    font-family: 'FontAwesome';
    content: '\f0e1';
    font-style: normal;
}

.social_instagram::before {
    font-family: 'FontAwesome';
    content: '\f16d';
    font-style: normal;
}

.main-menu ul ul li span>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-style: normal;
}

.main-menu ul ul {
    border-top: 2px solid #ffcb05;
}

.main-menu>ul>li span:hover>a {
    color: #000;
}

#toTop:before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-style: normal;
}

.main-menu ul ul li span>a:hover {
    color: #ffcb05;
}

.main-menu ul ul li:hover>a {
    color: #ffcb05;
}

.sbToggle:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-style: normal;
}

.icon-down-circled::before {
    font-family: 'FontAwesome';
    content: "\f103";
    font-style: normal;
}

#breadcrumb ul li {
    padding-right: 12px;
    margin-right: 5px;
    display: inline;
    line-height: 1.5;
}

.about-us_home {
    background: #fff;
}

.about-us_home .item-logo img {
    filter: unset;
}

.hero_home .content hr {
    max-width: 250px;
    border-width: 2px;
}

footer ul.links li a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    font-style: normal;
    font-weight: 100;
}

footer ul.links li a:hover,
footer ul.links li a:focus {
    color: #ffbb05;
}

header.header_sticky {
    top: 0;
}

.item-show_product:hover {
    text-decoration: none;
}

#breadcrumb {
    background-color: transparent;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}

#breadcrumb ul li a {
    color: #ffcb05;
    font-weight: 600;
}

#breadcrumb ul li:after {
    color: #ffcb05;
    line-height: 1.2;
}

#breadcrumb ul li:last-child {
    color: #602017;
    font-weight: 600;
}

.filters_listing {
    display: block;

    top: 55px;
    width: 100%;
}

footer ul li a {
    font-size: 14px;
}

.logo-footer p {
    font-size: 15px;
}

.row-mx-5 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.col-px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media only screen and (min-width: 992px) {
    .main-menu {
        top: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-find {
        margin-top: 10px;
    }
}

#demo {
    height: 100%;
}

#demo .carousel-inner,
#demo .carousel-item {
    height: 100%;
}

#demo .carousel-item img {
    height: 380px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 5px;
}

.bg-white {
    background-color: #fff !important;
}

.brd-white {
    border-bottom: 1px solid #e5e5e5;
}

.product-content_body {
    font-size: 15px;
}

.relative-product_list {
    position: relative;
    overflow: hidden;
}

.owl-nav .owl-prev span.fa,
.owl-nav .owl-next span.fa {
    font-size: 30px;
    color: #ffcb05;
    line-height: 1;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -36px;
    padding: 12px 5px;
    background: #000;
    opacity: 0.6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 0.5s
}

.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -36px;
    padding: 12px 5px;
    background: #000;
    opacity: 0.6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all 0.5s
}

.relative-product_list:hover .owl-nav .owl-next {
    right: 0;
    transition: all 0.5s
}

.relative-product_list:hover .owl-nav .owl-prev {
    left: 0;
    transition: all 0.5s
}

.relative-product_list .owl-nav .owl-next.disabled,
.relative-product_list .owl-nav .owl-prev.disabled {
    display: none;
}

.rating i.icon_star {
    padding-right: 4px;
}

.filters_listing {
    padding: 20px 0;
}

.list-product-wrapper .btn-outline-success:hover {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}

.serice-title h1 {
    text-transform: uppercase;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

.serice-title p {
    font-size: 15px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    margin-top: 15px;
    line-height: 30px;
}

.pagination {
    justify-content: center;
    font-size: 14px;
}

.pagination .page-link {
    color: #ffcb05;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffcb05;
    border-color: #ffcb05;
}

.page-item.active .page-link {
    color: #fff;
    text-decoration: none;
    background-color: #ffcb05;
    border-color: #ffcb05;
}

@media (max-width: 768px) {
    .category-page {
        /*padding-top: 180px;*/
    }
}

@media only screen and (max-width: 800px) {

    .titleicon {
        display: none;
    }

}

.btn-outline-success:hover {
    color: #fff;
    background-color: #ffaa05;
    border-color: #ffaa05;
}

.btn-outline-success {
    color: #ffaa05;
    border-color: #ffaa05;
    border: none;
}

.border_why {
    border-radius: 5px;
}

footer ul.contacts li a i {
    border: 2px solid;
    padding: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
}

footer ul li {
    color: #FFF;
}

footer ul.contacts li {
    height: 36px;
}

footer ul li a {
    display: flex;
    flex-direction: row;
    color: #fff;
    word-break: break-word;
}

footer ul li a:hover {
    color: #ffbb05;
}

footer ul.link-fa li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px !important;
}

footer ul.link-fa li a i.social_facebook {
    padding: 5px;
    width: 28px;
    height: 28px;
    background-color: #1405ff;
    text-align: center;
}

footer ul.link-fa li a i.fa-youtube-square {
    padding: 5px;
    width: 28px;
    background-color: red;
    height: 28px;
    text-align: center;
}

footer ul.link-fa li a i {
    margin-right: 10px;

}

.slogan-header {
    color: #FFF;
    font-weight: 900;
    display: flex;
    align-items: center;
    padding: 5px;
    max-width: 479px;
    height: 74px;
    opacity: 0.62;
    background-color: #ededed99;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    justify-content: center;
    margin-top: 360px;
}

.content-header {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;

    justify-content: center;
    margin-top: -25px;
    max-width: 479px;
    height: 54px;
    opacity: 0.62;
    border-bottom: 1px solid #fff;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    font-size: 14px !important;
}

@media only screen and (max-width: 800px) {
    .content-header {
        height: auto;
    }

    .content {
        align-items: center;
        height: 400px;
        justify-content: center;
        display: flex;
    }

    .slogan-header {
        margin-top: auto;
    }

}

.product_header {
    height: 200px !important;
}

.product-slogan {
    margin-top: 331.7px;

    color: #ffcb05;
}

.product_content {
    text-align: left !important;
}

.SN-PHM {

    position: relative;

    padding-bottom: 71px;
    padding-top: 69.7px;
    height: 60px;
    font-family: MyriadPro;
    font-size: 42px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
}

.SN-PHM:after {
    bottom: 0;
    left: 0;
    width: 65px;
    right: 0;
    height: 2px;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    background-color: #ffbb05;
}

.service-block {

    width: 46%;
    height: 40px;
    margin-left: 0px;
    padding-top: 12px;
    font-size: 12.5px;
    border-radius: 62px;
    border: solid 2px #ffcb05;
    background-color: #ffffff;
}

.service-block:hover {
    background-color: #ffcb05;
}

.text-left {
    text-align: left;
}

.service_banner {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
}

.margin-service {
    padding-top: 0px !important;
}

.boder-bottom {
    border-bottom: 0px !important;
}

.service-thumb {
    /*border: 1px solid black;*/
    border-radius: 4px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.09);
}

.sive-images {
    height: 222px;
}

.sive-content {
    height: 196px;
}

@media only screen and (max-width: 800px) {
    .banner-sider {
        display: none;
    }

}

.new-title {
    border-bottom: 1px solid;
    background: #ffffff !important;
    color: #212529 !important;
    padding: 10px 5px !important;
}

.new-inner:hover {
    background-color: #ffaa05 !important;
}

.detailnew {
    position: relative;
    color: #fff !important;

}

.share-icon {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
.article-detail{
    font-size: 15px;
}
.article-detail img {
    max-width: 100% !important;
}

/* NEW HEADER AFTER LOGIN */
#top_access {
    display: flex;
    align-items: center;
}

#top_access .login-header {
    color: #fff !important;
}

#top_access .login-header i {
    height: 40px;
    width: 40px;
    line-height: 1.1;
    color: #602017;
}

.user-logined {
    position: relative;
}

.btn-blue .rounded-circle {
    border: solid 1px #e5e5e5;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.user-logined .user-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 10;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(131, 131, 131, .2);
    width: 210px;
    opacity: 0;
    -webkit-transition: .1s ease all;
    -o-transition: .1s ease all;
    transition: .1s ease all;
    visibility: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    padding-bottom: 10px;
}

.user-logined .user-content::before {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(48, 51, 58, .1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    right: 5.5%;
    top: -6px;
    content: '';
    background: #f3f4f7;
    z-index: -1;
}

.user-logined .user-content li {
    display: block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 5px 25px;
}

.user-logined .user-content .user-heading {
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #f3f4f7;
    font-weight: 600;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 25px 25px 25px;
}

.user-logined .user-content li a {
    display: block;
    font-size: 14px;
    color: #30333a;
    text-align: left;
}

.user-logined .user-content .divide {
    border-top: 1px solid rgba(48, 51, 58, .1);
    margin: 10px 25px !important;
    height: 0 !important;
}

.user-logined .user-content li:last-child a {
    color: #c72628 !important;
    line-height: 1 !important;
}

.user-logined:hover .user-content {
    opacity: 1;
    visibility: visible;
}

.item-tags{
    padding: 8px 15px;
    min-width: 100px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-right: 5px;
    font-size: 15px;
    display: inline-block;
}
.item-tags:hover{
    background-color: #ffaa05;
    border-color: #fff;
    color: #fff;
    transition: all 0.2s;
}
/* PLAN */
.plan-wrapper {
    padding-bottom: 40px;
}

.plan-wrapper .plan-breadcrumb .breadcrumb {
    background-color: transparent;
    font-size: 13px;
    border-bottom: 1px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin-bottom: 0;
}

.plan-wrapper .plan-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'FontAwesome';
    content: '\f105';
}

.plan-wrapper .plan-breadcrumb .breadcrumb-item a {
    color: #888;
}

.plan-wrapper .plan-breadcrumb .breadcrumb-item.active {
    color: #333;
    font-weight: 600;
}

.plan-wrapper .info-plans table td {
    padding: 8px 20px;
}

.plan-wrapper .info-plans table tr td:first-child {
    padding-left: 0;
}


.plan-wrapper .info-user_plan {
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    background: #fafafa;
    z-index: 200;
    overflow: hidden;
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
}

.plan-wrapper .info-user_plan .user-sidebar_content {
    display: inline-block;
    float: right;
}

.plan-wrapper .info-user_plan .user-sidebar_content .btn {
    padding: .25rem .75rem;
    font-size: 14px;
}

.plan-wrapper .info-user_plan .top-header {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.plan-wrapper .info-user_plan .top-header span {
    font-size: 15px;
    font-weight: 600;
}

.plan-wrapper .info-user_plan .top-header .colapse-sidebar {
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
    color: #333;
}

.plan-wrapper .info-user_plan .block-sidebar {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.plan-wrapper .info-user_plan .block-sidebar .block-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-wrapper .info-user_plan .block-sidebar .block-user .user-sidebar_content {
    padding-left: 10px;
}

.plan-wrapper .info-user_plan .block-sidebar .block-user .user-sidebar_content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.plan-wrapper .info-user_plan .block-sidebar .block-user .user-sidebar_content span {
    font-size: 12px;
    color: #888;
}

.plan-wrapper .info-user_plan .block-sidebar .block-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: 1px solid #e5e5e5;
}

.plan-wrapper .info-user_plan .block-sidebar .block-report p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.plan-wrapper .info-user_plan .block-sidebar .block-report span {
    font-size: 14px;
    color: #888;
}

.list-plans .nav-tabs .nav-link {
    border: none;
    font-size: 14px;
    color: #333;
    padding: .75rem 1.2rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #007bff;
    font-weight: 600;
}

.badge-light {
    background-color: #e5e5e5;
    font-weight: 400;
    margin-left: 3px;
}

.nav-tabs .nav-link.active .badge-light {
    font-weight: 700;
}

.plan-body .filter-block {
    padding: 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
}

.plan-body .filter-block .form-control,
.plan-body .filter-block .btn {
    font-size: 14px;
    height: 35px !important;
}

.plan-body .filter-block .btn {
    width: 100%;
}

@media (max-width: 768px) {
    .plan-body .filter-block .btn {
        margin-top: 20px;
    }
}

.plan-body .filter-block .sort-status {
    max-width: 100px;
}

.label-priority {
    padding: .5em .8em;
    font-weight: normal;
}

.plans-body_list .plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plans-body_list .plan-item .plan-item_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.plans-body_list .plan-item .plan-item_info .plan-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.plans-body_list .plan-item .plan-item_info .meta-tag {
    font-size: 12px;
}

.plans-body_list .plan-item .plan-item_info .meta-tag .plan-code::after {
    content: '.';
    vertical-align: top;
    line-height: 1;
    padding-left: 5px;
}

.plans-body_list .plan-item .plan-item_comment {
    width: 100px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.plans-body_list .plan-item .plan-item_comment p {
    color: #999;
    font-size: 12px;
}

.label-priority {
    padding: .5em .8em;
    font-size: 10px;
    font-weight: 600;
    margin-left: 15px;
}

.plan-wrapper .info-user_plan.is_stuck {
    border-top: 1px solid #e5e5e5;

}

@media (max-width: 500px) {
    .plans-body_list .plan-item .plan-item_comment {
        display: none;
    }
}


/* FORM NEW PLAN */
.form-news_plan .top_header {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-news_plan .form_plan_body {
    padding: 30px 0;
}

.form-news_plan .form_plan_body .label-plan {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.form-news_plan .top_header h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.form-news_plan .label-plan_wrapper {
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-news_plan .input-plan:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-news_plan .editor_plan {
    border-radius: 0;
}

.form-group_wrapper {
    border-radius: 4px;
}

.form-group_wrapper:focus-within {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.form-news_plan .upload_photo {
    display: none;
}

.form-news_plan .input-images_block,
.form-news_plan .input-images_hidden {
    height: 150px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.form-news_plan .input-images_hidden a {
    word-break: break-word;
    overflow: auto;
    font-size: 12px;
    font-weight: 600;
    max-width: 80%;
}

.form-news_plan .input-images_hidden input {
    display: none;
}

.form-news_plan .input-images_hidden .delete-image {
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
    background: #fff;
    z-index: 1;
}

.form-news_plan .input-images_hidden .delete-image img {}

.form-news_plan .input-images_hidden .delete-image:hover {
    color: #075183;
    text-decoration: none;
}

.form-news_plan .input-images_block:hover,
.form-news_plan .input-images_hidden:hover {
    border-color: #075183;
}

.form-news_plan .img-preview {
    position: relative;
    margin-bottom: 20px;
}

.form-news_plan .img-preview img {
    height: 150px;
    width: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border: 1px solid #e5e5e5;
}

.form-news_plan .img-preview .remove-image {
    position: absolute;
    top: 10px;
    right: 15px;
}

.form-news_plan .img-preview .remove-image img {
    height: 24px;
    width: 24px;
    border: none;
}

.select-time_unit {
    max-width: 80px;
}

.form-news_plan .form-group {
    margin-bottom: 2rem;
}

.btn-submit {
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 25px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.relative {
    position: relative !important;
}

.devider {
    max-width: 800px;
    margin: 0 auto;
}

.btn-submit .btn {
    min-width: 100px;

}

/* PLAN DETAIL */
.plan-detail_top {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.plan-detail_top .top-left {
    margin-top: 3px;
}

.plan-detail_top .top-left .badge-detail {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1.1;
}

.plan-detail_top .top-left .top-meta {
    font-size: 14px;
}

.plan-detail_top .top-right .top-btn_detail a {
    font-size: 14px;
    padding: .3rem .75rem;
    min-width: 80px;
}

.plan-detail_top .top-right .top-btn_detail a:last-child {
    margin-left: 5px;
}

.plan-detail_top .top-right .top-btn_detail a span.lnr {}

.plan-detail .plan-detail_body {
    padding: 20px 0;
}

.plan-detail .plan-detail_body .title-plan {
    font-weight: 600;
}

.plan-detail .plan-detail_body .plan_content {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
}

.plan-detail .plan-detail_body .plan_content ul {
    padding-left: 20px;
}


.report-wrapper {
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.report-wrapper .block-section {
    margin-bottom: 20px;
}

.report-wrapper .block-section h5 {
    font-size: 15px;
    font-weight: 500;
    color: #075183;
}

.report-wrapper .block-section .block-section_content {
    font-size: 14px;
}

.block-section_top {
    overflow: hidden;
}

.edit-report {
    font-size: 12px;
    padding: .275rem .5rem;
}

.plan-wrapper .nav-tabs {
    margin-bottom: 0;
}

.upload_photo {
    display: none;
}

.plan-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-user img {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 50%;
    border: 1px solid #4cae4c;
}

.plan-user h5 {
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
}

.btn-login {
    background: transparent;
    border-radius: 26px;
    border-width: 2px;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 10px;
    border-color: #f7b71d;
}

.btn-login:hover {
    border-color: #f7b71d;
    background-color: #f7b71d;
}

.service-page_wrapper {
    overflow-x: unset;
}

.plan-comment .info-sender {
    padding-left: 10px;
}

.plan-comment .info-sender h5 {
    padding-left: 0;
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
}

.plan-comment .info-sender span {
    font-size: 10px;
    color: #888;
}

.plan-comment .comment-content {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    word-break: break-word;
}

.plan-comment .item-comment {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 14px;
    margin-right: 15px;
}

.plan-comment .item-comment:last-child {
    border: none;
    margin-bottom: 0;
}

.plan-comment .list-comment {
    height: 300px;
    overflow-y: auto;
}

.plan-comment .input_comment {
    resize: none;
    height: 34px !important;
}

.plan-comment .btn-send {
    float: right;
    margin-top: 10px;
}

.title-top_sidebar {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.plan-comment {
    height: 300px;
    overflow-y: auto;
    background: #fff;
}

.form-comment {
    padding: 20px 0;
    overflow: hidden;
}

.plan-comment .item-comment {
    padding: 14px;
    margin-bottom: 0;
}

.form-comment .input_comment {
    resize: none;
    height: 35px;
    padding: 0 10px;
    line-height: 1.5;
}

.form-comment .input_comment:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-comment .btn-comment {
    float: right;
    margin-top: 10px;
}

.breadcrumb {
    display: block !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}

.widget-title{
    padding-bottom: 5px !important;
}

.widget-title:first-child{
    padding-top: 0 !important;
}

.widget-title h4{
    font-weight: 600 !important;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .btn-login_mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .post-content img{
        width: 100% !important;
        height:  auto !important;
    }
    .btn_header_hidden {
        display: none;
    }

    .btn_footer_hidden {
        display: none;
    }
}

.upload_photo {
    display: none;
}

.toast-top-right {
    top: 100px !important;
}

.loading-upload {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    background: #e5e5e5;
    opacity: 0.5;
    display: none;
}

.item-plan_preview h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}

.item-plan_preview ul {
    padding: 0;
    list-style: none;
}

.item-plan_preview ul li a {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.item-plan_preview ul li {
    padding: 5px 0;
}

.item-plan_preview ul li a::before {
    font-family: 'FontAwesome';
    content: "\f15b";
    color: #ffc107;
    padding-right: 8px;
}

.badge-detail {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1.1;
    color: #fff;
}

.plan_content ul li,
.report-wrapper ul li {
    list-style: disc;
}

.report-wrapper ul {
    padding-left: 18px;
}

.slogan-introduce {
    position: relative;
    z-index: 99;
    display: block;
}

.col-footer {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

footer ul.links li a:hover {
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
}

footer ul.links li a:after {
    left: -20px;
}

footer ul.contacts li a {
    align-items: center;
}

.filters_listing .sbHolder ul {
    top: 45px !important;
}

.most-popular-widget .feeds .details{
    padding: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


.most-popular-widget .feeds .details .meta-date{
    font-size: 12px;
}
.most-popular-widget .feeds .thumb {
    width: 100%;
    overflow: hidden;
}
.most-popular-widget .feeds .thumb img{
    max-width: 100%;
    filter: brightness(0.5);
    width:100% !important;
    position: relative;
    height: 95px !important;
    transition: all 0.3s;
}
.most-popular-widget .feeds:hover > .thumb img{
    transform: scale(1.05);
    transition: all 0.4s;
}
@media (max-width: 992px) {
    .col-footer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mm-menu.mm-offcanvas {
        z-index: 999 !important;
    }
}

.mm-menu.mm-offcanvas {
    display: block;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    left: -100%;
    transition: all 0.3s;
}

.mm-menu.mm-iconbar,
.mm-menu.mm-offcanvas.mm-opened {
    display: block;
    left: 0;
    transition: all 0.3s;
}
.news-description{

}
/* UPDATE BANNER HOME */
.hero_home .content {
    position: absolute;
    bottom: 10%;
}

.sectionoverlay {
    background: rgba(0, 0, 0, .4)
}

.hero_home .item-slide {
    height: 100%;
}

.slogan-header {
    height: auto;
    min-height: 74px;
    padding: 10px;
    margin-top: 0;
}

.hero_home .content{
    left: 10%;
}
.hero_home .content h4{
    font-size: 24px;
}
.hero_home .content .content-header{
    height: auto;
    padding: 15px 10px;
}

@media (max-width: 992px) {
    .hero_home .content {
        position: absolute;
        bottom: 0;
        /* right: 0; */
        left: 0;
        top: 30px;
        margin: auto;
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: center; */
        /* align-items: center; */
        /* padding: 10px 30px; */
        width: 15% !important;
    }
    .hero_home .content {
        top:0 !important;
    }

    .hero_home .content h4 {
        max-width: 100%;
        width: 100%;
        font-size: 22px;
        margin: 0 !important;
    }

    .hero_home .content p {
        max-width: 100%;
        width: 100%;
        padding: 10px;
        margin: 0 !important;
    }
}

/* UPDATE BANNER HOME */
.thumb-right{
    position: relative;
}

.block-category{
    margin-top: -15px;
    /*padding-top: 75px;*/
}

.slide-title{
    text-align: start;
}
.slide-title h2{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.6px;
    color: #4d332d;
}

/* .slide-title h2::before{
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  left: -35px;
  border-radius: 4px;
  top: 40%;
  background-color: #ffbb05;
} */

/* .slide-title h2::after{
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  right: -35px;
  border-radius: 4px;
  top: 40%;
  background-color: #ffbb05;
} */
.hero_home{
    height: -webkit-fill-available;
}
.extra-page{
    margin-top: 66px;
}
.news-page{
    background: #f5f8fa;
    z-index: 1;
}
.dropcaps{
    font-weight: 600;
    margin-bottom: 10px;
}
.post-content{
    font-size: 15px;
    line-height: 1.5;
}
.singlepost h1{
    font-weight: 600;
}
.widget ul.cats a span{
    top: 0;
}
.widget .widget-news_title{
    color: #333;
    font-weight: 600;
}

@media (min-width:992px){
    .bg-img-mobile{
        display: none !important;
    }
}

@media (max-width:992px){
    .bg-img-mobile{
        display: block !important;
        object-fit: unset !important;
    }
    .bg-img-desk{
        display: none !important;
    }
    .hero_home{
        height: auto;
    }
    .hero_home .hero-slides_wrapper{
        position: relative;
        margin-top: 66px;
        display: block;
    }
}

/* css update */
.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 1s;
    font-size: 15px;
}

.btn span:after {
    content: '\2192';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 1s;
}

.btn:hover span {
    padding-right: 25px;
}

.btn:hover span::after {
    opacity: 1;
    right: 0;
}
.btn_link_detail{
    background: #fff;
    color: #ffaa05 !important;
    text-align: start;
    padding: 0;
}
.product-thumb .product-inner{
    text-align: start !important;
}
.why_about_us{
    padding-top: 100px;
    padding-bottom: 50px;
    /*margin-bottom: 64px;*/
}
.why_about_us_img {
    background: url(../../images/banner/22122020150637_u59PAOGy0Z4MOIsk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .why_about_us_tite_content {
        padding-left: 50px;
    }
}
.block_content_img img{
    width: 90px;
    height: 90px;
}
ul.tabs,
ul.tabs_CDL,
ul.tabs_TPCN {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    /*gap: 70px;*/
}
ul.tabs li:hover span,
ul.tabs_CDL li:hover span,
ul.tabs_TPCN li:hover span {
    color: #feb213;
}
ul.tabs li span,
ul.tabs_CDL li span,
ul.tabs_TPCN li span{
    width: 85px;
    height: 14px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    cursor: pointer;
    user-select: none;
}
ul.tabs li.active,
ul.tabs_CDL li.active,
ul.tabs_TPCN li.active {
    color: #222;
    transition: 0.3s ease all;
    border: none;
}
ul.tabs li.active span,
ul.tabs_CDL li.active span,
ul.tabs_TPCN li.active span {
    position: relative;
    color: #feb213;
    font-weight: 500;
    transition: 0.3s ease all;
}
ul.tabs li.active span::after,
ul.tabs_CDL li.active span::after,
ul.tabs_TPCN li.active span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 30px;
    height: 2px;
    width: 100%;
    background-color: #feb213;
}
.tab-content {
    display: none;
    padding: 20px 0 30px;
    transition: 0.3s ease all;
}
.tab-content.active {
    display: inherit;
    transition: 0.3s ease all;
}
.ease-effect{
    padding: 0 10px;
}
.product_option_arrow{
    /*margin-left: 60px;*/
}
.product_option_arrow img{
    padding-left: 40px;
    text-decoration: none;
}
.block_content{
    margin-top: 50px;
}
/*.product_option_arrow img {*/
/*    width: 90px;*/
/*    cursor: pointer;*/
/*}*/
/*.product_option_arrow img:hover {*/
/*    width: 100px;*/
/*}*/
.block_content_desc{
    padding-left: 32px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
.block_content_desc h3{
    font-size: 25px;
    font-weight: bold;
    color: #181818;
    line-height: 2;
}
.block_content_desc p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #7a839e;
}
.main_product{
    /*padding-top: 114px;*/
}
.my-products{
    margin-top: 84px;
}
.recomended{
    /*margin-top: 90px !important;*/
}
@media(min-width: 576px) {
    .btn_viewmore{
        margin-top: 75px;
    }
}
.slide-title h2:after {
    top: 50px;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    background-color: #ffbb05;
}
.hero_home{
    position: relative;
}
.hero_home .content{
    position: absolute;
    top: 50%;
    width: 100%;
    left: unset;
}

@media (min-width: 576px){
    .banner_slide {
        height: calc(100vh - 64px);
    }
    .hero_home {
        margin-top: 80px;
    }
}


