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

:root {
    --main-color: #ff3333;
}

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

p {
    margin: 0 0 10px 0;
}

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

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

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

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

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

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

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

.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 {
    -webkit-appearance: button;
    background: var(--primary-color);
    color: #ffffff !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 33px;
    font-size: 15px;
    padding: 3px 20px 0 20px;
    text-align: center;
    border: medium none;
    font-family: var(--font);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    border: solid 1px transparent;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 3px 0 0 #035b80;
}

.button_orange {
    background: #f97304;
    border: solid 1px transparent;
    box-shadow: 0 3px 0 0 #ca4e19;
}

.button_green {
    background: #50aa27;
    border: solid 1px transparent;
    box-shadow: 0 3px 0 0 #41941b;
}

.button_style:hover {
    background: #50aa27;
    border: solid 1px transparent;
    box-shadow: 0 3px 0 0 #41941b;
}

/**header**/
.stuck-fixed div#masthead {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    animation: stuckMoveDown .6s;
}

.admin-bar .stuck-fixed div#masthead {
    top: 32px !important;
}

div#masthead {
    position: relative;
    box-shadow: 0 4px 16px 0 rgb(167 175 183 / 33%);
}

div#masthead .header .flex-row, div#masthead .flex-col.hide-for-medium.flex-left.flex-grow, div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    position: unset !important;
}

#mega-menu-wrap-primary {
    position: unset !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    position: unset !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center !important;
}

div#masthead i.icon-shopping-cart {
    font-size: 25px;
    color: var(--primary-color) !important;
}

div#masthead i.icon-shopping-cart:before {
    content: '\f07a' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

div#masthead .header-account {
    margin-left: 10px;
}

/**menu**/
div#mega-menu-wrap-primary span.mega-menu-description {
    display: none !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-size: 17px !important;
    padding: 0px 10px !important;
    font-family: var(--font);
    font-weight: bold !important;
}

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

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    max-width: 100%;
    left: 0px !important;
    background: #fff !important;
    width: 100%;
    border-bottom: solid 6px #dde4eb;
    border-top: solid 2px #dde4eb;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li {
    border-left: solid 1px #dde4eb !important;
    border-bottom: solid 1px #dde4eb !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    max-width: 1272px;
    width: 1272px !important;
    margin: auto;
    border-right: solid 1px #dde4eb !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary img {
    width: 150px;
    height: 45px;
    object-fit: contain !important;
    display: block;
    margin-bottom: 10px;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-icon > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-icon > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: block !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.menu-icon > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link img {
    display: block;
    margin: 0 auto 15px;
}

div#mega-menu-wrap-primary ul#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 span {
    width: 100%;
    display: block !important;
    padding-left: 0px;
}

div#mega-menu-wrap-primary ul#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 span > span.mega-menu-description {
    display: none !important;
}

div#mega-menu-wrap-primary span.mega-description-group span.mega-menu-title {
    padding: 0px !important;
    display: flex !important;
    width: 100% !important;
    align-items: center;
}

div#mega-menu-wrap-primary span.mega-description-group {
    padding-left: 0px !important;
    width: 100%;
    display: block;
}

div#mega-menu-wrap-primary ul#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 {
    text-transform: unset !important;
    color: #000;
    font-size: 16px;
    align-items: center;
    height: 100px;
}

div#mega-menu-wrap-primary ul#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:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul#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 span div {
    font-weight: normal;
    text-transform: unset !important;
    font-size: 14px;
    color: #848484;
    margin-top: 5px;
}

div#mega-menu-wrap-primary ul#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: 15px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    background: #fff !important;
}

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

div#mega-menu-wrap-primary .menu-center a img {
    margin: auto !important;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-center > a.mega-menu-link {
    height: 80px !important;
}

div#mega-menu-wrap-primary .menu-center {
    text-align: center !important;
}

div#mega-menu-wrap-primary .menu-center a {
    text-align: center !important;
    display: block;
}

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

.menu-3 ul.mega-sub-menu li {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    list-style: inside disc !important;
}

.menu-3 ul.mega-sub-menu li a {
    position: relative !important;
    padding-left: 10px !important;
}

.menu-3 ul.mega-sub-menu li a:before {
    content: '';
    width: 4px !important;
    height: 4px !important;
    background: #000 !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0px !important;
}

.menu-3 ul.mega-sub-menu li a {
    font-weight: normal !important;
}

/**slide home**/
.slick-banner-home {
    margin: 0px !important;
}

.home-banner-slider {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.home-banner-slider .home-banner-item {
    width: 100%;
    background: #f3f3f3;
    min-height: 415px;
    display: flex !important;
    align-items: center;
}

.home-banner-slider .home-banner-item {
    background-position: right 20px bottom;
    background-repeat: no-repeat;
}

.home-banner-item-content {
    padding: 15px 30px 15px 45px;
}

.home-banner-item-content .home-banner-item-logo {
    padding-bottom: 5px;
}

.home-banner-item-content .home-banner-item-name {
    font-size: 40px;
    color: #000;
    font-style: italic;
    padding-bottom: 20px;
}

.home-banner-item-content .home-banner-item-price {
    line-height: 1;
    display: flex;
    width: auto;
    float: left;
    padding-bottom: 30px;
    position: relative;
    align-items: end;
}

.home-banner-item-content .home-banner-item-button {
    float: left;
    width: 100%;
}

.home-banner-item-content .home-banner-item-price-main {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: end;
}

.home-banner-item-content .home-banner-item-price-year {
    color: #000;
    font-size: 20px;
}

.home-banner-item-content .home-banner-item-price-d {
    color: #6e6e6e;
    font-size: 65px;
    font-weight: 300;
}

.home-banner-item-content .home-banner-item-price-main span {
    color: #6e6e6e;
    font-size: 45px;
    line-height: 43px;
}

.slick-slider .slick-dots {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    list-style-type: none;
    width: unset !important;
    bottom: unset !important;
}

.slick-slider .slick-dots li {
    margin: 0px !important;
}

.slick-slider .slick-dots li button {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: solid 2px #202124;
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    background: none;
    box-shadow: none;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
    background: #202124;
}

/**banner**/
.banner-home {
    padding-top: calc(50% - 10px) !important;
}

.banner-home .text-box {
    width: 100% !important;
    left: 0px !important;
}

.banner-home .bg.fill.bg-fill {
    background-size: cover !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}

.banner-home .side-banner-content {
    padding: 10px 30px;
    text-align: right;
}

.banner-home .side-banner-content {
    width: 100%;
    color: #012b4b;
}

.banner-home .side-banner-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.banner-home .side-banner-subtitle {
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-home .side-banner-price {
    font-size: 40px;
    font-weight: 600;
}

.banner-home .side-banner-price span {
    font-size: 25px;
}

.banner-white.text-left .side-banner-content {
    text-align: left;
}

.banner-white .side-banner-content {
    color: #fff;
}

.banner-home .side-banner-button a {
    font-size: 13px;
    padding: 0px 10px;
}

div#masthead .header-inner.flex-row.container.logo-left.medium-logo-center {
    position: relative;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
}

footer#footer .main__footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    border-top: solid 1px #dee2e6;
}

