/*/*
Theme Name: Themetus
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.product-section {
    border-top: 0;
}
.related h3.product-section-title {
    display: none;
}
.checkoutLeft input[type=checkbox] {
    height: auto;
}
@font-face {
  font-family: myFont-Helvetica;
  src: url(/wp-content/themes/themetus/fonts/helveticaneue.ttf);
}
body{
    font-family: myFont-Helvetica;
}
#top-bar {
    position: relative;
    padding: 0 6%;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
}
#skHotNews {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
#skDot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: 12px;
}
.skPing {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
}
.skPing {
    border: 1px solid #fff;
    background-color: hsla(60,100%,50%,.2);
}
.sale-off-head {
    font-weight: 700;
    color: #fbff00;
    animation: saleoff .5s infinite;
    padding: 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 5px;
}
@keyframes sonar{
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}
@keyframes saleoff{
    0% {
        background: #fff;
        color: red;
    }
    50% {
        background: #000;
        color: #fbff00;
    }
    100% {
        background: #fff;
        color: red;
    }
}
.header-main {
    background: #00000005;
}
.header-main .nav-right > li.menu-item > a {
    font-size: 15px;
    color: #000;
    transition: 0.4s;
    text-decoration: none;
    padding: 0 10px;
}
.header-main .nav-right > li.menu-item:hover > a {
    background-color: #076d7f;
    color: #fff;
    padding: 28px 10px;
}
.label-sale.menu-item>a:after {
    background-color: #e8002d;
}
.header-main .nav-right > li.cart-item .header-cart-title {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
}
.header-main .nav-right > li.cart-item .cart-price {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.header-main .nav-right > li.cart-item .cart-icon {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    left: -17px;
    top: calc(50% - 17px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #000;
}
.header-main .nav-right > li.cart-item .cart-icon i {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}
.header-main .nav-right > li.cart-item > a i {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    left: -22px;
    top: calc(50% - 18px);
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
}
.header-main .nav-right > li.cart-item > a i:before {
    content: '\f54e';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.header-main .nav-right > li.cart-item > ul.nav-dropdown {
    transition: none !important;
    border-top: 5px solid #076d7f;
    padding: 0;
}
.header-main .nav-right > li.cart-item > ul.nav-dropdown > li {
    padding: 10px 5px;
    font-size: 14px;
}
.widget_shopping_cart_content .amount {
    color: #e8002d;
}
#particles-js{
  width: 100%;
  height: 50vh;
  background: #076d7f;
}
.head-bg.container {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.head-bg.container h2 {
    margin: 0;
    color: #fff;
    font-size: 35px;
}
.typewriter {
  color: #fff;
  display: block;
  margin-bottom: 0;
}
.typewriter-text {
  padding-right: 10px;
  color: #ffe509;
  border-right: solid #ffe509 7px;
  text-transform: uppercase;
  animation: cursor 1s ease-in-out infinite;
  font-weight: bold;
}
@keyframes cursor {
  from { border-color: #ffe509; }
  to { border-color: transparent; }
}
@media (max-width: 767.98px) {
  .typewriter { font-size: 18px; }
  .download_ft {
    text-align: center;
}
}
@media (min-width: 992px){
    .header-main .nav-right > li.cart-item > a {
        display: flex;
        flex-direction: column;
        min-height: 56px;
        justify-content: center;
        position: relative;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 5px 15px 5px 25px;
        margin-left: 15px;
        line-height: 1.2;
    }
    .header-main .nav-right > li.cart-item > a {
        font-size: 1em;
        font-weight: 700;
        color: #666;
    }
    .single-post #content .row, .single-post .duongdan {
        max-width: 1080px !important;
    }
    .checkoutLeft, .checkoutRight{
        height: 100vh;
    }
}
@media (min-width: 768px) {
  .typewriter { font-size: 24px; }
}
.section-title-container .section-title b {
    background: transparent;
}
.section-title-container .section-title {
    padding-bottom: 20px;
    font-size: 24px;
}
.section-title-container .section-title:before {
    content: "";
    background: #076d7f;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    border-radius: 3px;
}
.section-title-container .section-title:after {
    content: "";
    width: 160px;
    height: 5px;
    background: #e5e9ed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.icon-box {
    padding: 15px;
}
.section-box .large-3 .icon-box .icon-box-text h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.section-box .large-3 .icon-box .icon-box-text p {
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.section-product:before {
    top: -161px;
    left: -152px;
    width: 378px;
    height: 378px;
    background: #f9fbe7;
    opacity: 0.7;
}
.section-product:after {
    bottom: -252px;
    right: -15px;
    width: 378px;
    height: 378px;
    background: #e8f5e9;
    opacity: 0.7;
}
.section-product:after, .section-product:before{
    content: "";
    position: absolute;
    border-radius: 50%;
}
/*.back-to-top {
    background: url(/wp-content/uploads/2022/12/totop.png) no-repeat;
    background-position: center;
    background-size: 52px 52px;
    width: 52px;
    height: 52px;
    border: 0 !important;
}
.back-to-top i {
    display: none;
}*/
.back-to-top {
    border: 0 !important;
    right: 0;
}
.textf {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 15px 0 0;
    font-size: 14px;
    color: #111;
    text-transform: initial;
    font-weight: 100;
}
.l-gh__scrollnav-pagetop-arr {
    overflow: hidden;
    position: relative;
    width: 9px;
    height: 32px;
    left: 12px;
    bottom: -5px;
}
.l-gh__scrollnav-pagetop-arr:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    height: 32px;
    background: #111;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
}
.l-gh__scrollnav-pagetop-arr .head {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 4.5px solid #111;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
}
.back-to-top:hover {
    background: transparent !important;
}
.back-to-top:hover .l-gh__scrollnav-pagetop-arr:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.back-to-top:hover .l-gh__scrollnav-pagetop-arr .head {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.absolute-footer {
    display: none;
}
ul.navbottom {
    list-style: none;
    margin: 0;
}
ul.navbottom li {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
}
a.fter-txtbold {
    font-weight: bold;
    color: #fff;
}
ul.navbottom li+li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0px 25px;
}
.copy-ft p {
    font-size: 14px;
    margin-bottom: 0;
}
.col-support .accordion-item a.accordion-title {
    border-top: none;
    border: solid 1px #076d7f57;
    margin: 10px 0;
    font-size: 15px;
}
.col-support .accordion-item a.accordion-title .toggle {
    opacity: 1;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
}
.col-support .accordion-item a.accordion-title i {
    color: #076d7f;
    font-size: 17px;
    opacity: 1!important;
}
.col-support .accordion-item a.accordion-title .icon-angle-down:before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.accordion-inner {
    font-size: 14px;
    background: #fff;
    padding: 15px;
}
.accordion-inner p {
    margin-bottom: 0;
}
.proLoop {
    padding: 15px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    background: #fff;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.proLoop .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: double #076d7f;
}
.proLoop .product-title a {
    font-size: 18px;
    font-weight: 400;
    color: #076d7f;
}
.proLoop .box-text .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sku {
    color: #000;
    font-weight: bold;
}
.sku span {
    color: #0000008c;
    font-weight: 100;
}
.proLoop .box-text .amount {
    font-size: 15px;
    color: #e8002d;
}
.proLoop .box-text del .amount {
    font-size: 12px;
}
.badge-container {
    display: none;
}
.custom_product_news img {
    width: auto;
    height: auto;
    right: 0;
    top: -2px;
    position: absolute;
}
.proLoop .box-text {
    padding: 15px 0 0;
}
.themetus-demo {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
}
.view-demo a, .icon-wp a {
    font-size: 13px;
    color: #fff;
    background: #076d7f;
    padding: 7px 10px;
    text-transform: uppercase;
    border: solid 1px transparent;
    width: 100%;
    text-align: center;
}
.icon-wp a:hover {
    border: solid 1px #076d7f;
    background: transparent;
    color: #076d7f;
}
.view-demo a:hover{
    border: solid 1px #e8002d;
    background: transparent;
    color: #e8002d;
}
.view-demo, .icon-wp {
    width: 100%;
}
.icon-wp {
    padding-left: 5px;
}
.view-demo a i {
    margin-right: 5px;
}
.view-demo a {
    background: #e8002d;
}
.proLoop:hover {
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgb(1 86 127 / 22%);
}
.proLoop:hover .box-image img {
    transform: scale(1.05,1.05);
}
.proLoop .box-image .image-fade_in_back:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.proLoop:hover .box-image .image-fade_in_back:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3);
}
.proLoop .box-image .image-fade_in_back:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.proLoop:hover .box-image .image-fade_in_back:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);
}
.proLoop .box-image a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    z-index: 3;
    content: '';
}
.breadcrumbs, .breadcrumbs a, p.woocommerce-result-count {
    font-size: 14px;
}
.col-pro-left h1.product-title {
    margin-bottom: 10px;
    border-bottom: double #076d7f;
    font-size: 26px;
    padding-bottom: 10px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #076d7f;
}
.col-pro-left .price {
    margin: 15px 0;
}
.col-pro-left .price .amount {
    color: #e8002d;
    font-size: 24px;
    padding: 5px 0;
}
.product-short-description, .box-txt-alert {
    background: #f7f7f7;
    padding: 15px;
    border: solid 1px #076d7f4d;
    margin-top: 18px !important;
    font-size: 15px;
    border-radius: 7px;
}
.box-txt-alert i {
    color: #076d7f;
    margin-right: 7px;
}
.info-support {
    padding: 18px 0 12px 0;
    border-top: 1px dashed #a2a1a1;
}
.info-support .num-phone {
    font-size: 18px;
    font-weight: 600;
}
.info-support .num-phone {
    color: #ea2e37;
}
#masthead:not(.home #masthead) {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%);
}
.product-short-description p {
    margin-bottom: 0;
}
.product-short-description {
    margin-bottom: 20px;
}
.product-images .image-tools {
    padding: 10px 0;
    display: block;
    width: 100%;
}
.product-images .image-tools .zoom-button {
    margin: 0 auto;
}
.zoom-button {
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border: 0 !important;
    width: 50px;
    background: #fff !important;
    height: 50px;
}
.zoom-button i {
    line-height: 50px;
    color: #076d7f;
    top: 0;
}
.product-images img {
    border: solid 1px #076d7f4d;
}
.price-on-sale del .amount {
    font-size: 15px !important;
}
.btn-single-1 a {
    width: 100%;
    background: #076d7f;
    display: block;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: solid 1px transparent;
}
.btn-single-1 {
    text-align: center;
}
.mua {
    margin-top: 10px;
}
.mua a {
    background: #e8002d;
}
.mua a:hover {
    background: transparent !important;
    border: solid 1px #e8002d !important;
    color: #e8002d !important;
}
.btn-single-1 a:hover {
    background: transparent;
    color: #076d7f;
    border: solid 1px #076d7f;
}
.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}
.woocommerce-checkout main #content {
    background-image: linear-gradient(to left, #fafafa, #fbfbfb, #fcfdfc, #fefefe, #ffffff);
    padding: 0px;
}
.woocommerce-checkout header, .woocommerce-checkout footer#footer, .woocommerce-additional-fields {
    display: none;
}
.woocommerce-checkout .large-7.col {
    padding-top: 4em !important;
    padding-right: 6%;
}
.woocommerce-checkout .large-5.col {
    padding-top: 4em;
}
.woocommerce-checkout .woocommerce-billing-fields {
    border: 0;
    padding: 0;
}
.checkoutRight {
    border-left: 1px solid #e4e2e2;
    background: #fafafa;
}
.checkoutRight .has-border {
    border: 0;
    padding-top: 0;
    padding-right: 0;
}
#bdctk h1 a {
    color: #000;
}
#qlgh a {
    font-size: 14px;
    color: #338dbc;
}
#link2 a {
    color: #338dbc;
}
.checkoutLeft .woocommerce-billing-fields h3 {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
}
.checkoutLeft .woocommerce-billing-fields h3 {
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
}
p#billing_address_1_field {
    width: 100%;
}
.checkoutLeft input {
    box-shadow: none;
    height: 50px;
    font-size: 14px;
}
.checkoutLeft label {
    font-size: 14px;
    font-weight: 100;
}
.checkoutLeft input:focus {
    border: solid 1px #00000061;
    box-shadow: none;
}
/*.woocommerce-form-coupon-toggle {
    display: none;
}*/
.woocommerce-checkout-review-order p {
    font-size: 15px;
}
.checkoutRight .coupon .flex-col.flex-grow {
    margin-right: 10px;
}
.coupon input {
    box-shadow: none !important;
    font-size: 15px;
    height: 40px;
}
.checkout_coupon {
    border: 0;
    padding: 0;
    margin-top: 20px;
}
.checkoutRight .coupon input:focus {
    box-shadow: none;
    border: solid 1px #00000061;
}
.coupon button {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    height: 40px;
    background: #c8c8c8 !important;
    padding: 0px 13px !important;
}
.coupon button:hover {
    background: #076d7f !important;
}
.woocommerce-checkout #place_order:hover {
    background: transparent !important;
    border: solid 1px #076d7f;
    color: #076d7f;
    box-shadow: none;
}
.woocommerce-checkout #place_order {
    background: #076d7f !important;
    text-transform: uppercase;
    width: 100%;
    border: solid 1px transparent;
    transition: none;
    margin: 0;
}
.checkoutRight #payment {
    border: solid 1px #ddd;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.payment_methods li+li {
    border-top: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment li.wc_payment_method label {
    font-size: 15px;
}
.woocommerce-checkout .has-border p {
    font-size: 14px;
    font-weight: bold;
}
.woocommerce-checkout table tfoot tr th {
    font-weight: normal !important;
}
.woocommerce-checkout table .order-total span.amount {
    font-weight: 600;
    color: #e8002d;
}
.checkoutRight .shop_table .cart_item td {
    color: #000;
}
.checkoutRight table {
    border: solid 1px #ddd;
    background: #fff;
}
.checkoutRight table th, .checkoutRight table td {
    padding: 15px;
}
.checkoutRight table .order-total th, .checkoutRight table .order-total td {
    border-width: 0px !important;
}
.btn_cart, .col_5_cart .button {
    margin: 0;
    background: #d71616;
    opacity: 1 !important;
}
.product-name a {
    color: #000;
}
.tieude_cart, #title_checkout {
    text-align: left;
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 500;
}
.custom_cart {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.custom_cart .shop_table {
    border: 1px solid #ddd;
    vertical-align: middle;
}
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 1px;
}
.custom_cart th, .custom_cart td {
    padding: 15px !important;
}
th, td {
    border-bottom: 1px solid #ddd;
}
.col_5_cart {
    display: block;
    max-width: 100%;
    flex-basis: 100%;
}
.col_5_cart .cart-sidebar {
    width: 40%;
    float: right;
}
.col_5_cart .cart_totals th.product-name {
    padding: 0 !important;
}
.col_5_cart .cart_totals th.product-name {
    border-bottom: none;
}
.col_5_cart .cart_totals table.shop_table {
    border: solid 1px #ddd;
}
.col_5_cart .cart_totals th {
    padding: 15px !important;
}
.col_5_cart .cart_totals td.shipping__inner {
    padding: 0 !important;
}
.col_5_cart .cart_totals td {
    padding: 15px !important;
}
.luu-y-chung {
    font-size: 14px;
    margin-bottom: 15px;
    color: #e8002d;
    font-weight: bold;
}
.checkoutRight #payment {
    border: solid 1px #ddd;
    background: #fff;
    padding: 15px;
}
.payment_box p {
    font-size: 13px !important;
    margin-top: 10px;
    font-weight: 100 !important;
}
.message-container {
    background: #fafafa;
    padding: 10px 15px !important;
    border: solid 1px #ddd;
    color: red !important;
    font-weight: bold;
    font-size: 14px;
}
.quantity.buttons_added .qty {
    border-right: 0;
    border-left: 0;
}
.quantity.buttons_added input {
    background: #fff;
    box-shadow: none;
}
.i_payment p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.i_payment img {
    width: 300px;
}
.copy-ft {
    margin-top: 10px;
}
.checkoutLeft, .checkoutRight {
    padding-bottom: 0;
}
.woocommerce-checkout .large-12 {
    padding-bottom: 0;
}
.woocommerce-checkout #main{
    height: 100vh;
}
.woocommerce-checkout .amount {
    color: #e8002d;
    font-weight: 700;
    white-space: nowrap;
}
.backhome {
    background: #076d7f;
    padding: 8px 30px;
    color: #fff;
    font-weight: bold;
}
.backhome:hover {
    color: #fff;
}
.woocommerce-order-received td {
    color: #000;
}
table.woocommerce-table--order-details {
    border: 1px solid #dddddd;
    border-bottom: 0;
}
table.woocommerce-table--order-details td { 
    padding: 15px
}
table.woocommerce-table--order-details th {
    padding-left: 15px;
    padding-right: 15px ;
}
.tks-full-height {
    padding-top: 4em;
}
.tks-full-height .tieude_cart {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
h2.woocommerce-order-details__title {
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 30px;
}
.archive #main {
    margin-top: 20px;
}
.archive #main {
    background: #f5fbff;
}
.woocommerce-ordering, .woocommerce-ordering select {
    font-size: 14px;
    box-shadow: none;
}
@media (max-width: 849px){
    .sec-pro {
        padding-top: 20px !important;
    }
    .product-section {
        border-top: 0;
    }
    .related h3.product-section-title {
        display: none;
    }
    .proLoop .product-title a {
        font-size: 15px;
        display: -webkit-box;
        font-weight: bold;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        padding-right: 5px;
    }
    .view-demo a, .icon-wp a {
        font-size: 11px;
        padding: 5px 5px;
    }
    .proLoop {
        padding: 10px;
    }
    .info-support {
        font-size: 14px;
    }
    .col_5_cart .cart-sidebar {
        width: 100%;
    }
    .checkoutRight .has-border {
        padding-left: 0;
    }
    #skHotNews {
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .header-main .nav-right > li.cart-item > a i{
        left: -32px;
    }
    .mobile-nav li.nav-icon a {
        color: #000;
        font-size: 18px !important;
    }
    .head-bg.container h2 {
        font-size: 26px;
    }
    .mfp-content {
        width: 300px !important;
        background: #076d7f !important;
        transition: transform .5s,opacity .3s !important;
    }
    .mfp-content input {
        background: transparent;
        border: 0;
        border-bottom: solid 1px #fff !important;
        color: #fff;
        box-shadow: none;
    }
    .mfp-content input::placeholder {
        color: #fff;
    }
    .mfp-content button {
        background: transparent !important;
        border-bottom: solid 1px #fff !important;
        border: 0;
    }
    .off-canvas .sidebar-menu li.html_topbar_right {width: 100%;display: block;padding: 010px;}
    .menu-mb {
        text-align: center;
        font-size: 28px;
        padding: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    .mfp-ready .mfp-close {
        opacity: 1;
    }
    .off-canvas .nav-vertical>li>a {
        font-size: 20px;
        color: #fff;
        font-weight: 100;
        text-transform: capitalize;
    }
    .mfp-content input:focus {
        background: transparent;
        box-shadow: none;
    }
    .off-canvas .nav-vertical>li:not(li.label-sale)>a:hover:after {
        left: 0;
    }
    .off-canvas .nav-vertical>li:not(li.label-sale)>a:after {
        content: "";
        background: #0e0e0e;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: -1;
        transition: .4s ease;
    }
    .section-box .is-border {
        margin: 0 !important;
    }
    .section-box .is-border {
        margin: 0 !important;
    }
    .proLoop .box-text .price-wrapper {
        display: block;
    }
    .sku {
        margin-bottom: 5px;
    }
    .proLoop .title-wrapper {
        margin-bottom: 10px;
    }
    .proLoop .box-text .price-wrapper, .themetus-demo {
        display: block;
        width: 100%;
    }
    .icon-wp {
        padding-left: 0;
    }
    ul.navbottom li+li:before{
        display: none;
    }
    #top-bar .flex-row {
        padding-left: 0;
        padding-right: 0;
    }
    #skHotNews {
        font-size: 12px;
    }
}
.custom_product_search h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
    color: #076d7f;
}
.custom_product_search {
    width: 600px;
    margin: 0 auto 30px;
}
.custom_product_search input {
    border-radius: 0 !important;
    height: 50px;
    background: #fff !important;
}
.custom_product_search input:focus {
    border: solid 1px #076d7f;
}
.single-product .custom_product_search {
    display: none;
}
.page-id-16 section.woocommerce-customer-details {
    display: none;
}
.page-id-16 section.woocommerce-order-details {
    margin-bottom: 60px;
}
nav.woocommerce-pagination ul li a, 
nav.woocommerce-pagination ul li .current {
    border-radius: 0 !important;
}
nav.woocommerce-pagination ul li a {
    border: solid 1px #ccc;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
nav.woocommerce-pagination ul li span {
    height: 45px;
    width: 45px;
    line-height: 42px;
}
.woocommerce-form-coupon-toggle .message-wrapper {
    padding-bottom: 0;
}
.message-wrapper li {
    margin-left: 0 !important;
    margin-top: 10px;
}
.account-item a {
    background: transparent !important;
    color: #000;
    font-size: 15px !important;
}
.account-container .col .inner-padding {
    padding-bottom: 0;
}
.account-container .col .inner-padding form{
    margin-bottom: 0;
}
.account-item a:hover {
    box-shadow: none;
    color: #000;
}
p.woocommerce-LostPassword.lost_password {
    margin-bottom: 0;
}
.account-container input:focus {
    box-shadow: none;
    border-bottom: solid 1px #076d7f;
}
.account-container input {
    box-shadow: none;
    border: 0;
    border-bottom: solid 1px #afafaf;
    background: #ebebeb;
}
.woocommerce-form-login .button {
    text-transform: inherit;
}
.col-bg > .col-inner {
    background-image: url(/wp-content/uploads/2023/03/bg-login.jpg);
}
.col-bg .button {
    background: #fff !important;
    color: #076d7f;
    border: solid 1px #076d7f;
}
#masthead .header-nav > li.has-dropdown ul.sub-menu, #masthead .header-nav li.account-item ul.nav-dropdown {
    position: absolute;
    width: 200px;
    min-width: 200px;
    top: 100%;
    left: 0;
    background: white;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}
