:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color)
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --primary-color: #ff2600;
    --fs-color-primary: #ff2600;
    --fs-color-secondary: #f78930;
    --fs-color-success: #65d66f;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #ff2600;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    --drawer-width: 300px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1250px
}

.row.row-collapse {
    max-width: 1220px
}

.row.row-small {
    max-width: 1242.5px
}

.row.row-large {
    max-width: 1280px
}

.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
    background-color: #ffffff
}

.header-main {
    height: 70px
}

#logo img {
    max-height: 70px
}

#logo {
    width: 95px;
}

#logo img {
    padding: 8px 0;
}

.header-bottom {
    min-height: 10px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 74px
}

.transparent #logo img {
    max-height: 74px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 124px;
}

.transparent .header-wrapper {
    background-color: #ffffff !important;
}

.transparent .top-divider {
    display: none;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.header-bg-color {
    background-color: #ffffff
}

.header-bottom {
    background-color: #ff002a
}

.header-main .nav>li>a {
    line-height: 45px
}

@media (max-width: 549px) {
    .header-main {
        height: 142px
    }

    #logo img {
        max-height: 142px
    }
}

body {
    color: #050000
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #020202;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: Montserrat, sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav>li>a {
    font-family: Montserrat, sans-serif;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: Montserrat, sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: Montserrat, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
    font-style: normal !important;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #020202;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: #b80909;
}

.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before,
.header-nav-main.nav-box>li>a:hover,
.header-nav-main.nav-box>li.active>a,
.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: #b80909;
}

.absolute-footer,
html {
    background-color: #ff2600
}

.nav-vertical-fly-out>li+li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
b,
strong {
    font-weight: inherit;
    font-weight: bold;
}

/* Custom CSS Tablet */
@media (max-width: 849px) {

    .z1,
    .z2,
    .z3,
    .z4 {
        margin: 10px !important;
    }
}

/* Custom CSS Mobile */
@media (max-width: 549px) {

    .z1,
    .z3,
    .z4 {
        margin: 10px auto;
    }
}

.label-new.menu-item>a:after {
    content: "Mới";
}

.label-hot.menu-item>a:after {
    content: "Nổi bật";
}

.label-sale.menu-item>a:after {
    content: "Giảm giá";
}

.label-popular.menu-item>a:after {
    content: "Phổ biến";
}

.trochoi img {
    border-radius: 12px
}

.accordion-item .toggle {
    right: 0;
    left: unset;
}


.image-cover {
    padding-top: 68% !important;
}


.entry-image {
    text-align: center;
}

.entry-image img {
    width: 600px;

    max-width: 100%;

}

.button.primary {
    background-color: #3F51B5;
    color: white;

    font-size: 15px;
    font-weight: 600;

    border-radius: 99px;
    cursor: pointer;
    position: relative;

}





.button.primary::before,
.button.primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(63, 81, 181, 0.4);
    border-radius: 90px;
    z-index: -1;
    opacity: 0.6;
}

.button.primary::before {
    animation: pulse-double-1 2s ease-out infinite;
}

.button.primary::after {
    animation: pulse-double-2 2s ease-out 0.5s infinite;
}





