.footer-template {
    background: #333333;
    font-size: 15px;
    clear: both;
    padding-bottom: 70px !important;
}

.title-item-footer {
    font-size: 1rem;
    font-weight: 700 !important;
}

.title-item-footer span {
    display: inline-block;
    position: relative;
}

.title-item-footer span:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.description-item-footer p {
    margin-bottom: 5px;
}

.footer-template ul li a {
    color: #fff;
}

.footer-template ul li a:hover {
    text-decoration: underline;
}

.footer-template ul,
.footer-template ul li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.footer-template ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.footer-template ul li:after {
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
}

.social-footer li {
    padding-left: 0px !important;
}

.social-footer li:after {
    display: none;
}

.fixed-social {
    display: none !important;
    right: -65px;
    z-index: 99999999;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
    transition: all 0.3s;
    border-radius: 10px 0px 0px 10px;
}

.fixed-social:hover {
    right: -15px;
}

.slick-initialized .slick-slide {
    /* display: block; */
    /* margin-right: 10px; */
}

/* .slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  margin-right: -7px;
  transform: translate3d(0, 0, 0);
} */
.menu-template-fixed,
.menu-header-fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.customer-feedback {
    background: #ececec;
}

.item-owl-feedback {
    padding-top: 65px;
}

.icon-feedback {
    background: url("images/icon-feedback.png") #e6e6e6 no-repeat center;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
    top: -45px;
}

.description-feedback {
    color: #666;
    font-size: 16px;
    font-weight: 300;
}

.info-user-feedback img {
    border-radius: 50%;
}

.info-user-feedback .box-images {
    width: 80px;
    height: 80px;
    top: -5px;
    left: 0px;
    z-index: 10;
}

.box-info-custom-feedback {
    padding-left: 100px;
}

.box-info-custom-feedback .name-user-feedback {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.box-info-custom-feedback .address-user-feedback {
    font-size: 16px;
    font-weight: 300;
}

.ratting-user {
    right: 0px;
    top: 45%;
    color: rgb(24 41 81);
}

.item-owl-feedback:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -35px;
    border-style: solid;
    border-width: 35px 35px 0px 0px;
    border-color: #fff transparent;
}

.site-info-web {
    background-repeat: no-repeat;
    background-size: cover;
}

