<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Linearicons-Free;
    src: url(../fonts/Linearicons-Free.eot?w118d);
    src: url(../fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'), url(../fonts/Linearicons-Free.woff2?w118d) format('woff2'), url(../fonts/Linearicons-Free.woff?w118d) format('woff'), url(../fonts/Linearicons-Free.ttf?w118d) format('truetype'), url(../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'UTM-Americana-Bold';
    src: url('../fonts/UTM-Americana-Bold.eot');
    src: local('UTM-Americana-Bold'), url('../fonts/UTM-Americana-Bold.woff') format('woff'), url('../fonts/UTM-Americana-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'iCielBambola';
    src: url('../fonts/iCielBambola.eot');
    src: local('iCielBambola'), url('../fonts/iCielBambola.woff') format('woff'), url('../fonts/iCielBambola.ttf') format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    overflow-x: hidden;
}

#topcontrol {
    z-index: 999;
    background: #1c3261;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -80px;
    right: 5px;
    cursor: pointer;
    overflow: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    line-height: 34px;
    color: #fff;
    padding-left: 3px;
    border-radius: 3px;
}

#header {
    z-index: 9999;
    width: 100% !important;
}

#body {
    clear: both;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    body.focus_search {
        overflow: hidden;
    }
}

body.hide-scroll,
body.filter-view {
    overflow: hidden;
}

.navigation .ui.secondary.menu .item {
    color: #FFF;
    font-size: 1.1em;
}

.navigation .ui.secondary.menu .item:hover {
    color: #FFF;
}

#body .ui.icon.input&gt;i.icon {
    width: 42px;
}

#body .ui.icon.input&gt;i.icon.calendar {
    font-size: 16px;
}

.ui[class*="left icon"].input&gt;input {
    padding-left: 2.7142857em!important;
}

.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=file], .ui.form input[type=url], .ui.form input[type=number] {
    font-weight: 300;
    font-size: 14px;
}

.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #1c3261;
}

.ui.primary.button:focus,
.ui.primary.button:active,
.ui.primary.button:hover,
.ui.primary.buttons .button:focus,
.ui.primary.buttons .button:active,
.ui.primary.buttons .button:hover {
    background-color: #1e70bf;
}

a {
  color: #da1926;
}

a:focus,
a:active,
a:hover {
    color: #1e70bf;
}

#main-menu {
    z-index: 14;
    position: relative;
}

.apartment-page #main-menu {
    box-shadow: 0 0 0 0 rgba(0,0,0,.0);
}

.filter-view #main-menu {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
}

#header .logo {
    width: 320px;
    float: left;
    text-align: left;
    background: #da1926;
}

#header .logo img {
    max-width: 100%;
    height: 108px;
}

#main-menu .bg-menu {
    background: linear-gradient(90deg, #da1926 35%, #ffffff 65%);
}

#main-menu ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

#main-menu ul.account-menu {
    text-align: right;
}

#main-menu ul.main-menu {
    text-align: right;
}

#main-menu ul li {
    display: inline-block;
    list-style: none;
}

#main-menu ul.account-menu li {
    float: right;
}

#main-menu ul.account-menu li form input,
#main-menu ul.account-menu li form .input {
    border: 0;
    background: transparent;
}

#main-menu ul.account-menu li form .search {
    color: #480008;
    opacity: 1;
    font-size: 16px;
}

#main-menu ul.account-menu li a {
    color: #480008;
    padding: 8px 10px;
    display: inline-block;
}

#main-menu ul.account-menu li a .icon {

}

#main-menu ul.main-menu li &gt; a {
    align-self: center;
    border: none;
    padding: 46px 25px 36px 25px;
    background: 0 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    background: transparent;
    text-decoration: none;
    display: block;
    outline: none;
    color: #480008;
    border-bottom: 4px solid transparent;
}

#main-menu ul.main-menu li &gt; a {
    text-transform: uppercase;
    font-weight: bold;
}

#main-menu ul.main-menu li &gt; a:hover,
#main-menu ul.main-menu li.active &gt; a {
    color: #ed1a23;
    border-bottom: 4px solid #ed1a23;
}

#main-menu ul li div.member {
    padding-right: 0;
    padding-top: 0;
    margin-top: 15px;
    display: block;
}

@media only screen and (max-width: 479px) {
    #main-menu ul li &gt; a {
        margin: 0 8px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    #main-menu ul li &gt; a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    #main-menu ul.main-menu li:nth-child(2) &gt; a {
        margin-left: 0;
        padding-left: 0;
    }
}

#main-menu ul li div.member span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    line-height: 28px;
    float: right;
}

#main-menu ul.main-menu li &gt; a .icon {
    font-size: 21px;
}

#main-menu ul.main-menu li.active &gt; a:not(.member) .icon,
#main-menu ul.main-menu li &gt; a:not(.member):hover .icon {
    color: #ed1a23;
}

