@font-face {
    src: url("../fonts/Oswald-Bold.ttf");
    font-family: "Oswald";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Oswald-Regular.ttf");
    font-family: "Oswald";
    font-weight: 300;
}

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

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

:root {
    --color-hover: #ff0000;
    --color-hover2: #ffc864;
}

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-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
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: left;
    padding: 8px 15px;
    font-weight: normal;
    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-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);
}

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

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

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

/**top bar**/
ul#header-contact li a, .header-time {
    color: var(--primary-color);
    text-transform: unset !important;
    font-size: 15px;
}

ul#header-contact li a:hover {
    color: var(--color-hover)
}

/**header***/
li.header-search.header-search-lightbox.has-icon a {
    color: #fff;
    padding: 0px 15px;
}

a.header-cart-link.is-small {
    color: #fff;
}

/**menu**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 0px 15px !important;
    text-transform: uppercase !important;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--color-hover2) !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;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    background: #fff !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    background-color: var(--color-hover2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    width: 100%;
}

/**breadcrumbs**/
#breadcrumb-wrapper.breadcrumb-w-img {
    height: 350px;
    padding: 150px 0 30px 0;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    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 .cat-title h1 {
    font-size: 50px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 700;
    text-align: center;
}

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

#breadcrumb-wrapper .breadcrumbs {
    text-align: center;
}

/**category**/
.archive.category {
    background: #fcfcfa !important;
}

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

.post-item {
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

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

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

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

.post-item .post-content h3 {
    max-height: 58px;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #0f2346;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.post-item .post-content h3:hover {
    color: var(--color-hover)
}

.post-item .post-content .post-date {
    color: gray;
    font-size: 13px;
}

.post-item .post-content .post-desc {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #0f2346;
    font-size: 16px;
}

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

/**widget**/
.widget_media_image img {
    width: 100%;
}

.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;
}

.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: 140px;
    float: left;
    height: 100px;
}

.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% - 150px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-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: 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-content p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

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

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

.widget_categories ul li, .product-categories  li {
    width: 100%;
}

.widget_categories ul li a, .product-categories  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, .product-categories 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);
}

div#comments {
    margin: 0px !important;
}

.wpd-form-head {
    margin-top: 0px !important;
}

.widget_search input#s {
    background: #F6F6F8 !important;
    box-shadow: unset !important;
    border-radius: 4px !important;
    border: 0px !important;
    width: 100%;
    padding-left: 10px !important;
    height: 45px !important;
}

/**support**/
#contact-block .item {
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#contact-block .avatar {
    width: 85px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
}

#contact-block .avatar img {
    height: 100%;
}

#contact-block .details {
    overflow: hidden;
    background: var(--primary-color);
    height: 95px;
    border-radius: 7px;
}

#contact-block .details .name {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 0;
}

#contact-block .ff {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#contact-block .details > * {
    padding-left: 95px;
}

#contact-block .details .social {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}

#contact-block .details .social a {
    color: #fff;
    padding: 0 5px;
}

