:root {
    --main-color: #303841;
    --bg-menu: #00a3fb
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**Menu**/
.stuck div#wide-nav {
    background: var(--bg-menu);
}

#wide-nav.header-bottom {
    min-height: 1px;
    position: absolute;
    width: 100%;
    background: transparent;
}

#wide-nav .flex-row.container {
    position: relative;
}

#wide-nav .flex-row.container .flex-center {
    background-color: var(--bg-menu);
    width: 90%;
}

#wide-nav .flex-row.container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: var(--bg-menu);
    -webkit-transform: skewX(37deg);
    transform: skewX(37deg);
    z-index: -1;
    margin-left: 30px;
}

#wide-nav .flex-row.container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: var(--bg-menu);
    -webkit-transform: skewX(-37deg);
    transform: skewX(-37deg);
    z-index: -1;
    margin-right: 30px;
}

#wide-nav ul#mega-menu-primary li {
    margin: 0px !important;
}

#wide-nav ul#mega-menu-primary li a {
    color: #fff;
    text-transform: uppercase !important;
    font-size: 15px !important;
    padding: 0px 15px !important;
}

#wide-nav ul#mega-menu-primary li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    border-radius: 0 0 4px 4px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li:not(:last-child) {
    border-bottom: 1px dashed #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    text-transform: unset !important;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: var(--bg-menu) !important;
    color: #fff !important;
}

/**header**/
.header-support {
    display: flex;
}

.header-support .header-support-item {
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header-support .header-support-item .support-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    line-height: 40px;
}

.header-support .header-support-item .support-icon i {
    color: #d50202;
    font-size: 18px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: #fff !important;
    border: 0px !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 i {
    color: #d50202;
}

.header-support .header-support-item .support-content h4 {
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
}

.header-support .header-support-item .support-content p {
    color: #fff;
    text-transform: uppercase;
    margin: 0px !important;
    font-size: 14px;
}

input#woocommerce-product-search-field-0 {
    width: 200px;
    border-radius: 4px 0 0 4px;
    box-shadow: unset !important;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    box-shadow: unset !important;
    border-radius: 0 4px 4px 0 !important;
    height: 35px !important;
}

input#woocommerce-product-search-field-0 {
    width: 200px;
    border-radius: 4px 0 0 4px;
    box-shadow: unset !important;
    height: 35px !important;
    border: 0px !important;
}

/**category**/
.category-item {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 4px !important;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
}

.category-item .category-item-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.category-item .category-item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    transition: 0.3s ease-in-out;
}

.category-item .category-item-text h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px !important;
    line-height: 25px;
}

.category-item .category-item-text {
    padding: 10px;
    text-align: center;
}

.category-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset !important;
    border-color: #f2f2f2;
}

.category-item .category-item-text h3:hover {
    color: var(--primary-color);
}

.category-item:hover .category-item-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/**footer**/
#footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0 30px 0;
    color: #fff;
    font-size: 15px;
    background: #d50202;
}

#footer p, #footer ul li {
    margin-bottom: 10px !important;
    color: #fff;
}

#footer .footer-top .footer-title, #footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

#footer .footer-menu ul li {
    border: 0px !important;
    position: relative;
}

#footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0px !important;
}

#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

footer#footer .footer-form-body {
    width: 100%;
    position: relative;
}

footer#footer .footer-form-body .input-email {
    width: 100%;
    display: inline-block;
    box-shadow: unset !important;
    height: 40px !important;
    font-size: 15px;
    margin: 0px !important;
}

footer#footer .footer-form-body .btnEmail {
    background: #fff;
    color: #d50202;
    width: 40px;
    height: 38px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

footer#footer .footer-social {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-social a {
    width: 35px;
    height: 35px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    line-height: 35px;
    color: #d50202;
    font-size: 15px;
}

.footer-absolute a {
    color: #fff;
    font-weight: 700;
}

.footer-absolute {
    text-align: center;
    background: var(--primary-color);
    padding: 5px 0;
    color: #fff;
}

/**about**/
.about-item {
    width: 100%;
    display: flex;
}

.about-item .about-icon {
    width: 200px;
    height: 80px;
    margin-right: 10px;
}

.about-item .about-icon img {
    width: 100%;
    object-fit: contain;
}

.about-item .about-icon .about-svg {
    color: var(--primary-color)
}

