::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #FFC40C;
    --primary-color3: #ed1c2a;
    --primary-color4: #2dbeb3;
    --text-primary: #e8c89b;
}

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

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

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

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

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

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

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

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

.pd-10 {
    padding: 0px 10px 10px 10px !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;
}

.mr-1 {
    margin-right: 10px !important;
}

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

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

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

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

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

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

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

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

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

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

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

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

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

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

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_for_primary i {
    font-size: 15px !important;
    margin-right: 5px !important;
}

.button_for_primary {
    background: var(--primary-color2);
    color: #000 !important;
    font-size: 15px !important;
    padding: 5px 19px 5px 19px !important;
    border-radius: 50px;
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    left: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
.header-hotline {
    color: #fff !important;
    margin: 0px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
}

.header-vertical-menu__opener {
    background: var(--primary-color2) !important;
    color: #000 !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.header-ctv a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.header-vertical-menu__fly-out ul li {
    border: 0px !important;
}

.header-vertical-menu__fly-out ul li a {
    color: #000 !important;
    height: 37px;
    font-size: 14px;
}

.header-vertical-menu__fly-out ul li a:hover {
    color: var(--primary-color) !important;
}

a.header-cart-link {
    background: var(--primary-color2);
    color: #000 !important;
    padding: 5px 19px 5px 19px !important;
    border-radius: 50px;
    height: 34px;
    display: block;
    font-size: 14px !important;
}

a.header-cart-link i {
    font-size: 15px !important;
}

.icon-shopping-cart:before {
    content: "\f217" !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 700;
}

div#wide-nav .flex-col.hide-for-medium.flex-center {
    width: 670px !important;
}

form.searchform {
    width: 100%;
}

button.ux-search-submit {
    background: var(--primary-color2) !important;
    border: 0px !important;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 30px;
    font-size: 12px;
    color: #000 !important;
    border-radius: 50px !important;
}

input#woocommerce-product-search-field-0 {
    width: 554px !important;
    background: #fff !important;
    box-shadow: unset !important;
    border: 0px !IMPORTANT;
    font-size: 14px;
    padding: 6px 17px !important;
    height: unset !important;
    border-radius: 50px !important;
}

.searchform .button.icon {
    border-radius: 50px !important;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: center;
    width: 100% !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #000 !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:after {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 2px !important;
    background: var(--primary-color) !important;
    transition: width .3s !important;
    position: absolute;
    bottom: 5px;
}

div#mega-menu-wrap-primary ul li a:hover:after {
    width: 50% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 5px 10px 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !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 {
    color: #000 !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color2) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid var(--primary-color2);
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

/**footer**/
footer#footer .footer-social a {
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a:not(:last-child) {
    margin: 0 8px 0 0;
}

footer#footer .footer-social a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

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

.borderRight {
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

footer#footer p, footer#footer a, footer#footer .footer-description {
    color: #fff;
    font-size: 15px
}

footer#footer p {
    margin: 0 0 8px 0;
}

footer#footer .footer-menu ul li {
    border-color: rgba(255, 255, 255, 0.1) !important;
    position: relative;
}

footer#footer .footer-menu ul li:before {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

footer#footer p.company-name {
    text-transform: uppercase;
}

footer#footer .footer-title {
    margin: 0 0 10px 0;
}

footer#footer .footer-title h3 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

footer#footer .footer-dk a:not(:last-child) {
    margin: 0 8px 0 0;
    display: inline-block;
}

footer#footer .footer-dk img {
    width: 120px;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #fff;
    margin: 30px 0 0 0;
}

/*8icon*/
.icon-section {
    background-image: url(../images/dive-1.png);
    background-position: center 0;
    min-height: 63px !important;
    background-repeat: no-repeat;
    top: -26px;
    z-index: 11;
    position: relative !important;
    margin-bottom: -63px;
}

.border-home {
    box-shadow: 2px 2px 20px #00000047;
    background: rgb(247 246 246);
    border: 1px solid #ece9eaa6;
    padding: 5px !important;
    margin: auto !important;
}

