:root {
    --main-color: #193775;
    --minor-color: #f6897c;
}

body {
    font-size: 1.125rem;
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    letter-spacing: 1px;
    color: #222;
}

.scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.scroll::-webkit-scrollbar-thumb {
    border: 1px solid;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-color: #f1f1f1;
    transition: all 0.25s;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: none;
}

.en {
    letter-spacing: 0;
}

table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid #eee;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.hide {
    display: none;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.5;
    color: var(--main-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.6875rem;
}

h4 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline-block;
}

p {
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    margin-bottom: 15px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 27px;
    color: #848b8a;
}

main p {
    color: #444;
}

*::-moz-selection {
    color: #fff;
    background-color: var(--main-color);
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background-color: var(--main-color);
    text-shadow: none;
}

::selection {
    color: #fff;
    background-color: var(--main-color);
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 0.875rem;
    color: #00235a;
    opacity: 1;
}

*::placeholder {
    font-size: 0.875rem;
    color: #00235a;
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.grey-bg {
    background-color: #fafaf8;
}

.grey-bg-2 {
    background-color: #f1f9ff;
}

.green-bg {
    background-color: var(--main-color);
}

.green-bg-2 {
    background-color: var(--main-color);
}

.grey-bg-3 {
    background-color: #f6f6f6;
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #00235a;
}

.black-soft-bg {
    background-color: #848b8a;
}

.pink-soft-bg {
    background-color: #fbf7f3;
}

.pink-soft-bg-3 {
    background-color: #faf4ee;
}

.footer-bg {
    background-color: #151616;
}

.footer-bottom-bg {
    background-color: #1c1c1c;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff !important;
}

.white-color {
    color: #fff;
}

.green-color {
    color: var(--main-color) !important;
}

.black-color {
    color: #00235a;
}

.box-105 {
    padding-left: 105px;
    padding-right: 105px;
}

.box-margin-120 {
    margin-right: 120px;
    margin-left: 120px;
}

.mb-345 {
    margin-bottom: 345px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mt--230 {
    margin-top: -230px;
}

.mt-105 {
    margin-top: -105px;
}

.mb--322 {
    margin-bottom: -322px;
}

.mb--328 {
    margin-bottom: -328px;
}

.mb--120 {
    margin-bottom: 120px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-252 {
    margin-bottom: 252px;
}

.mb-230 {
    margin-bottom: 230px;
}

.box-pl-105 {
    padding-left: 105px;
}

.pt-210 {
    padding-top: 210px;
}

.pb-355 {
    padding-bottom: 355px;
}

.pb-265 {
    padding-bottom: 265px;
}

#scroll a {
    position: fixed;
    right: 35px;
    bottom: 105px;
    width: 40px;
    height: 40px;
    font-size: 0.9375rem;
    line-height: 40px;
    list-style-type: none;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    z-index: 999;
}

#scroll a i {
    font-size: 1.5rem;
    vertical-align: sub;
}

.s-btn {
    height: 55px;
    display: inline-block;
    padding: 0 45px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 0 50px 50px 50px;
    white-space: nowrap;
}

.s-btn-sm {
    padding: 0 40px;
}

.s-btn:hover {
    color: #fff;
    background-color: var(--minor-color);
}

.s-btn-white {
    color: var(--main-color);
    background-color: #fff;
}

.s-btn-white-2 {
    color: var(--main-color);
    background-color: #fff;
}

.s-btn-white-2:hover {
    color: #fff;
    background-color: var(--main-color);
}

.s-btn-pink {
    color: #fff;
    background-color: var(--minor-color);
}

.s-btn-pink:hover {
    color: var(--main-color);
    background-color: #fff;
}

.s-btn-square {
    color: #fff;
    background-color: var(--minor-color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-btn-square:hover {
    background-color: var(--main-color);
    color: #fff;
}

.s-btn-square-white:hover {
    color: var(--main-color);
    background-color: #fff;
}

.s-btn-square-2 {
    color: #fff;
    background-color: var(--main-color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.s-btn-square-2:hover,
.s-btn-square-2:focus {
    color: #fff;
    background-color: var(--main-color);
}

.s-btn-square-green {
    color: #fff;
    background-color: var(--main-color);
}

.s-btn-square-green:hover {
    color: #fff;
    background-color: var(--minor-color);
}

.link-btn {
    padding-right: 25px;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
}

.link-btn::after,
.link-btn::before {
    content: '\f178';
    position: absolute;
    right: 0;
    top: -4px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.125rem;
    color: var(--main-color);
    transition: all ease 0.2s;
}

.link-btn::after {
    right: 12px;
    opacity: 0;
}

.link-btn:hover {
    color: var(--main-color);
}

.link-btn:hover::after {
    right: 0;
    opacity: 1;
}

.link-btn:hover::before {
    right: -12px;
    opacity: 0;
}

.section-title h1 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
}

.section-title-white h1 {
    color: #fff;
}

.section-title-white .section-sub-title {
    color: #fff;
}

.section-sub-title {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.section-sub-title-2 {
    color: var(--minor-color);
    font-weight: 600;
}

.section-sub-title-3 {
    position: relative;
    padding-left: 17px;
}

.section-sub-title-3::after,
.section-sub-title-3::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 0;
    height: 12px;
    width: 2px;
    background-color: var(--minor-color);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-sub-title-3::before {
    left: 4px;
}

.section-sub-title-4 {
    padding: 0 10px;
}

.section-sub-title-4::before {
    left: auto;
    right: 2px;
}

.icon::before {
    margin-left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.border-bottom-1 {
    border-bottom: 1px solid #dfe3e2;
}

.border-right-1 {
    border-right: 1px solid #dfe3e2;
}

.border-radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.box-shadow {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 46, 40, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 46, 40, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 46, 40, 0.1);
}

.social ul li {
    margin-right: 5px;
}

.social ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 1.15rem;
    line-height: 45px;
    text-align: center;
    color: var(--main-color);
    background-color: #f6f1eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social ul li a:hover {
    color: #fff;
    background-color: var(--minor-color);
}

.social.social-border ul li a {
    background-color: #fff;
    border: 1px solid #dedcd9;
}

.social.social-border ul li a:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.play-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 87px;
    text-align: center;
    color: var(--main-color);
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.play-btn:hover {
    color: #fff;
    background-color: var(--main-color);
}

.play-btn.play-btn-pink {
    color: #fff;
    background-color: var(--minor-color);
}

.play-btn.play-btn-pink:hover {
    color: #fff;
    background-color: var(--main-color);
}

.play-btn.play-btn-pink-white:hover {
    color: var(--main-color);
    background-color: #fff;
}

.play-btn.play-btn-sm {
    width: 56px;
    height: 56px;
    font-size: 0.875rem;
    line-height: 58px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    position: relative;
    padding: 150px 0 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-title-inner {
    text-align: center;
}

.page-title-inner h1 {
    margin-bottom: 5px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-indent: 5px;
    line-height: 1.25;
    color: rgb(255 255 255 / 80%);
}

.page-title-inner h1 b {
    font-family: 'Cormorant Garamond', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    display: block;
    font-size: 45%;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
    text-transform: uppercase;
}

.page-title-breadcrumb .breadcrumb {
    display: inline-block !important;
    padding: 8px 25px 5px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #c3c3c1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.page-title-breadcrumb .breadcrumb-item {
    padding-left: .25rem;
    color: #fff;
    text-transform: capitalize;
}

.page-title-breadcrumb .breadcrumb-item:hover {
    color: var(--minor-color);
}

.page-title-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '－';
    color: #fff;
    padding-right: .5rem;
}

@media only screen and (max-width: 991px) {
    .page-title {
        margin-top: 42px;
        padding: 35px 0;
    }

    .page-title-inner h1 {
        font-size: 2.8rem;
    }

    .page-title-breadcrumb .breadcrumb {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .page-title {
        margin-top: 0;
        padding: 25px 0;
    }

    .page-title-inner h1 {
        font-size: 2.5rem;
    }

    .page-title-breadcrumb .breadcrumb {
        margin-bottom: 15px;
    }
}

.sidebar-wrapper {
    padding: 45px 40px;
    padding-bottom: 35px;
}

.sidebar-title h3 {
    font-family: 'Cormorant Garamond', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    position: relative;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.sidebar-title h3 b {
    margin-left: 10px;
    font-size: 80%;
    letter-spacing: 0;
}

.sidebar-title h3::before {
    position: absolute;
    content: '';
    top: -12px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: var(--minor-color);
}

.sidebar-title.post-comment-title h3 {
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    font-size: 1.625rem;
    font-weight: 500;
}

.sidebar-list ul li {
    display: block;
}

.sidebar-list ul li a,
.sidebar-list ul li.sub a+ul li a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #dde0e0;
}

.sidebar-list ul li.sub>a {
    cursor: default;
}

.sidebar-list ul li.sub a+ul {
    padding-left: 28px;
}

.sidebar-list ul li a::before {
    content: '';
    position: absolute;
    top: 32%;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #dde0e0;
}

.sidebar-list ul li a:hover,
.sidebar-list ul li.sub a+ul li a:hover {
    padding-left: 20px;
    color: var(--main-color);
    border-color: var(--main-color);
}

.sidebar-list ul li a:hover::before,
.sidebar-list ul li.sub a+ul li a:hover::before {
    width: 10px;
    background-color: var(--main-color);
}

.sidebar-list ul li:last-child:not(.sub) a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-list ul li:last-child:not(.sub) a::before {
    top: 50%;
}

.recent-posts li {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaedff;
}

.recent-posts li:last-child {
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rc-thumb {
    margin-right: 15px;
}

.rc-thumb a {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.rc-thumb img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.rc-text h6 {
    margin-bottom: 5px;
    font-size: 1.15rem;
    line-height: 1.3;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rc-text h6 a:hover {
    color: var(--minor-color);
}

.rc-meta span {
    font-size: 0.9rem;
}

.rc-meta span:hover {
    color: var(--main-color);
}

.widget {
    -webkit-box-shadow: 0 2px 5px 0 rgb(70 70 70 / 20%);
    -moz-box-shadow: 0 2px 5px 0 rgb(70 70 70 / 20%);
    box-shadow: 0 2px 5px 0 rgb(70 70 70 / 20%);
}

.search-form {
    position: relative;
}

.search-form input,
.search-form input:focus {
    padding: 0 85px 0 20px;
    width: 100%;
    height: 60px;
    color: #222;
    background-color: #f1f1f1;
    border: none;
    border-radius: 3px;
    outline: none;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-form input::placeholder {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #222;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 25px;
    height: 100%;
    line-height: 60px;
    color: #fff;
    background-color: var(--main-color);
    border: 0;
    border-radius: 0 3px 3px 0;
}

.search-form label.error {
    position: absolute;
    top: -30px;
    right: 15px;
    margin: 0;
    font-size: 1.1rem;
    color: #e94434;
}

.basic-pagination {
    margin-top: 50px;
    text-align: center;
}

.basic-pagination ul {
    display: block;
}

.basic-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.basic-pagination ul li.active a {
    color: #fff;
    background-color: var(--main-color);
}

.basic-pagination ul li a {
    position: relative;
    height: 60px;
    width: 60px;
    margin: 0;
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #eaebec;
    border-radius: 50%;
    z-index: 1;
}

.basic-pagination ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: -1;
}

.basic-pagination ul li a:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.tranparent-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(39, 117, 111, 0.2);
    z-index: 1;
}

.sticky {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    background-color: var(--main-color);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.logo-2 {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 10px 20px;
    background-color: var(--main-color);
}

@media (max-width: 991px) {
    .logo-2 {
        height: auto;
    }
}

.logo-2 img {
    width: 100%;
    max-width: 440px;
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 38px;
}

.main-menu ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 0;
    margin: auto;
    background-color: var(--minor-color);
    transition: 0.3s;
}

.main-menu ul li a {
    display: block;
    padding: 34px 0;
    font-size: 1.2rem;
    color: #fff;
    text-transform: capitalize;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: var(--minor-color);
}

.main-menu ul li:hover::before,
.main-menu ul li.active::before {
    height: 25px;
}

.main-menu ul li:hover>.submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 240px;
    padding: 14px 0;
    background-color: #fff;
    border-top: 3px solid var(--minor-color);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 1;
}

.main-menu ul li .submenu li {
    display: block;
    margin: 0;
}

.main-menu ul li .submenu li a {
    padding: 10px 25px;
    font-size: 1.1rem;
    color: #333;
}

.main-menu ul li .submenu li::before {
    display: none;
}

.main-menu ul li .submenu li .submenu {
    left: 100%;
    top: 0;
}

.main-menu ul li .submenu li:hover>a {
    color: var(--minor-color);
}

.main-menu-2 ul li a {
    padding: 31px 0;
    color: var(--main-color);
}

@media (max-width: 1780px) {
    .main-menu ul li {
        margin-right: 18px;
    }
}

@media (max-width: 1250px) {
    .main-menu-2 ul li a {
        padding: 32px 0;
    }

    .main-menu ul li a {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sticky-menu {
        margin-left: 0;
    }
}

.header-cta {
    margin-top: 12px;
}

.header-cta span {
    color: var(--minor-color);
}

.header-cta span a {
    margin-left: 10px;
    color: #fff;
}

.header-bar {
    height: 50px;
    width: 50px;
    margin-left: 50px;
    padding-top: 10px;
    padding-left: 12px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.header-bar span {
    height: 2px;
    width: 24px;
    margin-top: 5px;
    margin-bottom: 6px;
    padding-left: 9px;
    display: block;
    background-color: var(--main-color);
    transition: 0.3s;
}

.header-bar span:nth-last-child(2) {
    width: 15px;
}

.header-bar:hover span {
    width: 24px;
}

.header-bar-2 {
    background-color: var(--main-color);
}

.header-bar-2 span {
    background-color: #fff;
}

.header-info {
    position: relative;
    padding-right: 33px;
    padding-top: 13px;
    padding-bottom: 15px;
    margin-right: 33px;
}

.header-info::before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 87px;
    background-color: #e4e2df;
}

.header-info:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-info:last-child::before {
    display: none;
}

.header-info-icon {
    margin-right: 10px;
}

.header-info-icon span::before {
    margin-top: 3px;
    display: block;
    font-size: 1.5625rem;
    line-height: 1;
    color: var(--main-color);
}

.header-info-text span {
    display: block;
    font-size: 1.05rem;
    line-height: 25px;
    color: var(--main-color);
    text-transform: uppercase;
}

.header-info-text span a {
    color: #2c8ef1;
}

.header-info-text span a:hover {
    color: var(--main-color);
}

.header-info-text span small {
    font-size: 85%;   
}

.header-info-text span:last-child {
    text-transform: capitalize;
}

.header-bottom {
    position: relative;
    margin-bottom: -43px;
    z-index: 11;
}

.header-bottom-right {
    padding: 0 50px;
}

.header-bottom .header-logo-block {
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 500px;
}

.header-bottom .header-menu-block {
    padding: 0 15px;
    width: calc(100% - 500px);
}

.header-btn button {
    letter-spacing: 1px;
    background-color: #ff6451;
}

.header-btn.d-block {
    margin-left: 15px;
}

.header-btn.d-block .s-btn {
    height: 50px;
    width: 50px;
    padding: 0;
    font-size: 1.45rem;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.header-btn.d-block .s-btn:hover {
    background-color: #489189;
}

#search-modal {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 30px;
}

#search-modal .section-title {
    margin-bottom: 15px;
}

#search-modal .section-title .section-icon {
    margin-bottom: 10px;
}

#search-modal .section-title .section-sub-title {
    font-size: 0.75rem;
}

#search-modal .section-title h3 {
    padding-bottom: 10px;
    font-size: 1.7rem;
    font-weight: 500;
}

#search-modal .content button {
    height: 40px;
    line-height: 40px;
}

#search-modal .content .form-group {
    position: relative;
}

#search-modal .content .contact-input {
    color: #222;
    background-color: #f1f1f1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#search-modal .content .contact-input::placeholder {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #222;
}

