:root {
    --red: #e32526;
    --black: #292929;
    --grey: #616567;
    --grey-dark: #1a1a1a;
    --grey-light: #ececec;
    --gr1: linear-gradient(0deg, rgb(244, 74, 28) 0%, rgb(192, 31, 32) 100%);
    --gr2: linear-gradient(180deg, rgb(244, 74, 28) 0%, rgb(192, 31, 32) 100%);
    --gr3: linear-gradient(180deg, #e2413d 0%, #e9704d 100%);
}

.kanit {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kumbh {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.geologica {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    font-size: 14px;
}

p {
    color: var(--grey);
    font-size: 16px;
}

/* size begin */
#windowSize * {
    font-family: "Arial", sans-serif !important;
}

#windowSize {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 10000;
    background: rgba(0, 0, 0, 1);
    padding: 3px;
    text-align: right;
    font-weight: normal;
}

@media (min-width: 768px) {
    #windowSize {
        bottom: 250px;
    }
}

#windowSize tr {
    border-top: 1px solid #aaa;
}

#windowSize tr:first-of-type {
    border-top: none;
}

#windowSize td {
    font-size: 11px;
    color: #eee;
    margin: 0;
    padding: 0;
    text-align: center;
}

#windowSize td span.hideMe {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
}

#windowSize:hover td span {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#windowSize b {
    color: red;
    font-weight: bold;
}

#windowSize p span {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
}

#windowSize .ipAddress {
    max-width: 60px;
    word-wrap: break-word;
}
/* size end */
/* menu button begin */
.toggleMenu {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    border-radius: 20%;
    background: #fff;
}

.toggleMenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background: var(--red);
    border-radius: 9px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: 0.25s ease-in-out;
}

.toggleMenu span:nth-child(1) {
    top: 25%;
}

.toggleMenu span:nth-child(2),
.toggleMenu span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}

.toggleMenu span:nth-child(4) {
    bottom: 25%;
}
.openMenu .toggleMenu {
    /*border-color: #fff;*/
}
.openMenu .toggleMenu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.openMenu .toggleMenu span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
}

.openMenu .toggleMenu span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
}

.openMenu .toggleMenu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media (min-width: 768px) {
    .toggleMenu {
        display: none;
    }
}

/* menu button end */

.btn-outline-primary {
    display: inline-flex;
    color: #fff;
    border: 2px solid #b5b6b6 !important;
    background: none !important;
    border-radius: 20px;
    padding: 7px 7px 7px 14px;
    font-size: 16px;
    align-items: center;

    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background: none !important;
    color: #fff;
    border-color: #fff !important;
}

.btn-outline-primary .ico {
    border-radius: 20px;
    background-image: var(--gr1);
    margin-left: 10px;
    padding: 4px 12px;
    font-weight: bold;
    font-size: 120%;
    transition: all 300ms ease;

    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: block;
}
.btn-outline-primary:hover .ico {
    background-image: var(--gr2);
}

@media (min-width: 992px) {
    .btn-outline-primary {
        border-radius: 30px;
        padding: 10px 10px 10px 30px;
        font-size: 20px;
    }
    .btn-outline-primary .ico {
        width: 64px;
        height: 44px;
        margin-left: 22px;
    }
}

.btn-outline-secondary {
    display: inline-block;
    color: var(--red);
    border: 2px solid var(--red) !important;
    transform: skewX(-10deg);
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background: var(--red) !important;
    color: #fff !important;
    border: 2px solid var(--red) !important;
}
.btn-outline-secondary span {
    display: block;
    transform: skewX(10deg);
}

@media (min-width: 992px) {
    .btn-outline-secondary {
        padding: 15px 30px;
        font-size: 18px;
    }
}

.tag {
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
    padding: 7px 15px;
    background: #fff;
    box-shadow: 1.147px 1.638px 27px 0px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    font-weight: bold;
}

.tag-skew {
    display: inline-block;
    color: #fff;
    background: var(--red);
    padding: 15px 24px;
    transform: skewX(-10deg);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
}

.tag-skew span {
    display: block;
    transform: skewX(10deg);
}

.hasRadius {
    border-radius: 40px;
}