.button_for_primary {
    font-size: 14px;
    border: 1px solid #fff !important;
}

/**icon**/
.tg__icon {
    display: flex;
    align-items: center;
}

.tg__icon p {
    color: #fff;
    margin: 0px;
}

.tg__icon h3 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

/**title**/
.ht-title {
    margin: 0px 0 16px;
    line-height: 53px;
    font-size: 26px;
    font-weight: 800;
    color: #000;
    width: auto;
    display: inline-block;
}

.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.ser-text {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 31px;
    font-size: 13px;
}

a.view-more img {
    width: 20px;
    margin-left: 5px;
}

.text-uppercase {
    text-transform: uppercase;
}

.title-chan {
    background: url(../images/chan-xanh.jpg) no-repeat;
    background-size: 128% 69%;
}

.button_for_width {
    background: var(--primary-color2) !important;
    width: 100%;
    font-size: 18px !important;
    margin: 0px !important;
}

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

.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

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

.owl-dots {
    display: none !important;
    text-align: center;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
    border: 1px solid var(--primary-color2) !important;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color2) !important;
}

/*8video**/
.con_so p {
    color: #fff;
}

.con_so_item h3.con_so_title {
    font-size: 16px;
}

.con_so_item p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.col-br:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/**tab**/
.tg-tab li {
    margin: 0 5px !important;
}

.tg-tab li a {
    border-radius: 4px;
    transform: skew(15deg);
    color: var(--primary-color);
    text-transform: none !important;
    letter-spacing: 0;
    background: #fff;
    border: 2px solid #073502;
}

.tg-tab li.active a {
    color: var(--primary-color2);
    border: 2px solid var(--primary-color2);
    text-transform: unset !important;
}

.tg-tab li a:hover {
    border: 2px solid var(--primary-color2);
    color: var(--primary-color2);
}

.tg-tab li a span {
    font-size: 15px;
    transform: skew(-15deg);
    text-transform: unset !important;
    font-weight: normal;
    padding: 0px 15px !important;
}

.tg-tab .tab-panels {
    margin-top: 20px !important;
}

/**blog**/
.box-blog-post .is-divider {
    display: none !important;
}

/**review**/
.review-item p {
    color: var(--primary-color) !important;
}

.review-item h3 {
    margin: 15px 0 10px 0 !important;
    color: var(--primary-color) !important;
}

/**breadcrumbs**/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase, p.woocommerce-result-count.hide-for-medium {
    font-size: 15px;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase span, nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    font-size: 15px;
}

/**product cat**/
.shop-page-title .page-title-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-n: 10px !important;
}

.category-entry {
    margin: 20px 0 30px 0 !important;
}

/**single**/
.category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px
}

header#header-single h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    position: relative;
}

header#header-single .post-meta span {
    margin: 0 15px 0 0;
}

header#header-single .post-meta {
    margin: 25px 0 0 0;
    font-size: 14px;
}

header#header-single .post-meta span i {
    color: var(--primary-color4)
}

header#header-single h1:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
}

header#header-single {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
}

.category-description p, .entry-content b, .category-descriptiont ul li, .entry-content ul li, .entry-content ol li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul, .category-description ol, .entry-content ol, .entry-content ul {
    margin-left: 15px !important;
}

.category-description, .entry-content {
    font-size: 15px;
}

.archive-content h1, .archive-content h2, .archive-content h3, .archive-content h4, .archive-content h5, .archive-content h6 {
    color: var(--primary-color)
}

/**banner**/
.banner-product {
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}

.banner-product img {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.banner-product:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}

.banner-product:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}

.banner-product:hover:before {
    transform: scaleX(1);
    opacity: 1;
    z-index: 1;
}

.banner-product:hover:after {
    transform: scaleX(1);
    opacity: 1;
}

/*product-item**/
.product-item {
    background-color: #FFFDFA;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 223px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
}

.khung_product a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 195px;
    text-align: center;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.khung_product img {
    position: absolute;
    top: -13px;
    left: 0px;
}