#search-modal .content label.error {
    position: absolute;
    top: 18px;
    right: 15px;
    margin: 0;
    font-size: 1.1rem;
    color: #e94434;
}

@media (max-width: 480px) {
    #search-modal {
        padding: 30px;
    }

    #search-modal .content button {
        min-width: 115px;
        padding: 0;
    }
}

@media only screen and (max-width: 1700px) {
    .header-btn.d-none .s-btn {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1290px) {
    .header-btn.d-none .s-btn {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-btn {
        margin-left: 15px;
    }
}

.info-area-inner {
    position: fixed;
    right: -370px;
    top: 0;
    width: 350px;
    height: 100%;
    padding: 30px;
    background: var(--main-color) none repeat scroll 0 0;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
    overflow-y: scroll;
}

.info-area.info-opened {
    visibility: visible;
    opacity: 1;
}

.info-area.info-opened .info-area-inner {
    right: -20px;
}

.info-close-icon button {
    font-size: 1.25rem;
    color: #fff;
    background-color: transparent;
}

.info-content {
    margin-bottom: 30px;
}

.info-content h4 {
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}

.info-content p {
    margin-bottom: 25px;
    color: #fff;
}

.info-contact h3 {
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}

.info-contact ul li {
    display: flex;
    margin-bottom: 10px;
}

.info-contact ul li .icon i {
    margin-right: 15px;
    line-height: 27px;
    color: #fff;
}

.info-contact ul li .text span {
    color: #fff;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.side-mobile-menu {
    display: none;
}

.side-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-mobile-menu ul li {
    display: block;
}

.side-mobile-menu ul li:last-child a {
    border-bottom: none;
}

.side-mobile-menu ul li a {
    position: relative;
    padding: 13px 0;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.side-mobile-menu ul li a:hover {
    color: var(--minor-color);
    padding-left: 5px;
}

.side-mobile-menu ul li a[aria-expanded=true] {
    color: #fff;
}

.side-mobile-menu ul li a[aria-expanded=true]:before {
    background-color: #fff;
    border-color: #fff;
}

.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none;
}

.side-mobile-menu ul li ul li {
    padding-left: 15px;
}

.side-mobile-menu ul li ul li:hover>a {
    padding-left: 20px;
    color: #fff;
}

.side-mobile-menu ul li ul li:hover>a:before {
    background-color: #fff;
    border-color: #fff;
}

.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 1.1rem;
    text-transform: capitalize;
}

.side-mobile-menu ul li ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.side-mobile-menu ul li ul li a[aria-expanded=true] {
    padding-left: 20px;
}

.side-mobile-menu ul li.has-dropdown>a:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}