.ui.form .field {
    position: relative;
}

.ui.default.dropdown:not(.button)&gt;.text,
.ui.dropdown:not(.button)&gt;.default.text {
    color: #6d6d6d;
}

.clear {
    clear: both;
}

.errordiv {
    padding: 10px 12px;
    *margin-left: .3em;
    line-height: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-color: #c91111;
    width: auto;
    min-width: 80px;
    min-height: 24px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    border-radius: 5px;
}

.errordiv:before {
    position: absolute;
    top: -6px;
    left: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
}

.errordiv:after {
    position: absolute;
    top: -6px;
    left: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c91111;
    border-left: 10px solid transparent;
    content: '';
}

.pagination {
    margin: auto;
    text-align: center;
}

.pagination ul {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.pagination ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #9e9e9e;
}

.pagination ul li a {
    padding: 7px 8px;
    border: 1px solid #dcdcdc;
    border-radius: .28571429rem;
    background: #dcdcdc;
    font-size: 12px;
    margin: 2px 4px;
    color: #656565;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.pagination ul li a.active,
.pagination ul li a:hover {
    color: #fff;
    border: 1px solid #da1926;
    background: #da1926;
}

#slider {
    background: #fff;
}

#banner {
    padding: 30px 0;
    background: #fff;
}

#banner img {
    width: 100%;
}

#banner .caption {
    font-size: 16px;
    font-weight: bold;
    color: #1e70bf;
    text-transform: uppercase;
    margin-top: 15px;
}

.main_slider {
    height: 440px;
    position: relative;
}

#main_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 440px;
    background-size: 100% 100%;
    background-position: center center;
}

.box-caption {
    margin: 5px 0;
    font-weight: bold;
    color: #da1926;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

#home-about {
    margin-top: -95px;
}

#home-about &gt; div {
    background: #d21825;
}

#home-about .container &gt; div {
    display: flex;
}

#home-about .about-col-1 {
    text-align: left;
    width: calc(100% / 3);
    padding-top: 150px;
}

#home-about .about-col-2 {
    text-align: center;
    width: calc(100% / 3);
    padding-top: 150px;
}

#home-about .about-col-3 {
    text-align: right;
    width: calc(100% / 3);
}

#home-about .about-item-box {
    color: #f7e28f;
    font-family: 'UTM-Americana-Bold', sans-serif;
    width: 296px;
    text-align: center;
}

#home-about .about-col-2 .about-item-box {
    margin: auto;
}

#home-about .about-item-box &gt; div.item-text {
    background: #da1926;
    border-radius: 5px;
    border: 1px solid #e93045;
    padding: 40px;
    position: relative;
    top: -37px;
}

#home-about .about-item-box &gt; div.item-img {
    background: #da1926;
    border: 1px solid #e93045;
    padding: 14px;
    border-radius: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    width: 83px;
    height: 83px;
    text-align: center;
}

#home-about .about-item-box &gt; div.item-img img {
    width: 100%;
}

.about-home {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}

.desc-about {
    color: #fff;
    line-height: 1.5em;
    text-align: justify;
}

.link-about {
    border: 1px solid #dfcd66;
    color: #dfcd66;
    display: block;
    padding: 12px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.link-about:hover {
    border: 1px solid #fff;
    color: #fff;
}

#home-products {
    padding: 30px 0;
    background: #fdf7e2;
}

#product #home-products {
    padding-bottom: 25px;
    background: #fff;
}

#product #home-products .box-caption {
    font-weight: normal;
    text-align: left;
    position: relative;
}

#product #home-products .box-caption span {
    background: #fff;
    position: relative;
    padding-right: 15px;
}

#product #home-products .box-caption:before {
    content: '';
    border-bottom: 1px solid #da1926;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 7px;
}

#meta-products {
    background: #F9DEA7;
    padding-bottom: 30px;
}

#bottom-info-products {
    background: #da1926;
    margin-bottom: 30px;
    padding: 15px;
    color: #fff;
}

#bottom-info-products .support {
    margin-top: 45px;
}

#info-products {
    padding: 15px;
    padding-bottom: 0;
    background: #da1926;
}

#info-products .seven.column {
    padding-bottom: 0 !important;
}

.description-product {
    line-height: 1.5em;
}

.more-info-product {
    line-height: 1.5em;
    padding-top: 5px;
}

.more-info-product &gt; div {
    margin-bottom: 5px;
}

.more-info-product strong {
    color: #F9DEA7;
}

.more-info-product .line {
    background: #F9DEA7;
    height: 1px;
    width: 160px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.more-info-product .line.full {
    width: 100%;
    margin-top: 15px;
}

.product-tab {
    background: #da1926;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
}

.details-product {
    padding: 30px 0;
}

#name-products {
    padding: 15px;
    padding-bottom: 0;
    color: #fff;
}

#name-products h1 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F9DEA7;
    line-height: 1.5em;
}