.product-item .hot-deal {
    background: url(../images/Artboard2.png) no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    z-index: 999;
    position: absolute;
    top: 0px;
    right: 0;
}

.product-item .product-content h4 {
    text-align: center;
}

.product-item .product-content h4 a {
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    min-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color)
}

.product-item .product-content .product-price ins,
.product-item .product-content .product-price ins span,
.product-item .product-content .product-price b {
    color: var(--primary-color);
    font-size: 14px;
}

.product-item .product-content .product-price del {
    color: gray;
    font-size: 12px;
    margin-left: 5px;
}

.product-item .product-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

.product-item .product-price {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    border-radius: 22px;
    border: 1px solid #959595;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.product-item:hover .product-price {
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.product-item:hover .product-price ins, .product-item:hover .product-price del, .product-item:hover .product-price b, .product-item:hover .product-price span {
    color: #fff !important;
}


/**widget**/
.widget-post-list {
    width: 100%;
}

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

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

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    float: left;
    height: 60px;
    border: 1px solid #f2f2f2;
}

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

.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: #000;
    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;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title {
    margin: 0 0 15px 0 !important;
    width: 100%;
    display: block;
    text-transform: uppercase !important;
    font-size: 16px !important;
    line-height: 22px !important;
    position: relative;
}

.widget-title h3 {
    margin-bottom: 10px !important;
}

.widget-title h3, .widget-title {
    color: #000;
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    position: relative;
    width: auto;
    display: inline-block;
}

.widget-title:after {
    content: '';
    width: 60%;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
}

