/* default settings */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
 * ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
 * ========================================================================== */


/**
 * Remove the margin in all browsers. */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE. */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
 * ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
 * ========================================================================== */


/**
 * Remove the gray background on active links in IE 10. */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers. */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
 * ========================================================================== */


/**
 * Remove the border on images inside links in IE 10. */

img {
    border-style: none;
}


/* Forms
 * ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */

button,
input {
    /* 1 */
    overflow: visible;
}

button::-ms-clear,
button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal {
    display: none;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
    /* 1 */
    text-transform: none;
}

button::-ms-expand,
select::-ms-expand {
    display: none;
}

button:focus::-ms-value,
select:focus::-ms-value {
    background-color: inherit;
    color: #515151;
}


/**
 * Correct the inability to style clickable types in iOS and Safari. */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox. */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+. */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS. */


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
 * ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox. */

details {
    display: block;
}


/*
 * Add the correct display in all browsers. */

summary {
    display: list-item;
}


/* Misc
 * ========================================================================== */


/**
 * Add the correct display in IE 10+. */

template,
[hidden] {
    display: none;
}


/**
 * Add the correct display in IE 10. */


/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */


/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */

html {
    color: #3d3c42;
    font-size: 1rem;
    line-height: 1.4;
    font-family: HiraginoSansW3, sans-serif;
}

