/*@font-face {*/
    /*font-family: "utm-caviar";*/
    /*src: url("../fonts/UTM Caviar.ttf") format("woff"),*/
    /*url("../fonts/UTM Caviar.ttf") format("opentype"),*/
    /*url("../fonts/UTM Caviar.ttf") format("truetype");*/
/*}*/
@font-face {
    font-family: 'UltraLight';
    src: url('../fonts/Roboto-Regular.ttf');
}


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

ul, li {
    list-style: none;
    padding-left: 0px !important;
}

li {
    margin-bottom: 0px !important;
}

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

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

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

h1, h2, h3, h4, h5, h6 , p ,a  {
    font-family: "UltraLight" !important;
}

/**header**/
/* header#header {
    margin: 40px 0;
} */

/* div#masthead .header-inner {
    background: #ffc40e;
    border-radius: 50px;
    border: 1px solid #fff;
} */

div#masthead .header-menu-main ul li {
    float: left;
    padding: 0px 15px;
    border: 0px !important;
}
#masthead ul li.menu-item a.nav-top-link {
    color: #000;
    padding: 0 5px;
    font-size: 15px;
}

div#masthead .header-menu-main ul li a {
    font-family: "UltraLight" !important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
#masthead ul.nav-dropdown.nav-dropdown-default {
    border: 0;
    padding: 0;
}
#masthead ul.nav-dropdown.nav-dropdown-default li {
    margin: 0;
}
#masthead ul.nav-dropdown.nav-dropdown-default li a {
    color: #000;
    margin: 0;
    font-size: 15px;
    padding: 12px;
}
#masthead ul.nav-dropdown.nav-dropdown-default li a:hover {
    background-color: #ffc40e;
    color: #ffff;
}
/* div#masthead img.header_logo.header-logo {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 999;
    max-height: 120px;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
	width: 124px;
    height: 120px;
    object-fit: contain;
    background: #fff;
    border: 2px solid #fcb900;
} */

div#masthead li.cart-item.has-icon.has-dropdown i {
    color: #fff;
    font-size: 16px;
}

div#masthead .header-menu-main ul li a {
    padding: 0px !important;
}

.header.show-on-scroll, .stuck .header-main {
    display: none;
}

/**banner*/
.sec-banner {
    margin-top: -125px;
}

/**title**/
.home__title {
    width: 500px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 2px;
    margin-bottom: 20px;
    background: #ffcf00;
}

.home__title span {
    color: #000;
    font-family: "UltraLight" !important;
    font-weight: 700;
    font-size: 23px;
    background: #fff;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    padding: 0px 20px;
}

/**product**/
article.product-home {
    margin: 20px 0 0 0;
}

.box-product {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.box-product .box-product-avatar {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.box-product .box-product-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.box-product .box-product-avatar img:hover {
    transform: scale(1.5);
    transition: .5s;
}

.box-product .box-product-content {
    margin: 15px 0;
}

.box-product .box-product-content h2 {
    color: #000;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.box-product .box-product-content .price-wrapper ins span {
    color: #ffcf00;
    font-family: "UltraLight" !important;
    font-size: 16px;
}

.box-product .box-product-control ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0px !important;
    text-align: center !important;
}

.box-product .box-product-control {
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.box-product .box-product-control ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 5px;
}

.box-product .box-product-control ul {
    text-align: center;
    width: 100% !important;
    display: inline-block;
    background: transparent !important;
    margin-bottom: 0px !important;
}

.box-product .box-product-avatar .pdLabel.sale {
    position: absolute;
    z-index: 9999;
    background: #ffcf00;
    color: #ffffff;
    right: 20px;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    font-family: "UltraLight" !important;
    font-weight: 700;
    border-radius: 50%;
    line-height: 45px;
    top: 20px;
    font-size: 15px;
}

.box-product .box-product-avatar .pdLabel.sale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    border-bottom-color: #ffcf00;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
}

.box-product:hover .box-product-control {
    transition: 0.3s ease-in-out;
    bottom: 10px !important;
}

/**slider**/
.slide-product .owl-nav button {
    position: absolute;
    border: 1px solid #ddd !important;
    margin: 0px !important;
    width: 40px;
    height: 35px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    top: 40%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    border-radius: 5px !important;
}

.slide-product .owl-nav button i {
    color: #000;
}

.slide-product .owl-nav button:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset !important;
}

.slide-product .owl-nav button.owl-prev {
    left: -45px;
}

.slide-product .owl-nav button.owl-next {
    right: -45px;
}