.header,
.main,
.footer {
    max-width: 1920px;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1220px;
}

.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0));
    padding: 30px 0 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
@media (min-width: 768px) {
    .header {
        height: 200px;
    }
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
}

.header .logo {
    display: block;
}

.header .logo img {
    display: block;
    max-width: 100%;
}

.header .menu ul {
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    list-style: none;
}
.header .menu ul li:not(:first-of-type) {
    margin-left: 30px;
}

.header .menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 300ms ease;
    display: block;
}

.header .menu ul li a:hover {
    color: var(--red);
}

html body .hasHeaderDisplacer {
    padding-top: 200px;
}

.section {
    padding: 70px 0;
}
.section-title {
    font-size: 30px;
    font-family: "Kanit", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
}

@media (min-width: 1220px) {
    .section-title {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

.section-hero {
    background: url("../img/bg-1.png") no-repeat center center;
    background-size: cover;
    padding: 7% 0;
    position: relative;
}

.section-hero .social-wrapper {
    padding-left: 50px;
    position: relative;
}

.section-hero .text {
    color: #fff;
    padding-top: 10%;
}
@media (min-width: 1920px) {
    .section-hero .text {
        padding-top: 20%;
        padding-bottom: 5%;
    }
}

.section-hero .text h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-left: 4px solid #fff;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 0.7;
}
.section-hero .text h1 span {
    display: block;
}
.section-hero .text h1 span.small {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}
.section-hero .text h1 span.big {
    font-weight: bold;
}
.section-hero .text h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.section-hero .text .actions {
    margin-top: 30px;
}

@media (min-width: 575px) {
    .section-hero .text h1 {
        font-size: 60px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .section-hero .text h1 span.small {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-hero .text h2 {
        font-size: 18px;
    }
}
@media (min-width: 1220px) {
    .section-hero .text h1 {
        font-size: 190px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .section-hero .text h1 span.small {
        font-size: 57px;
        margin-bottom: 20px;
    }
    .section-hero .text h2 {
        font-size: 30px;
    }
}

.image-and-thumb {
    position: relative;
}
.image-and-thumb .img-primary {
    position: relative;
    width: 85%;
}
.image-and-thumb .img-secondary {
    border-radius: 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    width: 40%;
    position: absolute;
    bottom: 15%;
    right: 0;
}

@media (min-width: 992px) {
    .image-and-thumb .img-secondary {
        right: 5%;
    }
}

.tabs .nav li:not(:first-of-type) {
    margin-left: 10px;
}

.tabs .tab-content {
    margin: 15px 0;
    padding: 15px 0;
    border: 2px solid var(--grey-light);
    border-left: none;
    border-right: none;
    color: var(--grey);
}

.tabs .tab-content .col-img img {
    max-width: 120px;
    max-height: 110px;
    object-fit: contain;
}
.tabs .nav {
    display: flex;
}
.tabs .nav li {
    max-width: 45%;
}
@media (max-width: 576px) {
    .tabs .nav li {
        min-width: calc(50% - 5px);
    }
    .tabs .nav li button {
        width: 100%;
        padding: 5px;
        line-height: 1.3;
    }
}

.tabs .nav li button {
    background: var(--grey-light);
    color: var(--black);
    font-weight: bold;
    font-size: 14px;
    height: 100%;
}
.tabs .nav li button.active {
    background: var(--red);
    color: #fff;
}
.section-about h3 {
    font-size: 24px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 992px) {
    .section-about h3 {
        font-size: 44px;
    }
}

.section-about .actions {
    margin-top: 30px;
}
.section-about .actions {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.link-phone {
    display: inline-flex;
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    transition: all 300ms ease;
}
.link-phone .ico {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border: 2px solid transparent;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all 300ms ease;
}
.link-phone .ico img {
    width: 70%;
}

.link-phone .text {
    display: block;
    margin: auto 0;
    line-height: 1.3;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.link-phone .text span {
    display: block;
    font-size: 12px;
}

.link-phone .text span.number {
    font-weight: bold;
    font-size: 22px;
}

.link-phone:hover .ico {
    border-color: var(--red);
}

.section-benefits {
    position: relative;
}
.section-benefits .bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 30%;
    background-image: var(--gr3);
}
.section-benefits .container {
    position: relative;
}
.section-benefits .text,
.section-benefits .text p {
    color: #fff;
    text-align: center;
}

.section-benefits .benefits-carousel-wrapper {
    padding: 30px 0;
}
.section-benefits .box {
    padding: 24px;
}

.section-benefits .box .inner {
    background: #fff;
    border-radius: 10px;
    padding: 50px 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.section-benefits .box .image {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-bottom: 20px;
}
.section-benefits .box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.section-benefits .box .txt {
    text-align: center;
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.section-benefits .box .txt h4 {
    color: var(--black);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-benefits .box .txt .desc {
    font-size: 16px;
}

.section-benefits .benefits-carousel .owl-nav {
    display: flex;
    justify-content: center;
    text-align: center;
}
.section-benefits .benefits-carousel .owl-nav.disabled {
    opacity: 0;
}

.section-benefits .benefits-carousel .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: var(--black);
    color: #fff;
    margin: 10px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    transition: all 300ms ease;
}
.section-benefits .benefits-carousel .owl-nav button:hover {
    background: var(--red);
}

.section-benefits .benefits-carousel .owl-nav button.disabled {
    background: var(--black);
    opacity: 0.25;
    cursor: pointer;
}

.section-benefits .benefits-carousel .owl-nav button span {
    display: block;

    line-height: 1;
    font-size: 52px;
    transition: all 300ms ease;
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    height: 100%;
}

.equalHeights-carousel.owl-carousel .owl-stage {
    display: flex;
}

.equalHeights-carousel.owl-carousel .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
}

.equalHeights-carousel.owl-carousel .owl-stage .owl-item .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.equalHeights-carousel.owl-carousel .owl-stage .owl-item .item .box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.equalHeights-carousel.owl-carousel .owl-stage .owl-item .item .box .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-join {
    background: var(--black) url("../img/bg-2.png") no-repeat right center;
    background-size: cover;
    position: relative;
}
.section-hero .container,
.section-join .container {
    position: relative;
    z-index: 10;
}
.section-hero:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
}
@media (max-width: 992px) {
    .section-hero:after {
        background: rgba(0, 0, 0, 0.65);
    }
    .section-join:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: rgba(0, 0, 0, 0.65);
        z-index: 9;
    }
}

.section-join,
.section-join p {
    color: #fff;
}

.section-join .text .desc p:last-of-type {
    margin-bottom: 0;
}

.section-join .text .desc,
.section-join .text .desc p {
    font-size: 20px;
}

.section-join .text .desc strong {
    color: var(--red);
}

.section-join .container {
    padding-top: 5%;
    padding-bottom: 5%;
}

.section-join .actions {
    margin-top: 50px;
}

.section-nutrition .actions {
    margin-top: 30px;
}
.section-nutrition .desc {
    margin-top: 70px;
}

.text-whith-icon {
    display: flex;
    margin-bottom: 50px;
}

.text-whith-icon .icon {
    background: var(--red);
    border-radius: 10px;
    min-width: 50px;
    height: 50px;
    display: flex;
    margin-right: 15px;
}

@media (min-width: 576px) {
    .text-whith-icon .icon {
        border-radius: 10px;
        min-width: 83px;
        height: 83px;
        margin-right: 25px;
    }
}

.text-whith-icon .icon img {
    display: block;
    width: 65%;
    height: 65%;
    object-fit: contain;
    margin: auto;
}
.text-whith-icon .txt,
.text-whith-icon .txt h4,
.text-whith-icon .txt p {
    color: #1c1c1c;
}
.text-whith-icon h4 {
    font-size: 26px;
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.text-whith-icon .txt p {
    font-size: 18px;
    line-height: 1.25;
}
.text-whith-icon .txt p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .header .logo {
        max-width: 60%;
    }
    .header-wrapper {
        position: relative;
    }
    .header-wrapper .menu {
        height: 0;
        opacity: 0;
        padding: 0 12px;
        overflow: hidden;
        background: #fff;
        border-radius: 10px;
        transition: all 300ms ease;
        position: absolute;
        top: 100%;
        right: 0;
    }

    .openMenu .header-wrapper .menu {
        height: auto;
        opacity: 1;
        padding: 12px 12px;
    }

    html body .header .menu ul {
        flex-direction: column;
        margin: 0;
    }

    html body .header .menu ul li {
        margin: 5px 0 !important;
    }

    html body .header .menu ul li a {
        color: var(--red);
    }

    .header-wrapper .logo-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

.footer .content {
    background: #1a1a1a url("../img/bg-footer.png") no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 40px 0 20px;
}

.footer .copy {
    color: #fff;
    background: var(--black);
    padding: 20px 0;
}

.footer .logo {
    display: block;
    width: 200px;
    max-width: 100%;
}

.footer .logo img {
    display: block;
    max-width: 100%;
}

.footer .col-logo .desc {
    color: var(--grey);
    color: #909498;
}

.footer h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;

    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer h4 span {
    display: block;
    margin-bottom: 5px;
}

.footer h4:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
}
.footer .col-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .col-menu ul li a {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    padding: 7px 0;
    align-items: center;
    transition: all 300ms ease;
}
.footer .col-menu ul li a:hover {
    color: var(--red);
}

.footer .col-menu ul li a::before {
    content: "»";
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: auto 5px auto 0;
    transform: translateY(-2px);
}

.contact-wrapper {
    margin-bottom: 40px;
}

.contact-wrapper .col-contact {
    display: flex;
}

@media (max-width: 576px) {
    .footer .content {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 576px) {
    .contact-wrapper .col-contact .inner {
        margin: auto;
    }
    .contact-wrapper .col-contact:first-of-type .inner {
        margin-left: 0;
    }
    .contact-wrapper .col-contact:last-of-type .inner {
        margin-right: 0;
    }

    .contact-wrapper .col-contact:not(:first-of-type) {
        border-left: 1px solid var(--grey);
    }
}

.link-contact {
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: all 300ms ease;
}
.link-contact .ico {
    background: #1b1b1b;
    border: 1px solid #2a2a2a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 10px auto 0;
    transition: all 300ms ease;
}

.link-contact:hover {
    /* color: var(--red); */
}
.link-contact:hover .ico {
    background: var(--red);
    border-color: #fff;
}
.link-contact .ico img {
    width: 70%;
}

.link-contact .text {
    display: block;
    margin: auto 0;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.link-contact .text span {
    display: block;
}

.link-contact .txt {
    text-transform: uppercase;
}

.link-contact .text span.number {
    font-weight: bold;
    font-size: 115%;
}

@media (min-width: 768px) {
    .link-contact .ico {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .link-contact .ico img {
        width: 50%;
    }
}

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

ul.social li a {
    display: flex;
    width: 40px;
    height: 40px;
    transition: all 300ms ease;
}

ul.social:hover li a {
    opacity: 0.5;
}
ul.social:hover li a:hover {
    opacity: 1;
}

ul.social li a img {
    display: block;
    margin: auto;
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.section-hero ul.social {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    z-index: 20;
}
@media (max-width: 992px) {
    .section-hero .social-wrapper {
        padding-left: 40px;
    }
    .section-hero .social-wrapper ul.social li a {
        width: 36px;
    }
}

@media (min-width: 1360px) {
    .section-hero ul.social {
        left: 2.5%;
    }
}

.section-hero ul.social li {
    margin: 5px 0;
}

.footer ul.social {
    display: flex;
}
.footer ul.social li:not(:first-of-type) {
    margin-left: 10px;
}
.footer ul.social li a {
    border: 2px solid #fff;
    border-radius: 100%;
}

@media (max-width: 330px) {
    .footer .col-6 {
        width: 100%;
    }
}
.map-wrapper {
    background: #aaa;
}
.map-wrapper iframe {
    display: block;
    width: 100%;
    overflow: hidden;
    /* mix-blend-mode: luminosity; */

    filter: grayscale(80%) invert(0%) contrast(100%);
}

.section-contact .col-contact {
    min-width: 100%;
    justify-content: start !important;
    border: none !important;
    margin-bottom: 10px !important;
}
.contact-wrapper .col-contact .inner {
    margin: 0 !important;
}
.section-contact .col-contact .link-contact {
    color: var(--black);
}