.about-item .about-icon .about-svg svg {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.about-item .about-text p {
    color: #fff;
    font-size: 15px;
    margin: 0px !important;
}

.about-item .about-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

/* * post item * */
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.post-item .post-content h4 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 20px;
    height: 40px;
}

.post-item .post-content h4:hover {
    color: #d30000 !important;
}

.post-item .post-content .article-info {
    width: 100%;
    font-size: 15px;
    display: flex;
    margin: 10px 0;
}

.post-item .post-content .article-date {
    margin-right: 15px;
}

.post-item .post-content .post-content p {
    margin: 10px 0 0 0;
    font-size: 15px;
}

/**single**/
.article-head h1 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 25px;
}

.article-head {
    width: 100%;
    margin: 0 0 30px 0;
}

.article-date-comment > div {
    margin-right: 15px;
}

.article-date-comment {
    width: 100%;
    display: flex;
    font-size: 15px;
}

.article-body.add-height-img p, .article-body.add-height-img ul li, .article-body.add-height-img ol li {
    margin-bottom: 10px !important;
}

.article-body.add-height-img ul li {
    list-style: inside disc;
}

.article-body.add-height-img ol li {
    list-style: inside;
}

.article-post-related {
    width: 100%;
    margin-top: 30px;
}

.article-post-list ul li {
    list-style: inside disc !important;
}

.article-post-list ul li a {
    color: #000;
    font-size: 15px;
}

.article-post-list ul li a:hover {
    color: #d30000 !important;
}

/**breadcrumbs**/
#breadcrumb-wrapper.breadcrumb-w-img {
    height: 300px;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content .breadcrumb-big h2 {
    font-size: 32px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

#breadcrumb-wrapper .breadcrumb-small span, #breadcrumb-wrapper .breadcrumb-small a {
    color: #fff;
    font-size: 15px;
}

/*category**/
#category-page {
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
}

#mobile {
    display: none;
}

.blog-head {
    width: 100%;
    margin-bottom: 30px;
}

.blog-title h1 {
    color: #000000;
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px;
}

/**widget**/
.widget {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    margin-bottom: 30px;
}

.is-divider.small {
    display: none;
}

span.widget-title {
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 15px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.tagcloud {
    padding: 15px !important;
}

.category-list .post-thumbnail {
    height: 250px;
}

.widget-title h3 {
    color: #fff;
    margin: 0px !important;
    font-size: 18px;
    text-transform: uppercase;
}

.widget-title {
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.widget-post-list {
    width: 100%;
    padding: 15px;
}

.widget-post-list .project-position {
    font-size: 13px;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    height: 50px;
    float: left;
    border-radius: 5px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 20px;
}

#mobile {
    display: none;
}

.lightbox-content {
    max-width: 100% !important;
}

/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/

/**single product**/
.badge-container.is-larger.absolute.left.top.z-1 {
    width: 100%;
    margin: 0px !important;
}

span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    z-index: 1;
    background: #d30000;
    padding: 5px 10px;
    color: #fff;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-info h1.product-title.product_title.entry-title {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 24px;
}

.product-info p.price.product-page-price.price-on-sale ins span {
    display: inline-block;
    margin-right: 10px;
    color: #d30000;
}

.product-info p.price.product-page-price.price-on-sale {
    color: #bebebe !important;
}

.product-info p.price.product-page-price.price-on-sale del span {
    margin-right: 15px;
    font-size: 20px;
    color: #bebebe !important;
    font-weight: 700;
}

.product-info .price-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.product-info .product-short-description {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
}