/**tab**/
.productPadding {
    padding: 40px 0 !important;
}

.tab-product ul li a:before {
 display: none;
  
}

.tabbed-content.tab-product ul {
 margin-bottom: 0px !important;
    width: auto;
    margin: auto;
    background: #000;
    border-radius: 50px;
  
}

.tabbed-content.tab-product ul li a {
    color: #fff !important;
    text-align: center;
    padding: 8px 20px;
}

.tabbed-content.tab-product ul li.active a {
    background: #ffc40e;
    color: #472618;
    border-radius: 50px;
}

/**footer**/
footer#footer {
    background: url(/wp-content/uploads/2022/11/photo_2022-11-22_10-03-26-2.jpg);
    background-size: cover !important;
    padding: 40px 0;
    margin-top: 20px;
}

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

footer#footer .footer-top p {
    color: #ffffff;
    margin-bottom: 10px !important;
    font-family: "UltraLight" !important;
    font-size: 15px;
    font-weight: 600;
}

footer#footer .footer-top h2.company {
    color: #fff;
    font-size: 25px;
}

footer#footer .borderTop:before {
    border-top: 4px solid #fff500;
    content: '';
    display: inline-block;
    width: 20%;
}

footer#footer nav.footer {
    padding-top: 0px !important;
    margin-top: 20px !important;
}

footer#footer nav.footer ul li {
    border-color: rgba(255, 255, 255, 0.2)
}

footer#footer nav.footer ul li a {
    color: #ffffff;
    font-family: "UltraLight" !important;
    font-size: 15px;
    text-transform: uppercase;
}

footer#footer .footer-social ul li {
    float: left;
    margin-right: 15px;
}
.form-content-register-homes {
    display: flex;
}

footer#footer .footer-social ul li a .social-icon {
    background: url(../images/icon.svg);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

footer#footer .footer-social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social ul li a .facebook {
    background-position: 55.900621118012424% 68.4931506849315%;
}

footer#footer .footer-social ul li a .instagram {
    background-position: 16.149068322981368% 68.4931506849315%;
}

footer#footer .footer-social ul li a .youtube {
    background-position: 83.85093167701864% 65.75342465753425%;
}

footer#footer .footer-social ul li a .pinterest {
    background-position: 63.75% 0;
}

footer#footer .footer-social ul li a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

footer#footer .form-content-register {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

footer#footer .form-content-register h2 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: normal;
}


footer#footer input.wpcf7-form-control.wpcf7-submit.btn-register {
    margin: 0px 2px auto !important;
    float: left !important;
}

footer#footer span.wpcf7-form-control-wrap.email {
    float: left;
    display: inline-block !important;
    width: 65%;
    margin-right: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-email {
    background-color: #b8abab!important;
}

footer#footer .form-content-register .input-email {
    width: 100% !important;
    border-radius: 50px !important;
    box-shadow: unset !important;
   background: #ffffff!important;
    padding: 5px 10px !important;
    height: 35px !important;
    font-size: 14px !important;
    border: 2px solid #000000 !important
}

footer#footer .btn-register {
    background: #000000 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
    height: 35px !important;
    min-height: 35px !important;
    font-family: "UltraLight" !important;
    color: #ffcf00 !important;
    line-height: 35px !important;
    font-size: 15px !important;

}
.col.col-padding {
    padding-bottom: 0;
}
footer#footer .fanpage-fb {
    margin: 20px 0;
}

/**product featured**/
article.product-featured {
    margin: 20px 0 0 0;
}

.product-grid {
    width: 100%;
    display: inline-block;
}

.product-grid .product-grid-avatar {
    width: 120px;
    height: 100px;
    float: left;
}

.product-grid .product-grid-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-grid .product-grid-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
}

.product-grid .product-grid-content h2 {
    color: #000;
    margin-bottom: 10px !important;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
}

.product-grid .product-grid-content .price-wrapper ins span {
    color: #ffcf00;
    font-family: "UltraLight" !important;
    font-size: 16px;
}

.product-grid .product-grid-content .box-grid-control {
    margin: 10px 0 0 0;
}

.product-grid .product-grid-content .box-grid-control ul li a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.product-grid .product-grid-content .box-grid-control ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 5px 0 0;
}

/**caption**/
article.box-caption {
    padding: 40px 0;
}

article.box-caption .box-cap-avatar {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 10px;
}

article.box-caption .box-cap-content {
    width: 100%;
    display: inline-block;
}