#cart-products {
    padding: 0 15px;
}

#cart-products button.primary {
    background: #da1926;
}

#cart-products label {
    color: #fff;
    font-weight: normal;
}

#cart-products .ui.form .inline.fields {
    margin-bottom: 0;
}

.total-price {
    color: #fff;
    font-weight: normal;
    line-height: 36px;
}

.total-price span {
    font-size: 21px;
}

#home-products .box-caption {
    text-align: center;
    position: relative;
}

#home-products .box-caption &gt; div.caption-img {
    height: 137px;
    margin: auto;
    text-align: center;
    position: relative;
}

#home-products .box-caption &gt; div.caption-img img {
    position: relative;
    z-index: 2;
    height: 100%;
}

#home-products .box-caption &gt; div.caption-img:before {
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fdf7e2;
    z-index: 1;
    width: 236px;
}

#home-products .box-caption &gt; div.caption-img:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #da1926;
}

#home-products .box-caption &gt; div.caption-text {
    font-family: 'iCielBambola', sans-serif;
    color: #da1926;
    text-transform: none;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    z-index: 3;
}

#products_slider .item a.owl-lazy {
    background-repeat: no-repeat;
    display: block;
    height: 290px;
    background-size: 100% 100%;
    background-position: center center;
}

.product-name {
    text-align: center;
    margin: 10px;
    margin-top: 15px;
    font-weight: bold;
}

.product-name a {
    color: #da1926;
}

.product-name a:hover {
    color: #480008;
}

.product-price {
    color: #da1926;
    line-height: 36px;
    margin-left: 15px;
}

.product-button-view {
    margin-right: 15px;
    background: #da1926 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-weight: normal !important;
}

.view-all-product {
    color: #4c4c4c !important;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 80px;
    margin: auto;
}

.view-all-product:hover {
    color: #da1926 !important;
}

#bottom-lines {
    position: relative;
}

#bottom-lines img {
    width: 100%;
}

#bottom-lines div {
    position: absolute;
    width: 420px;
    height: 380px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

#bottom-lines div a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    background: #da1926;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 240px;
    margin: auto;
}

#bottom-lines div a:hover {
    background: #480008;
}

#bottom-lines div a i {
    margin: 0 !important;
}

#bottom-delicious .box-caption {
    background: #fdf7e2;
    text-align: center;
    font-family: 'iCielBambola', sans-serif;
    color: #da1926;
    font-size: 36px;
    text-transform: none;
    margin: 0;
    padding: 8px 0;
}

#bottom-delicious .box-caption img {
    margin-bottom: 15px;
}

#bottom-delicious {
    background: url(../images/bg-mon-ngon.png) no-repeat top center;
    background-size: cover;
}

#bottom-delicious .view-all-delicacie {
    color: #4c4c4c !important;
    font-weight: normal;
    font-size: 13px;
    display: block;
    text-align: right;
    padding-top: 15px;
}

#bottom-delicious .delicacie-items {
    padding: 45px 0;
}

#bottom-delicious .delicious-div {
    position: relative;
    z-index: 1;
}

#bottom-delicious .delicacie-item {
    background: #fff;
}

#bottom-delicious .delicacie-item .title {
    padding: 15px 25px;
    text-align: center;
}

#bottom-delicious .delicacie-item .title a {
    font-weight: bold;
    text-transform: uppercase;
    color: #523017;
}

#bottom-delicious .delicacie-item .title a:hover {
    color: #da1926;
}

#bottom-delicious .delicacie-item .description {
    text-align: justify;
    padding: 0 25px;
    padding-bottom: 25px;
}

#bottom-delicious .delicacie-item .description &gt; div {
    text-align: center;
    padding: 30px 0;
}

#bottom-delicious .delicacie-item .description &gt; div a {
    background: #da1926;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

#bottom-delicious .delicacie-item .description &gt; div a:hover {
    background: #480008;
}

#delicious_slider .item {
    padding: 0 20px;
}

#delicious_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 220px;
    background-size: 100% 100%;
    background-position: center center;
}

.desc-delicious {
    text-align: center;
    line-height: 1.5em;
    max-width: 70%;
    margin: auto;
}

.delicious-image {
    margin-left: -40px;
    margin-right: -80px;
    margin-top: -40px;
}

#bottom-brands {
    background: #fff;
    padding: 45px 0;
    overflow: hidden;
}

#bottom-brands .box-caption {
    font-weight: normal;
    color: #da1926;
}

.partner_slider {
    padding: 45px 45px 0 45px;
}

#partner_slider .item {
    padding: 12px 0;
}

#partner_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    background-size: cover;
}

.desc-distribution {
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 1.5em;
}

.distribution-div {
    border-right: 1px solid #4c4c4c;
    padding-right: 30px;
}

#distribution_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    background-size: 100% 100%;
    background-position: center center;
}