.box-site-info-web:after {
    background: #192951;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.description-site-info-web,
.title-site-info-web {
    z-index: 1;
}

.title-site-info-web {
    font-size: 28px;
}

.description-site-info-web {
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
}

.name-personnel,
.title-info {
    font-size: 26px;
    color: #192951;
}

.title-about-site {
    color: #9acd55;
    font-size: 24px;
}

.description-about-site {
    font-size: 17px;
    font-weight: 300;
}

.about-info .left {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.about-info .right {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.about-info ul li {
    line-height: 1.5;
}

.personnel .center {
    display: flex;
    justify-content: center;
}

.name-personnel {
    font-size: 24px;
}

.position-personnel {
    color: #666;
    font-weight: 300;
    font-size: 18px;
    margin-top: 12px;
}

.content-personnel {
    color: #333;
    font-weight: 300;
    font-size: 18px;
}

.email-personnel {
    font-size: 18px;
    font-weight: 300;
}

.capacity {
    background: #ececec;
}

.box-item-capacity .font-weight-bold {
    font-size: 45px;
    color: #192951;
}

.box-item-capacity {
    font-weight: 300;
    font-size: 17px;
    min-height: 145px;
    display: flex;
    align-items: center;
}

.capacity .container {
    max-width: 1200px;
}

.box-info-capacity {
    width: 100%;
    text-align: center;
}

.partner img {
    max-width: 120px;
}

.partner .owl-stage-outer .owl-item .item a {
    width: 150px;
    height: 80px;
    display: block;
    margin: 15px auto;
}

.partner .owl-stage-outer .owl-item .item img,
.owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.feedback-right {
    margin-top: -28px;
}

.customer-feedback .owl-carousel .owl-nav button.owl-prev,
.customer-feedback .owl-carousel .owl-nav button.owl-next {
    top: 0px !important;
    transform: none !important;
    right: 15px;
    left: auto;
    margin: 0px;
    background: transparent;
    font-size: 50px;
    width: 40px;
    height: 40px;
    color: #333;
    border: 3px solid #ccc;
    border-radius: 50%;
    outline: none;
}

.customer-feedback .owl-nav {
    top: 0px !important;
}

.customer-feedback .owl-carousel .owl-nav button.owl-prev {
    right: 60px;
}

.customer-feedback .owl-carousel .owl-nav button span {
    color: #999;
    position: absolute;
    display: inline-block;
    left: -50%;
    top: -50%;
    transform: translate(50%, 50%);
    margin-left: 20px;
    margin-top: 11px;
}

.title-seo {
    font-size: 25px;
    color: #192951;
}

.des-news-category {
    font-size: 18px;
}

.title-new-post {
    color: #192951;
    font-size: 18px;
}

.title-new-post:hover {
    color: rgb(24 41 81);
}

.time-new-post {
    font-weight: 300;
    font-size: 16px;
}

.description-new-post {
    font-weight: 400;
    font-size: 16px;
}

.item-product-hot .box-item-product-hot .title-item-product-hot a {
    color: #4e4e4e;
    font-size: 18px;
}

.sku-product,
.item-product-hot .box-item-product-hot .sku-product {
    font-size: 17px;
    font-weight: 300;
}

.item-product-hot:hover .box-item-product-hot .title-item-product-hot a {
    color: rgba(140, 198, 63);
}

.content-page-cat {
    font-size: 16px;
    font-weight: 300;
}

.nav-page-cat li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.nav-page-cat li a {
    font-size: 18px;
    position: relative;
    color: #666;
    font-weight: 500;
    display: block;
    padding: 12px 15px;
    border: 1px solid #ddd;
    padding-left: 50px;
}

.nav-page-cat li a:hover {
    color: rgba(140, 198, 63);
}

.nav-page-cat li a:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    left: 25px;
    font-size: 20px;
    top: 11px;
}

.title-web-left:after {
    left: 15px;
    transform: none;
    top: 50%;
}

.list-primary-cat-product nav ul li {
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

.list-primary-cat-product nav ul li a {
    color: #2b3a5f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}

.list-primary-cat-product nav ul li a:hover {
    color: #7dc145;
}

.list-primary-cat-product nav ul li ul {
    display: none;
}

.list-primary-cat-product nav ul li:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #2b3a5f;
    position: absolute;
    display: inherit;
    top: 4px;
    right: 0px;
}

.list-primary-cat-product nav ul li:last-child:after {
    display: none;
}

.list-hot-product {
    background: #fff;
    clear: both;
}

.list-hot-product .title-web {
    font-size: 26px;
}

.list-hot-product .title-web:after {
    width: 210px;
    top: 50%;
}

.box-item-list-tax-product ul li,
.box-item-list-tax-product ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.box-item-list-tax-product ul li img {
    max-width: 110px;
}

.box-item-list-tax-product ul li .permalink-item {
    color: #676767;
    font-weight: 500;
    font-size: 18px;
}

.box-item-list-tax-product ul li {
    padding-bottom: 15px;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 15px;
}

.box-item-list-tax-product ul li:hover a {
    color: #b71e38;
}

.title-web-left {
    font-size: 26px;
}

.title-single-product {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 34px;
}

.sku-single-product {
    color: #909090;
    font-size: 28px;
    font-weight: 300;
}

.description-single-product {
    font-size: 18px;
}

.description-single-product li {
    padding-left: 20px;
    position: relative;
    display: block;
}

.description-single-product li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #666666;
}

.content-single-product {
    font-size: 17px;
    font-weight: 300;
}

#carouselSingleProduct .carousel-indicators li {
    width: auto;
    height: auto;
    opacity: 1;
    padding: 0px 10px;
    text-indent: inherit;
    margin: 0px;
}

#carouselSingleProduct .carousel-indicators {
    position: relative;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

#carouselSingleProduct .carousel-control-next,
#carouselSingleProduct .carousel-control-prev {
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.mm-navbars_bottom>.mm-navbar,
.mm-navbars_top>.mm-navbar,
.mm-panel,
.mm-panels,
.mm-menu_theme-dark {
    background: #252525 !important;
}

.mm-menu a:hover {
    background: #182951;
}

.mm-iconbar {
    background: #182951 !important;
}

#permalinkmobile {
    display: none;
    padding: 4px 10px;
    color: #fff;
    border: 1px solid #eee;
    float: right;
    margin: 15px 0px;
    margin-right: 45px;
    font-size: 24px;
}

.select-url-mobile {
    display: none;
}

.title-tax:after {
    bottom: 0px;
    left: 0px;
}

.content-template {
    font-size: 16px;
}

.item-contact .fa {
    color: #b3b3b3;
    font-size: 60px;
    display: block;
    text-align: center;
}

.item-contact {
    font-size: 18px;
    color: #182951;
    font-weight: bold;
}

.item-contact span {
    color: #b3b3b3;
}

.item-contact:after {
    /* content: ""; */
    position: absolute;
    right: 0px;
    width: 2px;
    background: #eee;
    height: 100%;
    top: 0px;
}

.contact-box-template .item-contact:last-child:after {
    display: none;
}

.wpcf7-form-control {
    background: #f2f2f2;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none !important;
    width: 100%;
    margin: 6px 0px;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 162px;
}

.container {
    position: relative;
}

.container-l {
    margin: 0 52px;
}

.get_name_product {
    display: none;
}

div.wpcf7-response-output {
    margin: 10px 0px 5px 0px !important;
}

.form-search-box {
    padding: 0px;
}

.form-search-box #s {
    border: 1px solid #eee;
    padding: 5px 10px;
    display: block;
    width: 100%;
    outline: none;
}

.form-search-box #searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 36px;
    background: #182951;
    color: #fff;
    border: none;
    outline: none;
}

.clearfix {
    clear: both;
}

.pb0 {
    padding-bottom: 0px !important;
}

.contact-template2 {
    background-color: #5e6a86;
    color: #d4d6db;
}

.title-contact-template2 {
    font-weight: 500 !important;
    font-size: 30px;
}

.contact-template2 .right {
    align-self: center;
}

.f18 {
    font-size: 18px;
}

.contact-template2 .wpcf7-form-control.wpcf7-submit {
    background: #fff !important;
    color: #5e6a86;
    margin: 0 AUTO;
    display: block;
}
