
body {
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

main {
    margin-top: 60px;
}

input, select:focus, textarea {
    font-size: 16px !important;
}
.img-responsive {
    width: 100%
}

.swiper-pagination-bullet-active {
    background: #000;
}

.t-32 {
    font-size: 32px;
}

.category-contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-contain .item {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.category-contain .item img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.category-contain .item:hover img.bg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.category-contain .item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.category-contain .item span {
    position: absolute;
    bottom: 70px;
    left: 20px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
}

.category-contain .item img.right-btn {
    position: absolute;
    bottom: 40px;
    left: 20px;
    height: 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.category-contain .item:hover span {
    bottom: 90px;
}

.category-contain .item:hover img.right-btn {
    bottom: 60px;
    left: 40px;
}

.product-contain {
}

.product-contain .item {
    transition: all 0.3s;
    overflow: hidden;
    margin: 20px 0;
}

.product-contain .item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.product-contain .item h3 a {
    color: #000;
}

.product-contain .item p.gia {
    font-weight: bold;
    color: #555;
    margin-bottom: 0;
}

.product-contain .item img {
    transform: scale(1);
    transition: all 0.3s;
}

.product-contain .item:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.product-contain .item:hover img {
    transform: scale(1.05);
}

.product-contain .item .content {
    transition: all 0.3s;
}

.product-contain .item .content {
    padding: 8px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

h2.sc-header {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}

h2.sc-header:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #111;
    width: 50px;
    left: 0;
    bottom: -15px;
}

.news-item .body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f5f5f5;
}

.news-item .body .item1 {
    flex: 0 0 20%;
    width: 20%;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-item .body .item2 {
    flex: 0 0 80%;
    width: 80%;
    padding: 10px 20px;
}

.t-24 {
    font-size: 24px !important;
}

.t-18 {
    font-size: 18px !important
}
.t-14 {
    font-size: 14px !important
}
.t-888{
    color: #888;
}
.news-item .body .item2 h3 {
    font-size: 16px;
    font-weight: bold;
    height: 59px;
    overflow: hidden;
}

.news-item .body .item2 h3 a {
    color: #111;
}

.news-item .body .item2 p a {
    color: #c46032;
}

.swiper-container-client {
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .category-contain .item {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 10px;
        overflow: hidden;
    }

    .category-contain .item span {
        font-size: 20px;
    }
}

.sc-bg {
    background-size: cover;
    background-position: center;
    background: url("../img/sc-bg.jpg");
    text-align: center;
    padding: 30px 0 !important;
}

.sc-bg h1 {
    font-size: 32px;
}

.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    margin: 0;
}

.breadcrumb li a {
    color: #000;
}

.gau-pagination {
    border-radius: 0 !important;
}

.gau-pagination li {
    margin: 0 8px;
}

.gau-pagination li a {
    border-radius: 0 !important;
    color: #6C738D;
    border: 0;
    padding: 8px 13px;
}

.gau-pagination li.active a {
    background: #000 !important;
    border: 0;
}

.order-form {
    height: 32px;
    padding: 3px 9px;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 0;
}
.form-control{
    border-radius: 0;
}

.swiper-container-oneslide {}
.swiper-container-oneslide .swiper-slide a{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: inline-block;
}
@media (max-width: 650px) {
    .swiper-container-oneslide .swiper-slide a{
        height: 400px;
    }
}
.swiper-pagination-bullet{
    height: 6px;
    width: 6px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
}
.color-brand {
    color: #c46032;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    max-width: 100%;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 1px solid #eee !important;
    text-align: center !important;
    border-radius: 5px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.btn-addtocard {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 9px 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-addtocard:hover{
    color: #fff;
    opacity: 0.8;
}

.site-content {}

.site-content img, .site-content iframe {
    max-width: 100%;
    /* margin: 20px 0; */
}




/* +++++++++++++++++++++++++++++++++++++++ Add To Cart ++++++++++++++++++++++++++++++++++++++++++++ */

.fusion-addtocart {
    margin-bottom: 50px;
}

.product-number {
    float: left;
    width: 5%;
}

.product-image {
    float: left;
    width: 35%;
}

.product-title {
    float: left;
    width: 25%;
}
.product-title a{
    color: #555;
}
.product-photo {
    float: left;
    width: 10%;
}



.product-price {
    float: left;
    width: 15%;
}

.product-quantity {
    float: left;
    width: 15%;
}

.product-removal {
    float: left;
    width: 10%;
}

.product-line-price {
    float: left;
    width: 20%;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.mobile {
    visibility: hidden;
}

.text_left {
    text-align: left !important;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}

/* Column headers */

.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    text-align: center;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-weight: 400;
}

.product .product-number {
    padding-top: 50px;
}

.slsp {
    text-transform: none;
}

.product .product-photo img {
    width: 100%;
}

.product .product-title {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
    font-weight: 500;
    padding-left: 10px;
    text-align: left;
}

.product .product-photo {
    float: left;
}

.product .product-quantity input {
    /* width: 120px; */
}

.product .remove-product {
    border: 0;
    padding: 3px 8px;
    background-color: #e8e8e8;
    color: #000;
    font-size: 15px;
    border-radius: 100%;
    float: right;
    margin-right: 15%;
}

.product .remove-product:hover {
    background-color: #888888;
    color: #fff;
    cursor: pointer;
}

.product-line-price {
    font-weight: 700;
    color: #ca693a;
    font-size: 16px;
}

/* Totals section */

.totals {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    float: right;
    width: 30%;
}

.totals .totals-item {
    clear: both;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 50%;
    text-align: left;
}

.totals .totals-item .totals-value {
    float: right;
    width: 50%;
    text-align: right;
}

.totals .totals-item-total {
    font-size: 26px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

#cart-total {
    font-weight: 700;
}


section.totals-price {
    clear: both;
    margin-top: 10px;
}

.btn-saleoff {
    color: #fff;
    background-color: #EC1B34;
    border-color: #EC1B34;
}

.btn-saleoff:hover {
    color: #fff;
    background: #ff2d46;
    cursor: pointer;
}

.checkout {
    width: 100%;
    border: 0;
    margin-top: 10px;
    padding: 12px 25px;
    background-color: #ca693a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.checkout:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 800px) {
    .product {
        font-size: 14px;
    }
    .product-number {
        width: 6%;
    }
    .quantity {
    }

    .qt-minus, .qt-plus {
        padding: 0 5px;
    }

    .totals {
        width: 100%;
    }

    .inpage .product-lq .product-item, .pro-list .product-item {
        width: 33%;
    }
}

/* Make adjustments for mobile */

@media (max-width: 768px) {

    /* +++++++++ Add To Cart +++++++++++++ */
    .product {
        position: relative;
        font-size: 14px;
    }

    .product-number {
        display: none;
    }

    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }

    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-photo {
        width: 35%;
    }

    .product-title, .product-price, .product-quantity, .product-saleoff, .product-line-price {
        width: 65%;
        padding-left: 3% !important;
    }

    .product-price {
        text-align: left;
        font-weight: 700;
        font-size: 14px;
        padding-top: 5px;
    }

    .product-saleoff {
        margin-bottom: 0;
        padding-top: 10px;
        float: right;
        text-align: left;
    }

    .product-quantity input {
        margin-left: 0px;
        /* width: 30px; */
        /* height: 25px; */
    }

    .value-button {
        width: 25px;
        height: 25px;
    }

    .product-quantity .quantity {
        width: 58%;
        margin: 0
    }

    .product-removal {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 0;
    }

    .product-line-price {
        float: right;
        text-align: left;
        padding-top: 10px;
        font-size: 16px;
    }

    .product-line-price .d-sm-none {
        font-weight: 400;
        color: #000;
        padding-right: 8px;
    }

    .product .product-image .product-title {
        width: 66%;
        margin-right: 0;
        text-align: left;
    }

    .product .product-image .product-photo {
        width: 30%;
    }

    .totals {
        margin-top: 14px;
        font-size: 14px;
    }

    .totals .totals-item {
        margin-bottom: 14px;
    }

    .totals .totals-item-total {
        font-size: 22px;
    }

    .checkout {
        margin-top: 0;
        padding: 12px 25px;
    }
}
.btn-primary {
    background-color: #ca693a;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    border: none;
}
.btn-primary:hover {
    background-color: #bd6236;
    color: #fff;
}


#confirm {
    text-align: center;
    background-color: #f8f8f8;
    padding: 50px 15px;
    margin-top: 58px;
    background: url("../img/bg-paper.jpg");
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
}
@media (max-width: 767px) {
    #confirm {
        padding: 60px 15px;
    }
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

#cart-modal .quantity input {
    max-width: 80px;
    height: auto;
    line-height: normal;
}

/** ^^^^ **/
.content-post {
    flex: 1;
    padding: 28px 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
}

.content-post ol, .content-post ul {
    padding-left: 2rem;
}

.content-post ul {
    list-style-type: square;
}

.content-post ol {
    list-style-type: auto;
}

.content-post p::selection, .content-post div::selection {
    background-color: #3298fd;
    color: white;
}

.table-of-contents {
    padding: 12px;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    margin-bottom: 12px;
}

.table-of-contents ul {
    padding: 0;
}

.content-post .table-of-contents .title {
    /*font-family: 'SVNGilroyBold';*/
    font-size: 16px;
    color: var(--black);
    margin-bottom: 8px;
}

.content-post p, .content-post ul li {
    font-size: 16px;
}

.content-post .table-of-contents ul {
    list-style-type: square;
}

.content-post .table-of-contents ul ul {
    list-style-type: circle;
}

.content-post .table-of-contents ul ul ul {
    list-style-type: disc;
}

.content-post .table-of-contents li {
    margin-bottom: 0 !important;
}

.content-post .table-of-contents li > * {
    vertical-align: text-top;
}

.content-post .table-of-contents span, .content-post .table-of-contents li {
    font-size: 15px;
    color: var(--black);
}

.content-post .table-of-contents span {
    font-style: normal;
}

.content-post .table-of-contents a:active {
    text-decoration: underline;
}

.content-post h2 {
    font-size: 22px;
    margin: 25px 0 20px 0;
}

.content-post h3 {
    font-size: 20px;
    margin: 20px 0 15px 0;
}

.content-post h4 {
    font-size: 18px;
    margin: 20px 0 15px 0;
}

.content-post img, .content-post iframe {
    max-width: 100%;
}

.content-post img {
    height: auto !important;
}

.content-post ul li {
    margin-bottom: 10px;
}

.content-post .form-post {
    max-width: 600px;
    border: 3px solid #c51d1e;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
}

.list-social {
    margin-right: 10px;
}

.breadcrumb a {
    font-size: 17px;
}

.list-social img {
    width: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

#footer .module-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

#doitac img {
    aspect-ratio: 600/337;
}