#bottom-companies {
    background: #fdf7e2;
    padding: 25px 0;
    padding-bottom: 10px;
}

#bottom-companies .box-caption {
    color: #da1926;
    font-weight: normal;
}

#bottom-companies .box-caption p {
    color: #6c6c6c;
    font-style: italic;
    text-transform: none;
    font-size: 13px;
    margin-top: 15px;
}

#brand_slider .item a {
    background-repeat: no-repeat;
}

#product,
#contact,
#article {
    padding: 20px 0 15px 0;
    clear: both;
}

#article #contact #frmContact {
    margin-top: 45px;
}

.article-highlight .item {
    position: relative;
    margin-bottom: 30px;
}

.article-highlight .item .image-box .image {
    height: 280px;
}

.article-highlight .item.big .image-box .image {
    height: 590px;
}

.article-highlight .item .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-highlight .item .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(137, 255, 241, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(137, 255, 241, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(137, 255, 241, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, rgba(137, 255, 241, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(top, rgba(137, 255, 241, 0) 0, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0, rgba(0, 0, 0, .5) 100%);
    padding: 25px;
    color: #fff;
}

.article-highlight .item .title {
    text-align: center;
    text-transform: uppercase;
}

.article-highlight .item.big .title {
    text-align: left;
}

.article-highlight .item.big .description {
    margin-top: 5px;
}

.article-highlight .item.big .description .description-text {
    width: calc(100% - 120px);
    float: left;
}

.article-highlight .item.big .description .view-more {
    width: 120px;
    float: left;
    padding: 10px 0;
}

.article-highlight .item .title a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.article-highlight .item .title a:hover {
    color: #da1926;
}

.article-highlight div.view-more a {
    background: #da1926;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

.article-highlight div.view-more a:hover {
    background: #480008;
}

.article-list {
    padding-bottom: 20px;
}

.article-list .item {
    padding: 10px 0;
}

.article-list .title {
    margin-bottom: 5px;
    line-height: 1.5em;
}

#bottom-news {
    background: #fefbf2;
    padding: 30px 0;
}

#bottom-news .box-caption {
    text-align: center;
    font-family: 'iCielBambola', sans-serif;
    color: #da1926;
    font-size: 36px;
    text-transform: none;
    margin: 0;
    padding: 8px 0;
}

#bottom-news .article-list {
    padding: 25px 0;
    padding-top: 10px;
}

#bottom-news .article-list .article-item {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
    position: relative;
}

#bottom-news .article-list .title a {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
}

#bottom-news .article-list .title a:hover {
    color: #da1926;
}

.article-list .article-item .description {
    text-align: justify;
    line-height: 1.5em;
}

#bottom-news .article-list div.view-more {
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

#bottom-news .article-list div.view-more a {
    background: #da1926;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

#bottom-news .article-list div.view-more a:hover {
    background: #480008;
}

#bottom-news .image-box {
    width: 45%;
    float: left;
    height: 300px;
}

#bottom-news .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bottom-news .title-box {
    width: 55%;
    float: left;
    padding: 30px 25px 30px 15px;
}

.article-list .date-time {
    color: #999999;
    font-size: 13px;
    margin-bottom: 5px;
    font-style: italic;
}

.article-detail {
    line-height: 1.5em;
    text-align: justify;
    padding-bottom: 30px;
}

.article-detail img {
    max-width: 100%;
    height: auto;
}

.article-detail .title {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #da1926;
}

.article-detail .title span {
    display: inline-block;
    padding: 8px 20px;
    background: #3da200;
    color: #fff;
    border-radius: 5px;
}

.article-list .caption {
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #da1926;
}

.article-links {
    background: #da1926;
    text-align: center;
    padding: 45px;
}

.article-links &gt; div {
    padding: 10px 0;
}

.values-section {
    background: #da1926;
    padding: 25px 0;
}

.values-title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.values-section .value-item {
    padding-right: 80px;
    margin-bottom: 25px;
}

.values-section .value-item.to-right {
    padding-right: 0;
    padding-left: 80px;
}

.values-section .value-item .value-icon {
    background: #da1926;
    border: 1px solid #e93045;
    padding: 10px;
    border-radius: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    text-align: center;
    float: left;
}

.values-section .value-item .value-box {
    float: left;
    width: calc(100% - 84px);
    padding-left: 15px;
}

.values-section .value-item .value-box .title {
    color: #f7e28f;
    font-family: 'UTM-Americana-Bold', sans-serif;
    margin-bottom: 5px;
    max-width: 180px;
    margin-top: 15px;
}

.values-section .value-item .value-box .description {
    color: #fff;
    text-align: justify;
    line-height: 1.85em;
}