footer#footer .main__footer .footer-logo {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

footer#footer .main__footer .footer-logo img {
    max-width: 200px;
}

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

footer#footer p {
    margin-bottom: 10px;
}

footer#footer a {
    color: var(--primary-color)
}

footer#footer .footer-company {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    font-size: 16px !important;
}

footer#footer .footer-address, footer#footer .footer-support {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 10px 0;
}

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

footer#footer .footer-tv {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-flow: wrap;
}

footer#footer .footer-tv a {
    width: 31%;
    background: #f2f2f2;
    margin-right: 15px;
    border-radius: 10px;
    padding: 10px;
    height: 80px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-tv a:nth-child(3n) {
    margin-right: 0px !important;
}

footer#footer .footer-tv a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

#footer .footer-top .footer-social a {
    width: 35px;
    height: 35px;
    color: #fff;
    display: inline-block;
    background: #3b5998;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

#footer .footer-top .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    color: #fff !important;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.3);
}

#footer .footer-top .footer-social a:not(:last-child) {
    margin-right: 10px;
}

#footer .footer-top .footer-social a.pinterest {
    background: #dd4b39;
}

#footer .footer-top .footer-social a.twitter {
    background: #00aced;
}

#footer .footer-top .footer-social a.youtube {
    background: #bb0000;
}

#footer .footer-top .footer-social a.linkedin {
    background: #006699;
}

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

#footer .footer-top .footer-title h3 {
    color: #000;
    font-size: 16px;
    margin: 0px !important;
}

.bottom__footer {
    border-top: solid 1px #dee2e6;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
}

.mb25 {
    margin-top: 20px !important;
}

#footer .footer-top .footer-zalo img {
    width: 100px;
    height: 100px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

#footer .footer-top .footer-payment a img {
    width: 40px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

#footer .footer-register a img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/**home title**/
.home-title {
    text-align: center;
    margin-bottom: 20px;
}

.home-title h3 {
    margin: 0px 0 20px;
    font-size: 35px;
    text-align: center;
    line-height: 0px;
}

.home-title p b {
    color: #50aa27;
    text-transform: uppercase;
}

.home-title p {
    padding-top: 15px;
    font-size: 20px;
    margin: 0;
}

.home-title2 {
    text-align: center;
    margin-bottom: 20px;
}

.home-title2 h3 {
    margin: 0px;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.home-title2 p b {
    color: #50aa27;
    text-transform: uppercase;
}

.home-title2 p {
    padding-top: 15px;
    font-size: 16px;
    margin: 0;
}

/**ssl item**/
.ssl__item {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: #fff;
    background: #f3f3f3;
    border: solid 1px #dde4eb;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.ssl__item .ssl__item_top {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.ssl__item .ssl__item_thumbnail img {
    max-height: 25px;
    width: auto;
}

.ssl__item .ssl__item_content {
    margin-top: 15px;
}

.ssl__item .ssl__item_content h4 {
    font-size: 15px;
    font-weight: bold;
    min-height: 36px;
    margin-bottom: 7px;
    line-height: 1.2;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ssl__item .ssl__item_desc p {
    margin: 0px;
    font-size: 14px;
}

.ssl__item .ssl__item_desc {
    background: #f3f3f3;
    text-align: left;
    font-size: 14px;
    padding: 20px;
    border-radius: 0 0 7px 7px;
}

.ssl__item .ssl__item_desc p:not(:last-child) {
    margin: 0 0 3px 0;
}

.ssl__item .ssl__price b, .ssl__item .ssl__price ins span {
    color: #ff3333;
    font-size: 18px;
}

.ssl__item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
}

.ssl__item .ssl__item_content button {
    margin: 15px 0 0 0;
    font-size: 14px;
    padding: 0px 15px;
}

/**browser**/
.browser-main {
    margin: auto;
    display: block;
    float: none;
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
}

.browser-main .browser-actions {
    max-width: 170px;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 137px;
}

.browser-main .browser-actions > div {
    flex: 0 0 30px;
    max-width: 30px;
    width: 100%;
    margin-right: 18px;
}

.browser-actions .left-key:before {
    height: 23px;
    width: 30px;
    content: "";
    background: url(../images/left-key-icon.png) no-repeat scroll 0 0;
    background-size: cover;
    display: block;
}

.browser-actions .right-key:before {
    height: 23px;
    width: 30px;
    content: "";
    background: url(../images/right-key-icon.png) no-repeat scroll 0 0;
    background-size: cover;
    display: block;
    opacity: .5;
}

.browser-actions .refresh-key:before {
    height: 27px;
    width: 27px;
    content: "";
    background: url(../images/refresh-icon.png) no-repeat scroll 0 0;
    background-size: cover;
    display: block;
}

.browser-main .address-bar {
    background: #fff;
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% - 170px);
}