.sidebar-block .line-after span, .s-block-title h1.line-after span {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.line-after a:after, .line-after span:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 47%;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

/**contact**/
.banner-address {
    width: 100%;
    display: inline-block;
    padding: 20px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.banner-address:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.banner-address .box-address p {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.banner-address .box-address h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.banner-address .box-address {
    width: 100%;
    display: inline-block;
    min-height: 100px;
    margin-top: 15px;
}

.formOjbect.contact {
    width: 650px;
    margin: auto;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
}

.formOjbect.contact .btnObject {
    width: 240px;
}

.input-object {
    width: 100%;
    border-radius: 5px !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important;
}

/**single**/
#header-single h1.page-title {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

#header-single .meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

.entry-content {
    font-size: 15px;
    color: #333;
}

.entry-content p, .entry-content ul li {
    margin-bottom: 10px;
}

.entry-content a {
    color: #f5821f;
}

div#wpdcom {
    width: 100% !important;
    max-width: 100% !important;
}

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

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

.article-active {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.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;
}

.entry-comment {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
}

.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-weight: bold;
    font-size: 15px;
}

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

.article-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

/**post related**/

.post-related {
    width: 100%;
    display: inline-block;
}

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

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

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

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

.post-related .post-related-content h3 {
    display: block;
    font-size: 18px;
    color: #303188;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}

.post-related .post-related-content p {
    color: #777;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
    margin: 0px !important;
}

/**home-title**/
.home-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.home-title-2 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.home-title h3, .home-title-2 h3 {
    color: #ffffff;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 25px;
}

.color-white {
    text-align: left;
}

.color-white h3 {
    color: #fff;
}

.home-title-2 p {
    font-family: "Oswald";
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
    margin: 0px;
    font-style: italic;
    font-weight: 300;
}

.color-white p {
    color: #fff;
}

.sec-home-title h3.section-title.section-title-normal, .sec-home-title span.section-title-main {
    border: 0px !important;
    margin: 0px !important;
}

.sec-home-title span.section-title-main {
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: var(--primary-color)
}

/**linh vuc**/
.linh-vuc-section .bg-fill {
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position-x: center;
    background-position-y: center;
}

.linh-vuc-section .box h2 {
    transition: 0.3s all ease-in-out;
    margin-left: auto;
    font-size: 40px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 100%;
    margin: 0;
    float: left;
    color: white;
    text-shadow: -1px -1px 0 #21b531, 1px -1px 0 #0f2346, -1px 1px 0 #0f2346, 1px 1px 0 #0f2346;
}

.linh-vuc-section .box:hover h2 {
    color: #0f2346;
    text-shadow: unset;
}

/**gt**/
.gt-sec {
    padding-bottom: 0px !important;
}

.box-abouts {
    width: 100%;
    display: inline-block;
}

.box-abouts h2 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: bold;
    font-family: "Oswald";
    text-transform: uppercase;
}

.box-abouts h3 {
    font-family: "Oswald";
    font-weight: normal;
    color: #0f2346;
    font-size: 25px;
    text-transform: uppercase;
    font-style: italic;
}

.box-abouts p {
    font-size: 16px;
}

.box-abouts .button_for_about {
    border-radius: 50px;
    font-weight: 700;
}

.anh-cuoi-section {
    margin-top: -90px;
}

/**product**/
.product-item {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    transition: 0.3s ease-in-out;
}

.brLeft {
    border-left: 1px solid #bdbdbd;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    padding: 15px;
    transition: 0.3s ease-in-out;
}

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

.product-item .product-content {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.product-item .product-content h3 {
    font-family: "Oswald";
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

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

.product-item .product-content .product-price del span {
    font-size: 15px;
    margin-left: 3px;
}

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

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

.product-item .product-content h3:hover {
    color: var(--color-hover)
}

.product-item .product-desc {
    color: #333;
    font-size: 15px;
    margin: 10px 0;
}

.button_for_cart {
    border-radius: 5px !important;
    font-size: 14px;
    margin: 0px !important;
}

/**post item**/
.post-item.overlay1 {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 0px !important;
    height: unset !important;
    border-radius: 10px !important;
}

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

.post-item.overlay1 .post-thumbnail img {
    border-radius: 10px !important;
}

.post-item.overlay1 .post-content {
    background-image: linear-gradient(transparent, #000000c4);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    left: 0px;
    padding: 20px;
}

.post-item.overlay1 .post-content h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px !important;
}

/**partner**/
.owl-carousel.slide-partner.owl-loaded.owl-drag .partner-item {
    background: #ffffff;
    padding: 40px;
    border-radius: 99%;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
}

.owl-carousel.slide-partner.owl-loaded.owl-drag .slide-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.owl-carousel.slide-partner.owl-loaded.owl-drag .slide-item p {
    font-size: 20px;
    padding-top: 20px;
    margin: 0px;
    color: #e5e5e5;
}

.owl-carousel.slide-partner.owl-loaded.owl-drag .partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**slide**/
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button img {
    width: 50px;
}

.owl-nav button.owl-prev {
    left: -50px;
}

.owl-nav button.owl-next {
    right: -50px;
}

.owl-dots {
    display: none !important;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.owl-nav button {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
    background: #fff !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.owl-nav button img {
    width: 25px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/**footer**/
#footer {
    background-image: url(/wp-content/uploads/2025/06/Group-10481-2.png);
    width: 100%;
    display: inline-block;
    background-size: 100%, 100%;
    padding: 50px 0px;
}

#footer .footer-logo {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 25px 0;
}

#footer .footer-logo img {
    max-width: 125px;
    margin: auto;
}

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

#footer .footer-top .footer-address p {
    font-size: 16px;
    margin-bottom: 15px;
}

#footer  a.button.white.button_lm {
    color: #ffffff !important;
    background: #7d67ff !important;
}
#footer a.button.white.is-outline.button_lk {
    color: #ffffff !important;
}
#footer .footer-top p, #footer .footer-top a {
    color: #fff;
}