.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.footer-area {
    padding-top: 130px;
    background-color: #151616;
}

.footer-top {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.footer-top .award-slider {
    padding: 40px 50px;
    background-color: var(--main-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.footer-top .award-slider h1 {
    margin-bottom: 0;
    font-size: 3.125rem;
    line-height: 60px;
    color: #fff;
}

.footer-top .award-slider-active {
    padding: 0 14px;
}

.footer-top .award-thumb img {
    width: inherit !important;
    margin: auto;
}

.footer-widget-title h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

.footer-logo-area p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.footer-logo-area .social h4 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

.footer-logo-area .social ul li {
    margin-right: 5px;
}

.footer-logo-area .social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #313232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-logo-area .social ul li a.fb {
    background-color: #1773ea;
}

.footer-logo-area .social ul li a.line {
    background-color: #01b301;
}

.footer-logo-area .social ul li a.yt {
    background-color: #f70000;
}

.footer-logo-area .social ul li a:hover {
   opacity: 0.8;
}

.footer-services ul li {
    display: block;
    margin-bottom: 5px;
}

.footer-services ul li a {
    position: relative;
    padding-left: 20px;
    color: #bababa;
    letter-spacing: 2px;
}

.footer-services ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 1px;
    background-color: #bababa;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-services ul li a:hover {
    padding-left: 20px;
    color: #fff;
}

.footer-services ul li a:hover::before {
    width: 10px;
}

.footer-contact-info ul li {
    display: block;
}

.footer-contact-item {
    margin-bottom: 20px;
}

.footer-contact-item h6 {
    font-family: 'Rubik', 'Noto Sans TC', 'Microsoft JhengHei', Arial;
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--minor-color);
}

