html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: : Poppins, Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.oscar-header {
    background-color: rgba(247, 251, 255, 1);
    height: 84px;
    position: relative;
}
.bg-grey {

    background-color: rgba(247, 251, 255, 1);
}

.oscar-header.white {
    background-color: white;
    height: 84px;
    position: relative;
}

.oscar-header .logo {
    
    width: 160px;
    color: #ffffff;
    text-align: center;
    z-index: 5;
    margin-inline-start: 70px;
    position: relative;
    
}

.oscar-header .logo img {
    margin-top: -5px;
}
.oscar-header .title {
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    text-transform: uppercase;
    font-size: 9px;
}

.center {
    max-width: 1740px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
}
.oscar-header ul {
    display: flex;
    width: 100%;
    
    justify-content: flex-start
}

.oscar-header ul li > .menu-item {
    position: relative;
    height: 84px;
    display: block;
}

.oscar-header ul li:hover > a {
    color: #1D96FC;
}
.oscar-header ul li:hover > .menu-item:after {
    content: '';
    background: #1D96FC;
    border-radius: 2px 2px 0 0;
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.oscar-header ul li:hover > .bg-menu {
    display:block;
}

.oscar-header ul .bg-menu {
    background: #ffffff;
    padding: 0;
    text-align: center;
    display: none;
    width: 95%;
    position: absolute;
    top: 84px;
    z-index: 4;
    font-size: 14px;
    font-weight: 300;
    height: 120px;
    left: 20px;
}
.oscar-header ul .bg-menu img{
    width: 110px;
    }
    .oscar-header ul .bg-menu img:hover{
        width: 108px;
    border: 1px solid #CCCCCC;
    }
.oscar-header ul ul {
    background: #ffffff;
    padding: 40px 50px 0 50px;
    text-align: center;
    top: 80px;
    z-index: 4;
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 1740px;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.oscar-header ul ul .menu-item {
    height: 60px;
    line-height: 60px;
}

.oscar-header ul ul a {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 70px !important;
}

.oscar-header .is-desktop ul li {
    display: inline-block;
    margin: 0 15px;
}
.oscar-header ul li.right {
    line-height: 84px;
    margin-inline-start: 22px;
    margin-left: auto;
}
.oscar-header ul li.right .button {
    margin-left: 20px;
}
.oscar-header ul li.right a {
    text-decoration: none;
}
.oscar-header ul li .menu-item {
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
    line-height: 84px;
    text-align: center;
}

.oscar-header .search {
    fill: rgba(0, 0, 0, 1);
    cursor: pointer;
    width: 18.38px;
    height: 18.38px;
}

.button {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 23px;
    -webkit-filter: drop-shadow(0px 7px 16px rgba(32, 123, 203, 0.10980392156862745));
    filter: drop-shadow(0px 7px 16px rgba(32, 123, 203, 0.10980392156862745));
    height: 45px;
    text-decoration: none;
    line-height: 45px;
    color: #000000;
    display: inline-block;
    text-align: center;
    font-size: 16.00px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    padding: 0 30px;
    cursor: pointer;
}

.button img {
    top: 3px;
    position: relative;
    margin-inline-end: 7px;
}

.slider img {
    width: 100%;
}

.results-box {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.rectangle {
    background-color: #bd1f3b;
    width: 13px;
    height: 13px;
    margin: 30px 0;
}

.results-box .title {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 11px;
    line-height: 22px;
}

.results-box .main-title {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 60.00px;
    font-family: 'Playfair Display', Arial;
    margin-bottom: 20px;
}

.results-box .main-title span {
    text-align: left;
    line-height: 100.00px;
    letter-spacing: -2.15px;
    color: #bd1f3b;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 56.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}

.results-left {
    width: 50%;
}

.results-right {
    width: 50%;
}

.button.blue {
    color: white;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    background-color: #bd1f3b;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    border-radius: 28px;
    margin-top: 25px;
}
.button.black {
    color: white;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    border-radius: 28px;
    margin-top: 25px;
}

.title-result {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 69px;
    margin-top: 48px;
}

.results-right ul {
}

.results-right ul li {
    display: inline-block;
    width: 49%;
}


.results-right ul li img {
    display: inline-block;
}

.results-right ul li .text {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 40px;
    margin-left: 40px;
    vertical-align: middle;
}

.our-partner-box {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}

.partner__left {
    width: 40%;
}
.partner__left img {
    width: 80%;
    max-width: 585px;
    box-shadow: 10px 10px #bd1f3b;
}
.partner__right {
    width: 60%;
}
.partner__right .p-title {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 17px;
}

.partner__right .p-title span {
    color: #bd1f3b;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.partner__right .text {
    text-align: justify;
    line-height: 33.00px;
    letter-spacing: 0.00px;
    color: #707070;
    font-size: 20.00px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 30px;
}

.partner__right .partners {
    width: 100%;
    /*filter: grayscale(90%);*/
}
.partner__right .partners ul li {
    display: inline-block;
}
.partner__right .partners ul li img {
    width: 120px;
    border: 1px solid #F5F5F5;
}
.brands-box {
    margin-top: 150px;
}

.brands-title {
    text-align: center;
    color: #000000;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 30.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;

}

.brands-title span {
    color: #bd1f3b;
}

.title-main-brand {
    text-align: center;
    font-size: 65px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 25px;
}

.text-brand {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: justify;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    line-height: 33px;
    opacity: 0.6;
    margin-bottom: 50px;
}
.brands-box ul {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.brands-box ul li {
    display: inline-block;
    width: 19%;
    height: 240px;
    border-radius: 34px;
    text-align: center;
}

.brands-box ul li:hover {
    background: #ffffff;
    -webkit-filter: drop-shadow(0px 8px 29px rgba(32, 122, 201, 0.14901960784313725));
    filter: drop-shadow(0px 8px 29px rgba(32, 122, 201, 0.14901960784313725));
}

.brands-box ul li a {
    color: #bd1f3b;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
    display: block;
    opacity: 0;
    transition: 500ms;
}

.brands-box ul li:hover a {
    opacity: 1;
}

.brands-box ul li a img {
    height: 14px;
}

.brands-box ul li img {
    height: 150px;
    margin-top: 30px;
    margin-bottom: 1px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}

.branches-box {
    margin-top: 30px;
    background: rgba(247, 251, 255, 1);
}

.branches {
    display: flex;
    justify-content: start;
    padding: 40px 0;
}

.branches__left {
   width: 60%;
    margin-right: 100px;
}

.branches__left .title {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 85px;
    line-height: 80px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}

.branches__left .text {
    text-align: justify;
    line-height: 33.00px;
    letter-spacing: 0.00px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20.00px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 60px;
}

.branches__left .title span {
    color: #bd1f3b;
}

.branches__right {
   width: 40%;
}

.branches-item {
    max-width: calc(49% - 40px);
    display: inline-block;
    padding: 30px 20px;
    transition: 500ms;
}

.branches-item:hover {
    -webkit-filter: drop-shadow(0px 8px 29px rgba(32, 122, 201, 0.14901960784313725));
    filter: drop-shadow(0px 8px 29px rgba(32, 122, 201, 0.14901960784313725));
    background: #ffffff;
    cursor: pointer;
}

.branches-item img {
    height: 98px;
    width: 98px;
    margin-bottom: 33px;
    border-radius: 18px;
}

.branches-item .country {
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 11px;
}

.branches-item .about {
    line-height: 32px;
    letter-spacing: 0.00px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}

.branches-item .tel {
    line-height: 33px;
    letter-spacing: 0.00px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 11px;
}

.sales-box {
    margin-top: 90px;
}
.sales-box .main-title {
    text-align: center;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 82px;
    line-height: 100px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.sales-box .text {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
    text-align: justify;
    max-width: 1160px;
    margin: 0 auto;
    opacity: 0.8;
}

.sales-item {
    display: inline-block;
    margin: 10px 10px;
    width: calc(33.1% - 20px);
    box-shadow: 0px 0px 10px rgba(32, 122, 201, 0.15);
    height: 670px;
    text-align: center;
}
.sales-list {
    margin-top: 68px;
}
.sales-item .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 260px;
    position: relative;

}
.sales-item .image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #85C6FC;
    opacity: 0.3;
    left: 0;
    top: 0;
}

.sales-item .button {
    margin: 0 auto;
}

.sales-item .title {
    line-height: 77px;
    letter-spacing: -0.80px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 33px;
}

.sales-item .text {
    padding: 10px;
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    height: 200px;
    text-align: justify;
    overflow: hidden;
    margin: 13px 0 30px 0;
}
.sales-item .textbox {
    padding: 10px;
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    height: 50px;
    text-align: justify;
    overflow: hidden;
    margin: 13px 0 30px 0;
}
.sale_channel_box
{
    height: 550px !important;
}

.blog-box {
    margin-top: 140px;
}

.blog-box .title {
    line-height: 100px;
    letter-spacing: -0.60px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}

.blog-box .main-title {
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 82px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

footer {
    background: rgba(149, 205, 255, 0.1);
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    position: relative;
}

.footer .logo-title {
    line-height: 40px;
    letter-spacing: -0.83px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
}
.footer .logo {
    
}
.footer .logo-cp {
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
}
.footer .title-categories {
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    margin-bottom: 25px;
}
.footer__column__social
{
    margin-top: 35px;
    width:100%;
    
}

.footer .footer__column {
    border-left: 1px solid rgba(41, 152, 249, 0.3);
    padding-left: 30px;
}

.footer .footer__column ul li a {
    line-height: 22px;
    letter-spacing: 0px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    color: #616466;
}

.footer .footer__column ul li a.link {
    color: #000000;
    font-weight: 700;
    font-style: normal;
    font-family: 'Segoe UI', Arial
}

.footer .logo-box {
    width:340px;
}

.footer .logo {
   
}

.footer__columns {
    margin-right: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 50px;

}

.slider-item {
    position: relative;
    height: 612px;
    background-size: cover;
    background-position: center;
}
.slider-item .center {
    position: absolute;
    top: 0;
    left: 10%;
    /*margin-left: -575px;*/
    height: 100%;
}


.slider-item .title .b {
    /*line-height: 100px;
    letter-spacing: -4.30px;*/
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 100px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}
.slider-item .title {
    position: absolute;
    top: 30%;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    font-family: Poppins, Arial;
}
.slider-item .title strong {
    font-weight: 700;
    font-family: Poppins, Arial;
}
.button.pur {
    background: #FF2C5D;
    color: #ffffff;
    margin-top: 10%;
    margin-left: 15%;
}

.bx-wrapper {
    border: none;
    box-shadow: none;
    overflow: hidden !important;
}

.bx-wrapper .bx-pager {
    top: -80px;
    position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.3;
    background: #ffffff;
    width: 8px;
    height: 8px;
}



.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ffffff;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev {
    left: 60px;
    background: url("../arrow-left.svg") center center no-repeat #ffffff !important;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next {
    right: 60px;
    background: url("../arrow-right.svg") center center no-repeat #ffffff !important;
    transform: rotate(180deg);
}

.news-box {

}

.news-box .link {
    line-height: 60px;
    letter-spacing: -0.50px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
}

.news-item {
    border-radius: 25px;
    box-shadow: 2px 2px 5px rgb(32, 122, 201, 0.15);
    height: 97px;
    width: 100%;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
}

.news-item .title {
    letter-spacing: -0.70px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-left: 50px;
}

.news-item .time {
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    line-height: 100px;
    margin-left: auto;
    margin-right: 23px;
}

.news-item .date {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    color: rgb(153 153 153);
    line-height: 100px;
    margin-right: 20px;
}

.news-item img {
    border-radius: 25px 0px 0px 25px;
    height: 97px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-header {
    background: transparent;
    border: none;
    margin-bottom: 20px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: transparent !important;
    box-shadow: 2px 2px 10px rgb(32, 122, 201, 0.15);
    color: #1D96FC !important;
    border-radius: 15px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button,
a:link.ui-button, a:visited.ui-button, .ui-button {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
    background: url('../arrow-up.svg') no-repeat 140px center;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #1D96FC !important;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
    background: url('../arrow-down.svg') no-repeat 140px center;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: transparent !important;
    color: #000000 !important;
    border-radius: 20px;
}

/* ABOUT */

.history-box {
    display: flex;
    justify-content: space-between;
}

.history-box__left {
    width: 35%;
}

.history-box__left img {
    width: 100%;
}

.history-box__right {
    width: 60%;
}


.history-box__right .min-title {
    line-height: 46px;
    letter-spacing: -0.75px;
    color: #bd1f3b;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
    margin-top: 30px;
}

.history-box__right .title {
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 72px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 15px;
}

.history-box__right .text-box {
    display: flex;
    justify-content: space-between;
}

.history-box__right .text-box .text {
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    width: 65%;
    text-align: justify;
}

.history-box__right .list-info {
    width: 28%;
}

.history-box__right .list-info .title {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    font-family: 'Playfair Display', Arial;
    margin-bottom: 0;
}

.history-box__right .list-info span {
    color: #bd1f3b;
}

.history-box__right .list-info .text {
    width: 100%;
    margin-bottom: 50px;
}

.title-page {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 11px;
    line-height: 22px;
}

.main-title-page {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 50.00px;
    font-family: 'Playfair Display', Arial;
    margin-bottom: 20px;
}

.main-title-page2 {
    line-height: 60px;
    letter-spacing: -1.20px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}
.main-title-page3 {
    line-height: 50px;
    letter-spacing: -1.20px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
}
.main-title-page4 {
    margin: 15px 0px;
    line-height: 40px;
    letter-spacing: -1.20px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-left: 37px;
}
.main-title-page5 {
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
   
}
.main-title-page5 span {
    
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    
}

.main-title-page span {
    text-align: left;
    line-height: 100px;
    letter-spacing: -2.15px;
    color: #bd1f3b;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 86.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}

.text-page {
    line-height: 33px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: justify;
}


.text-page2 {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}

.box-info {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.box-info__left {
    width: 50%;
}

.box-info__right {
    width: 50%;
}

.box-info__right.img {
    text-align: right;
}

.box-info__right.img img {
    width: 80%;
     margin:20px;
    box-shadow: 10px 10px #bd1f3b;
}

.box-info__left.img {
    text-align: left;
}

.box-info__left.img img {
    margin:20px;
    width: 80%;
    box-shadow: 10px 10px #bd1f3b;
}

ul.result {
    margin-top: 50px;
}

ul.result li {
    display: inline-block;
    width: 49%;
}


ul.result li img {
    display: inline-block;
}

ul.result li .text {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 40px;
    margin-left: 40px;
    vertical-align: middle;
}

.w40 {
    width: 40%;
}

.about-page .sales-item {
    width: calc(33% - 20px);
    height: auto;
    padding-bottom: 20px;
}


.about-page .sales-item .title {
    line-height: 32px;
    letter-spacing: -0.70px;
}

.about-footer {
    background: rgba(149, 205, 255, 0.1);
    border-bottom: 1px solid rgba(41, 152, 249, 0.3);
    padding-bottom: 40px;
}


/* Products */

.product-box-title {
    display: flex;
    justify-content: space-between;
}

.product-box-title .left {
    width: 50%;
}

.product-box-title .left img {
    width: 100%;
}

.product-box-title .right {
    width: 50%;
    margin-left: auto;
}

.product-box-title .right .title-name img {
    width: 220px;
    
    
}

.product-box-title .right .title-name {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    font-family: Poppins, Arial;
    letter-spacing: -2.0500000000000003;
    text-decoration: none;
}
.product-box-title .right .title {
    line-height: 46px;
    letter-spacing: -0.75px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}

.product-box-title .right .product-box-info {
    padding: 0px 0 0 100px;
}
.list-info {
    
    margin-bottom: 40px;
}
.list-info li {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgb(102 102 102);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    width: 40%;
}

.list-info li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #1D96FC;
    position: absolute;
    left: 0;
    top: 12px;
}



.product-box-title .right .button.black {
    margin-left: 25px;
}

.product-box-title .right .button.blue img {
    transform: rotate(30deg);
}

.products-box {
    margin-top: 75px;
    background: #F7FBFF;
}

.product-title {
  line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: left;
    margin-top: 60px;
    width: 94%;
    margin: 10px auto;
}

.products-wrap {
    padding: 66px;
}

.product-title-text {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    width: 94%;
    margin: 0 auto;
    text-align: justify;
}

.product-control {
    text-align: center;
    margin-top: 70px;
}

.product-list {
    margin-top: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.product-list .product-avatar img {
    width: 100%;
}

.product-list .product-title {
    line-height: 24px;
    letter-spacing: -0.50px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: left;
    margin-top: 23px;
    margin-bottom: 14px;
}

.product-list .product-info-list li {
    line-height: 24px;
    letter-spacing: -0.45px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 19px;
}

.product-list .product-item {
    filter: drop-shadow(1px 1px 10px rgba(32, 122, 201, 0.14901960784313725));
    width: 20%;
    height: auto;
    background: #ffffff;
    border-radius: 34px;
    padding: 29px 26px;
}

.product-item .link {
    color: #1D96FC;
    letter-spacing: 0px;
    color: #bd1f3b;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
    margin-top: 70px;
}

.product-item .link img {
    position: relative;
    top: 3px;
    display: inline !important;
}

.product-line {
    box-shadow: 0 8px 29px rgba(32, 122, 201, 0.14901960784313725);
    width: 90%;
    height: 189px;
    line-height: 189px;
    border-radius: 25px;
    margin: 50px auto;
    justify-content: space-between;
    display: flex;
}

.product-line img {
    width: 300px;
    height: 140px;
    margin: 25px;
    border-radius: 10px;
}

.product-line .text {
    color: rgb(128 128 128);
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Segoe UI', Arial;
    margin-left: 20px;
}

.product-line .control {
    margin-right: 100px;
    margin-left: auto;
}

.product-line .title {
    margin-left: 50px;
    letter-spacing: -0.70px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

/*Registration*/
.top-image-section img {
    width: 100%;
    height: 343px;
}
.body-section h1 {
    line-height: 100px;
    letter-spacing: -2.15px;
    color: rgba(0, 0, 0, 1);
    font-size: 86px;
    font-weight: 700;
    font-family: 'Playfair Display', Arial;
    margin-top: 75px;
}
.form-box .form-box-title {
    line-height: 60px;
    letter-spacing: -0.80px;
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    font-weight: 500;
    font-family: Poppins, Arial;
    margin: 20px 0;
}

.text-brand p
{
    margin-left: 40px;
}
.text-brand p.sub_content
{
    margin-left: 80px;
}
.text-brand h3
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-box .form-box-field {
    border: 2px solid rgb(201 204 207);
    border-radius: 0px;
    width: 32%;
    height: 50px;
    margin-top: 15px;
    margin-right: 10px;
    text-indent: 20px;
    font-size: 15px;
    font-family: Poppins, Arial;
}
.form-box textarea {
    border: 2px solid rgb(201 204 207);
    border-radius: 0px;
    height: 127px;
    width: 98%;
    margin-top: 15px;
    margin-right: 10px;
    text-indent: 20px;
    padding-top: 15px;
    font-size: 15px;
    font-family: Poppins, Arial;
}
.form-box input::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins, Arial;
    color: rgba(0, 0, 0, 1);
    opacity: 0.30000001192092896;
}
.form-box .form-box-label {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, Arial;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
    line-height: 22px;
    letter-spacing: 0px;
    margin-top:10px;
}
.form-box .form-box-checkbox {
    border: 3px solid rgba(237, 242, 245, 1);
    border-radius: 18px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}
.form-box .row-box {
    margin: 30px 0;
    width: 100%;
    display: flex;
}
.form-box .checkbox-row {
    margin-left: 165px;
    position: relative;
    bottom: 6px;
}
.form-box .checkbox-row span {
    position: relative;
    bottom: 10px;
    margin: 0 5px;
}
.form-box-label .upload-button {
    background-color: #bd1f3b;
    border: 1px rgba(112, 112, 112, 1);
    border-radius: 34px;
    width: 219px;
    height: 68px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins, Arial;
    position: relative;
}
.row-box .input-style {
    position: relative;
    bottom: 35px;
    left: 45px;
}

.form-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Hyper */

.hyper-header {
    display: flex;
    justify-content: space-between;
}
.hyper-header {
    margin-top: 150px;
}
.hyper-header .title {
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 82px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.hyper-header .text {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-left: 100px;
}

.hyper-list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* Your container needs a fixed height, and it
     * needs to be taller than your tallest column. */
    height: 600px;
}

.hyper-item {
    width: 32%;
    margin-bottom: 2%; /* Optional */
}

/* Re-order items into 3 rows */
.hyper-item:nth-child(3n+1) { order: 1; }
.hyper-item:nth-child(3n+2) { order: 2; }
.hyper-item:nth-child(3n)   { order: 3; }

/* Force new columns */
.hyper-list::before,
.hyper-list::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.logo-cover-box {
    width: 164px;
    height: 164px;
    padding: 30px;
    border-radius: 36px;
    margin-top: -82px;
    background: white;
    z-index: 1;
    position: relative;
    box-shadow: 1px 1px 10px rgba(32, 122, 201, 0.15);
    margin-inline-start: 188px;
}

.logo-cover-box img {
    width: 164px;
    height: 164px;
}

.hyper-page-wrap {
    padding-left: 188px;
}

.hyper-title {
    line-height: 100px;
    letter-spacing: -2.15px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 86px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
    margin-top: 10px;
}

.hyper-info-box {
    display: flex;
    justify-content: space-between;
    margin-top: 118px;
}

.hyper-info-box .left {
    width: 45%;
}

.hyper-info-box .right {
    width: 45%;

}

.hyper-title-info {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 41px;
    font-family: Poppins, Arial;
    text-decoration: none;
    line-height: 59px;
}

.hyper-title-info span {
    color: #bd1f3b;
    font-weight: 700;
    font-style: normal;
    font-size: 41px;
    font-family: Poppins, Arial;
    text-decoration: none;
}

.hyper-text-info {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 27px;
    height: 94px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 64px;
}

.hyper-brand-title {
    line-height: 59px;
    letter-spacing: -1.03px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 41px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.hyper-brand-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hyper-brand-box li {
    width: 25%;
    margin-top: 30px;
}
.hyper-brand-box li img{
    width: 140px;
    }
.hyper-branches-box {
    background: #EBF5FF;
    margin-top: 30px;
    padding-bottom: calc((((100vw / 4) - 40px) / 2) + 40px);
}

.hyper-title-number {
    line-height: 157px;
    letter-spacing: -2.73px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 109px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
    padding-top: 29px;
}

.hyper-title-number-info {
    line-height: 59px;
    letter-spacing: -1.03px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 41px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: center;
}

.hyper-title-number-info-text {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    height: 69px;
    text-align: center;
    overflow: hidden;
    max-width: 927px;
    width: 100%;
    margin: 24px auto;
}

.promotion-box {
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.promotion-item {
    width: 16%;
}

.promotion-item img {
    width: 156px;
    height: 156px;
}

.promotion-item .title {
    line-height: 36px;
    letter-spacing: -0.45px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.promotion-item .text {
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}

.promotion-control {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 79px;
}

.hyper-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.hyper-footer .left {
    width: 50%;
}

.hyper-footer .right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
}

.hyper-footer .right li.title {
    line-height: 60px;
    letter-spacing: -0.45px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}


.hyper-footer .right li {
    line-height: 60px;
    letter-spacing: -0.45px;
    color: #838383;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}


/*EXPORTS PAGE*/
.export-page .main-title h1 {
    text-align: center;
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    font-size: 82px;
    font-weight: 700;
    font-family: Poppins, Arial;
    margin-top: 115px;
    margin-bottom: 15px;
}
.export-page .main-title h1 span {
    color: #bd1f3b;
}
.export-page .description {
    opacity: 0.7;
    text-align: justify;
    line-height: 33px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    font-family: Poppins, Arial;
    height: 190px;
    width: 1120px;
    margin: auto;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.export-page .list-container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 230px;
}
.export-page .list-container div>div {
    margin: 0 auto;
    text-align: left;
    line-height: 60px;
    letter-spacing: -0.70px;
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: 700;
    font-family: Poppins, Arial;
}
.export-page .list-container div > div {

}
.export-page .list-container div ul>li {
    text-align: left;
    line-height: 48px;
    letter-spacing: -0.45px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    font-family: Poppins, Arial;
}
.export-page .list-container div > ul > li {
    padding-inline-start: 30px;
    position: relative;
    cursor: pointer;
}
.export-page .list-container div > ul>li:after {
    content: '';
    background: url("../plus-solid.svg") no-repeat center center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 13px;
}

.export-page .list-container div > ul>li.open:after {
    content: '';
    background: url("../minus-solid.svg") no-repeat center center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 13px;
}

.export-page .list-container div ul>li>ul>li {
    text-align: left;
    line-height: 25px;
    letter-spacing: -0.35px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins, Arial;

}
.export-page .list-container div ul> li > ul  {
    display: none;
}
.export-page .list-container div ul>li.open > ul  {
    display: block;
}
.export-page .list-container div ul>li>ul {
    position: relative;
    bottom: 3px;
    margin-bottom: 7px;
}

/*HYPER PAGE*/
.hyper-page .title {
    margin: 100px 125px auto;
    display: flex;
}
.hyper-page .title .first-box{
    line-height: 55px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    font-size: 52px;
    font-weight: 700;
    font-family: Poppins, Arial;
    width: 50%;
}
.hyper-page .title .second-box{
    line-height: 33px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    font-family: Poppins, Arial;
    margin-left: 150px;
    height: 170px;
    overflow: hidden;
}

.hyper-page .info-row {
    margin: 80px 125px 100px;
    column-count: 2;
    column-gap: 40px;
    column-fill: auto;
}
.hyper-page .info-box {
    background-color: #ebf5ff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../maskGroup10.png);
    break-inside: avoid-column;
}

.hyper-page .info-box:nth-child(2n + 2) {
    background-image: url(../maskGroup9.png);
}

.hyper-page .info-box:nth-child(2n + 3) {
    background-image: url(../maskGroup8.png);
}

.hyper-page .info-box:nth-child(2n + 4) {
    background-image: url(../maskGroup7.png);
}

.hyper-page .info-box .logo {
    background-color: rgba(255, 255, 255, 1);
    border: 1px rgba(112, 112, 112, 1) none;
    border-radius: 63px;
    filter: drop-shadow(0px 8px 29px rgba(32, 122, 201, 0.14901960784313725));
    width: 126px;
    height: 126px;
    display: flex;
}
.hyper-page .info-box .logo img {
    width: 100px;
    height: 100px;
    position: relative;
    left: 12px;
    top: 13px;
    border-radius: 20px;
}
.hyper-page .info-box .logo span {
    line-height: 59px;
    letter-spacing: -1.03px;
    color: rgba(0, 0, 0, 1);
    font-size: 41px;
    font-weight: 700;
    font-family: Poppins, Arial;
    position: relative;
    top: 32px;
    left: 50px;
}
.hyper-page .info-box .logo div {
    width: calc(99.82% - 100px);
    
    min-width: 400px;
    height: 100px;
   
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: 600;
    font-family: Poppins, Arial;
    position: relative;
    top: 45px;
    left: 50px;
}

.hyper-page .info-box .body {
    background-color: rgba(255, 255, 255, 1);
    border: 1px rgba(112, 112, 112, 1) none;
    border-radius: 30px;
    height: 79px;
    margin: 30px;
    display: block;
}
.hyper-page .info-box .body img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 22px;
    left: 28px;
}
.hyper-page .info-box .body .text {
    position: relative;
    bottom: 12px;
    left: 68px;
    line-height: 33px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, Arial;
}
.hyper-page .info-box .body .right-text {
    position: relative;
    bottom: 42px;
    right: 90px;
    text-align: right;
    line-height: 33px;
    letter-spacing: -0.40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-family: Poppins, Arial;
}

.form-box-label-text {
    line-height: 70px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-right: 50px;
}

/* Where to buy */

.buy-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.buy-title {
    font-size: 82px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    width: 50%;
}

.buy-product-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 150px;
    gap: 30px;
}

.buy-product-item {
    width: calc(23% - 90px);
    background: #ffffff;
    box-shadow: 1px 1px 10px rgba(32, 122, 201, 0.15);
    padding: 0 45px;
    height: 387px;
}

.buy-product-item .avatar {
    margin-top: 30px;
    margin-bottom: 17px;
    height: 57px;
}

.buy-product-item .title {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.buy-product-item .text {
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 17px;
    margin-bottom: 8px;
}


.buy-product-item .list li {
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
}

.buy-product-item .list {
    margin-bottom: 17px;
}

.buy-product-item .batch {
    background-color: rgba(235, 244, 255, 1);
    border: none;
    border-radius: 46px;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 15.00px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
}
.buy-filter {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 58px;
}
.buy-filter .batch {
    background-color: rgb(249 232 232);
    border: none;
    border-radius: 46px;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 15.00px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-right: 10px;
    cursor: pointer;
}

.buy-filter .batch.active {
    background: #df9494;
    font-weight: bold;
}

.buy-country {
    line-height: 49px;
    margin-top: 42px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
    display: inline-flex;
}

.buy-country img {
    margin-right: 8px;
    box-shadow: 0px 0px 1px #c2c2c2;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    top: 6px;
    position: relative;
}

.select2-container {
    border-radius: 18px;
    width: 32%;
    height: 60px;
    margin-top: 15px;
    margin-right: 10px;
    text-indent: 30px;
    font-size: 20px;
}

.select2-container--default .select2-selection--single {

    height: 60px;
    border: 3px solid rgba(237, 242, 245, 1);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-indent: 30px;
    font-size: 20px;
}

/* Outdoor Team */

.top-image-section.team img {
    height: 545px;
}

.team-box {
    display: flex;
    justify-content: space-between;
}

.team-box .left {
    width: 40%;
}

.team-box .right {
    width: 50%;
    margin-top: 200px;
}

.team-box .right ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.team-box .right ul li {
    width: 50%;
}

.team-box-list .item {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-bottom: 35px;
}

.team-box-list .item .number {
    line-height: 36px;
    letter-spacing: -0.90px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.team-box-list .item .title {
    line-height: 36px;
    letter-spacing: -0.40px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.team-box-list .item .text {
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}

.contact-box .title {
    line-height: 60px;
    letter-spacing: -1.20px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.contact-box .tel li {
    line-height: 40px;
    letter-spacing: 1.94px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin: 30px 0;
}
.contact-box .tel li a{
    text-decoration: none;
    color: #2a2a2a;
    }
.contact-box .text {
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin: 30px 0;
}

.contact-box {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
    margin-top: 94px;
}

.contact-box-wrap {
    width: 47%;
}

.contact-links ul {
    display: flex;
    justify-content: space-between;
}

.contact-form {
    width: 50%;
}

.contact-form .form-box .form-box-field {
    width: 45%;
}

.contact-form .form-box textarea.form-box-field {
    width: 93%;
    min-height: 176px;
}

.contact-form .form-box button {
    margin-top: 18px;
    width: 93%;
}

svg {
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(5, 138, 255, .2));
    filter: drop-shadow( 3px 3px 2px rgba(5, 138, 25, .2));
    /* Similar syntax to box-shadow */
}

.slider-hyper-box .bx-wrapper .bx-next {
    right: 0;
}

.slider-hyper-box .bx-wrapper .bx-prev {
    left: 0;
}

.slider-hyper-box .bx-wrapper .bx-controls-direction a {
    margin-top: calc((75px / 2) * -1) ;
}

.slider-hyper-box .bx-wrapper {
    background: transparent;
}

.slider-hyper-box {
    margin-top: -13%;
}

.slider-hyper-box .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-hyper-box .bx-wrapper .bx-pager.bx-default-pager a:focus,
.slider-hyper-box .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #96A0AA;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
}

.slider-hyper-box .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ECEEF0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
    top: 45%;
}

.slider-hyper-box .bx-wrapper .bx-pager {
    top: 0;
    padding-top: 40px;
}

html, body, #container {
    width: 100%;
    height: 100vh;
}

.hyper-footer {
    gap: 40px;
}

.anychart-credits {
    display: none;
}

.leaflet-container {
    background-color:rgba(255,0,0,0.0) !important;
}

.slick-list {
    overflow: visible;
}
.slick-track {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
}

.slider-t img {
    width: 100%;
}

.slider-t .slick-center {
    width: calc(100vw / 4 + 200px) !important;
}

.form-box-buy {
    display: flex;
    width: 50%;
    gap: 20px;
}

.form-box-buy .field {
    width: 50%;
}

.slick-prev,
.slick-next {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: url(../arrow-right.svg) center center no-repeat #ffffff !important;
    transform: rotate(180deg);
    right: 0;
    box-shadow: 1px 1px 10px #ddeafa;
    border: none;
    text-indent: -9999px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}


.slick-prev {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: url(../arrow-right.svg) center center no-repeat #ffffff !important;
    left: 0;
    transform: rotate(0deg);
    z-index: 1;
}

.team-slider-box {
    overflow: hidden;
    margin-top: 50px;
}

.leaflet-control-attribution a {
    display: none;
}

.select-box-contact {
    flex-wrap: wrap;
}
.select-box-contact .dropdownWrapper{
    flex-wrap: wrap;
    width: 33%;
}

.two-column .form-box-field {
    width: 48%;
}
.one-column .form-box-field {
    width: 98%;
}

.form-upload {
    display: flex;
    justify-content: start;
}

.item-upload-list {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 50px;
}

.item-upload img {
    position: relative;
    top: 9px;

}
.item-upload {
    height: 63px;
    background: #edf2f5;
    line-height: 63px;
    border-radius: 18px;
    padding: 0 20px;
    color: #a6aaac;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16.00px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;;
}

.leaflet-control-container {
    display: none;
}

.anychart-tooltip {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 1px 1px 10px rgba(32, 122, 201, 0.15);
    color: #000000;
    padding: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    font-family: Poppins, Arial;
}
.anychart-tooltip strong {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    font-family: Poppins, Arial;
}
.anychart-tooltip-separator {
    height: 3px;
    background-color: transparent;
}

.anychart-tooltip-title {
    line-height: 60px;
    letter-spacing: -0.70px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.anychart-tooltip  .tool-info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
}
.anychart-tooltip .tel {
    margin-top: 10px;
    font-size: 16px !important;
    display: block;
}

.product-view-box {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.product-view-box .left {
    width: 45%;
    overflow: hidden;
}

.product-view-box .left .slick-track {
    display: block;
    position: relative;
}

.product-view-box .left .slider img {
   box-shadow: 1px 1px 5px #eef3f9;
}
.product-view-box .left .item-slide {
   padding: 20px;
}

.product-view-box .left .slick-prev {
    left: 5px;
}
.product-view-box .left .slick-next {
    right: 5px;
}

.product-view-box .right {
    width: 55%;
}

.product-view-box .title-product {
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 82px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.product-view-box .title-product-min {
    line-height: 42px;
    letter-spacing: -0.80px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
}

.product-info {
    margin-top: 40px;
}

.product-info li {
    padding-inline-start: 35px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #666666;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    position: relative;
}

.product-info li:after {
    content: "";
    background: #1D96FC;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    display: block;
    left: 5px;
    top: 12px;
}

.product-options {
    margin-top: 45px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 35px;
}

.product-options .radio-product input {
    display: none;
}

.product-options .radio-product label {
    background: transparent;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 4px solid #DBE2EB;
    display: block;
}

.radio-product input:checked + label{
    border-color: #1D96FC;
}
.product-spec {
    margin-bottom: 38px;
}
.product-spec li {
    display: flex;
    justify-content: start;
    gap: 33px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #a3a3a3;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
}

.product-spec li div {
    width: 50%;
    font-family: Poppins, Arial;
}

.product-spec li div:nth-child(2n) {
    font-weight: bold;

}

.product-spec-title {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 50px;
    margin-bottom: 35px;
}

.related .product-list .product-item {
    width: 200px;
}

.related .slick-list {
    overflow: hidden;
    padding: 20px 0;
}

.related .product-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    margin-bottom: 144px;
}

.related .title {
    margin-top: 124px;
    line-height: 46px;
    letter-spacing: -0.75px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}


.product-link-more {
    color: #1D96FC;
    letter-spacing: 0px;
    color: #bd1f3b;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-decoration: none;
    margin-top: 70px;
}

.product-link-more img {
    position: relative;
    top: 3px;
    display: inline !important;
}

.related .product-list .product-item {
    padding: 29px 46px;
}

.brand-list-title-text {
    text-align: center;
    line-height: 59.00px;
    letter-spacing: -1.03px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 41.00px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}
.brand-list-title {
    line-height: 157px;
    letter-spacing: -2.73px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 109px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    padding-top: 85px;
    text-align: center;
}

.brand-list-filter {
    justify-content: center;
}

.brand-list {
    margin-top: 82px;
    padding-bottom: 100px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 34px;
}

.brand-item {
    padding: 48px 0 46px 0;
    box-shadow: 1px 1px 10px #d2d8dff2;
    text-align: center;
    background-color: white;
    width: calc(25% - 34px);
}

.brand-item img {
    height: 140px;
}

.brand-item .title-brand {
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 17px;
    text-transform: uppercase;
}
.brand-item .title-brand-catalog {
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 22px;
    
}


.brand-item .info-brand {
    line-height: 32px;
    letter-spacing: 0px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 10px;
}


.brand-item .count {
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
}

.batch-brand.authorized {
    background-color: #FFEBEB;
}

.batch-brand.other {
    background-color: #FFFAC9;
}
.batch-brand {
    background-color: #ffdbdb;
    border: none;
    border-radius: 46px;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 15.00px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-right: 10px;
    margin-top: 17px;
}

.online-list-title {
    margin-top: 130px;
    text-align: center;
    line-height: 100px;
    letter-spacing: -2.05px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 82px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
}

.online-list-title-text {
    text-align: center;
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    max-width: 1029px;
    width: 100%;
    margin: 23px auto 0 auto;
}


.online-list {
    margin-top: 82px;
    padding-bottom: 100px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 34px;
}

.online-item {
    box-shadow: 1px 1px 10px #eef3f9;
    text-align: center;
    background-color: white;
    width: calc(33% - 34px);
    border-radius: 34px;
    padding-bottom: 66px;
}

.online-item img {
    height: 260px;
    width: 100%;
}

.online-item .title-online {
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 45px;
    text-transform: capitalize;
}


.online-item .info-online {
    line-height: 32px;
    letter-spacing: 0px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 10px;
    padding: 0 20px;
}


.online-item .button {
    margin-top: 30px;
}

.logo-cover-box.center-logo {
    margin-inline-start: 0;
    margin: 0 auto;
    margin-top: -82px;
    width: 304px;
    height: 164px;
    line-height: 164px;
    text-align: center;
    vertical-align: middle
}

.logo-cover-box.center-logo img {
    width: auto;
    height: 73px;
    vertical-align: middle;
}

.online-detail-page .hyper-title {
    margin-top: 46px;
    text-align: center;
}

.online-detail-page .hyper-page-wrap {
    padding-left: 0;
}

.online-detail-page .hyper-info-box {
    justify-content: center;
    gap: 100px;
}

.online-detail-page .hyper-item {
    width: calc(50% - 100px);
}

.online-detail-page.promoters-box {
    padding-bottom: 120px;
    margin-top: 130px;
}

.brands-box ul .text {
    text-align: center;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 20px;
}

.online-detail-page.brands-box ul li:hover {
    filter: none;
}

.regional-title {
    line-height: 100px;
    letter-spacing: -2.15px;
    color: rgba(0, 0, 0, 1);
    font-size: 86px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
    margin-top: 150px;
    text-align: center;
}

.regional-text {
    line-height: 33px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-top: 28px;
    margin-bottom: 80px;
    text-align: center;
}

.regional-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.regional-item {
    width: calc(25% - 108px);
    padding: 54px;
}

.regional-item:hover {
    box-shadow: 1px 1px 10px rgba(32, 122, 201, 0.15);
}

.regional-item img {
    height: 107px;
    width: 107px;
    border-radius: 50%;
}

.regional-item .title {
    letter-spacing: 3.24px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins, Arial;
    margin: 23px 0;
    text-transform: uppercase;
}

.regional-item .text {
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: Poppins, Arial;
    margin-bottom: 23px;
}

.regional-item .button {
    opacity: 0;
}

.regional-item:hover .button {
    opacity: 1;
}

.online-detail-page .product-line .title {
    color: rgba(0, 0, 0, 1);
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', Arial;
}
.online-detail-page .product-line .control .button {
    position: relative;
    top: 10px;
}
.online-detail-page .product-line {
    background: url("../reg-bg.jpg") no-repeat center;
    height: 311px;
    line-height: 311px;
    width: 100%;
    margin-bottom: 100px;
}

.online-detail-page.brands-box ul {
    max-width: 1140px;
    width: 100%;
}

.chart-box {
    border-radius: 34px;
    box-shadow: 1px 1px 10px rgba(32, 122, 201, 0.15);
    margin: 50px;
    padding: 44px;
}

.chart-box canvas {
    margin-bottom: 50px;
}
.chart-box .title {
    line-height: 29px;
    letter-spacing: -0.55px;
    color: rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: Poppins, Arial;
    text-align: left;
    margin-bottom: 25px;
}
.grid_display
{
    display: inline-block;

}
.grid_display img
{
width: 30px;
height: 30px;
margin: 5px;
filter: grayscale(100%);
opacity: 0.6;
}
.m-30
{
    margin:30px;
}
.m-20
{
    margin:20px;
}
.m-10
{
    margin:10px;
}
.body-section-cut
{
    max-width: 1160px;
}
.box-item-50 {
    display: inline-flex;
    margin: 10px 10px;
    width: calc(48% - 20px);
    box-shadow: 0px 0px 10px rgb(32 122 201 / 15%);
    height: auto;
    text-align: center;
    padding: 10px 10px 20px 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}
.box-item-33 {
    display: inline-flex;
    margin: 10px 10px;
    width: calc(31.38% - 20px);
    box-shadow: 0px 0px 10px rgb(32 122 201 / 15%);
    height: auto;
    text-align: center;
    padding: 10px 10px 20px 10px;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}
.box-item-50 p ,.box-item-33 p 
{
    padding: 12px;
    text-align: justify;
    line-height: 20px;
   font-size: 17px;
   color: rgba(0,0,0,0.8);
}

.box-item-50 img 
{
    width: 100%;
    max-width: 100%;
}
.form-content {
    padding: 35px;
    background: #FFFFFF;
    margin: 10px;
    border: 1px solid #cccccc94;
    box-shadow: 0px 0px 10px rgb(15 100 175 / 22%);
}
.block_display
{display:none;}
.pointer{cursor: pointer;}
.text-success
{
    color: green;
}
.text-danger
{
    color: red;
}
.slider-item-mg
{
    display: none;
}