.masterpiece-section {
    background: url(../images/bg-masterpiece.png) no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.masterpiece-section .sub-title {
    color: #da1926;
    font-family: 'UTM-Americana-Bold', sans-serif;
    margin-bottom: 5px;
}

.masterpiece-section .title {
    font-weight: bold;
    font-size: 18px;
    color: #da1926;
    margin-bottom: 15px;
}

.masterpiece-section .description {
    line-height: 1.8em;
    text-align: justify;
}

.masterpiece-section .image {
    padding-bottom: 15px;
    text-align: center;
}

.masterpiece-section .image img {
    width: 90%;
    margin: auto;
}

.masterpiece-section .bottle-fish-sauce {
    padding-top: 100px;
}

.masterpiece-section .bottle-fish-sauce img {
    max-width: 300px;
}

.masterpiece-section .product-list {
    padding-top: 45px;
}

.quality-section {
    background: #fdf7e2;
}

.quality-section,
.about-sub-section,
.about-section {
    padding: 30px 0;
}

.about-sub-section {
    color: #fff;
    margin-top: 0;
    padding-bottom: 60px;
}

.about-title {
    text-transform: uppercase;
    color: #da1926;
    font-size: 21px;
    text-align: center;
    padding-bottom: 30px;
}

.about-detail {
    line-height: 1.8em;
    text-align: justify;
}

.about-section .image img {
    width: 100%;
}

.quality-section1 {
    text-align: center;
    color: #fff;
}

.quality-section1 img {
    width: 100%;
}

#certifications_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 360px;
    background-size: 100% 100%;
    background-position: center center;
}

#certifications_slider .item strong {
    font-weight: bold;
    display: block;
    text-align: center;
    color: #da1926;
    margin: 15px 0;
    text-transform: uppercase;
}

.sustainable-development {
    background: url(../images/bg-development.png) no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.development-title {
    text-align: center;
    color: #da1926;
    text-transform: uppercase;
    font-size: 21px;
}

.development-sub-section {
    padding-top: 25px;
}

.development-item {
    margin: 20px 0;
}

.development-item .title-box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 25px;
    margin-left: 80px;
    margin-right: 80px;
    height: 256px;
}

.development-item .title-box .title {
    color: #da1926;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.development-item .title-box .description {
    line-height: 1.8em;
}

.development-item .image-box {
    margin-right: 80px;
}

.development-item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui.modal .close.icon {
    margin: 10px;
    color: #666;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #666;
    border-radius: 12px;
    padding: 5px;
    width: 36px;
    height: 36px;
}

.quality-section1 img {
    margin: 15px 0;
}

.quality-title {
    text-transform: uppercase;
    color: #da1926;
    font-size: 21px;
}

.quality-title.padding {
    padding: 30px 0;
    color: #fff;
}

#bottom-distinctive {
    padding: 25px 0;
}

#bottom-distinctive .distinctive {
    position: relative;
}

#bottom-distinctive .box-distinctive {
    padding: 25px;
    background: #da1926;
    border: 2px solid #fff;
    width: 63%;
    color: #fff;
    text-align: justify;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

#bottom-distinctive .box-distinctive .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#bottom-distinctive .box-distinctive .description {
    line-height: 1.8em;
}

#bottom-distinctive .image-distinctive {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 500px;
}

#bottom-distinctive .image-distinctive .image {
    padding-top: 40px;
}

#bottom-distinctive .image-distinctive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contact {
    padding-bottom: 50px;
    background: url(../images/bg-contact.png) no-repeat;
    background-size: cover;
}

#contact h3.name {
    font-weight: normal;
    font-size: 18px;
    margin: 25px 0;
    text-transform: uppercase;
    color: #da1926;
    text-align: center;
}

.company-name {
    font-weight: bold;
    color: #da1926;
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 1.5em;
}

#contact div.button {
    background: #da1926;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    width: 190px;
    margin: auto;
    margin-bottom: 15px;
}

#contact .circular.icon {
    color: #fff;
    background: #da1926;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px;
}

#bottom-contact .box-caption {
    background: #fdf7e2;
    color: #da1926;
    font-size: 21px;
    margin: 0;
    padding: 15px 0;
    font-weight: normal;
}

#bottom-contact form {
    background: #f9dea6;
    padding: 45px 0;
    position: static;
}

#bottom-contact button.primary {
    background: #da1926;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: normal;
}

#bottom-contact button.primary:hover {
    background: #480008;
}

#bottom-contact button.default {
    background: #fff;
    color: #da1926;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: normal;
}

#bottom-contact button.default:hover {
    background: #aaaaaa;
}

.ui.icon.input&gt;i.icon {
    width: 40px;
    font-size: 21px;
}

.product-list .item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    padding-bottom: 15px;
}

#product .product-list .item,
#article .product-list .item {
    padding: 5px;
}

.product-list .item:hover {
    border: 1px solid #da1926;
}

.product-list .item .info-img {
    padding-bottom: 5px;
}

.product-list .item .info-img .image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-list .item .promotion {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 30px;
}

.product-list .item .promotion div {
    padding: 5px;
}

.product-list .item .product-div-view {
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: -59px;
    left: 0;
    right: 0;
}