#masthead .header-nav > li.has-dropdown:hover ul.sub-menu, #masthead .header-nav > li.account-item:hover ul.nav-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
#masthead .header-nav > li.has-dropdown ul.sub-menu > li > a:hover, #masthead .header-nav > li.account-item:hover ul.nav-dropdown li a:hover {
    background: #076d7f !important;
    color: #FFFFFF;
}
#masthead .header-nav > li.account-item ul.nav-dropdown li a{
    color: #000;
}
.home ol.flickity-page-dots li {background: #000 !important;}
.home ol.flickity-page-dots {
    bottom: 0;
}
#crumbs {
    font-size: 13px;
    margin-bottom: 10px;
    color: #0000006e;
}
.category #main {
    margin-top: 0;
}
.category #main #content {
    padding: 0;
}
.category #main .full {
    background: #fff;
    height: 50px;
    line-height: 50px;
}
#crumbs i {
    font-size: 12px;
    margin: 0 5px;
}
#crumbs a {
    color: #0000006e;
}
header.archive-page-header .large-12 {
    padding-top: 25px;
    font-size: 20px;
    padding-bottom: 20px;
}
.post-item .is-divider {
    display: none;
}
.post-item .box .box-text {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background: #fff;
}
.post-item .box {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.post-item .box .box-text h5, a.post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 16px;
    margin-bottom: 8px;
    color: #076d7f;
}
p.from_the_blog_excerpt {
    color: #777981;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.thoigian i {
    margin-right: 5px;
}
.thoigian {
    color: #505565;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.entry-header-text h6.entry-category a {
    color: #fff;
    background-color: #f50707;
    padding: 3px 6px 4px 6px;
    white-space: nowrap;
    text-transform: none;
    font-weight: 100;
}
.entry-header-text h6.entry-category {
    margin: 10px 0 15px;
}
.blog-single h1.entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    color: #076d7f;
}
.td-post-author-name {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1;
}
.td-author-by {
    float: left;
    display: inline-block;
    position: relative;
}
.td-viewer {
    float: right;
    top: -5px;
    position: relative;
}
.td-post-author-name span {
    color: #076d7f;
    font-weight: bold;
}
.td-viewer span {
    color: #000;
    font-size: 14px;
    font-weight: 100;
}
.entry-header-text-top {
    border-bottom: dotted 1px #ccc;
}
.entry-content.single-page {
    font-size: 15px;
}
.entry-content.single-page ul li {
    margin-left: 30px;
}
.entry-content.single-page {
    padding-bottom: 0;
}
.td-post-sharing-bottom {
    border-style: solid;
    border-color: #ededed;
    border-width: 1px 0;
    padding: 21px 0;
    margin-bottom: 25px;
}
.chiase a {
    margin-bottom: 0;
    border-radius: 0;
}
.tieude-post {
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: solid #076d7f;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}
.tieude-post span {
    padding: 12px 12px 10px 12px;
    background: #076d7f;
    color: #fff;
    margin-bottom: 10px !important;
    line-height: 2;
}
.entry-content.single-page img {
    margin-bottom: 0;
}
.download_ft h5 {
    background: #fafafa;
    border-bottom: 2px solid #076d7f;
    color: #076d7f;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 2px;
    padding: 10px 10px 7px;
    text-shadow: 0 1px #fff;
}
.single-post article {
    margin-bottom: 10px !important;
}
.download_ft img {
    width: 150px;
    margin: 15px 0 0;
}
ul.wc_payment_methods > li {
    background: #f5f5f5;
    padding: 10px 10px;
}
ul.wc_payment_methods > li+li{
    margin-top: 10px;
}
.vietqr-row {
    display: none !important;
}
form.checkout {
    margin-bottom: 0;
}
@media (max-width: 549px){
    .custom_product_search {
        width: 100%;
    }
    .proLoop .box-text del .amount {
        font-size: 10px;
    }
    .proLoop .box-text ins .amount {
        font-size: 13px;
    }
}