.button.primary {
    background: linear-gradient(90deg, var(--c1, #ff6227), var(--c2, #fec15c) 50%, var(--c1, #ff6227)) var(--x, 0) / 200%;
    box-shadow: 0 10px 20px rgba(254, 193, 92, 0.5);
}

.button.primary:hover {
    --x: 100% !important;
}


.cta {
    overflow: unset !important;
}

.box-image:hover::before,
.post-item:hover .box-image::before,
.img:hover .img-inner::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.box-image::before,
.img .img-inner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.product-small.box:after,
.mh-col-shadow>.col-inner:after,
.post-item>.col-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform .5s ease-in-out;
    transform: scaleX(0);
}

.product-small.box:after,
.mh-col-shadow>.col-inner:after,
.post-item>.col-inner:after {
    background: var(--primary-color);
}

.product-small.box:hover:after,
.mh-col-shadow:hover>.col-inner:after,
.post-item:hover>.col-inner:after {
    transform-origin: left;
    transform: scaleX(1);
}

.cuocthethao .img-inner.dark {
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.chuchay p {
    color: #fff;
    margin-bottom: 0;
}

.chuchay a {
    color: #fff;
    font-weight: bold;
}

.chuchay {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;

}

.chuchay::before {
    content: "TIN TỨC MỚI NHẤT : ";
    margin-right: 10px;
    flex-shrink: 0;
    color: #ff0;
    background: #f81123;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.chuchay p {
    display: inline-block;
    padding-left: 100%;
    animation: chaychu 15s linear infinite;
    white-space: nowrap;

}

.chuchay:hover p {
    animation-play-state: paused;
}

.entry-header-text {
    padding-top: 15px;
}

.yeuto .section-bg.fill img {
    object-position: 50% 50%;
    position: absolute;

    object-fit: contain;

    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    opacity: 0.6;
}

.yeuto-item {
    position: relative;
    display: block;
    text-align: center;
    max-width: 340px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding: 37px 30px 25px 30px;

    transition: all 500ms ease;

    z-index: 1;
}

.z1 {
    background: -webkit-linear-gradient(0deg, #51e6ed, #36d0f9 50%);
    box-shadow: 0 10px 20px rgba(54, 208, 249, 0.5);
    margin-left: 50px;
    margin-bottom: 50px;
}

.z2 {
    background: -webkit-linear-gradient(0deg, #fcb731, #f67526 50%);
    box-shadow: 0 10px 20px rgba(246, 117, 38, 0.5);
}

.z3 {
    box-shadow: 0 10px 20px rgba(8, 60, 167, 0.5);
    background: -webkit-linear-gradient(0deg, #862ff1, #083ca7 50%);
    margin-bottom: 50px;

}

.z4 {
    background: -webkit-linear-gradient(0deg, #fe6f7b, #fa5b9d 50%);
    box-shadow: 0 10px 20px rgba(250, 91, 157, 0.5);
    margin-bottom: 50px;
    margin-left: 30px;
}





.yeuto-item h3 {
    color: #fff;
}






.yeuto-item:hover:before {
    height: 100%;
    top: 0px;
}

.yeuto-item:hover h3 {
    color: #000 !important;
}

.yeuto-item:hover .icon-box-text {
    color: #000 !important;
    z-index: 2;
    position: relative;
}

.yeuto-item:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: all 500ms ease;
}

.pattern-layer {
    position: absolute;
    left: -20px;
    top: -120px;
    width: 290px;
    height: 240px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}


.tieude {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;

    font-weight: 400;
    background: #fff;
    padding: 5px 15px 6px 42px;
    margin-bottom: 18px;
    border-radius: 30px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.tieude span {
    color: #000 !important;
}

.tieude:hover {
    box-shadow: inset 0 0 0 100px rgba(255, 255, 255, 0.2);
}

.tieude i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}


.tieude i {
    background: linear-gradient(90deg, var(--c1, #ff5c07), var(--c2, #ffcf06) 50%, var(--c1, #ff5c07)) var(--x, 0) / 200%;
    margin-left: 0px !important;
}




#top-link {
    background: linear-gradient(90deg, var(--c1, #ff6227), var(--c2, #fec15c) 50%, var(--c1, #ff6227)) var(--x, 0) / 200%;
    border: none;
    color: #fff;
}


.col.post-item>.col-inner {
    border-radius: 10px !important;
    overflow: hidden;
}

.post-item .button.is-outline.is-small.mb-0 {
    border-radius: 30px;
    border: solid 1px #ff2600;
    color: #ff2600;
}

.post-item .button.is-outline.is-small.mb-0:hover {

    color: #fff;
}

.accordion-title {
    border-top: 0;
    text-align: left;
    font-weight: bold;
}

.accordion-title.active {
    background-color: rgba(0, 0, 0, .0);
}


.iconsocial a {
    border: none;

}

.rank-math-breadcrumb {
    text-align: left;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.page-title.is-large.uppercase {
    margin: 10px;
    font-size: 32px;
}

@keyframes chaychu {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);

    }

    to {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}


@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes pulse-double-1 {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-double-2 {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

#clearads {
    background: linear-gradient(to right, #C02425 0%, #F0CB35 50%, #C02425 100%);
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    color: white;
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px
}

#clearads:hover {
    background-position: 99% 0;
    transition: all .4s ease-in-out
}

.closecf {
    font-size: 14px;
    height: 20px;
    position: absolute;
    top: -35px;
    left: 305px;
    color: white;
    background: linear-gradient(to right, #C02425 0%, #F0CB35 50%, #C02425 100%);
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.closecf:hover {
    background-position: 99% 0;
    transition: all .4s ease-in-out
}