.product-list .item:hover .product-div-view {
    bottom: 0;
}

.product-list .item .product-div-view a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    background: #da1926;
}

.product-list .item .product-div-view a i {
    margin: 0;
}

.product-list .item .info-price {
    color: #da1926;
    padding-bottom: 15px;
}

.product-mode-link {
    margin-bottom: 30px;
}

.product-mode-link a {
    padding: 10px 15px !important;
    background: #fff !important;
    color: #da1826 !important;
    border: 1px solid #da1826 !important;
}

.product-mode-link a.active {
    background: #da1826 !important;
    color: #fff !important;
    border: 1px solid #da1826 !important;
}

.product-mode-link a:hover {
    background: #bf1e2e !important;
    color: #fff !important;
    border: 1px solid #bf1e2e !important;
}

.product-mode-link img {
    height: 16px;
}

.quality-link {
    text-align: center;
    padding: 45px 0;
}

.quality-link a {
    line-height: 32px !important;
    background: #fff !important;
    color: #bf1e2e !important;
    text-transform: uppercase !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.quality-link a:hover {
    background: #bf1e2e !important;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
    .main_slider {
        height: 264px;
    }

    #main_slider .item a {
        height: 264px;
    }
}

.ui.popup.calendar {
    padding: 0;
    outline: none;
}

.cover-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#footer {
    background: #da1926;
    z-index: 2;
    position: relative;
    color: #fff;
    padding-top: 20px;
}

#footer .logo-footer {
    padding-top: 45px;
}

#footer .logo-footer img {
    width: 100%;
}

#footer a {
    color: #fff;
}

#footer h5 {
    color: #000;
    margin-bottom: 20px;
    font-size: 15px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#footer ul li a {
    color: #000;
}

#footer .follow-icons a {
    color: #000;
}

#frmSubscribe {
    width: 95%;
}

#frmSubscribe .action.input {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

#frmSubscribe input {
    font-style: italic;
}

#frmSubscribe button {
    background: #da1926;
    color: #fff;
    font-weight: normal;
    border-radius: 0 4px 4px 0;
}

#frmSubscribe button:hover {
    background: #480008;
}

i.icon.paper.plane:before {
    content: "\f1d8";
}

.shopping-cart {
    background: #fff;
    padding: 20px 30px;
}

.content-cart-info {
    background: #da1926;
    color: #fff;
    padding: 35px 35px;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    #header .logo img {
        height: 51px;
        max-width: none;
    }

    #header .logo {
        overflow: hidden;
        margin-left: 10px;
        margin-right: 0;
    }

    #line-items .column img {
        margin: 0 !important;
    }

    .main_slider {
        height: auto;
    }

    #main-menu ul.account-menu {
        display: none;
    }

    .view-all-product {
        float: none;
        color: #4c4c4c !important;
        display: block;
        text-align: right;
        margin: 5px 0;
    }

    #certifications_slider .item a {
        height: 480px;
    }

    .article-list {
        padding-bottom: 0;
    }

    #bottom-news .article-list .item:last-child {
        padding-bottom: 0;
    }

    .delicious-image img {
        width: 220px;
    }

    #footer .logo-footer {
        padding-top: 0;
        width: 240px;
        margin: auto;
    }

    .box-caption {
        margin-bottom: 10px;
    }

    #partner_slider .item a {
        height: 100px;
    }

    #bottom-brands {
        padding-top: 20px;
    }

    .product-mode-link {
        margin-bottom: 15px;
    }

    #bottom-lines,
    .about-section {
        background-image: none;
    }

    .about-title {
        max-width: 320px;
        margin: auto;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 480px) {
    #main_slider .item a {
        height: 200px;
    }
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

#main_slider .owl-nav .owl-prev,
#main_slider .owl-nav .owl-next {
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}

#main_slider .owl-nav .owl-prev {
    left: 5% !important;
}

#main_slider .owl-nav .owl-next {
    right: 5% !important;
}

.owl-theme .owl-dots {
    position: relative;
}

#main_slider .owl-dots {
    display: none;
}

#main_slider .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #da1926;
}

@media only screen and (min-width: 768px) {
    .ui.grid.place-list &gt; .row &gt; [class*="four wide"].column {
        width: 20% !important;
    }
}

@media only screen and (max-width: 767px) {

}

#main-menu {
    background: #f9dea6;
    color: #480008;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
}

.fn-menupanel {
    display: none;
    float: left;
    height: 40px;
    width: 40px;
    color: #000;
}

.fn-menupanel-toggle {
    width: 40px;
    height: 51px;
    background: 0 0;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    outline: 0;
    outline-offset: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none
}

.fn-menu-open,
.timeline-scroll {
    overflow-y: hidden
}