article.box-caption .box-cap-content .box-cap-logo {
 width: 243px;
    margin-bottom: -63px;
    margin-top: -100px;
}

article.box-caption .box-cap-content .box-cap-group {
  font-family: "UltraLight" !important;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: -81px;
}

article.box-caption .box-cap-content a {
    color: #ffcf00;
    font-family: "UltraLight" !important;
}

.marginTop {
    margin-top: -25px;
}

.box-process {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.box-process .box-process-avatar {
    width: 100px;
    margin: 0 auto 15px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #ffc40e;
    padding: 4px;
    overflow: hidden;
}

.box-process .box-process-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.box-process-content h2 {
    color: #000;
    font-size: 18px;
}

.box-process-content p {
    margin-bottom: 0px !important;
    color: #000;
    font-weight: 100;
    font-size: 15px;
    font-family: "UltraLight" !important;
}

/**product**/
section.banner-system {
    margin-top: -125px;
    height: 400px;
}

section.banner-system img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

section.page-category {
    margin: 20px 0 0 0;
}

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

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    display: none;
}

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

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

.product-main {
    margin: 20px 0;
}

.product-main {
    padding-bottom: 10px !important;
}

h1.product-title.product_title.entry-title {
    color: #000;
}

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

.product-main .price-wrapper {
    margin: 20px 0;
}

.product-main .price-wrapper ins span {
    font-family: "UltraLight" !important;
    color: #ffcf00;
}

button.single_add_to_cart_button.button.alt {
    display: block;
    background: #ffcf00 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
    font-family: "UltraLight" !important;
    color: #000 !important;
    text-transform: capitalize;
    margin: 10px 0;
}

section.box-caption-content {
    width: 100% !important;
    display: inline-block;
    background-size: cover !important;
    margin-top: 40px;
    padding: 30px 0 !important;
}

.box-product .box-product-control i:after, .product-grid .product-grid-content .box-grid-control i:after {
    display: none;
}

li.cart-item.has-icon {
    margin-left: 0px !important;
}

li.cart-item.has-icon a i {
    font-size: 16px !important;
}

li.cart-item.has-icon a {
    font-size: 14px !important;
    margin-left: 0px !important;
}
#masthead .nav-right a.icon.button {
    line-height: 33px;
    color: #000;
}

.woocommerce-billing-fields p input, textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.woocommerce-billing-fields p {
    width: 100% !important;
}

.contact-form {
    width: 500px;
    margin: auto;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
}

.input-text, .textarea-text {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    background: #472618;
    box-shadow: unset !important;
}



/* css section chứng nhận cam kết */
.col-blog>.col-inner {
    background: #fff;
    padding: 30px 15px;
}

.col-blog>.col-inner h5.post-title.is-large {
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
}
.is-divider {
    display: none !important;
}
.col-blog>.col-inner .col.post-item {
    padding-bottom: 10px;
}
.col-blog>.col-inner .box-text.text-left {
    padding: 0px 0 0 12px;
}
.col-blog>.col-inner h4 {
    color: black;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 25px 0
}
.post-meta.is-small.op-8 {
    opacity: 1;
    color: #000;
    text-decoration: underline;
}
a.button.primary.btn-xemthem {
    margin: 25px 0 0 0;
}
.nav-dropdown {
    /* width: auto; */

    min-width: 190px!important;

}



/**MOBILE**/

@media only screen and (max-width: 900px) {
    .mb-3 {
        padding-bottom: 20px !important;
    }

    .home__title {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .home__title span {
        font-size: 14px !important;
    }

    .box-product .box-product-avatar {
        height: 150px;
    }

    .box-product .box-product-content h2 {
        margin-bottom: 10px !important;
    }

    .sec-banner {
        margin-top: 0px !important;
    }

    div#masthead .header-inner {
        border-radius: 0px !important;
    }

    header#header {
        margin: 0px !important;
    }

    div#masthead img.header_logo.header-logo {
           top: 10px !important;
			height: auto !important;
			width: auto;
    }

    article.box-caption .box-cap-avatar {
        width: 100%;
    }

    .contact-form {
        width: 95%;
	}
	.tabbed-content.tab-product ul {
    margin-bottom: 0px !important;
    width: auto;
    margin: auto;
    background: #ffc40e;
	  border-radius: 50px;


}
	.tabbed-content.tab-product ul li.active a {
    background: #000;
    color: #fff!important;;
    border-radius: 50px;
}
	.tabbed-content.tab-product ul li a {
    color: #000 !important;
    
}
}
