@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sarabun&display=swap');
body {
    background-color: #f7f7f7;
    margin: 0;
    font-family: 'Sarabun', sans-serif;
}
.font-kanit, h5, h4, h3 {
    font-family: 'Kanit', sans-serif;
}
.font-sarabun {
    font-family: 'Sarabun', sans-serif;
}
.block-content-artciel a {
    color: #9a9a9a;
}
.header a, .footer-content a, .header a, .product-card a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
.header .header-menu a {
    font-size: 15px;
}
a:hover {
    color: #dd9933 !important;
    text-decoration: none;
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dd9933;
    box-shadow: 0 0 0 0.2rem rgba(221, 153, 51, 0.2);
}
.color-black {
    color: #212529;
}

/* HEADER */
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header, .header-main {
    z-index: 99999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.header-top {
    background-color: #dd9933;
    color: white;
    height: 34px;
    font-size: 14px;
}
.header-top-left {
    padding-top: 6px;
    padding-bottom: 0;
    display: inline-block;
}
.header-top-right {
    float: right;
    padding-top: 6px;
}
.header-top-left > a {
    margin: 2px;
    color: white;
}
.header-top a:hover {
    color: #000 !important;
}
.header-lang {
    margin-right: 20px;
}
.header-main {
    background: url(/public/img/bg-header.png) no-repeat;
    background-size: cover;
}
.input-group-btn-inside {
    position: absolute;
    right: 3px;
    top: 3px;
}
.btn-search-header {
    font-size: 16px;
    background-color: #d93;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
}
.header-inline {
    width: 100%;
    display: inline-flex;
}
.header-inline > .header-logo {
    width: 18%;
}
.header-inline > .header-search-menu {
    width: 80%;
    margin-top: 15px;
}
.search-bar-header {
    width: 90%;
    display: inline-flex;
}
.search-bar-header > form {
    width: 100%;
}
.search-bar-header > form > input:focus {
    z-index: 1 !important;
}
.my-cart-header {
    float: right;
    font-size: 34px;
    margin-top: 0px;
    color: white;
    cursor: pointer;
    position: relative;
}

.my-cart-header > i:hover {
    transition: 0.3s;
    color: #dd9933;
}
.my-cart-header .product-in-cart {
    background-color: red;
    position: absolute;
    width: 25px;
    height: 25px;
    font-family: 'kanit','sans-serif';
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.1);
    border-radius: 50%;
    text-align: center;
    padding-top: 0px;
    top: -13px;
    right: -14px;
}
.header-menu {
    margin-left: 5px;
}
.header-menu > ul {
    list-style-type: none;
    margin-left: -40px;
}
.header-menu > ul > li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}
/* footer */
footer {
    background: url('/public/img/bg-footer.png') no-repeat;
    background-size: cover;
    color: white;
    margin-top: 100px;
}
.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-sub-copy {
    border-top: 1px solid #eee;
    padding-bottom: 6px;
    padding-top: 10px;
    font-size: 12px;
}
.footer-heading {
    margin-bottom: 15px;
    display: table;
    position: relative;
}
.footer-heading:after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 999px;
    right: 0;
    top: 100%;
    height: 4px;
    image-rendering: -webkit-optimize-contrast;
    background: url(/public/img/underline.png) 50% top no-repeat;
    background-size: 100% 9px;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-ul {
    list-style-type: none;
    margin-left: -40px;
    font-size: 14px;
}
.footer-ul > li {
    margin-bottom: 10px;
}
.payment-footer {
    margin-top: -5px;
}
.line-crush {
    color: #eaeaea;
    opacity: 0.8;
}

.badge {
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'kanit','sans-serif';
}

.shopping-cart {
    display: none;
    position: absolute;
    margin: -40px 0;
    float: right;
    background: white;
    width: 320px;
    border-radius: 3px;
    padding: 20px;
    font-family: 'kanit','sans-serif';
    right: -23px;
    top: 85px;
    z-index: 1000;
    font-size: 14px;
    transition: 0.3s;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
    color: #32dc50;
    font-weight: bold;
    font-size: 15px;
}
.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    margin-left: -40px;
    list-style: none;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #d93;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #32dc50;
    margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 11px;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button {
    background: #d93;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
    transition: 0.3s;
}
.button:hover {
    color: black !important;
}
.my-cart-header > a:hover + .shopping-cart {
    display: block;
}

/* LOGIN */