.footer-contact-item p {
    color: #bababa;
}

.footer-contact-address {
    margin-bottom: 20px;
}

.footer-contact-address span {
    font-size: 1.1rem;
    line-height: 28px;
    color: #848b8a;
}

.footer-copyright {
    padding: 20px 0;
    padding-bottom: 23px;
    border-top: 1px solid #2d2e2e;
}

.footer-copyright-text p {
    margin-bottom: 0;
    color: #bababa;
}

.footer-copyright-text p a {
    color: var(--minor-color);
}

.footer-area .logo img {
    width: 100%;
    max-width: 480px;
}

.footer-bottom {
    padding-bottom: 50px;
}

#share .jssocials-shares {
    margin: 0;
}

#share .jssocials-share-link {
    display: flex !important;
    align-items: center;
    height: 35px;
    padding: 6px 15px !important;
    border-radius: 20px;
}

#share .jssocials-share-logo {
    font-size: 1.4rem !important;
}

#share .jssocials-share-twitter .jssocials-share-logo {
    font-size: 1.25rem !important;
}

#share .jssocials-share-facebook .jssocials-share-logo {
    font-size: 1.2rem !important;
}

.contact-input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 60px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.contact-input.error {
    background-color: rgba(196, 24, 8, 0.7);
}

.contact-input+label.error {
    position: absolute;
    top: 18px;
    right: 25px;
    margin: 0;
    font-size: 1.1rem;
    color: #e94434;
}