.address-bar .verified-txt {
    padding: 0 10px;
}

.address-bar .domain-txt {
    padding: 0 0 0 15px;
    position: relative;
}

.col-video .col-inner.text-center {
    margin: auto !important;
}

.video__ssl iframe {
    width: 100%;
    height: 100% !important;
}

.video__ssl {
    max-width: 608px;
    position: absolute !important;
    top: 48px;
    margin: auto;
    left: 0;
    right: 0;
    height: 390px;
}

/**faq**/
.faq__ssl .accordion-item {
    border: solid 1px #dadce0;
    padding: 15px 25px;
    margin-bottom: 10px;
    border-radius: 7px;
    background: #f3f3f3;
}

.faq__ssl a.accordion-title.plain {
    border: 0px !important;
    color: #000;
    position: relative;
    background: transparent !important;
    padding-top: 0px !important;
    font-weight: 700;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
}

.faq__ssl a.accordion-title.plain button.toggle {
    position: absolute;
    width: 0px !important;
    top: -7px !IMPORTANT;
    opacity: 1 !important;
}

.faq__ssl a.accordion-title.plain button.toggle i {
    display: flex;
    align-items: center;
    font-size: 25px;
}

.faq__ssl .icon-angle-down:before {
    content: '\2b' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.faq__ssl .active > .toggle {
    transform: unset !important;
}

.faq__ssl .active > .toggle > .icon-angle-down:before {
    content: '\f068' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.faq__ssl .accordion-inner {
    padding-left: 30px !important;
}

/**thuong hieu**/
.owl-dots {
    display: none !important;
}

.box-slide-th {
    border-top: 4px solid #dee2e6;
    border-bottom: 4px solid #dee2e6;
    margin-left: 80px;
    margin-right: 80px;
    height: 170px;
    display: flex;
    align-items: center;
}

.box-slide-th .th-item {
    text-align: center;
    height: 60px;
    width: 100%;
    padding: 0 15px;
}

.box-slide-th .th-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
    filter: grayscale(100%);
    opacity: .7;
}

.box-slide-th .th-item img:hover {
    filter: unset !important;
    opacity: 1;
}

.slide-th button i {
    display: none !important;
}

.slide-th .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slide-th button.owl-prev:before, .slide-th button.owl-prev:after, .slide-th button.owl-next:before, .slide-th button.owl-next:after {
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
}

.slide-th .owl-nav button.owl-next {
    right: 0px;
}

.slide-th button.owl-prev:before {
    background: #dee2e6;
    height: 106px;
    width: 4px;
    transform: rotate(38deg);
    top: -74px;
    right: 30px;
    position: absolute;
    left: auto;
    transition: all 300ms;
}

.slide-th button.owl-prev:after {
    background: #dee2e6;
    height: 106px;
    width: 4px;
    transform: rotate(-38deg);
    bottom: -74px;
    right: 30px;
    position: absolute;
    content: "";
    transition: all 300ms;
}

.slide-th button.owl-prev:hover:before, .slide-th button.owl-prev:hover:after {
    background: var(--primary-color) !important;
}

.slide-th button.owl-next:before {
    background: #dee2e6;
    height: 106px;
    width: 4px;
    transform: rotate(-38deg);
    top: -74px;
    left: 46px;
    position: absolute;
    transition: all 300ms;
}

.slide-th button.owl-next:after {
    background: #dee2e6;
    height: 106px;
    width: 4px;
    transform: rotate(38deg);
    bottom: -74px;
    left: 46px;
    position: absolute;
    content: "";
    transition: all 300ms;
}

.slide-th button.owl-prev:hover:before, .slide-th button.owl-prev:hover:after, .slide-th button.owl-next:hover:before, .slide-th button.owl-next:hover:after {
    background: var(--primary-color) !important;
}

/**review**/
article.bk-review-home {
    width: 1000px;
    margin: auto;
}

.review-home-item {
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    margin: 15px !important;
    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}

.review-home-item .review-avatar {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.review-home-item .review-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.slide-review-home .owl-dots {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.slide-review-home .owl-dots button {
    width: 12px !important;
    min-height: 12px !important;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity .3s;
    background: #fff !important;
    border-color: #fff !important;
}

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

.review-home-item .review-author {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
    text-align: center;
}

.review-home-item .review-author p.name_kh {
    font-weight: 700;
}

.review-home-item .review-author p {
    margin: 0px;
    font-size: 15px;
}

.review-home-item .review-star {
    display: flex;
}

.review-home-item .review-star img {
    width: 20px !important;
    margin-right: 3px;
}

.review-home-item .review-content {
    position: relative;
}

.review-home-item .review-content:before {
    content: '“';
    font-size: 300px;
    color: #444;
    opacity: 0.1;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: -50px;
}

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

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

.cat-title {
    margin-bottom: 20px;
    text-align: center;
}

.cat-title h1, .cat-title h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}

.cat-title p {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.category-banner-left {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f3f3f3;
    min-height: 200px;
    margin: 30px 0 0 0;
}

.category-banner-left {
    background: url(../images/category-alphassl-banner-bg.svg) no-repeat center left #f3f3f3;
    background-size: cover;
}

.category-banner-content {
    padding-left: 40px;
}

.category-banner-content {
    flex: 0 0 70%;
}

.category-banner-content-right {
    flex: 0 0 30%;
    text-align: center;
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}

.category-banner-content-right-img img {
    width: 80px;
}

.category-banner-content-authorized-reseller {
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 15px;
}

.category-banner-content-authorized-reseller img {
    max-height: 45px;
    max-width: 90%;
    display: block;
}

.category-banner-content-authorized-reseller-title {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}

.category-banner-content h1 {
    font-weight: 400;
    margin-bottom: 0;
}

.category-banner-price {
    line-height: 1;
    display: flex;
    width: auto;
    float: left;
    align-items: end;
    position: relative;
}

.category-banner-price-d {
    color: rgba(0, 0, 0, .8);
    font-size: 50px;
    font-weight: 300;
}

.category-banner-price-main {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
}

.category-banner-price-main span {
    color: rgba(0, 0, 0, .6);
    font-size: 40px;
    line-height: 41px;
}

.category-banner-content-right-img {
    width: 80px;
}

.category-banner-price-year {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
}

.sub-menu {
    background: #f3f3f3;
    z-index: 99;
}

.category-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.category-nav ul li {
    border-right: solid 1px #c6c6c6;
    display: inline-block;
    padding: 0;
}

.category-nav ul li:last-child {
    border-right: 0px !important;
}

.category-nav ul li a {
    padding: 20px 50px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s;
    position: relative;
}

.category-nav ul li.active a, .category-nav ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.category-nav ul li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid var(--primary-color);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: none;
    opacity: 0;
}

.category-nav ul li.active a:after, .category-nav ul li a:hover:after {
    opacity: 1;
}

/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.pagination ul li.active {
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**category panel**/
.category-panel {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.tab-category ul li {
    list-style: inside disc;
}

#loi-ich {
    display: inline-block;
    margin-top: 30px;
}

.category-lt {
    display: flex;
    width: 100%;
}

.category-lt .category-lt-icon {
    width: 100px;
    height: 80px;
}

.category-lt .category-lt-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-lt .category-lt-content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.category-lt .category-lt-content h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.category-lt .category-lt-content p {
    color: #000;
    font-size: 15px;
    margin: 0px;
}

article#category-review {
    background: #f3f3f3;
    padding: 30px;
    width: 100%;
}

/**product**/
.product-view .product-title h1 {
    font-size: 40px;
    font-weight: bold;
}

.product-view .product-description {
    font-size: 18px;
    padding-bottom: 20px;
    color: #505050;
}

.product-view .product-view-top-features-icon {
    color: var(--primary-color);
    font-weight: 300;
    text-align: center;
}

.product-view .product-view-top-features-icon img {
    max-height: 38px;
    max-width: 42px;
}

.product-view .product-view-top-features-icon {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.product-view .product-view-top-features-name {
    line-height: 1.2;
    text-align: center;
}

.product-view .bkns-assurance {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0px 0 20px;
}

.product-view .bkns-assurance:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #dde4eb;
    position: absolute;
    left: 0;
    top: 50%;
}

.product-view .bkns-assurance > span {
    color: #7d7d7f;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.product-view .product-view-top-features .authorized-reseller {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    filter: none;
}

.product-view .product-view-top-features .secure-siteseal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    filter: none;
}

.product-view-top-right {
    background: var(--primary-color);
    border: solid 12px #006699;
    padding: 30px;
    color: #fff;
    margin-left: auto;
}

.product-price-box table th {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    width: 180px;
    text-transform: unset !important;
}

.product-price-box table td, .product-price-box table th {
    padding: 8px 10px;
    border: none;
    margin-bottom: 10px;
}

.product-price-box select#select-year {
    background-color: transparent !important;
    color: #fff;
    width: unset !important;
    border-radius: 10px;
    font-size: 16px;
}