.sub-title {
    font-size: 12px;
}
.product-card {
    width: 100%;
    background-color: white;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    transition: 0.3s;
}
.product-card:hover {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
}
.product-card h5 {
    font-size: 16px;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card:hover h5 {
    color: #d93;
}
/*.product-card .product-img {
    margin-left: auto;
    margin-right: auto;
    height: 245px;
    width: 100%;
}*/
.product-card .product-img {
    margin-left: auto;
    margin-right: auto;
    height: 245px;
    width: 100%;
    position: relative;
    display: flex;
}

.product-card .product-img > img {
    width: 100%;
    height: 100%;
}

.product-card .product-detail {
    color: black;
    padding: 5px 10px 5px 10px;
    height: 140px;
}
.product-card .product-detail > .price-regular {
    color: #969696;
    margin-top: -20px;
}
.product-card .product-detail > .price-regular > span {
    text-decoration: line-through;
}
.product-card .product-detail > .price-regular > small {
    color: #d93;
}
.product-card .product-detail > .price {
    font-size: 28px;
    font-weight: bold;
    color: #d93;
}
.title-text {
    display: inline-flex;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #eaeaea;
}
.title-text > a.button {
    float: right;
    right: 0;
    position: absolute;
    top: -29px;
    padding: 5px 15px 5px 15px;
    color: white;
    cursor: pointer;
}
.image-overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    position: absolute;
}
.image-overlay2 {
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    position: absolute;
}

/* ARTICLES */
.articles-card {
    background-color: white;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    transition: 0.3s;
    height: 490px;
}
.articles-card a {
    color: black;
}
.articles-card .image-articles > img {
    width: 100%;
    height: 225px;
}
.articles-card .detail-articles .type-articles {
    padding: 10px 5px 10px 5px;
    height: 30px;
}
.articles-card .detail-articles h3, .articles-card .detail-articles p {
    padding: 10px 10px 10px 10px;
    margin: 0;
    height: 66px;
}
.articles-card .detail-articles h3 {
    height: 90px;
    margin-bottom: -15px;
}
.articles-card .detail-articles .type-articles p {
    color: #de4848;
    font-size: 12px;
    margin: 0;
}
.articles-card .detail-articles .type-articles p > span {
    color: #a0a0a0;
    margin-left: 10px;
}


/****** image hover ******/

.image-hover {
    -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box
}
.image-hover {
    position:relative;
    display:inline-block;
    overflow:hidden;
    background:#fff;
    border:10px solid #fff;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)
}
.image-hover a {
    text-decoration:none
}

/*** effect zoom in ***/
.img-zoom-in img {
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-zoom-in:hover img {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1)
}
.main {
    margin-top: 20px;
}
.card-no-border {
    border: 1px solid transparent;
}
.card-padding-15 {
    padding: 15px;
}
.option-product {
    margin-top: 15px;
}

/* RADIO OPTION */

input.radio-option {
    display: none;
}
.radio-option-label {
    border: 1px solid #dd9933;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input.radio-option:checked+label:before, a.radio-option.checked label:before{
    content: "✓";
    position: absolute;
    color: white;
    bottom: -4px;
    right: -2px;
    overflow: hidden;
    z-index: 1;
}
a.radio-option {
    position: relative;
}
input.radio-option:checked+label:after, a.radio-option.checked label:after{
    content: "";
    position: absolute;
    color: white;
    border: 20px solid transparent;
    border-bottom-color: #dd9933;
    bottom: -1px;
    right: -22px;
    overflow: hidden;
}
.product-ul {
    list-style: none;
    margin-left: -40px;
    display: inline-block;
    width: 100%;
}
.product-ul > li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}
.product-category > a {
    font-size: 12px;
    color: #9a9a9a;
}
.bg-gray {
    background-color: #f7f7f7;
}
.bg-price {
    margin-top: 15px;
    padding: 5px 15px 0px 15px;
}
.bg-price .price-regular {
    color: #9a9a9a;
    font-size: 12px;
    text-decoration: line-through;
}
.bg-price .price {
    margin-left: 15px;
    font-size: 27px;
    color: #dd9933;
    font-weight: bold;
    letter-spacing: 1px;
}
.price-percent-discount {
    margin-left: 15px;
    background-color: #de4848;
}
.btn-inline {
    display: flex;
}
.btn-add-cart {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid #dd9933;
    color: #dd9933;
}
.btn-add-cart:hover {
    color: white !important;
    background-color: #dd9933;
    border: 1px solid transparent;
}
.btn-order {
    margin-left: 15px;
    min-width: 200px;
    padding: 10px 5px 10px 5px;
    border: 1px solid transparent;
}
.btn-order:hover {
    color: #dd9933 !important;
    background-color: transparent;
    border: 1px solid #dd9933;
}
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
}
.breadcrumb a {
    color: #9a9a9a;
}
.text-under-hr-prudct-detail {
    font-size: 12px;
}
.sort-bar {
    padding: 10px;
    line-height: 32px;
    font-size: 14px;
}
.sort-left {
    height: 37px;
    display: -webkit-inline-box;
}
.sort-left > form > select {
    margin-left: 15px;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
.sort-right {
    float: right;
}
.sort-right > span {
    color: #d93;
}
.discount-percent {
    background-color: red;
    position: absolute;
    padding: 10px 9px 10px 10px;
    font-weight: bold;
    font-family: 'kanit','sans-serif';
    font-size: 22px;
    letter-spacing: 0.5px;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.1);
    border-radius: 50%;
    z-index: 9;
}
.product-card:hover .discount-percent {
    color: black;
}
.btn-red {
    background-color: red;
    color: white;
    border: 1px solid transparent;
    font-family: 'kanit','sans-serif';
}
.vertical-middle {
    vertical-align: middle !important;
}
.color-gray {
    color: #9a9a9a;
}