.contact-input::placeholder {
    font-size: 1.1rem;
    color: #fff;
    text-transform: capitalize;
}

.contact-input:not(.error):focus {
    border-color: #fff;
}

.contact-input.txt-area {
    height: 150px;
    padding: 20px;
    margin-bottom: 25px;
    line-height: 1;
    resize: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-title.section-title-white.mb-65.pr-100 {
        padding-right: 50px;
    }

    .section-title.award-title h1 {
        font-size: 2.75rem;
        line-height: 54px;
    }

    .box-105 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-pl-105 {
        padding-left: 15px;
    }

    .box-margin-120 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .logo-2 {
        padding: 13px 15px;
    }

    .logo-2 img {
        max-width: 320px;
    }

    .header-bottom .header-logo-block {
        width: 380px;
    }

    .header-bottom .header-menu-block {
        width: calc(100% - 380px);
    }

    .main-menu ul li {
        margin-right: 15px;
    }

    .header-bar {
        margin-left: 15px;
    }

    .footer-top .award-slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .main-menu ul li {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-105 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-pl-105 {
        padding-left: 15px;
    }

    .box-margin-120 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-title.award-title h1 {
        font-size: 2.75rem;
        line-height: 54px;
    }

    .logo-2 {
        padding: 16px 15px;
    }

    .header-bottom .header-logo-block {
        width: 350px;
    }

    .header-bottom .header-menu-block {
        width: calc(100% - 350px);
    }

    .header-bottom-right {
        padding: 0 30px;
    }

    .main-menu {
        margin-left: 80px;
    }

    .main-menu.sticky-menu {
        margin-left: 0px;
    }

    .main-menu.main-menu-2 {
        margin-left: 0px;
    }

    .main-menu ul li {
        margin-right: 14px;
    }

    .main-menu ul li a {
        font-size: 1.1rem;
    }

    .header-bar {
        margin-left: 15px;
    }

    .footer-top .award-slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-top .award-slider-active {
        padding: 35px 14px;
    }

    .footer-bottom {
        padding-bottom: 50px;
    }

    .footer-insta ul li {
        width: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .main-menu ul li {
        margin-right: 10px;
    }

    .main-menu ul li a,
    .main-menu ul li .submenu li a {
        font-size: 1.05rem;
    }

    .main-menu ul li .submenu li a {
        padding: 8px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.pl-50.pr-50 {
        padding-left: 0;
        padding-right: 0;
    }

    .box-105 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-pl-105 {
        padding-left: 15px;
    }

    .box-margin-120 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mb-345 {
        margin-bottom: 110px;
    }

    .mb--322 {
        margin-bottom: 30px;
    }

    .mb-252 {
        margin-bottom: 20px;
    }

    .info-area-wrapper {
        display: none;
    }

    .info-area-wrapper-3 {
        display: block;
    }

    .side-mobile-menu {
        display: block;
    }

    .tranparent-header {
        padding: 22px 0;
    }

    .main-menu {
        margin-left: 80px;
    }

    .main-menu ul li {
        margin-right: 20px;
    }

    .header-bar {
        margin-left: 15px;
    }

    .header-bottom {
        background-color: var(--main-color);
    }

    .header-bottom-right {
        padding: 15px 0;
        background-color: var(--main-color);
    }

    .logo-2 {
        padding: 10px 0;
    }

    .logo-2 img {
        max-width: 320px;
    }

    .footer-area {
        padding-top: 80px;
    }

    .footer-top .award-slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-top .award-slider-active {
        padding: 35px 14px;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }

    .footer-insta ul li {
        width: 27.33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title.pl-50.pr-50 {
        padding-left: 0;
        padding-right: 0;
    }

    .box-105 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-pl-105 {
        padding-left: 15px;
    }

    .box-margin-120 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mb-345 {
        margin-bottom: 110px;
    }

    .mb--322 {
        margin-bottom: 30px;
    }

    .mb-252 {
        margin-bottom: 20px;
    }

    .info-area-wrapper {
        display: none;
    }

    .side-mobile-menu {
        display: block;
    }

    .tranparent-header {
        padding: 22px 0;
    }

    .main-menu {
        margin-left: 80px;
    }

    .main-menu ul li {
        margin-right: 20px;
    }

    .header-bar {
        margin-left: 15px;
    }

    .header-bottom {
        background-color: var(--main-color);
    }

    .header-bottom-right {
        padding: 15px 0;
        background-color: var(--main-color);
    }

    .logo-2 {
        padding: 10px 0px;
    }

    .logo-2 img {
        max-width: 320px;
    }

    .header-bottom .header-logo-block,
    .header-bottom .header-menu-block {
        width: auto;
    }

    #header-sticky .row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .footer-area {
        padding-top: 80px;
    }

    .footer-top .award-slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-top .award-slider-active {
        padding: 35px 14px;
    }
    
    .footer-bottom {
        padding-bottom: 20px;
    }

    .footer-contact-info ul li {
        display: block;
    }

    .footer-insta ul li {
        width: 38.33%;
    }

    #scroll a {
        right: 35px;
        bottom: 100px;
        width: 35px;
        height: 35px;
        line-height: 32px;
    }

    #scroll a i {
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {
    .section-title h1 {
        font-size: 2rem;
        line-height: 48px;
    }

    .section-title.section-title-white.mb-65.pr-100 {
        padding-right: 0;
    }

    .section-title.pl-50.pr-50 {
        padding-left: 0;
        padding-right: 0;
    }

    .section-title.pr-50 {
        padding-right: 0;
    }

    .box-105 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-pl-105 {
        padding-left: 0px;
    }

    .box-margin-120 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mb-345 {
        margin-bottom: 110px;
    }

    .mb--322 {
        margin-bottom: 30px;
    }

    .mb-252 {
        margin-bottom: 20px;
    }

    .mb-230 {
        margin-bottom: 350px;
    }

    .basic-pagination ul li {
        margin: 0;
        margin-bottom: 10px;
    }

    .info-area-wrapper {
        display: none;
    }

    .side-mobile-menu {
        display: block;
    }

    .tranparent-header {
        padding: 22px 0;
    }

    .logo-2 {
        padding: 10px 0px;
    }

    .logo-2 img {
        max-width: 300px;
    }

    .header-bottom .header-logo-block {
        display: flex;
        align-items: center
    }

    .header-bottom .header-logo-block,
    .header-bottom .header-menu-block {
        width: auto;
    }

    #header-sticky .row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .header-bar {
        height: 45px;
        width: 45px;
        padding-top: 8px;
    }

    .header-bar span {
        width: 21px;
    }

    .header-bar span:nth-last-child(2) {
        width: 13px;
    }

    .header-bar:hover span {
        width: 21px;
    }

    .header-btn.d-block {
        margin-left: 10px;
    }

    .header-btn.d-block .s-btn {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }

    .main-menu {
        margin-left: 80px;
    }

    .main-menu ul li {
        margin-right: 20px;
    }

    .header-bar {
        margin-left: 15px;
    }

    .header-bottom {
        margin-bottom: 0px;
        margin-top: -1px;
        background-color: var(--main-color);
    }

    .header-bottom-right {
        padding: 16px 0px;
        background-color: var(--main-color);
    }

    .header-top {
        background-color: var(--main-color);
        border-bottom: none;
    }
    
    .footer-area {
        padding-top: 80px;
    }

    .footer-top .award-slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-top .award-slider-active {
        padding: 35px 14px;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }

    .footer-contact-info ul li {
        display: block;
    }

    .footer-insta ul li {
        width: 28.33%;
    }

    .contact-input+label.error {
        position: relative;
        top: unset;
        right: unset;
    }

    #scroll a {
        right: 0;
        bottom: 100px;
        width: 35px;
        height: 35px;
        line-height: 32px;
    }

    #scroll a i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .basic-pagination ul li a {
        height: 42px;
        width: 42px;
        font-size: 1rem;
        line-height: 42px;
    }
}