.product-info form.cart {
    display: none;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    background: #000;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li {
    padding: 10px 0 !important;
    margin: 0px !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a:before {
    display: none;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a {
    padding: 0px 15px !important;
    color: #fff;
    font-size: 15px;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li.active, ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li:hover {
    background: var(--primary-color);
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tab-panels {
    padding: 15px;
}

.wc--content p, .wc--content ul li, .wc--content ol li {
    color: #000;
    margin-bottom: 10px !important;
}

.wc--content ul li, .wc--content ol li {
    list-style: inside disc;
}

.wc-thong-so table, .wc--content table {
    border: 1px solid #f2f2f2 !important;
}

.wc-thong-so table tr:nth-child(1) td, .wc--content table tr:nth-child(1) td {
    background: #000 !important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.wc-thong-so table tr:nth-child(even), .wc--content table tr:nth-child(even) {
    background: #f2f2f2;
}

.wc-thong-so table tr td {
    padding: 10px;
    color: #000;
}

.wc-thong-so table tr td, .wc--content table tr td {
    padding: 10px;
    color: #000;
    font-size: 15px;
    border-right: 1px solid #f2f2f2;
}

.widget-product {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    margin-bottom: 30px;
}

.widget-post-item .product-price {
    color: #999999;
}

.widget-post-item .product-price del span {
    color: #999999;
    font-weight: 700;
    font-size: 15px;
}

.widget-post-item .product-price ins span {
    color: #d30000;
    font-size: 15px;
}

.widget-post-item .product-price b {
    color: #d30000;
}

.product-size-hotline {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e6e6e6;

}

.social-network-actions.text-left {
    display: flex;
}

.product-hotline {
    margin-right: 10px;
}

.product-show-info {
    padding: 20px 0;
}

.product-show-info a {
    background: var(--main-color);
    padding: 10px 25px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-show-info a:hover {
    background: #d30000;
    color: #fff;
}

/**product-item**/
.product-item {
    width: 100%;
    padding: 5px;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
}

.product-item:hover {
    transition: 0.3s ease-in-out;
    border: 1px solid #f2f2f2 !important;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 200px;
    position: relative;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 15px 0 5px 0;
}

.product-item .product-thumbnail .product-sale {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    z-index: 1;
    background: #d30000;
    padding: 5px 10px;
    color: #fff;
}

.product-item .product-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 20px;
}

.product-item .product-content .product-price del {
    float: right;
}

.product-item .product-content .product-price {
    color: #999999;
}

.product-item .product-content .product-price del span {
    color: #999999;
    font-weight: 700;
    font-size: 15px;
}

.product-item .product-content .product-price ins span {
    color: #d30000;
    font-size: 15px;
}

.product-item .product-content .product-price b {
    color: #d30000;
}

.product-item .product-content h3:hover {
    color: #d30000;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7) !important;
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button i {
    color: #fff;
    font-size: 25px;
}

button.owl-prev {
    left: 5px;
}

button.owl-next {
    right: 5px;
}

.slide-product .owl-dots {
    display: none !important;
}

/**product-category**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

form.woocommerce-ordering {
    width: 100%;
    margin: 0px;
    text-align: right;
}

form.woocommerce-ordering select.orderby {
    float: right;
}

form.woocommerce-ordering select.orderby {
    width: 200px;
    box-shadow: unset !important;
    height: 35px;
    font-size: 15px;
}

.thong-tin-san {
    width: 100%;
    margin: 15px 0 10px 0;
}

.thong-tin-san ul li {
    list-style: inside disc;
    margin: 0px !important;
    margin-bottom: 10px;
    font-size: 15px;
}

/* * tab * */
.tab-bassic ul {
    margin-bottom: 20px !important;
}

.tab-bassic ul li a {
    border: none;
    outline: none;
    padding: 5px 15px;
    cursor: pointer;
    background: #e6e6e6;
    color: #000000;
    border-radius: 0px !important;
    margin: 0px 3px;
    font-size: 13px;
}

.tab-bassic ul li.active a, .tab-bassic ul li a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

/**partner**/
section#footer-partner {
    width: 100%;
    display: inline-block;
    background: #ffffff;
}

section#footer-partner .partner-item {
    text-align: center;
}

section#footer-partner .partner-item img {
    width: 200px !important;
    margin: auto;
    object-fit: contain;
}

.bnit-info p {
    margin-bottom: 10px;
}

.form-info .input-ht {
    box-shadow: unset !important;
    border-radius: 4px !important;
    height: 40px !important;
}

.form-info .textarea-ht {
    box-shadow: unset !important;
    border-radius: 4px !important;
    height: 300px !important;
}

.form-info .btnHt {
    background: #000 !important;
    margin: 0px !important;
    float: right;
    border-radius: 4px !important;
}

/**slide**/
#sync2 .item {
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 120px;
    padding: 5px;
}

#sync2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#sync1 .item img {
    width: 500px;
    margin: 15px auto;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #f2f2f2;
    padding: 3px !important;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.project-gallery {
    margin-bottom: 20px !important;
}

.backUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    right: 30px;
    background: var(--main-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    z-index: 999;
}

aside.widget-post {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    margin-bottom: 30px;
}