.color-red {
    color: red;
}
.font-bold {
    font-weight: bold;
}
.form-checkbox,
.form-radio {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
    display: inline-block;
    margin-right: 1rem;
}

.form-checkbox-legend,
.form-radio-legend {
    margin: 0 0 0.125rem 0;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.form-checkbox-label,
.form-radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
    color: #dd9933;
}

.form-checkbox-label span,
.form-radio-label span {
    display: block;
    margin-left: 5px;
}

.form-checkbox-label input,
.form-radio-label input {
    width: auto;
    opacity: 0.0001;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    margin: 0;
    padding: 0;
}
.collapse {
    padding-left: 30px;
}

.form-checkbox-button {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #999;
    left: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    transition: color 0.28s ease;
    will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #dd9933;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
    will-change: opacity, height;
}

.form-checkbox-button::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.form-checkbox-button::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-checkbox-field:checked ~ .form-checkbox-button {
    color: #dd9933;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
    opacity: 1;
    transition: height 0.28s ease;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after {
    height: 0.5rem;
}

.form-checkbox-field:checked ~ .form-checkbox-button::before {
    height: 1.2rem;
    transition-delay: 0.28s;
}

.form-radio-button {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.form-radio-button::before,
.form-radio-button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: color 0.28s ease, -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, color 0.28s ease;
    transition: transform 0.28s ease, color 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
    will-change: transform, color;
}

.form-radio-button::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #dd9933;
    border-color: #dd9933;
}

.form-radio-field:checked ~ .form-radio-button::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
    color: #dd9933;
}
/* filter */
.filter-categories ul {
    padding-left: 15px;
}
.filter-categories ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding-bottom: 10px;
}
.filter-categories li a {
    color: #212529;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.filter-search {
    margin-left: 15px;
    margin-top: 10px;
}
.tags-ul {
    padding-left: 15px;
    list-style: none;
    position: relative;
}
.tags-ul > li {
    display: inline-block;
    margin-top: 15px;
}
.tags-ul > li:not(:last-child) {
    margin-right: 8px;
}

.tags-ul > li > a {
    background-color: white;
    padding: 5px 5px 5px 5px;
    border: 1px solid #d93;
    border-radius: 5px;
    transition: 0.3s;
    color: #212529;
}
.tags-ul > li > a:hover {
    background-color: #d93;
    border: 1px solid #d93;
    color: white !important;
}

.pagination {
    justify-content: center;
}
.pagination .page-link {
    color: #d93;
    font-weight: bold;
}
.pagination .page-link:hover {
    background-color: #d93;
    color: white !important;
}
.pagination .page-item.active .page-link {
    background-color: #d93;
    border-color: #d93;
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 -0.8rem rgba(0,123,255,.25);
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.btn-primary {
    background-color: #d93;
    border: 1px solid #d93;
}
.btn-primary:hover {
    background-color: white;
    border: 1px solid #d93;
    color: #d93;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #d93;
    background-color: white;
    border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
    box-shadow: 0 0 0 0.2rem rgba(221, 153, 51, 0.56);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 153, 51, 0.56);
}
.input-group-btn > button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-100 {
    width: 100%;
}
.btn-50 {
    width: 50%;
}
.sweet-alert h2, .sweet-alert button {
    font-family: 'kanit', 'sans-serif';
}
.sweet-alert p {
    font-family: 'sarabun', 'sans-serif';
}
.color-green {
    color: green;
}
.remove-border-top {
    border-top: 0px;
}
.bootstrap-select > .dropdown-toggle {
    border: 1px solid #e4e7ea;
    background-color: white;
    color: #212529;
}
.bootstrap-select .dropdown-menu {
    max-height: 300px !important;
}
.form-control.error {
    border: 1px solid red;
}
label.error {
    color: red;
}
#counttime {
    color: #d93;
}
.header-mobile, #block-menu-mobile, .menu-mobile-bg {
    display: none;
}
.search-header-filter > i {
    display: none;
}