.product-price-box td.button-add-cart a {
    font-size: 18px;
    padding: 8px 30px;
    margin: 20px 0;
}

.product-price-box td.payment-logo {
    text-align: center;
}

.product-price-box td.button-add-cart {
    text-align: center;
}

.product-price-box td.product-price {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.product-price-box td.product-price-del {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

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

.product-footer {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
}

.product-tab {
    width: 100%;
    margin: 30px 0;
}

.product-tab .tab-content {
    line-height: 30px;
}

.product-tab .tab-content ul, .product-tab .tab-content ol {
    margin-left: 35px !important;
}

.product-tab .tab-content p, .product-tab .tab-content ul li, .product-tab .tab-content ol li {
    margin: 0 0 10px 0 !important;
}

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

.product-tab .tab-content table tr td:last-child, .content-entry table tr td:last-child {
    border-right: 0px !important;
}

.product-tab .tab-content table, .content-entry table {
    border: 1px solid #f2f2f2 !important;
}

.product-tab .tab-content table thead tr:nth-child(1) td, .content-entry thead tr:nth-child(1) td {
    background: var(--primary-color) !important;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px !important;
    text-transform: unset !important;
}

.product-tab .tab-content table thead tr:nth-child(1) td, .content-entry table thead tr:nth-child(1) th, .product-tab .tab-content table tbody tr th {
    background: var(--primary-color) !important;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px !important;
    text-transform: unset !important;
}

.product-tab .tab-content table .table-gray-bg {
    background: #f3f3f3;
    color: #000;
}

div#tab-review, #review {
    background: rgb(243, 243, 243);
    padding: 30px 0;
}

.nav-position {
    position: fixed;
    top: 75px;
    z-index: 9;
    width: 100%;
    animation: stuckMoveDown .6s;
    border-bottom: solid 1px #c6c6c6;
}

.admin-bar .nav-position {
    top: 107px;
}

/**filter**/
.filter-by {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.filter-by .filter-by-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 15px;
    opacity: .5;
}

.filter-by .filter-by-select-main {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.filter-by .filter-by-select {
    width: 220px;
    padding: 0 0px 0 15px;
    line-height: 46px;
    border: solid 1px #dde4eb;
    border-radius: 5px;
    text-align: left;
    font-weight: 500;
    background: url(../images/select-arrow.png) no-repeat center right 15px #fff;
    cursor: pointer;
    position: relative;
}

.filter-by .filter-by-select span {
    color: #000;
    display: block;
    width: 100%;
}

.filter-by .filter-by a {
    text-decoration: none;
    position: relative;
    color: #0650a0;
    cursor: pointer;
}

.filter-by .filter-by-select ul {
    position: absolute;
    top: 47px;
    left: 0;
    width: 244px;
    box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
    background: #fff;
    margin: 0;
    list-style: none;
    border-radius: 5px;
    z-index: 9;
    border: solid 1px #dde4eb;
}

.filter-by-select ul li {
    line-height: 1.3;
    padding: 13px 15px;
    border-bottom: solid 1px #dde4eb;
    position: relative;
    font-weight: normal;
    font-size: 15px;
}

.filter-by .filter-by-select [type="checkbox"]:checked, .filter-by .filter-by-select [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.filter-by .filter-by-select [type="checkbox"]:checked + label, .filter-by .filter-by-select [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 24px;
    display: block;
}


.filter-by .filter-by-select [type="checkbox"]:checked + label:before, .filter-by-select [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #4b4b4b;
    background: #fff;
}

.filter-by-select [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.filter-by-select [type="checkbox"]:checked + label:after, .filter-by-select [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    position: absolute;
    top: 8px;
    left: 4px;
}

.filter-by .filter-by-select ul li:hover {
    background: #f3f3f3;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}


#loader .loader-wdes {
    position: absolute;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader .loader-double {
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loader .loader-double:before, #loader .loader-double:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50px;
    border: 6px solid transparent;
    border-top-color: #093d64;
    border-bottom-color: #093d64;
    filter: alpha(opacity=60);
    -webkit-animation: spinreverse 2s linear infinite;
    animation: spinreverse 2s linear infinite;
}

.loading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: rgba(255, 255, 255, .5);
}

#loader .loader-double:before {
    top: 13px;
    left: 13px;
    bottom: 13px;
    right: 13px;
    -webkit-animation: spinreverse 3s linear infinite;
    animation: spinreverse 3s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

.filter-by-select.sort-by {
    width: 240px;
}

.home-box {
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%
}

.home-box .homeboxdtl {
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.home-box a {
    text-decoration: none;
    display: block;
}

.home-box a:hover {
    text-decoration: none;
}

.home-box a:visited {
    text-decoration: none;
}

.home-box p {
    background: #29306c none repeat scroll 0 0;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: -0.011em;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.ssl-title {
    padding: 25px 0;
    background: #f3f3f3;
    text-align: center;
    color: var(--primary-color);
    font-size: 22px;
    text-transform: uppercase;
}

#breadcrumbs {
    padding: 8px 0;
}

#breadcrumbs p {
    margin: 0px !important;
}

.mt-3 {
    margin: 30px auto 0;
}

.ssltools-text {
    margin-top: 20px;
}

.clear {
    float: none;
    clear: both;
}

.content {
    margin: 20px 0;
}

.content h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #29306c;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.content h2 {
    font-size: 18px;
    color: #53a446;
    margin: 0 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.tool-txt p {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
}

.form-wrap {
    width: 480px;
    padding-top: 10px;
}

.formraw + .formraw {
    margin-top: 15px;
}

.formraw label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}

.formraw textarea, .formraw select, .formraw .inputtxt {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
}

.formraw .form-hint {
    display: block;
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}

.formraw input[type=submit] {
    border: none;
    color: #FFF;
    background: #29306c;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.formraw .error {
    font-size: 11px;
    color: #F00;
    font-weight: normal;
    margin-top: 5px;
}

.formraw input.error {
    border: 1px solid #f00;
}

.result-list {
    margin-bottom: 20px;
}

.result-dtl {
    margin: 20px 0;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.result-dtl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.result-dtl ul li {
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}

.result-dtl ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: -1px;
}

.result-dtl ul li span {
    font-weight: bold;
}

.downarrow {
    text-align: center;
    padding: 20px 0;
}

.result-box {
    border: 1px solid #CCC;
    padding: 15px;
    background: #f7f7f7;
}

.result-box ul {
    float: left;
    width: 80%;
}

.result-box p {
    float: right;
    margin-bottom: 0;
}

.result-box textarea {
    border: none;
    height: 315px;
    width: 100%;
    word-break: keep-all;
    background: transparent;
    box-shadow: unset !important;
}

.errormsg {
    border: 1px solid #ca9195;
    margin: 15px 0;
    background: #fed2d3;
    padding: 10px 15px;
    color: #7a1c2a;
    line-height: 20px;
    font-size: 14px;
    display: block;
}

.warningmsg {
    border: 1px solid #d9df63;
    margin: 15px 0;
    background: #fefccb;
    padding: 10px 15px;
    color: #737433;
    line-height: 20px;
    font-size: 14px;
}

.succesmsg {
    border: 1px solid #a1da96;
    margin: 15px 0;
    background: #d4fecc;
    padding: 10px 15px;
    color: #377f2b;
    line-height: 20px;
    font-size: 14px;
}

.infomsg {
    border: 1px solid #e7e07b;
    margin: 15px 0;
    background: #fffddf;
    padding: 10px 15px;
    color: #a7a14f;
    line-height: 20px;
    font-size: 14px;
}

.errormsg span, .warningmsg span, .succesmsg span, .infomsg span {
    display: block;
}

.warningmsg hr {
    border-top: solid 1px #737433;
}

.home-box-row {
    margin: 0 -10px;
    position: relative;
}

.loader {
    display: none;
    height: 100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.loader > img {
    width: 100px;
}

.csrform {
    width: 100%;
}

.csrform .formraw {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 0 20px !important
}

.csrform .formraw:nth-child(2n+1) {
    clear: both;
}

.csrform .fullraw {
    width: 100%;
}

.domainchecktbl {
    border: 1px solid #CCC;
    font-size: 13px;
}

.domainchecktbl tr:first-child {
    background: #dfdfdf;
    font-weight: bold;
}

.domainchecktbl tr:first-child td {
    padding: 10px;
}

.domainchecktbl tr td {
    padding: 5px 10px;
}

.domainchecktbl tr + tr td {
    border-top: 1px solid #CCC;
}

.domainchecktbl tr td + td {
    border-left: 1px solid #CCC;
    text-align: center;
}

@media only screen and (max-width: 979px) {
    .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .logo img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }

    .content {
        padding-bottom: 15px;
    }

    .content h1 {
        font-size: 20px;
    }

    .content h2 {
        font-size: 16px;
    }

    .result-box p {
        display: none;
    }

    .result-box ul {
        width: 100%;
    }

    .home-box {
        width: 50%;
    }

    .csrform .formraw {
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .form-wrap {
        width: 100%;
    }

    .sectionTitle {
        padding: 0 0 5px 0
    }

    .tblreport td {
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media only screen and (max-width: 420px) {
    .home-box {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .tblreport td {
        display: block;
    }
}


/***************
Added for Server Test
*/
.sectionTitle {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 10px 0px;
    background: #f7f7f7;
    border-bottom: 1px solid #CCC;
}

table.tblreport {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;
}

/**zalo**/

.tg_contact_fixed_2021 {
    position: fixed;
    z-index: 999;
    right: 28px;
    bottom: 85px;
}

.tg_contact_fixed_2021 ul li {
    margin: 0 0 10px 0 !important;
    position: relative;
    list-style: none;
}

.tg_contact_fixed_2021 ul li .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    right: 120%;
    transition: opacity .5s;
}

.tg_contact_fixed_2021 ul li .aml-tooltiptext {
    background-image: linear-gradient(
            180deg, #4fc3f7 0%, #0277bd 100%);
    color: #fff;
}

.tg_contact_fixed_2021 ul li.tg_scroll_top img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tg_contact_fixed_2021 ul li:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.zalo-chat-widget {
    bottom: 200px !important;
    right: 42px !important;
}

.tg_contact_fixed_2021 ul li a {
    width: 55px;
    height: 55px;
    background: #00bff3;
    color: #fff;
    display: table;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-banner-item-logo img {
    width: 200px;
    object-fit: contain;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:last-child {
    border-right: solid 1px #dde4eb !important;
}

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

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

div#DigiCertClickID_-oCCTfyv img {
    max-width: 100px;
    margin: 10px 0 0 0 !important;
}

/**sale-title**/
.zone {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.zone__heading {
    margin-bottom: 40px;
}

.zone__heading h2 {
    margin: 0px !important;
}

.zone__heading * {
    width: unset;
    display: inline-block;
}

.zone-aside__heading .heading, .zone__heading .heading {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}

.zone__heading .heading {
    color: var(--primary-color);
    background: #fff;
    width: unset;
    padding-right: 35px;
    position: relative;
}

.zone__heading .heading:after {
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 50%;
}

.zone__content::after, .zone__heading .heading:after {
    display: block;
    content: "";
}

.zone__heading:after {
    content: "";
}

.zone__heading:after {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: #e9e9e9 !important;
    margin-top: -18px !important;
}

.zone__heading h1 {
    margin: 0px !important;
}

/**widget**/
aside.bk-widget {
    border: 5px solid #ededed;
    margin: 0px 0px 25px 0px;
    background: #fff;
    padding: 20px;
}

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

span.widget-title {
    background: none;
    color: #000;
    position: relative;
    border-bottom: none;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    display: block;
}

span.widget-title:before {
    content: "";
    width: 100%;
    max-width: 155px;
    background: var(--primary-color);
    bottom: -12px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: 3px;
    position: absolute;
}

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

.widget-post-list ul li {
    padding: 0px 0px 10px 15px;
    position: relative;
    list-style: none !important;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dashed #e6e6e6;
}

.widget-post-list ul li:last-child {
    border-bottom: 0px;
}

.widget-post-list ul li a {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    display: block;
    word-break: break-all;
}

.widget-post-list ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list ul li a:hover span {
    color: #000;
}

.widget-post-list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #919191;
    position: absolute;
    top: 10px;
    left: 0px;
}

aside.sale-widget, image {
    margin-bottom: 25px;
}

/**single**/
.content_single_post .single_post_info {
    border-bottom: 1px dotted #e6e6e6;
    margin: 0px 0px 20px 0px;
}

.content_single_post .single_post_info h1 {
    font-size: 28px;
    line-height: 45px;
    color: var(--primary-color);
    display: inline-block;
    font-weight: normal;
    margin: 0px !important;
}

.content_single_post .single_post_info p {
    color: #000;
    font-size: 14px;
    margin: 0px 0 10px 0;
}

.content_single_post .single_post-thumbnail img {
    width: 100%;
}

.content_single_post .text_content {
    font-size: 17px;
    line-height: 28px;
    margin: 30px 0;
}

.content_single_post .text_content p, .content_single_post .text_content ul li {
    margin-bottom: 10px !important;
}

.widget_media_image img {
    width: 100%;
}

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

.content_single_postt table tr td:last-child, .content-entry table tr td:last-child {
    border-right: 0px !important;
}

.content_single_post table tr:nth-child(even), .content-entry table tr:nth-child(even) {
    background: #f2f2f2;
}

.content_single_post table, .content-entry table {
    border: 1px solid #f2f2f2 !important;
}

.content_single_post table thead tr:nth-child(1) th, .content-entry thead table tr:nth-child(1) th {
    background: var(--primary-color) !important;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: unset !important;
}

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

.widget_categories ul li {
    width: 100%;
}

.widget_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 {
    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 {
    border: 5px solid #ededed;
    margin: 0px 0px 25px 0px;
    background: #fff;
    padding: 20px 10px 10px 10px;
}

.widget_categories ul li:last-child a {
    border-bottom: 0px !important;
}

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

.post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.post-item:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.post-item .post-thumbnail {
    max-width: 290px;
    width: 100%;
    float: left;
    height: 190px;
    border: 1px solid #e6e6e6;
    transition: 0.3s ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.post-item .post-thumbnail:before {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-item .post-thumbnail:after {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.post-item .post_meta {
    width: 100%;
    display: flex;
    margin: 0px 0px 10px 0px;
}

.post-item .post_meta p {
    color: #919191;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding: 0px 20px 0px 0;
    display: inline-block;
}

.post-item .post-content {
    width: calc(100% - 290px);
    float: left;
    padding-left: 30px;
}

.post-item .post-content h3 {
    font-size: 22px;
    color: #232323;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
}

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

.post-item .post-content .post-desc {
    font-size: 15px;
    line-height: 22px;
    color: #616161;
}

.post-item:hover .post-thumbnail::before, .post-item:hover .post-thumbnail::after {
    left: 0;
    top: 0;
}

div#people {
    width: 100%;
    padding: 30px 0 0 0;
}

.people-item {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}
.people-item h4 {
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 16px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.people-item img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    padding: 15px;
}

.header-right ul li a img {
    width: 25px !important;
    height: 15px !important;
    object-fit: contain;
}

.header-right ul li a {
    color: #000;
    font-size: 16px !important;
}

.header-right ul li {
    list-style: none !important;
    margin: 0px !important;
}










.price-item.vps-mmo {
    min-width: 4rem;
    border: 2px solid #85d9fd;
    border-radius: 12px;
    position: relative;
    background: #fff;

}


.price-item.vps-mmo {
    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;
}
.article.box-ssl  .owl-item {
    padding: 4px;
}
.price-item .price-item-header h2 {
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.price-item .price-wrapper {
    margin: 3px 0;
    color: var(--main-color);
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.price-item.vps-mmo .price-item-footer a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.price-item .price-item-footer {
    width: 100%;
    padding: 0 20px 20px 20px;
}
.price-item-footer a {
    background: transparent ;
    color: var(--primary-color) ;
    border: 1px solid var(--primary-color) ;
}.price-item .price-item-footer a {
     background: var(--primary-color);
     width: 100%;
     display: block;
     padding: 8px;
     text-align: center;
     border-radius: 50px;
     color: #fff;
     font-weight: 700;
     font-size: 16px;
     height: unset !important;
     line-height: unset !important;
 }
.price-item .price-item-option select {
    border: 1px solid #7D7979;
    border-radius: 10px;
    box-shadow: unset !important;
    color: #7D7979;
}
.price-item-compare {
    padding: 5px;
    text-align: center;
    color: var(--primary-color);
}
.price-item-compare a {
    color: var(--primary-color);
}
.price-item .price-item-body.tp-close {
    margin-bottom: 20px;
}
.price-item .price-item-body {
    width: 100%;
    padding: 0px 30px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}

.price-item .price-item-body.tp-close.tp-open {
    max-height: 800px !important;
}

.price-item .price-item-body.tp-close:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/arrow-overlay.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}



.price-item .price-item-body.tp-close.tp-open:after {
    display: none;
}






.price-item .price-item-body.tp-close {
    margin-bottom: 20px;
}


div#ssl-data\ home-slide .price-item.vps-mmo {

    margin: 10px !important;

}
#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 {
    display: flex;
    text-transform: unset !important;
    color: #000;
    font-size: 16px;
    align-items: center;
}

.home-title h2, .home-title h1, .home-title h3, .home-title h4, .home-title h5, .home-title h6 {
    color: var(--primary-color);
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    margin: 0px !important;
    text-transform: capitalize;
}
.price-item .price-item-option select {
    border: 1px solid #7D7979;
    border-radius: 10px;
    box-shadow: unset !important;
    color: #7D7979;
}
.price-item .price-item-option {
    width: 100%;
    padding: 20px 30px;
}
.price-item .price-item-header h2 {
    margin: 0px !important;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
}
.price-item .price-wrapper {
    margin: 3px 0;
    color: var(--main-color);
    font-weight: 700;
    font-size: 25px;
}

section.revie_home {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(243, 243, 243);
}





.filters-container h4.filter-title {
    font-size: 15px;
    font-weight: bold;
    min-height: 36px;
    margin-bottom: 7px;
    line-height: 1.2;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: left;
}

.textwidget.custom-html-widget {
    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;
    padding: 10px;
}
.filter-content {
    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;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #009ada !important;
}
h4.filter-title {
    border: 1px solid var(--primary-color);
    margin-bottom: 0;
    background: linear-gradient(var(--primary-color),var(--primary-color));
    color: #fff!important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12.5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    display: block;
    width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-weight: 300;
    font-size: 16px;
    color: var(--yith-wcan-anchors_style_text, #434343);
    text-decoration: none;
}
.price-item.vps-mmo:hover {
    transition: 0.3s ease-in-out;
    box-shadow: none!important;
    transform: translateY(10px);
}
.price-item.email-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: none!important;
    transform: translateY(10px);
}




/*.price-item.vps-mmo-roduct_cat {*/
    /*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;*/
    /*padding: 25px;*/
/*}*/
.price-item.vps-mmo-roduct_cat {
    min-width: 14rem;
    border-radius: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
}
.price-item.vps-mmo-roduct_cat:hover {
    /*transition: 0.3s ease-in-out;*/
    /*box-shadow: none!important;*/
    /*transform: translateY(10px);*/
}
.ods-offer-card__badge.position-absolute {
    height: 33px;
    top: -21px;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(5%,-100%);
}
.gia_pt span.price-value {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 500;
}
.ods-offer-card__content.d-flex.flex-column.align-items-start.h-100.p-5 {
    margin-top: -20px;
}
.ods-offer-card__badge .ods-badge--default {
    text-shadow: 0px 0px 4px #bef1ff;
}
.ods-offer-card__badge .ods-badge {
    font-size: 1.25rem;
    line-height: 1.25em;
    letter-spacing: 0;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    display: inline-block;
    padding: 0.25rem 1rem;
}
.ods-badge {
    white-space: nowrap;
    border-radius: -13.5rem;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    display: inline;
    --badge-custom-color: #000E9C;
}
.price-item.vps-mmo-roduct_cat .price-item-header h2 {
    text-align: left !important;
    margin: 0px !important;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
}
.price-item.vps-mmo-roduct_cat .price-item-body img {
    width: 20px;
    margin-right: 5px;
}
.ods-offer-card__content.d-flex.flex-column.align-items-start.h-100.p-5 {
    padding: 10px 10px 20px 30px;
}
.price-item.vps-mmo-roduct_cat  .price-item-body ul li {
    font-weight: 600;
    margin: 0px 0 10px 0;
    display: flex;
    flex-flow: wrap;
    color: #111;
    align-items: center;
    font-size: 16px;
}
.price-item.vps-mmo-roduct_cat.\32 {
    border: 1px solid #85d9fd;
}
.price-item-header-nd p {
    margin: 0px 0 10px 0;
    display: flex;
    flex-flow: wrap;
    color: #111;
    align-items: center;
    font-size: 15px;
    font-weight: 100;

}
.price-item.vps-mmo-roduct_cat .price-item-body {
    width: 100%;
    padding: 0px 15px;
    max-height: 453px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}
.price-item.vps-mmo-roduct_cat .gia_km {
    margin-top: 20px;
    text-align: left;
}
.gia_km span.base-price {
    font-weight: 500;
    font-size: 20px;
    color: red;
}
.ods-offer-card__content.d-flex.flex-column.align-items-start.h-100.p-5 h3 {
    margin: 0px!important;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
}
.price-item.vps-mmo-roduct_cat i.fa-solid.fa-check {
    color: var(--primary-color);
    padding: 0px 10px 0px 0px;
}
.price-item.vps-mmo-roduct_cat .gia_pt {
    margin-top: -15px;
    text-align: left;
}
.price-item.vps-mmo-roduct_cat .ods-product-information-preview.mb-4 {

}
.ods-offer-card__content.d-flex.flex-column.align-items-start.h-100.p-5 {
    text-align: left;
}




.elementor-price-table .elementor-price-table__header {
    background: var(--primary-color);
    padding: 29px 0;
}
.elementor-price-table {
    text-align: center;
}
.elementor-widget-price-table .elementor-widget-container {
    overflow: hidden;
    background-color: #f7f7f7;
}
.elementor-price-table .elementor-price-table__heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.elementor-price-table .elementor-price-table__subheading {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.elementor-widget-container {
    --e-transform-transition-duration: .1s;
    border-radius: 10px;
}
.row.hide-for-medium:hover .elementor-widget-container {
    border-style: solid;
    border-width: 2px;
    border-color: var(--primary-color);
}
.elementor-price-table .elementor-price-table__price {
    font-size: 40px;
}
.elementor-price-table__original-price.elementor-typo-excluded {
    color: red;
    font-family: "Mulish",Sans-serif;
    font-size: 30px;
    font-weight: 700;
    word-spacing: 0px;
    align-self: flex-end;
}
.elementor-price-table__ribbon-inner {
    background-color: red;
    color: #fff;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.elementor-price-table__ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}
.elementor-price-table__currency {
    align-self: flex-start;
}
.elementor-price-table .elementor-price-table__integer-part {
    line-height: .8;
}
.elementor-price-table .elementor-price-table__features-list li {
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.elementor-5020 .elementor-element.elementor-element-75aa712 .elementor-price-table__features-list {
    text-align: center;
}
.elementor-price-table .elementor-price-table__features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--primary-color);
}
ul.elementor-price-table__features-list span {
    color: #000;
}
.elementor-widget-container {
    overflow: hidden;
    background-color: #f7f7f7;
}
.elementor-price-table .elementor-price-table__period {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
}
.elementor-price-table .elementor-price-table__original-price {
    margin-right: 15px;
    text-decoration: line-through;
    font-size: .5em;
    line-height: 1;
    font-weight: 400;
    -ms-flex-item-align: center;
    align-self: center;
}
.elementor-price-table .elementor-price-table__currency {
    margin-right: 3px;
}
.elementor-price-table .elementor-price-table__currency, .elementor-price-table .elementor-price-table__fractional-part {
    line-height: 1;
    font-size: .3em;
}
.elementor-price-table .elementor-price-table__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #555;
    font-weight: 600;
    font-size: 58px;
    padding: 40px 10px;
}
.elementor-price-table .elementor-price-table__footer {
    padding: 30px 0;
}
.elementor-price-table__button {
    background-color: var(--primary-color);
}
span.elementor-price-table__integer-part {
    color: var(--primary-color);
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: var(--primary-color);
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    content: "";
    display: block;
    border: 1px solid hsla(0,0%,47.8%,.3);
    margin: 15px 12.5%;
}
.elementor-price-table__ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
    background: red;
    font-family: Roboto;

}
span.elementor-price-table__currency {
    color: var(--primary-color);
}

.price-item-header {
    background: var(--primary-color);
}

.elementor-widget-container.dmic .price-item-option {
    width: 100%;
    padding: 20px 30px;
}
.elementor-widget-container.dmic select.form-price {
    border: 1px solid #7D7979;
    border-radius: 10px;
    box-shadow: unset !important;
    color: #7D7979;
}
.elementor-widget-container.dmic .elementor-price-table__footer {
    padding: 0px 0px 30px 0px;
}
span.elementor-price-table__integer-part.dm {
    font-size: 44px;
}
.elementor-widget-container.dmic:hover .elementor-price-table {
    border-style: solid;
    border-width: 2px;
    border-color: var(--primary-color);
    border-radius: 10px;

}
.price-item-body .elementor-price-table__features-list li {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