@media (max-width: 767px) {
    html {
        font-size: 4.2666666667vw;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    html {
        font-size: 1.1713030747vw;
    }
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */

::-moz-selection,
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

input,
textarea {
    outline: none;
    resize: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles. */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas. */

textarea {
    resize: vertical;
}


/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */


/* ==========================================================================
 * Helper classes
 * ========================================================================== */


/*
 * Hide visually and from screen readers */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */


/*
 * Hide visually and from screen readers, but maintain layout */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */

.clearfix::before {
    content: " ";
    display: table;
}

.clearfix::after {
    content: " ";
    display: table;
    clear: both;
}


/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */

@media print {
    * {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a {
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https: */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../../font/SVN-Gilroy\ Regular.otf);
}

@font-face {
    font-family: SVN-GilroyMedium;
    src: url(../../font/SVN-Gilroy\ Medium.otf);
}

@font-face {
    font-family: SVN-GilroySemiBold;
    src: url(../../font/SVN-Gilroy\ SemiBold.otf);
}

@font-face {
    font-family: SVN-GilroyBold;
    src: url(../../font/SVN-Gilroy\ Bold.otf);
}

@font-face {
    font-family: asseenontv;
    src: url(../../font/ASSEENONTV.ttf);
}

.header {
    font-family: "Josefin Sans", sans-serif;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 5rem;
}

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-width: 85.375rem;
    margin: 0 auto;
}

.header__logo {
    width: 6.25rem;
    margin-left: 2.75rem;
}

.header__hamburger {
    position: absolute;
    top: 1.25rem;
    right: 1.375rem;
    width: 1.625rem;
    height: 1.875rem;
    z-index: 99;
    cursor: pointer;
}

.header__hamburger span {
    display: block;
    width: 100%;
    height: 0.1875rem;
    background: #10623a;
    margin-bottom: 0.375rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 10px);
    transform: rotate(45deg) translate(8px, 10px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.header__hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-4px, 2px);
    transform: rotate(-45deg) translate(-4px, 2px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.header__hamburger.active span:nth-child(3) {
    display: none;
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 1.25rem 5.625rem 1.25rem 4.375rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    letter-spacing: 0;
}

.header__search input {
    width: 100%;
    height: 1.875rem;
    background: none;
    border: none;
    padding: 0;
    color: #1e427e;
}

.header__search input::-webkit-input-placeholder {
    color: rgba(30, 66, 126, 0.5);
}

.header__search input::-moz-placeholder {
    color: rgba(30, 66, 126, 0.5);
}

.header__search input:-ms-input-placeholder {
    color: rgba(30, 66, 126, 0.5);
}

.header__search input::-ms-input-placeholder {
    color: rgba(30, 66, 126, 0.5);
}

.header__search input::placeholder {
    color: rgba(30, 66, 126, 0.5);
}

.header__search .icon {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 1.6875rem;
    position: absolute;
    top: 50%;
    right: 3.125rem;
    margin-top: -0.8125rem;
    z-index: 2;
}

.header__search .icon:hover {
    opacity: 0.8;
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.header__nav ul li {
    list-style: none;
    padding: 0 0.9375rem;
}

.header__nav ul li.active a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    background-color: #10623a;
}

.header__nav ul li a {
    display: block;
    position: relative;
    padding: 30px 0;
    text-decoration: none;
    color: #10623a;
}

.header__nav ul li:hover a,
.header__nav ul li.active a {
    font-weight: bold;
}

.header__lang {
    margin-right: 2.1875rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang span {
    position: relative;
    top: -0.125rem;
    display: block;
    margin: 0 0.3125rem;
}

.header__lang .item {
    display: block;
}

.header__lang .item.is-active {
    font-weight: bold;
}

@media (min-width: 768px) {
    .header__nav {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header {
        height: 4.0625rem;
    }
    .header .wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header__logo {
        width: 5rem;
        margin-left: 1.25rem;
    }
    .header__search {
        padding: 0 1.875rem 0 1.25rem;
        max-width: 12.5rem;
        font-size: 1rem;
    }
    .header__search .icon {
        width: 1.375rem;
        right: 0;
        margin-top: -0.625rem;
    }
    .header__nav {
        background: #fff;
        border-top: 1px solid rgba(30, 66, 126, 0.3);
        position: fixed;
        top: 4.0625rem;
        right: 0;
        width: 100%;
        height: calc(100vh - 4.0625rem);
        display: none;
        z-index: 100;
        padding: 0.625rem 0 8.125rem;
        overflow: auto;
    }
    .header__nav ul {
        display: block;
        border-left: none;
        padding: 0 1.25rem;
    }
    .header__nav ul li {
        border-bottom: 1px solid rgba(30, 66, 126, 0.3);
        border-right: none;
        padding: 0.25rem 0 0;
    }
    .header__nav ul li a {
        padding: 0.625rem 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .header__nav ul ul li {
        padding: 0;
    }
    .header__nav ul ul li a {
        padding: 0.5rem 0;
    }
    .header__nav ul .subnav__btn {
        border-bottom: 1px solid rgba(30, 66, 126, 0.3);
        padding: 0.625rem 0;
        display: block;
        color: #1e427e;
    }
    .header__nav ul .subnav__main,
    .header__nav ul .subnav .dropdown_nav {
        display: none;
    }
    .header__nav ul .subnav.has-sub {
        border-bottom: none;
    }
    .header__nav ul .subnav.has-sub .menu-product__btn span {
        padding-right: 1.5625rem;
        background: url(../../img/arrow-down.png) no-repeat right center/0.625rem;
    }
    .header__lang {
        margin-right: 4.375rem;
    }
}

.header .social-fixed {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 90;
    width: 5.1875rem;
}

@media (max-width: 767px) {
    .header .social-fixed {
        top: auto;
        bottom: 1.25rem;
        right: 0;
        -webkit-transform: none;
        transform: none;
        width: 3.125rem;
    }
}

.js-hamburger {
    cursor: pointer;
}

.keyvisual .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subscribe-mail {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
}

.subscribe-mail button {
    position: absolute;
    top: -1px;
    right: 0;
    border-radius: 0;
    width: 1.625rem;
    padding: 0;
}

.subscribe-mail label {
    display: block;
}

.subscribe-mail form {
    position: relative;
    width: 36.5rem;
}

.subscribe-mail form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    height: 1.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.875rem 0 0;
    font-size: 0.875rem;
    letter-spacing: 0.234em;
    color: #10623a;
}

.subscribe-mail form input::-webkit-input-placeholder {
    color: #10623a;
}

.subscribe-mail form input::-moz-placeholder {
    color: #10623a;
}

.subscribe-mail form input:-ms-input-placeholder {
    color: #10623a;
}

.subscribe-mail form input::-ms-input-placeholder {
    color: #10623a;
}

.subscribe-mail form input::placeholder {
    color: #10623a;
}

.subscribe-mail label.error {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
    color: red;
}

@media (min-width: 768px) {
    .subscribe-mail {
        position: absolute;
        top: 4.875rem;
        right: 0;
    }
}

@media (max-width: 767px) {
    .subscribe-mail div {
        /* margin-top: 1.875rem; */
        text-align: center;
        padding-top: 0;
    }
    .footer-social {
        justify-content: center;
    }
    .subscribe-mail button {
        width: 1.25rem;
        top: 2px;
    }
    .subscribe-mail form {
        width: 100%;
    }
}

.footer {
    background-image: url(../../img/index/bg_f.png);
    background-repeat: no-repeat;
    background-size: 1366px;
    background-position: center center;
    background-color: #f5f5f5;
    padding: 4.25rem 0 3.5rem;
}

.footer .logo {
    /* width: 29.5rem; */
    display: inline-block;
    text-align: center;
}

.footer .logo img {
    width: 9.125rem;
    display: inline-block;
}

.footer .logo .name {
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    margin-top: 1.5625rem;
    font-size: 1.625rem;
    line-height: 2rem;
    color: #10623a;
}

.footer .footer-row {
    margin-top: 3.25rem;
}

.footer .col-01 {
    width: 16.5625rem;
}

.footer .col-02 {
    width: 12rem;
    margin-left: 3.75rem;
}

.footer .col-03 {
    width: 13.625rem;
    margin-left: 3.75rem;
}

.footer .col-04 {
    width: 20.625rem;
    margin-left: 2.875rem;
}

.footer h3 {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    letter-spacing: 0.234em;
    text-transform: uppercase;
    color: #10623a;
}

.footer ul.footer-list li {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    color: #10623a;
}

.footer ul.footer-list li a:hover {
    opacity: 0.8;
}

.footer ul.social {
    margin-top: 9.375rem;
}

.footer ul.social li {
    margin: 0 0.625rem;
    width: 2.5rem;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-left: -8px;
    margin-top: 8px;
}

.footer-social li a {
    display: block;
    width: 40px;
}

.footer-social li a img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .footer {
        background-size: 200%, 200%;
        padding: 30px 0 16px;
    }
    .footer .logo {
        margin-left: 0;
        width: 100%;
    }
    .footer .logo .name {
        margin-top: 1.125rem;
        font-size: 1.25rem;
    }
    .footer .footer-row {
        margin-top: 2.5rem;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .footer .col-01 {
        width: 100%;
        margin-left: 0;
    }
    .footer .col-02 {
        width: 100%;
        margin-left: 0;
        padding-top: 1.875rem;
    }
    .footer .col-03 {
        width: 100%;
        margin-left: 0;
        padding-top: 1.875rem;
    }
    .footer .col-04 {
        width: 100%;
        margin-left: 0;
        padding-top: 1.875rem;
    }
    .footer h3 {
        margin-bottom: 0.625rem;
    }
    .footer ul.social {
        margin-top: 1.875rem;
    }
    .footer ul.social li {
        width: 2.1875rem;
    }
    .footer ul.social li:first-child {
        margin-left: 0;
    }
}

.u-txt-justify {
    text-align: justify;
}

.u-txt-center {
    text-align: center;
}

.u-txt-left {
    text-align: left !important;
}

.u-txt-right {
    text-align: right !important;
}

.u-txt-link {
    text-decoration: underline;
    color: #004bb1;
}

.u-cl-blue {
    color: #004bb1 !important;
}

.u-cl-red {
    color: #e80022 !important;
}

.u-shadow {
    -webkit-box-shadow: 4px 6px 9.3px 0.7px rgba(203, 203, 203, 0.75);
    box-shadow: 4px 6px 9.3px 0.7px rgba(203, 203, 203, 0.75);
}

.u-radius {
    border-radius: 0.625rem;
    overflow: hidden;
}

.u-fz-10 {
    font-size: 0.625rem;
}

.u-fz-12 {
    font-size: 0.75rem;
}

.u-fz-14 {
    font-size: 0.875rem;
}

.u-fz-16 {
    font-size: 1rem;
}

.u-fz-18 {
    font-size: 1.125rem;
}

.u-fz-20 {
    font-size: 1.25rem;
}

.u-lh-32 {
    line-height: 2rem;
}

.u-txt-underline {
    text-decoration: underline;
}

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mt-10 {
    margin-top: 0.625rem;
}

.u-mt-20 {
    margin-top: 1.25rem;
}

.u-mt-30 {
    margin-top: 1.875rem;
}

.u-mt-40 {
    margin-top: 2.5rem;
}

.u-mb-10 {
    margin-bottom: 0.625rem;
}

.u-mb-20 {
    margin-bottom: 1.25rem;
}

.u-mb-30 {
    margin-bottom: 1.875rem;
}

.u-mb-40 {
    margin-bottom: 2.5rem;
}

.u-mr-20 {
    margin-right: 1.25rem;
}

.u-ml-20 {
    margin-left: 1.25rem;
}

@media (max-width: 767px) {
    .u-mt-30 {
        margin-top: 1.25rem;
    }
    .u-mt-40 {
        margin-top: 1.25rem;
    }
    .u-mb-30 {
        margin-bottom: 1.25rem;
    }
    .u-mb-40 {
        margin-bottom: 1.25rem;
    }
}

.u-pd-20 {
    padding: 1.25rem;
}

.u-pd-40 {
    padding: 2.5rem;
}

.u-pt-0 {
    padding-top: 0 !important;
}

.u-pt-20 {
    padding-top: 1.25rem;
}

.u-pt-40 {
    padding-top: 2.5rem;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pb-20 {
    padding-bottom: 1.25rem;
}

.u-pb-40 {
    padding-bottom: 2.5rem;
}

.u-mb-xs {
    margin-bottom: 0.625rem;
}

.u-mb-sm {
    margin-bottom: 1.25rem;
}

.u-mb-md {
    margin-bottom: 1.875rem;
}

.u-mb-lg {
    margin-bottom: 2.5rem;
}

.u-mb-md2x {
    margin-bottom: 5rem;
}

.u-mb-lg2x {
    margin-bottom: 5rem;
}

.u-mt-xs {
    margin-top: 0.625rem;
}

.u-mt-sm {
    margin-top: 1.25rem;
}

.u-mt-md {
    margin-top: 1.875rem;
}

.u-mt-lg {
    margin-top: 2.5rem;
}

.u-mt-lg2x {
    margin-top: 5rem;
}

.u-hidden {
    display: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.d-flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-inline {
    display: inline-block;
}

@media (max-width: 767px) {
    .only-pc {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .only-sp {
        display: none !important;
    }
}

.c-title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #10623a;
}

.c-title--sm {
    font-size: 2.25rem;
    line-height: 2.6875rem;
}

.c-title--xs {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.c-title--white {
    color: #ffffff;
}

.c-title--orange {
    font-weight: 600;
    color: #807653;
}

.c-title--center {
    text-align: center;
}

@media (max-width: 767px) {
    .c-title {
        font-size: 1.75rem;
        line-height: 1.4;
    }
    .c-title--sm {
        font-size: 1.2625rem;
    }
    .recruit-category h3:before {
        width: 10px !important;
        height: 10px !important;
    }
    .c-title--xs {
        font-size: 1.25rem;
    }
}

.c-sub-title {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #807653;
}

@media (max-width: 767px) {
    .c-sub-title {
        font-size: 1.125rem;
    }
}

.c-btn {
    font-family: SVN-GilroyMedium, sans-serif;
    background-color: #807653;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.375rem;
    padding: 0 32px;
    font-size: 1rem;
    line-height: 39px;
    height: 40px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    cursor: pointer;
}

.c-btn span {
    display: inline-block;
    padding-right: 1rem;
    position: relative;
}

.c-btn--full {
    width: 100%;
    max-width: inherit;
}

.c-btn--white {
    background-color: #fff;
    color: #807653;
}

.c-btn--circle {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #807653;
    color: #fff;
}

.c-btn--border {
    background: none;
    border: 1px solid;
    color: #807653;
}

.c-btn--border:hover {
    background: #807653 !important;
    color: #fff;
}

@media (min-width: 768px) {
    .c-btn:hover {
        background-color: #10623a;
    }
}

@media (max-width: 767px) {
    .c-btn {
        font-size: 0.875rem;
    }
}

.breadcrumb {
    margin-top: 1.375rem;
}

.breadcrumb ul li {
    line-height: 1.5625rem;
    position: relative;
    color: #1e427e;
}

.breadcrumb ul li:not(:last-child) {
    background: url(../../img/news/arrow-pagination.png) no-repeat center right/0.625rem;
    padding-right: 1.125rem;
    margin-right: 0.625rem;
}

.breadcrumb ul li>* {
    color: inherit;
}

.breadcrumb ul li a:hover {
    opacity: 0.8;
}

.breadcrumb ul li img {
    width: 1.3125rem;
    position: relative;
    top: -0.125rem;
}

@media (max-width: 767px) {
    .breadcrumb {
        margin-top: 0;
    }
    .breadcrumb ul li {
        font-size: 0.875rem;
    }
    .breadcrumb ul li:not(:last-child) {
        padding-right: 1.125rem;
        margin-right: 0.625rem;
    }
}


/* Arrows */

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: url(../../img/common/arrow-circle.png) no-repeat center center/99% 100%;
    border-radius: 50%;
    color: transparent;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0;
    border: none;
    outline: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-image: url(../../img/common/arrow-circle-on.png);
    outline: none;
    color: transparent;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
    opacity: 1;
}

.slick-arrow.slick-disabled:before {
    opacity: 0.25;
}

.slick-arrow.slick-prev {
    left: 1.125rem;
}

.slick-arrow.slick-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 1.125rem;
}

@media (max-width: 767px) {
    .slick-arrow {
        width: 1.875rem;
        height: 1.875rem;
        margin-top: -0.9375rem;
    }
    .slick-arrow.slick-prev {
        left: 0.625rem;
    }
    .slick-arrow.slick-next {
        right: 0.625rem;
    }
}


/* Dots */

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 1.5rem 0 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 0.9375rem;
    width: 0.9375rem;
    margin: 0 0.375rem;
    border-radius: 50%;
    background-color: #eaeff1;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active {
    background-color: #aaaaaa;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

body {
    font-family: SVN-GilroyMedium, sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 400;
    color: #000;
}

body.nav--open,
body.modal--open {
    overflow: hidden;
}

body * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    body {
        font-size: 0.9375rem;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    position: relative;
    padding-top: 5rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main {
        padding-top: 3.75rem;
    }
}

.container {
    overflow: hidden;
}

.wrap {
    width: 65.25rem;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .wrap {
        width: auto;
        margin: 0 1.25rem;
    }
}

.wrap1180 {
    width: 73.75rem;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    .wrap1180 {
        width: auto;
        margin: 0 1.25rem;
    }
}

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

a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.hover {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.hover:hover {
    opacity: 0.8;
}

.txt-bold {
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
}

hr.line {
    display: block;
    background-color: #e5e5e5;
    height: 4px;
    border: none;
    position: relative;
    margin: 0 0 2.5rem;
}

hr.line:after {
    content: "";
    background-color: #beda7a;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media (max-width: 767px) {
    hr.line:after {
        width: 4.375rem;
    }
}

@media (max-width: 767px) {
    hr.line {
        height: 0.375rem;
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.josefin {
    font-family: "Josefin Sans", sans-serif;
}

.gilroy {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
}

.gilroy-medium {
    font-family: SVN-GilroyMedium, sans-serif;
    font-style: normal;
}

.gilroy-bold {
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
}

.asseenontv {
    font-family: asseenontv;
}

.key-page {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: calc(500 / 1366 * 100%);
}


/* @media (max-width: 767px) {
  .key-page {
    height: 16.25rem;
  }
} */

.partner {
    padding: 1.875rem 0 1.5rem;
    background: #1d8958;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#1d8958), to(#125335));
    margin-top: 30px;
    background: linear-gradient( to bottom, #1d8958 0%, #125335 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1d8958", endColorstr="#125335", GradientType=0);
    /* IE6-9 */
}

.partner .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partner .slider {
    width: 80%;
    margin: 0 auto;
}

.partner .slider .slick-arrow {
    border-radius: 0;
    width: 1.25rem;
    height: 2.375rem;
    margin-top: -1.1875rem;
    background-image: url(../img/common/arrow-slider.png);
}

.partner .slider .slick-arrow:hover {
    background-image: url(../img/common/arrow-slider.png);
}

.partner .slider .slick-arrow.slick-prev {
    left: -6.25rem;
}

.partner .slider .slick-arrow.slick-next {
    right: -6.25rem;
}

.partner .item {
    margin: 0 2.5rem;
}

.partner .item img {
    height: 2.8125rem;
    width: auto;
}

.partner .item img.hbig {
    height: 6.8125rem;
}

@media (max-width: 767px) {
    .partner .slider {
        width: 4.75%rem;
    }
    .partner .slider .slick-arrow.slick-prev {
        left: -1.875rem;
    }
    .partner .slider .slick-arrow.slick-next {
        right: -1.875rem;
    }
    .partner .item {
        margin: 0 1.25rem;
    }
    .partner .item img {
        height: 1.5625rem;
        width: auto;
    }
    .partner .item img.hbig {
        height: 3.4375rem;
    }
}

.section-contact {
    padding: 3.3125rem 0 3.375rem;
    position: relative;
}

.section-contact:before {
    position: absolute;
    content: "";
    width: 475px;
    height: 1961px;
    background-image: url(../../img/index/bg.png);
    background-size: cover;
    left: -100px;
    top: 100px;
    opacity: 0.6;
}

.section-contact .wrap {
    gap: 24px;
    flex-direction: row-reverse;
}

.section-contact .form {
    /* width: 42.0625rem; */
    flex-grow: 1;
    background-color: #efefef;
    padding: 24px 32px;
}

.section-contact .info {
    /* padding-top: 2.25rem; */
    width: 400px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 32px;
    justify-content: space-between;
}

.section-contact .info .note {
    /* margin-top: 1.25rem; */
    margin-top: 8px;
    font-size: 1.25rem;
    color: #807653;
}

.section-contact .info dl {
    /* margin-top: 2.5rem; */
    color: #10623a;
}

.section-contact .info dl dt {
    text-transform: uppercase;
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
}

.section-contact .info dl dd:nth-of-type(2) {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    margin-top: 1.25rem;
}

@media (max-width: 767px) {
    .section-contact {
        padding: 40px 0;
    }
    .section-contact:before {
        left: -30px;
        top: 30px;
        width: 280px;
        bottom: 0;
        background-size: 100%;
        opacity: 0.3;
    }
    .section-contact .form {
        padding: 1.25rem 1.25rem;
        width: 100%;
        order: 9;
    }
    .section-contact .info {
        width: 100%;
        padding-bottom: 0;
    }
    .section-contact .info .note {
        margin-top: 0.9375rem;
        font-size: 1rem;
    }
}

.c-form-02 {
    text-align: left;
}

.c-form-02 dl {
    margin-bottom: 0.625rem;
    display: block;
    width: 100%;
}

.c-form-02 dl.w50 {
    width: 49%;
}

.c-form-02 dl dt {
    margin-bottom: 0.3125rem;
}

.c-form-02 dl dt span {
    color: #ff0909;
}

.c-form-02 input,
.c-form-02 textarea,
.c-form-02 .file-control,
.c-form-02 select {
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
    background-color: #fff;
    border: none;
    padding: 0.3125rem 0.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.875rem;
    outline: none;
}

.c-form-02 input::-webkit-input-placeholder,
.c-form-02 textarea::-webkit-input-placeholder,
.c-form-02 .file-control::-webkit-input-placeholder,
.c-form-02 select::-webkit-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::-moz-placeholder,
.c-form-02 textarea::-moz-placeholder,
.c-form-02 .file-control::-moz-placeholder,
.c-form-02 select::-moz-placeholder {
    color: #aeabab;
}

.c-form-02 input:-ms-input-placeholder,
.c-form-02 textarea:-ms-input-placeholder,
.c-form-02 .file-control:-ms-input-placeholder,
.c-form-02 select:-ms-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::-ms-input-placeholder,
.c-form-02 textarea::-ms-input-placeholder,
.c-form-02 .file-control::-ms-input-placeholder,
.c-form-02 select::-ms-input-placeholder {
    color: #aeabab;
}

.c-form-02 input::placeholder,
.c-form-02 textarea::placeholder,
.c-form-02 .file-control::placeholder,
.c-form-02 select::placeholder {
    color: #aeabab;
}

.c-form-02 select {
    /* width: 12.625rem; */
    height: 3.25rem;
}

.c-form-02 input {
    width: 100%;
    height: 3.25rem;
}

.c-form-02 textarea {
    display: block;
    width: 100%;
    height: 11.6875rem;
    padding: 0.625rem 0.875rem;
    resize: none;
}

.c-form-02 label.error {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
    color: red;
}

.c-form-02 .btn-send {
    background-color: #10623a;
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    margin-left: auto;
    margin-top: 3.125rem;
    padding-top: 0.1875rem;
    width: 100%;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.875rem;
    font-size: 1.25rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
}

.c-form-02 .btn-send:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .c-form-02 input,
    .c-form-02 textarea,
    .c-form-02 .file-control {
        padding: 0.3125rem 0.875rem;
    }
    .c-form-02 textarea {
        height: 6.25rem;
    }
    .c-form-02 .btn-send {
        margin-top: 1.875rem;
    }
}

.pagination {
    font-family: SVN-GilroyBold, sans-serif;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.8rem;
}

.pagination li {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.pagination a {
    /* padding: 0.125rem 0.3125rem 0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 27px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    display: block;
    color: #807653;
}

.pagination a.current {
    background-color: #807653;
    text-decoration: none;
    color: #fff;
}

.pagination a.page-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.pagination a.page-arrow-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination a.page-arrow img {
    width: 0.75rem;
}

.pagination a.page-arrow:hover {
    color: #807653;
}

@media (min-width: 768px) {
    .pagination a:not(.page-arrow):hover {
        background-color: #807653;
        text-decoration: none;
        color: #fff;
    }
}

.breadcrumbs {
    --color-text: #8b8b8b;
    width: 100%;
}

.breadcrumbs__list {
    list-style: none;
}

.breadcrumbs li {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text);
}

.breadcrumbs li:first-child a::before {
    content: "\f015";
    font-family: FontAwesome;
    padding: 2px;
}

.breadcrumbs li:first-child a::before,
.breadcrumbs li+li::before {
    font-size: 15px;
    color: var(--color-text);
}

.breadcrumbs li+li::before {
    padding: 8px;
    content: "\f105";
    color: var(--color-text);
    font-family: FontAwesome;
}

.breadcrumbs li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: var(--color-text);
    text-transform: capitalize;
    transition: color 0.24s linear;
}

@media (hover: hover) {
    .breadcrumbs li a:hover {
        color: var(--primary-color);
    }
}

.category-list-item {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px 32px;
}

.category-list-item .photo .inner,
.category-list>.item .inner {
    /* height: 26.25rem; */
    padding-top: calc(270 / 510 * 100%);
    position: relative;
    display: block;
}

.category-list-item .photo img,
.category-list>.item .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category-list-item:first-of-type .group {
    padding-top: 1.75rem;
}

.category-list-item:first-of-type .title {
    margin-bottom: 1.25rem;
}

.category-list-item:first-of-type .date {
    margin: 0 0 1.0625rem;
}

.category-list-item:first-of-type .link-more {
    margin-top: 1.2rem;
}


/* @media (max-width: 767px) {
  .category-list-item {
    width: 100%;
  }
  .category-list-item:first-of-type .photo {
    height: 17.5rem;
  }
  .category-list-item:first-of-type .group {
    padding-top: 1.5rem;
  }
  .category-list-item:first-of-type .link-more {
    margin-top: 1.25rem;
  }
  .category-list-item + .category-list-item {
    margin-top: 1.5625rem;
  }
} */

.category-list-item--style02 .item,
.news-category-group .category-list .item {
    height: 100%;
}

.category-list .item {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 12px;
    /* height: 100%; */
}

.category-list .photo a:hover {
    opacity: 0.8;
}

.category-list .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-list .group {
    padding: 0.625rem 0 0;
}

@media (max-width: 767px) {
    .category-list .group {
        padding: 0.9375rem 0 0;
    }
}

.category-list .title {
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 1rem;
    line-height: 1.0625rem;
    color: #10623a;
}

.category-list .title-sm {
    font-size: 0.875rem;
    line-height: 1.2rem;
}

.category-list .title:hover {
    opacity: 0.8;
}

.category-list .date {
    margin: 0 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1;
}

.category-list .text {
    font-size: 0.875rem;
    line-height: 1.2;
    font-family: SVN-Gilroy, sans-serif;
    font-style: normal;
}

.category-list .link-more {
    margin-top: 1rem;
}

.category-list .link-more a {
    background: url(../img/news/icon-viewmore.png) no-repeat top 5px right/0.75rem;
    font-family: SVN-GilroySemiBold, sans-serif;
    font-style: normal;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    padding-right: 1rem;
    padding-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #807653;
}

.category-list .link-more a:hover {
    opacity: 0.8;
}

.category-list .item-group {
    margin-top: 1.875rem;
}

.category-list .item-group .item {
    width: 14.8125rem;
}


/* .category-list .item-group .item .photo {
  height: 8.875rem;
} */

.category-list .item-group .item .group {
    padding-right: 0.75rem;
}

.category-list .item-group .item .date {
    font-size: 0.8125rem;
}

.category-list .item-group .item .link-more {
    margin-top: 0;
}

@media (max-width: 767px) {
    .category-list .link-more a {
        background: url(../img/news/icon-viewmore.png) no-repeat top 5px right/0.75rem;
    }
    .category-list .item-group {
        margin-top: 0;
    }
    .category-list .item-group .item {
        width: 100%;
        margin-top: 1.5625rem;
    }
    .category-list .item-group .item .photo {
        height: 12.5rem;
    }
}


/* .category-list .category-list-item--style02 .item ~ .item {
  margin-top: 2.0625rem;
} */

.category-list .category-list-item--style02 .photo {
    width: 14.25rem;
    /* height: 8.5625rem; */
}

.category-list .category-list-item--style02 .photo .inner {
    padding-top: 0;
    height: 100%;
}

.category-list .category-list-item--style02 .group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 12px;
}

.category-list .category-list-item--style02 .group .date {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.category-list .category-list-item--style02 .group .link-more {
    margin-top: 0;
}

@media (max-width: 767px) {
    .category-list .category-list-item--style02 {
        margin-top: 1.5625rem;
    }
    .category-list .category-list-item--style02 .item~.item {
        margin-top: 1.5625rem;
    }
    .category-list .category-list-item--style02 .photo {
        width: 41%;
    }
    .category-list .category-list-item--style02 .group {
        padding: 0.9375rem 0.625rem 0.9375rem 0.75rem;
    }
    .category-list .category-list-item--style02 .group .date {
        margin: 0.5rem 0;
    }
}

.category-list.category-list--sidebar .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* .category-list.category-list--sidebar .item ~ .item {
  margin-top: 1.5rem;
} */

.category-list.category-list--sidebar .item .photo {
    width: 55%;
    position: relative;
    /* height: 5.875rem; */
}

.category-list.category-list--sidebar .item dl {
    margin-left: 0.625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.category-list.category-list--sidebar .item dl dt {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 0.9375rem;
}

.category-list.category-list--sidebar .item dl .date {
    /* margin: 0.625rem 0 0; */
    line-height: 1;
    font-size: 0.75rem;
}