.fn-menupanel-toggle span {
    position: relative;
    display: block !important;
    margin: auto;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fn-menupanel-toggle span:after,
.fn-menupanel-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform-origin: 1.71px center;
    -ms-transform-origin: 1.71px center;
    -o-transform-origin: 1.71px center;
    -webkit-transform-origin: 1.71px center;
    transform-origin: 1.71px center
}

.fn-menupanel-toggle span:after {
    top: 8px
}

.fn-menupanel-toggle span,.fn-menupanel-toggle span:after,
.fn-menupanel-toggle span:before {
    width: 24px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:after,
.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:before {
    top: 0;
    width: 15px
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:before {
    -webkit-transform: rotate3d(0,0,1,-40deg);
    transform: rotate3d(0,0,1,-40deg)
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:after {
    -webkit-transform: rotate3d(0,0,1,40deg);
    transform: rotate3d(0,0,1,40deg)
}

.fn-menu-ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative
}

.fn-menu-ul&gt;li {
    position: relative;
    float: left
}

.fn-menu-ul&gt;li&gt;a {
    align-self: center;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    margin: 0;
    background: 0 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.fn-menu-ul .fn-menu-submenu li {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.fn-menu-ul .fn-menu-submenu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #888B94;
    margin: 0;
    padding: 10px 0 10px 32px;
    display: inline-block;
    text-decoration: none
}

.fn-menu-ul .mem-info p.login-link a {
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 5px;
    padding: 6px
}

.fn-menu-ul .mem-info p.login-link a:hover {
    border: 2px solid #fff;
    color: #fff
}

.fn-menu-opacity {
    position: fixed;
    z-index: 15;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.fn-menu-open:not(.dimmed) .fn-menu-opacity {
    display: block
}

.fn-menu-ul li a {
    outline: none;
}

.fn-menu-ul li.member {
    text-align: center;
    padding: 10px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    color: #fff;
    display: none;
}

.fn-menu-ul li.member &gt; div {
    position: relative;
    z-index: 2;
}

.fn-menu-ul li.member:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.fn-menu-ul li.logged {
    display: none;
}

.fn-menu-ul li.member .mem-name {
    display: block;
    padding: 8px;
    text-align: center;
    width: 100% !important;
}

.fn-menu-ul li.member img {
    margin: auto;
}

.fn-menu-ul li.member .no-logged {
    margin: 0 10px;
    display: inline-block;
    padding: 0;
    color: #fff;
}

.fn-menu-ul li.member .mem-name a {
    font-weight: 700
}

.menu-mobile {
    display: none;
    margin-left: -10px;
    margin-right: -10px;
}

.fn-menu {
    display: none;
}

@media screen and (max-width:767px) {
    #main-menu .bg-menu {
        background: #da1926;
    }

    .menu-mobile {
        display: block;
    }

    .menu-mobile a {
        color: #fff;
    }

    .fn-menu-ul {
        margin-left: 0
    }

    .fn-menu-ul li.member {
        display: block
    }

    .fn-menu-ul li.member .mem-name {
        width: 140px
    }

    .fn-menu-ul li.member .login-link {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .fn-menu-ul .mem-info p.login-link a, .fn-menu-ul .mem-info p.login-link a:hover {
        border: 2px solid #ccc;
        color: #333
    }

    .fn-menu-ul li.active &gt; a {
        background-color: #da1926;
        color: #fff
    }

    .fn-menu {
        position: fixed;
        z-index: 15;
        text-align: left;
        width: 240px;
        top: 0;
        left: 0;
        bottom: 0;
        color: #666;
        background: #FFF;
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        -moz-transform: translateX(-241px);
        -ms-transform: translateX(-241px);
        -o-transform: translateX(-241px);
        -webkit-transform: translateX(-241px);
        transform: translateX(-241px);
        -moz-transition: .3s cubic-bezier(.55, 0, .1, 1);
        -o-transition: .3s cubic-bezier(.55, 0, .1, 1);
        -webkit-transition: .3s cubic-bezier(.55, 0, .1, 1);
        transition: .3s cubic-bezier(.55, 0, .1, 1);
        display: block;
    }

    .fn-menu-open:not(.dimmed) .fn-menu {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .fn-menu-ul &gt; li &gt; a {
        display: block;
        padding: 15px;
        color: #333;
        font-size: 15px
    }

    .fn-menu-ul &gt; li &gt; a.active {
        background: #f5f5f5;
        color: #2d2d2d
    }

    .fn-menu-ul .fn-menu-submenu, .fn-menu-ul .fn-menu-submenu ul {
        display: block;
    }

    .fn-menu-ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px FontAwesome;
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, .1)
    }

    .fn-menu-ul a .rd-submenu-toggle:after {
        content: '\f078'
    }

    .fn-menu-ul a.fn-with-ul {
        position: relative
    }

    .fn-menu-open:not(.dimmed) .fn-menu-ul a.fn-with-ul .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fn-menu-ul &gt; li {
        float: none
    }

    .fn-menu-ul ul a {
        padding-left: 25px
    }

    .fn-menu-ul ul ul a {
        padding-left: 40px
    }

    .fn-menu-ul:after {
        content: '';
        display: block;
        height: 20px
    }

    .fn-menupanel {
        display: block
    }

    #main-menu ul.main-menu {
        float: none;
    }

    #main-menu ul li {
        display: none;
    }

    #main-menu ul li:nth-child(1),
    #main-menu ul li:nth-child(2) {
        display: inline-block;
        float: left;
    }

    #solution {
        padding: 0 !important;
    }

    .heading2 {
        font-size: 23px !important;
        line-height: 40px;
    }

    #contact .hotline a {
        margin-bottom: 45px !important;
    }

    .partner_slider {
        padding: 0;
    }

    .distribution-div {
        padding: 0;
        border: 0;
    }

    .desc-distribution {
        padding: 5px 0;
        margin-bottom: 10px;
    }

    #distribution_slider .item a {
        height: 100px;
    }

    #info-products-right {
        border: 0;
    }

    #name-products {
        padding: 0;
    }

    .total-price {
        line-height: 2em;
    }

    .total-price span {
        font-size: 28px;
    }

    #home-about {
        margin-top: 0;
    }

    #home-about &gt; div {
        padding-top: 30px;
    }

    #home-about .container &gt; div {
        display: block;
    }

    #home-about .about-item-box {
        margin: auto;
    }

    #home-about .about-col-1,
    #home-about .about-col-2,
    #home-about .about-col-3 {
        width: 100%;
        padding: 0;
    }

    #home-about .about-col-3 img {
        max-width: 240px !important;
        margin: auto;
    }

    #home-products .box-caption &gt; div.caption-img {
        height: 100px;
    }

    #home-products .box-caption &gt; div.caption-text {
        font-size: 28px;
        height: 20px;
    }

    #home-products .box-caption &gt; div.caption-img:before {
        width: 196px;
    }

    #certifications_slider.owl-carousel .owl-nav .owl-prev,
    #products_slider.owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }

    #certifications_slider.owl-carousel .owl-nav .owl-next,
    #products_slider.owl-carousel .owl-nav .owl-next {
        right: -10px;
    }

    #bottom-lines div {
        width: 160px;
        height: auto;
    }

    #bottom-lines div a {
        width: 110px;
        bottom: 5px;
    }

    #bottom-delicious .delicacie-items {
        padding: 15px 0;
    }

    #bottom-news .image-box,
    #bottom-news .title-box {
        width: 100%;
        float: none;
    }

    #bottom-news .title-box {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #bottom-news .article-list div.view-more {
        text-align: center;
        position: static;
        padding-bottom: 15px;
    }

    #bottom-news .article-list div.view-more a {
        display: block;
        width: 120px;
        margin: auto;
    }

    #bottom-news {
        padding: 15px 0;
    }

    #partner_slider .item a {
        background-size: 100%;
    }

    #bottom-companies .box-caption p {
        margin-top: 0;
    }

    #bottom-companies .brand_slider {
        margin-top: 0 !important;
    }

    .values-section .value-item {
        padding-right: 0;
    }

    .values-section .value-item.to-right {
        padding-left: 0;
    }

    .masterpiece-section .bottle-fish-sauce {
        padding-top: 0;
    }

    .development-item .title-box {
        margin-left: 0;
        margin-right: 0;
        height: auto;
    }

    .development-item .image-box {
        margin-right: 0;
    }

    #bottom-distinctive .box-distinctive {
        width: 100%;
        margin: 0;
        border: 0;
    }

    #bottom-distinctive .image-distinctive {
        position: static;
        width: 100%;
    }

    #bottom-distinctive .image-distinctive .image {
        padding-top: 0;
    }

    #bottom-info-products .support {
        padding-top: 0;
    }

    .shopping-cart {
        padding: 0;
    }
}

.ui.modal .ui.form .close.icon {
    margin: 10px;
    color: #666;
    cursor: pointer;
}

.ui.modal .ui.form h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}


.ui.modal .ui.form .content {
    padding: 15px 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 480px) {
    .ui.modal .ui.form .content {
        padding: 15px 80px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ui.modal .ui.form .content {
        padding: 15px 40px;
        padding-bottom: 30px;
    }
}

.ui.modal .ui.form button {
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {

}

@media only screen and (max-width: 560px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {

}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 26px !important;
    position: absolute !important;
    border: 1px solid #da1926 !important;
    background: #ffffff !important;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14) !important;
    width: 40px;
    height: 40px;
    color: #da1926 !important;
    font-size: 24px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    top: 40%;
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
    top: 40%;
}

.owl-carousel .owl-nav .owl-next i.icon,
.owl-carousel .owl-nav .owl-prev i.icon {
    width: 20px;
    margin: 0;
}

.owl-carousel {
    touch-action: manipulation;
}</pre></body></html>