.margin-10-mobile {
    margin-top: 10px;
}
.width-col-3 {
    width: 33%;
}
.block-content-artciel img {
    width: 100% !important;
}
.mt-10 {
    margin-top: 10px;
}
.logo-bank {
    width: 100px;
    max-height: 100px;
}
.post-card {
    margin-right: 15px;
    display: inline-flex;
}
.block-post-card {
    margin-left: 15px;
}
.footer-logo {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.kerry-footer-img {
    width: 100px;
    margin-top: -15px;
    margin-bottom: -15px;
}
.block-btn-social {
    margin-top: 10px;
    display: inline-flex;
}
.btn-social {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 15px;
    width: 35px;
    height: 34px;
    display: block;
    padding-left: 10px;
    padding-top: 7px;
}
.detail-product-footer {
    padding-left: 50px;
    margin-top: 30px;
}
.detail-product-footer > .title-product-footer {
    font-size: 16px;
}
.btn-detail-footer {
    font-size: 12px;
    color: white;
    border: 1px solid #fff;
}
.btn-detail-footer:hover {
    border: 1px solid #d93;
    color: #d93;
}
.product-img-footer {
    width: 100px;
}
.block-flash-sale-product .product-card .product-img {
    height: 330px;
}
.block-check-tracking {
    background: url(/public/img/bg-kerry-index.png) no-repeat;
    background-size: cover;
}
.none {
    display: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #cc7c04;
    border-color: #d93;
}
.radio-inline {
    display: inline-flex;
}
.form-checkbox-label:not(:last-child), .form-radio-label:not(:last-child) {
    margin-right: 15px;
}
.badge.black {
    background-color: #191919;
}
.account-menu-mobile {
    display: none;
}
.account-li-text {
    margin-top: 15px;
}
.image-30 {
    width: 30px;
}
.inline-detail {
    display: inline-flex;
}
.image-left {
    margin-right: 15px;
}
.detail-right {
    padding-top: 10px;
}
.view-calorie-link > a {
    color: #d93;
    transition: 0.3s;
}
.view-calorie-link > a:hover {
    text-decoration: underline;
}
#modal-login button.close {
    position: absolute;
    float: right;
    right: 15px;
}
#modal-login .modal-body {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.modal-image-welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90vh;
}
.modal-image-welcome img {
    max-width: 100%;
}
#popup-welcome .modal-dialog {
    max-width: initial !important;
    margin: initial !important;
}
#popup-welcome button {
    position: absolute;
    right: 4px;
    top: 3px;
    background-color: #232323;
    border-radius: 100%;
    color: white;
    font-size: 16px;
    padding: 2px 10px 4px 10px;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}
#popup-welcome button:hover {
    background-color: transparent;
    color: #232323;
    border: 1px solid #232323;
}
#popup-welcome .block-image-welcome {
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #dd9933;
}
.owl-carousel.slide-influence .owl-item img {
    border-radius: 8px;
}
.sidebar-right {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999999999;
}
.sidebar-right ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.sidebar-right ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.sidebar-right ul li a img {
    width: 45px;
    height: 45px;
}
.sidebar-right ul li:hover img {
    animation: bounce-whey 0.2s infinite alternate;
    -webkit-animation: bounce-whey 0.2s infinite alternate;
}
@keyframes bounce-whey {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-17px);
    }
}
@-webkit-keyframes bounce-whey {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-17px);
    }
}
.nav-tab-about {
    margin-top: 50px;
}
.nav-tab-about > ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background-color: #d93;
    padding: 15px 20px 15px 40px;
    border-bottom-left-radius: 250px;
    border-top-right-radius: 250px;
    text-align: center;
}
.nav-tab-about > ul > li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.nav-tab-about > ul > li:not(:first-child) {
    margin-left: 15px;
}
.nav-tab-about > ul > li > a {
    color: white;
    font-size: 20px;
    font-family: 'kanit', 'sans-serif';
}
.nav-tab-about > ul > li > a:hover {
    color: #754600 !important;
}
.nav-tab-about > ul > li.active:before {
    content: "";
    border-bottom: 4px solid #fdfdfd;
    position: absolute;
    width: 105%;
    bottom: -3px;
    left: -3px;
    border-bottom-left-radius: 150px;
}
.body-nav-tab {
    margin-top: 50px;

}
.body-nav-tab .header-body-nav-tab {
    height: 60px;
}
.body-nav-tab .title-nav-tab {
    position: absolute;
    font-weight: bold;
    left: 0;
}
.body-nav-tab .block {
    margin-bottom: 50px;
}
.body-nav-tab .title-nav-tab:before {
    content: "";
    color: green;
    position: absolute;
    left: 0;
    border-radius: 999px;
    right: 0;
    top: 100%;
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    background: url(/public/img/underline.png) 50% top no-repeat;
    background-size: 100% 9px;
    background-size: cover;
    background-repeat: no-repeat;
}
._hj-1O2Rr__MinimizedWidgetMiddle__container {
    display: none !important;
}