@media (max-width: 400px) {
    .header-bottom .header-logo-block {
        padding-right: 8px;
    }

    .header-bottom .header-menu-block {
        padding-left: 8px;
    }

    .header-bar {
        height: 40px;
        width: 40px;
        margin-left: 0;
        padding-top: 6px;
        padding-left: 9px;
    }

    .header-bar span {
        width: 20px;
    }

    .header-bar span:nth-last-child(2) {
        width: 12px;
    }

    .header-bar:hover span {
        width: 20px;
    }

    .header-btn.d-block .s-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.alert-cookie {
    display: none;
    width: 100%;
    max-width: 300px;
    padding: 10px 15px 0;
    position: fixed;
    bottom: 0;
    margin: 0;
    z-index: 9999;
    border-radius: 0;
    color: #fff;
    background-color: #056c5f;
    border-color: #056c5f;
    line-height: 1.6;
    text-align: justify;
}

.alert-cookie .content {
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
}

.alert-cookie .content span {
    margin-bottom: 0;
}

.alert-cookie a {
    font-weight: 300;
    color: #fff;
    transition: all .2s ease;
    text-decoration: underline;
    opacity: .75
}

.alert-cookie a:hover {
    opacity: 1
}

.alert-cookie .close {
    float: none;
    padding: 8px 16px;
    margin: 8px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background-color: #01907e;
    border-radius: 0 50px 50px 50px;
    text-shadow: none;
    opacity: 1 !important;
    transition: all .3s ease
}

.alert-cookie .close:not(:last-child) {
    margin-right: 5px;
}

.alert-cookie .close:hover {
    color: #01907e !important;
    background-color: #fff;
}

@media (max-width: 480px) {
    .alert-cookie {
        max-width: 100%;
    }
}