#footer .footer-top .footer-address p span {
    display: block;
}

.col-inner.tex_san_sang h3 {
    color: #ffffff;
    font-family: "Oswald";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 25px;
}

.col-inner.tex_san_sang p {
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    line-height: 25px;
}



#footer .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

#footer .footer-title h3 {
    color: #fff;
    font-size: 20px;
    margin: 0px !important;
}

#footer .footer-menu ul li {
    margin-bottom: 10px !important;
    border: 0px !important;
}

#footer .footer-menu ul li a {
    padding: 0px !important;
    font-size: 16px;
    padding-left: 15px !important;
    position: relative;
}

#footer .footer-menu ul li a:before {
    content: '';
    width: 5px !important;
    height: 5px !important;
    background: #fff !important;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

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

/**category product**/
.text-left h1, .text-left {
    text-align: left !important;
}

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

form.woocommerce-ordering {
    float: right;
}

select.orderby {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50px !important;
    border: 0px !important;
}

div#product-sidebar .widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 80px;
    height: 60px;
}

div#product-sidebar .widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 80px) !important;
}

div#product-sidebar .widget-post-list .widget-post-content p {
    display: none;
}

.woocommerce-tabs ul li.active a {
    color: rgb(31 166 49);
    font-weight: bold;
}

.woocommerce-tabs ul li a {
    font-family: "oswald", sans-serif;
    font-size: 23px;
    color: rgb(167 167 167);
    font-weight: normal;
}

.price-wrapper ins span, .price-wrapper b {
    color: #ff0000;
}

.price-wrapper {
    width: 100%;
    margin: 20px 0;
}

.product-related{
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.woocommerce-billing-fields input,textarea#order_comments {
    box-shadow: unset !important;
}

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


.icon_u_diem {

}
.icon_u_diem  .col-inner:hover {
    /*text-align: center;*/
    /*padding: 25px;*/
    /*border-radius: 10px;*/
    border: 2px solid #CA57FE;
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}
.icon_u_diem  .col-inner {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: .3s ease-in-out;
    border: 2px solid #C7C7C7;
    text-align: center;
}
.icon_u_diem  .col-inner h3 {
    margin: 0px;

}
.icon_u_diem  .col-inner p {
    color: #000000

}
.titel_s h1 {
    text-align: center;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
}

.titel_s h2 {
    text-align: center;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
}
.titel_s  strong{
    color: #0000ff;
 }