span.widget-title {
    padding-bottom: 10px;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

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

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

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

/**category**/
header.archive-page-header {
    display: none;
}

.badge-inner {
    text-align: center;
    color: #fbdc09 !important;
    text-shadow: 2px 2px 2px rgb(37 4 4 / 75%);
}

.row-divided > .col + .col:not(.large-12) {
    border: 0 !important;
}

.category-archive .post-item .box-image {
    height: 240px !important;
}

.category-archive .post-item .box-image img,
.category-archive .post-item .image-cover {
    height: 100% !important;
    padding: 0px !important;
}

.category-archive .post-item .box-text {
    text-align: left !important;
    padding: 15px 0 0 0 !important;
}

.category-archive .post-item h5.post-title a {
    text-align: left !important;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins,
.widget-post-list .widget-post-item .widget-post-content .product-price ins span,
.widget-post-list .widget-post-item .widget-post-content .product-price b {
    color: #ff3333;
    font-size: 14px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price del {
    color: gray;
    font-size: 13px;
    margin-left: 5px;
}

/**breadcrumbs**/
section.breadcrumbs {
    padding: 6px 0 !important;
}

section.breadcrumbs a, section.breadcrumbs span {
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
}

section.breadcrumbs p {
    margin: 0;
}

/**single**/
.entry-category {
    margin: 0 0 5px 0;
}

.entry-category a, h1.entry-title {
    color: #000;
    text-transform: uppercase;
}

.product-info p.price.product-page-price ins,
.product-info p.price.product-page-price ins span,
.product-info p.price.product-page-price b {
    color: #ff3333;
    font-size: 20px;
}

.product-info p.price.product-page-price del {
    color: gray;
    font-size: 16px;
    margin-left: 5px;
}

.product-info .price {
    margin: 10px 0 15px 0;
}

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

.post-related {
    margin: 0 0 30px 0;
}

button.single_add_to_cart_button.button.alt {
    background: var(--primary-color) !important;
}

.badge-container {
    margin: 10px;
    text-align: right;
    width: 100%;
}

.badge-container span.onsale {
    position: absolute;
    top: 5px;
    right: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px dashed #fff;
    font-size: 13px;
}

span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
    font-size: unset !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0px !important;
    padding-top: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content li a {
    font-size: 1.6em;
    text-transform: unset;
}

/**contact**/
.input_contact {
    border-radius: 4px !important;
    color: #827d7d !important;
    border: 1px solid var(--primary-color) !important;
    height: 35px;
    background: rgba(0, 0, 0, 0.1) !important;
    box-shadow: unset !important;
}

.textarea_contact {
    border-radius: 4px !important;
    color: #827d7d !important;
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: unset !important;
}

.button_contact {
    border-radius: 4px !important;
}

.sec-dai-ly p {
    font-size: 16px;
}

.sec-dai-ly h3 {
    font-size: 22px;
}

/**dai ly**/
.tg-accordion a i {
    color: #fff;
}

.tg-accordion a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.tg-accordion a {
    color: #264EE4;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
}

.tg-accordion .accordion-item {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px !important;
    border: 0px !important;
    position: relative;
    background: var(--primary-color);
}

.tg-accordion a {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0px !important;
    padding: 15px;
    border: 0px !important;
    color: #fff;
}

.tg-accordion a.active {
    color: #fff;
}

.tg-accordion .nv-body {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 14px;
}

.tg-accordion {
    margin-bottom: 25px;
}

.tg-accordion a button.toggle {
    position: absolute;
    right: 0px;
    left: unset;
    margin: 0px !important;
    top: 50%;
    transform: translateY(-50%);
}

.tg-accordion .accordion-inner {
    padding: 15px !important;
    background: rgba(113, 191, 68, 0.5) !important;
}

.tg-accordion a span {
    width: 90%;
    color: #fff;
    line-height: 22px;
}

.button_for_white {
    background: #fff !important;
    color: var(--primary-color) !important;
    border-radius: 5px !important;
    padding: 5px 15px !important;
}

.button_for_white span, .button_for_white i {
    color: var(--primary-color) !important;
}

/**tuyen dung**/
.recruit-sec h1, .recruit-sec h2, .recruit-sec h3, .recruit-sec h4, .recruit-sec h5, .recruit-sec h6 {
    color: var(--primary-color)
}

.recruit-sec ul li, .recruit-sec ol li, .recruit-sec p {
    margin: 0 0 10px 0;
}

.recruit-sec ul, .recruit-sec ol {
    margin-left: 15px !important;
}

.contact-address p {
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.contact-address p.company-name {
    text-transform: uppercase;
}

.color-sec, .color-sec a {
    color: #610404
}

.color-sec a {
    font-weight: 700;
}

.tg_icon_p {
    margin: -55px 0 0 0;
    text-align: center;
}

.tg_icon_p .icon-box-img {
    margin: 0 auto 5px !important;
    border: 3px solid white;
    border-radius: 99%;
}

.tg_icon_p h5.uppercase {
    color: var(--primary-color);
    text-align: center;
    font-size: 17px;
    margin: 15px 0 10px 0;
    letter-spacing: 0;
}

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

.affiliate-code a img {
    margin-right: 5px;
}

.affiliate-code a {
    margin: 10px 0 0 0 !important;
    display: block;
    font-size: 15px;
    display: flex;
    align-items: center;
}

/**date picke**/
div#ui-datepicker-div {
    z-index: 99999999 !important;
}


.ui-datepicker-header {
    position: relative;
}

.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
    background: #1680b4;
    color: #fff;
}

.ui-datepicker select {
    color: #485da1;
}

.ui-datepicker {
    background-color: #f5f5f5;
}

.ui-datepicker {
    border-color: #ebebeb;
}

.ui-datepicker table tr th {
    color: #808080;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    background-color: #fff;
}

.ui-datepicker table tr td a,
.ui-datepicker-prev,
.ui-datepicker-next {
    color: #5b5b5b;
}

.ui-datepicker table tr td a.ui-state-disable {
    color: #c0c0c0;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    color: rgba(108, 112, 126, 0.35) !important;
    text-decoration: none;
    pointer-events: none;
}

.ui-datepicker table tr td {
    color: #5b5b5b;
}

.ui-datepicker table tr td.ui-datepicker-week-end {
    color: #d9534f;
}

.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default {
    color: #d9534f;
}

.ui-datepicker
table
tr
td.ui-datepicker-week-end
.ui-state-default.ui-state-highlight,
.ui-datepicker table tr td.ui-datepicker-week-end .ui-state-default:hover {
    color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    z-index: 98999;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-next {
    right: 0px;
}

.ui-datepicker-prev:after {
    content: "<";
}

.ui-datepicker-next:after {
    content: ">";
}

.ui-datepicker {
    width: 300px;
    padding: 5px;
    display: none;
    background: #ebebeb;
    border-radius: 4px;
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-title {
    padding-left: 38px;
    padding-right: 38px;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year,
.ui-datepicker-year {
    width: 48%;
    margin: 0px 1%;
    border: none;
    height: 36px;
    padding: 0px 5px;
    font-weight: 500;
    color: #3d3f47;
    background: #fff;
    float: left;
    background-image: url(../images/down-button.svg) !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.ui-datepicker table {
    border-collapse: separate;
    border-spacing: 0px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 0;
}

.ui-datepicker table tr {
    background: transparent;
    color: #949494;
    padding: 0;
}

.ui-datepicker table tr th {
    color: #3d3f47;
    background: transparent;
    font-size: 14px;
    padding: 16px 0px 10px;
    text-align: center;
    font-weight: 500;
    border: none;
}

.ui-datepicker table tr th.ui-datepicker-week-end {
    color: #d9534f;
}

.ui-datepicker table td {
    padding: 0px 0px 5px;
    line-height: 1;
    text-align: center;
    color: #c0c0c0;
    border: none;
}

.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
    color: #5b5b5b;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

.ui-datepicker table td.ui-state-disabled .ui-state-default {
    background-color: #fff;
    color: rgba(108, 112, 126, 0.35) !important;
    text-decoration: none;
    pointer-events: none;
}

.ui-datepicker table td.ui-datepicker-today a {
    color: #fff;
    background-color: #1ba0e2 !important;
}

.ui-datepicker table td a:hover,
.ui-datepicker table td a:focus {
    color: #fff;
    background-color: #1ba0e2 !important;
}

/**tab**/
.bt-tab ul li {
    margin: 0px !important;
    position: relative;
}

.bt-tab ul li a {
    padding: 0 10px 10px 10px;
}

.bt-tab ul li.active a {
    font-weight: 700 !IMPORTANT;
}

.bt-tab ul li a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.bt-tab ul li:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #fff;
    width: 100%;
}

.bt-tab ul li.active:before {
    border-bottom: 3px solid #CE1B22;
    color: #000;
    font-weight: 700;
}

/**title**/
.inter-title {
    text-align: center;
}

.inter-title h3 {
    margin: 0px 0 16px;
    line-height: 53px;
    font-size: 26px;
    color: #000;
    width: auto;
    display: inline-block;
    font-weight: normal;
    position: relative;
}

.inter-title2 h3 {
    margin: 0px;
    line-height: 32px;
    font-size: 22px;
    color: #000;
    width: auto;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.inter-title h3:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.inter-title2 h3:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0%;
}

/**post item **/
.post-item {
    background: #f7f6fa;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

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

.post-item .post-content {
    width: 100%;
    padding: 15px;
}

.post-item .post-meta i {
    color: var(--primary-color4);
    margin-right: 2px;
}

.post-item .post-meta {
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}

.post-item .post-content h4 a {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 45px;
}

.post-item .post-content h4 {
    margin: 0px !important;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color4)
}

.post-item .post-content {
    position: relative;
}

.post-item .post-content .post-desc {
    color: #616161;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
}

.post-item .post-content .post-btn {
    margin-top: -7px;
    float: right;
    right: 0px;
    position: absolute;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.post-item .post-content .post-btn a {
    border-radius: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 14px;
    background: var(--primary-color4);
}

.btn-new-2 {
    background: #ff3e89 !important;
}

.btn-new-3 {
    background: #1291d2 !important;
}

.card-post-list {
    background-color: #f7f6fa;
    padding: 20px 20px 10px 20px;
    position: relative;
    margin-bottom: 20px;
}

.post-list h4 {
    margin: 0px !important;
}

.post-list h4 a {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 45px;
}

.post-list .post-meta i {
    color: #f2af25;
    margin-right: 2px;
}

.post-list .post-meta {
    margin: 8px 0 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
}

.post-list:not(:last-child) {
    margin: 0px 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.card-post-btn {
    margin-top: -7px;
    float: right;
    right: 0px;
    position: absolute;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.card-post-btn a {
    border-radius: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 14px;
    background: #FDBA4D !important;
    color: #000 !important;
}

.category-archive .post-btn a {
    color: #000 !important;
    padding: 0px !important;
    background: transparent !important;
    font-weight: 700 !important;
    font-size: 13px;
}

.category-archive .post-btn {
    position: unset !important;
    margin: 0px !important;
    float: none !important;
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 13px !important;
}

.category-archive .post-btn a:after {
    content: "";
    background: url(../images/icon-cate-h.jpg);
    width: 10px;
    height: 11px;
    background-size: 100% !important;
    display: inline-block;
    margin-left: 5px;
}

.header-vertical-menu__fly-out {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.shop-page-title.category-page-title.page-title {
    display: none !important;
}

/**taxonomy**/
.title_price {
    display: inline-block;
    font-size: 15px;
    min-width: 67px;
    padding: 0 15px;
    text-align: center;
    margin-right: 8px;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-left: -15px;
}

.linkmore {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 13px;
    min-width: 67px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 8px;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

a.linkmore.active {
    border-color: var(--primary-color4) !important;
    color: #fff !important;
    background: var(--primary-color4) !important;
}

a.linkmoreall {
    background: #2dbeb3;
    color: #fff !important;
    font-weight: 600;
    padding: 10px;
    height: 33px;
    margin-right: 9px;
    line-height: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
}

.filter-price form {
    margin: 0px !important;
}

.filter-price {
    display: flex;
    align-items: center;
}

select.orderby {
    background-color: #EF99AD !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none;
    outline: none;
    margin: 0;
    border-radius: 3px !important;
    height: 34px !important;
}

select.orderby option {
    background-color: #EF99AD !important;
    color: #fff !important;
}

/**product**/
.productMain {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.product-short-description {
    margin: 15px 0 0 0;
}

.product-short-description p {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.productMain .price-wrapper {
    /* display: flex; */
    width: 100%;
    background-color: #EFEFEF;
    margin-top: 10px;
    padding: 8px;
}

form.cart {
    margin: 20px 0 0 0;
}

.r-2 h3 {
    background-size: 100% 71%;
}

.footer-promotion {
    padding: 24px 0;
    background: #009175;
    color: #fff;
}

.footer-promotion .single-policy {
    font-size: 0;
}

.footer-promotion .single-policy .policy-descr {
    padding: 4px 0 4px 16px;
    vertical-align: top;
    display: inline-block;
    max-width: 70%;
}

.footer-promotion .single-policy .policy-descr .item-title {
    margin: 0 0 4px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.footer-promotion .single-policy .policy-descr .item-descr {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none !important;
}

.form-register-sec {
    text-align: center;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}

.form-register-sec h3 {
    margin-bottom: 0px;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.form-register-sec .form {
    width: 600px;
    margin: 20px auto 0;
    position: relative;
}

.form-register-sec .form form {
    margin: 0 !important;
}

.r-email {
    color: #000;
    display: block;
    float: left;
    font-size: 1em;
    height: 48px !important;
    margin-left: 5px;
    line-height: 48px;
    max-width: 100%;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0px 15px;
    border-radius: 50px !important;
    box-shadow: unset !important;
    margin: 0px !important;
}

.btn_register {
    color: #fff;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: 48px !important;
    letter-spacing: 0.03em;
    line-height: 47px;
    max-width: 100%;
    background: #FFC40C !important;
    border: 0;
    margin: 0px 0px 0px 15px !important;
    padding: 0px 32px;
    transition: all 0.3s ease 0s;
    color: #000 !important;
    border-radius: 50px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
}

.video.video-fit.mb iframe {
    border-radius: 20px;
}

.abouts-item p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.abouts-item h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}