.header-wrapper .header-button a {
    font-weight: 600;
    font-size: 18px;
    padding: 0px 15px;
    border-radius: 5px !important;
    background: linear-gradient(to right, #4500CA, #8747FF);
}

.vps_row {

}
.vps_row .col-inner {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: .3s ease-in-out;
    border: 2px solid #C7C7C7;
    text-align: center;
}
.vps_row  .col-inner:hover {
    /*text-align: center;*/
    /*padding: 25px;*/
    /*border-radius: 10px;*/
    border: 2px solid #CA57FE;
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}


.vps_tex {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.vps_tex h3 {
    margin: auto;
    color: #fcfcfc;
    width: auto;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 24px;
    border-radius: 45px !important;
    background: linear-gradient(to right, #4500ca, #8747FF);
}
.vps_tex_nuber_s {
    margin: 10px;
}
.vps_tex_nuber_s p {
    font-weight: 700;
    font-size: 30px;
    background: linear-gradient(to right, #4500ca, #8747FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vps_tex_nuber_s p span {
    font-weight: 100;
    color: #000000 !important;
    font-size: 20px;
    background: linear-gradient(to right, #000000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vps_tex_nuber p {
    font-size: 20px;
}
.vps_tex_nuber p img {
    margin-right: 10px;
}
.vps_dang_ky a {
    text-transform: uppercase;
    margin: auto;
    color: #fcfcfc;
    width: auto;
    font-weight: 100;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px !important;
    background: linear-gradient(to right, #4500ca, #8747FF);
}
.vps_dang_ky {
    margin-bottom: 20px;
    margin-top: 20px;
}
.tab_home .ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center li span {
    font-size: 20px;
}
.tab_home  .tab-panels {
    margin-top: 20px;
}
ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center li.active  a {
    padding: 2px 20px;
    color: #ffffff;
    font-size: 16px;
    background: red;
    background: linear-gradient(to right, #4500ca, #8747FF);
}
ul.nav.nav-outline.nav-uppercase.nav-size-normal.nav-center li a {
    font-size: 16px;
    color: #030303;
}
.icon_tai_sao  .icon-box-text.last-reset h3{

}
.icon_tai_sao  .icon-box-text.last-reset h3::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 30%;
    height: 3px;
    background-color: #EABCFF;
}
.icon_tai_sao  .icon-box-text.last-reset h3 {
    position: relative;
}
.review_kh_hang .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-content: center;
    align-items: center;
}
.review_kh_hang .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-content: center;
    align-items: center;
}
.review_kh_hang .icon-box-text.last-reset p {
    font-size: 15px;
}
.review_kh_hang .icon-box-text.last-reset h3 {
    margin: 0px;
}
.review_kh_hang  .icon-box.featured-box.icon-box-left.text-left {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.review_kh_hang .icon-box-text.last-reset h3 img {
    margin-left: 20px;
}
.review_kh_hang .col-inner .icon-box.featured-box.icon-box-left.text-left:nth-child(2)
{
    margin-left: 40px;
}
.danh_gia h4 {
    font-weight: 600;
    font-size: 25px;
}
.danh_gia h5 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    background: linear-gradient(to right, #4500ca, #8747FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.danh_gia h5 span {
    margin-right: 5px;
    font-size: 30px;
}
.danh_gia_rom .medium-4:nth-child(1) {
    padding: 0 15px 0px;
    border-right: 1px solid #b7b1b19e;
}
.danh_gia_rom .medium-4 {
    padding: 0 15px 0px !important;
    margin-bottom: 20px;

}
.danh_gia_rom .icon-box.featured-box.icon-box-top.text-left img {
    height: 100px;
    width: 100px;
}
.danh_gia_rom  .icon-box-text.last-reset h3 {
    margin: 0px;
}
.titel_s h3 {
    text-align: center;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
}
.titel_s p {
    font-size: 20px;
    margin: 0px;
    text-align: center;
}
.nv-accordion a button.toggle {
    position: absolute;
    right: 0px;
    left: unset;
    margin: 0px !important;
    top: 50%;
    transform: translateY(-50%);
}


.nv-accordion a.active .icon-angle-down:before {
    content: '';
    display: block;
    background: url("/wp-content/uploads/2025/06/Frame-260.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    margin-right: 10px;
    background-size: 100% !important;
}
.nv-accordion a .icon-angle-down:before {
    content: '';
    display: block;
    background: url("/wp-content/uploads/2025/06/image_2025-06-12_10-44-56.png");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    margin-right: 10px;
    background-size: 100% !important;
}
.nv-accordion a.accordion-title span{
    font-weight: 600;
    color: #000000;
}
.nav-vertical.nav-tabs > li.active > a, .scroll-to-bullets a.active, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
    border-color: #b679f2!important;
}
.nv-accordion .accordion-title {
    border-top: 1px solid #dddddd00 !important;

}
/*css ly do chon bkns*/

.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner {

    background: -webkit-linear-gradient(123deg, #b862fe, #2450e0 32%);
}

.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner h4 ,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner h4 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner p ,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner p {

    color: #ffffff;
}
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner p strong ,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner p  strong {

    color: #FFE659 !important;
}


.chi_phi_hop_ly_s .ly_do_bkns_k_tex p strong {
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.chi_phi_hop_ly_s .ly_do_bkns_k_tex h4 {
    font-weight: 500;
    font-size: 20px;
}

.chi_phi_hop_ly_s .ly_do_bkns_k_tex .col-inner {
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #CA57FE;
}


.chi_phi_hop_ly_s .ly_do_bkns_k_tex .col-inner:hover {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}

.ban_san_sang .buton_lien_he a.button.primary.button_lm {
    background: #7d67ff !important;
}
.ban_san_sang .buton_lien_he a.button.primary.button_lk {
    color: #ffffff;
}
.ban_san_sang  .tex_san_sang h3 {
    color: #ffffff;
    font-family: "Oswald";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 25px;
}
.ban_san_sang  .tex_san_sang p {
    color: #ffffff;
    font-weight: 100;
    font-size: 18px;
    line-height: 25px;
}
.luu_y_khI_mua_hosting {
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-items: center;
    margin: 15px;
}
.review-home-item .review-star {
    display: flex;
    justify-content: center;
}

.owl-carousel.slide-review-home-hosting.owl-loaded.owl-drag .review-home-item.post .post-thumbnail img {
    border-radius: 20px;
    height: 235px;
}
.slide-review-home .owl-dots button {
    border-radius: 99px;
    width: 12px !important;
    min-height: 12px !important;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity 0.3s;
    background: #9E9E9E !important;
    border-color: #000 !important;
}

.luu_y_khI_mua_hosting .icon-box-text.last-reset h3 {
    margin: 0px;
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left .icon-box-text.last-reset p {
    font-size: 16px;
}

.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left:nth-child(1) .icon-box-text.last-reset h3 {
    color: #1CC2B6;
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left:nth-child(2) .icon-box-text.last-reset h3 {
    color: #9E00C6;
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left:nth-child(3) .icon-box-text.last-reset h3 {
    color: #FF9D00;
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left:nth-child(4) .icon-box-text.last-reset h3 {
    color: #2450E0;
}
.luu_y_khI_mua_hosting .icon-box.featured-box.icon-box-left.text-left:nth-child(5) .icon-box-text.last-reset h3 {
    color: #FF1285;
}




.icon_u_diem_hostring  .col-inner:hover {

    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}
.icon_u_diem_hostring  .col-inner {
    width: 100%;
    display: inline-block;
    padding: 15px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1) !important;
    cursor: pointer;
    transition: .3s ease-in-out;
    border: 2px solid #CA57FE;
    text-align: center;
}
.vps_tex_nuber p {
    margin-left: 15px;
    font-size: 15px;
    text-align: left;
}
.tich_hop .owl-carousel.slide-partner.owl-loaded.owl-drag .partner-item {
    background: #ffffff;
    padding: 10px;
    border-radius: 99%;
    width: 150px;
    height: 150px;
    border: 1px solid #ffffff;
}
.review_kh_hang .icon-box.featured-box.icon-box-left.text-left .icon-inner img {
    border-radius: 99%;
    width: 100px;
    height: 100px;
}
.nv-accordion .accordion-item p {
    font-weight: 500;
    color: #000000;
}
.icon_u_diem_hostring  .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-items: center;
}
