/******************************/


/*     01. General Styles     */


/******************************/


/*@media (min-width: 320px) {
    .f-title {
        font-size: 20px;
        font-weight: 600;
        color: #979797;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}
@media (min-width: 1600px) {
    .f-title {
        font-size: 30px;
        font-weight: 600;
        color: #979797;
    }
}*/


/************  ▋小到大 這個數字以上（▋包含）都適用  ***************/


/*  @media (min-width: 320px) {}  --- iPhone 12 pro */


/*@media (min-width: 320px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }


    .basic-A .col-lg-7 img {
    width: 100%;
    height: auto;
    align-items: center;
    padding: 0px 20px 0px 20px;
    }

    .basic-A .col-lg-5 {
    /*文字
    height: auto;
    align-items: center;
    padding: 100px 0px 0px 0px;
    }

    .basic-B .col-lg-7 img {
    width: 95%;
    height: auto;
    align-items: center;
    padding: 60px 10px 0px 20px;
    }

    .basic-B .col-lg-5 {
    文字
    height: auto;
    align-items: center;
    padding: 20px 0px 150px 0px;
    }

/*  @media (min-width: 768px) {}  --- iPad air + iPad */


/*  @media (min-width: 1200px) {} --- MacBook Air (筆電) + 低階 NoteBook (筆電/13吋) */


/*  @media (min-width: 1600px) {} --- PC 桌機 */


/**kk***2022_01***/

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 0px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #ffffff;
}

.glow-on-hover:active:after {
    color: #ffffff;
    /*background: #ffffff;*/
    /*background: transparent;*/
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    color: #ffffff;
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d00000;
    left: 0;
    top: 0;
    border-radius: 0px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


/**********************kk********************/

.box {
    width: auto;
    height: auti;
    margin: auto;
    background: #000000;
    border: 0px solid transparent;
}

.border-img {
    -moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    /*border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);*/
    border-image: -webkit-linear-gradient(top, red 0%, blue 30%, yellow 60%, green 90%);
    border-image: -moz-linear-gradient(top, red 0%, blue 30%, yellow 60%, green 90%);
    border-image: linear-gradient(to bottom right, #ff0000 0%, #3a4ed5 30%, green 50%, yellow 60%, #1b4ffb 90%, #ff0000 100%);
    border-image-slice: 1;
}


/**kk***/

.red_bg {
    background-image: url("images/pic_red.jpg");
}

.text-v-center:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.text-v-center p {
    display: inline-block;
}


/*************************************/

.p-top {
    background-color: #ffffff;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 6.0rem;
}

.bg-white {
    background-color: #ffffff;
    margin-bottom: -1rem;
}


/****************************/

body {
    overflow-x: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #232323;
}

body,
p {
    color: #FFFFFF;
    font: 1.8rem/1.8 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /* 1.1rem/1.9625rem */
    /************ 黑體 *************/
}

.p-large {
    font: 400 1.5rem/1.625rem "Noto Sans", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /************ 黑體 *************/
}

.p-small {
    font: 400 0.875rem/1.375rem "Noto Sans", "Noto Sans TC", sans-serif;
    /************ 黑體 *************/
}

.p-heading {
    margin-bottom: 3.5rem;
    text-align: center;
    color: #fff;
}

.li-space-lg li {
    margin-bottom: 0.375rem;
}

.indent {
    padding-left: 1.25rem;
}

h1 {
    color: #484a46;
    font: 700 1.9rem/2.5rem "Montserrat", sans-serif;
    /************ 黑體 *************/
    /******font: 700 2.5rem/3rem "Montserrat", sans-serif;*******/
}

h2 {
    color: #006293;
    /****color: #484a46;****/
    font: 700 2.2rem/2.2rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /************ 黑體 *************/
    /********** font: 700 1.75rem/2.125rem "Montserrat", sans-serif; *******/
}

h3 {
    color: #484a46;
    font: 700 1.275rem/1.75rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

h4 {
    color: #484a46;
    font: 700 1.30rem/1.625rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    margin: 20px 0px 20px 0px
    /*****▊ KOL 人名邊距 *****/
    /***** font: 700 1.25rem/1.625rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;/***** 黑體 *****/
}

h5 {
    color: #484a46;
    font: 700 1.125rem/1.5rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

h6 {
    color: #484a46;
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

h7 {
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

h8 {
    color: #484a46;
    font: 1200 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

a {
    /*color: #484a46;*/
    text-decoration: underline;
}

a:hover {
    color: #484a46;
    /***color: #787976;***/
    text-decoration: underline;
}

a.green {
    color: #000000;
    /*color: #14bf98;*/
}

a.white,
.white {
    color: #626262;
    /***************** ▋  區塊文字齊左  *******************/
    text-align: left;
}


/***************** ▋ 區塊文字  *******************/

.txt_blue_01 {
    color: #006293;
    text-align: center;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font: 700 1rem/1.375rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}
/*
strong {
    color: #979797;
}*/

.section-title {
    color: #14bf98;
    font: 500 0.8125rem/1.125rem "Montserrat", "Noto Sans TC", sans-serif;
    /***** 黑體 *****/
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
    margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
    margin-top: 0.375rem;
}

.label-control {
    position: absolute;
    top: 0.8125rem;
    left: 1.375rem;
    color: #787976;
    opacity: 1;
    font: 400 0.875rem/1.375rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    cursor: text;
    transition: all 0.2s ease;
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .label-control {
        top: 0.9375rem;
    }
}

.form-control-input:focus+.label-control,
.form-control-input.notEmpty+.label-control,
.form-control-textarea:focus+.label-control,
.form-control-textarea.notEmpty+.label-control {
    top: 0.125rem;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 500;
}

.form-control-input,
.form-control-select {
    display: block;
    /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 0.875rem/1.375rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    transition: all 0.2s;
    -webkit-appearance: none;
    /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3rem;
}


/* IE10+ hack to solve lower label text position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .form-control-input {
        padding-top: 1.25rem;
        padding-bottom: 0.75rem;
        line-height: 1.75rem;
    }
    .form-control-select {
        padding-top: 0.875rem;
        padding-bottom: 0.75rem;
        height: 3.125rem;
        line-height: 2.125rem;
    }
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none;
    /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
    display: block;
    /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 8rem;
    /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.25rem;
    padding-left: 1.3125rem;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #787976;
    font: 400 1rem/1.5625rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none;
    /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font: 400 0.875rem/1.375rem "Noto Sans TC", s"Noto Sans SC", ans-serif;
    /***** 黑體 *****/
}

input[type='checkbox'] {
    vertical-align: -15%;
    margin-right: 0.375rem;
}


/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    input[type='checkbox'] {
        vertical-align: -9%;
    }
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    border: 0.125rem solid #14bf98;
    border-radius: 0.25rem;
    background-color: #14bf98;
    color: #fff;
    font: 700 0.75rem/1.75rem "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    background-color: transparent;
    color: #aebf14;
}


/* Form Success And Error Message Formatting */

#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
    display: block;
    margin-bottom: 0;
    color: #b93636;
    font: 400 1.125rem/1rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
}

.help-block.with-errors .list-unstyled {
    color: #787976;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}

.help-block.with-errors ul {
    margin-bottom: 0;
}


/* 
*/

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.8s;
    animation: fadeOut 0.8s;
}


/* end of fade animation for image slider - magnific popup */


/*************************/


/*     02. Preloader     */


/*************************/

.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
}

.spinner {
    position: absolute;
    top: 50%;
    /* centers the loading animation vertically one the screen */
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    width: 3.75rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 -1.875rem;
    /* is width and height divided by two */
    text-align: center;
}

.spinner>div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ea0029;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*******************************************************/


/*     03. Navigation     */


/******************************************************/

.navbar-custom {
    padding-top: 0.375rem;
    padding-bottom: 0.675rem;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 600 1.1rem/0.575rem "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    transition: all 0.2s;
}

.navbar-custom .navbar-brand {
    font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 12.0625rem;
    height: 3rem;
    -webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
    font: 700 2.25rem/0.5rem "Noto Sans TC", "Noto Sans SC", sans-serif;
    /*color: rgb(165, 153, 153);*/
    color: #fff;
    text-decoration: none;
}

.navbar-custom .nav-item .nav-link {
    text-align: left;
    padding: 0.25rem 0.75rem 0.325rem 0.75rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.25rem;
    color: #ea0a2a;
}

.navbar-custom .nav-item .nav-link {
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}


/*.navbar-custom .nav-item .nav-link.hover {
    color: #52db03;
}*/

.navbar-custom .nav-item .nav-link:hover,

/***************** 字變色 *********************/

.navbar-custom .nav-item .nav-link.active {
    color: #ea0a2a;
}

.nav_align {
    margin-left: auto;
}


/* Dropdown Menu */

.navbar-custom .dropdown:hover>.dropdown-menu {
    display: block;
    min-width: auto;
    animation: fadeDropdown 0.2s;
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus {
    /* removes dropdown outline on focus  */
    outline: 0;
}

.navbar-custom .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0.05rem;
    /************* border-radius: 0.25rem;***************/
    background-color: #ea0a2a;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
    text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
    background-color: #fff;
}

.navbar-custom .dropdown-item:active {
    background-color: #fff;
}

.navbar-custom .dropdown-item:actived {
    background-color: #000000;
}

.navbar-custom .dropdown-item .item-text {
    font: 600 0.875rem/0.875rem "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
    /*color: #130f38;*/
    color: #000000;
}

.navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.25rem auto 0.25rem auto;
    border: none;
    background-color: #b5bcc4;
    opacity: 0.2;
}


/* end of dropdown menu */

.navbar-custom .social-icons {
    display: none;
}

.navbar-custom .navbar-toggler {
    border: none;
    color: #535353;
    font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times {
    display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars {
    display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars {
    display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times {
    display: inline-block;
    margin-right: 0.125rem;
}


/****************0305**********************/

@media (min-width: 320px) {}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand.logo-text {
        color: #fff;
    }
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 0.825rem;
    }
    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #f00;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.7);
    }
    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #f00;
    }
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }
    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
}


/************************************************/


/************************************************/


/*--------------3-list------------------*/

.three-list_area {
    width: 100%;
    overflow-x: hidden;
    margin: 5rem 0;
}

.three-list_area .list_item {
    border: 1px solid #666;
    padding: 2rem;
    box-sizing: border-box;
    margin: 1rem;
    transition: .3s;
}

.three-list_area .list_item:hover {
    background-color: #f7f7f7;
}

.three-list_area .list_item .list_img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.three-list_area .list_item h3 {
    text-align: center;
    margin: 2rem 0 1.5rem;
    font-size: 1.8rem;
}

.three-list_area .list_item p {
    font-size: 1.1rem;
}

.three-list_area .list_item a {
    background-color: rgb(26, 170, 175);
    padding: .5rem;
    color: #fff;
    display: block;
    width: 50%;
    border-radius: 5px;
    transition: .3s;
    text-align: center;
    margin: 2.5rem auto 0;
    font-size: 1.1rem;
}

.three-list_area .list_item a:hover {
    text-decoration: none;
    background-color: rgb(12, 92, 145);
}

@media (max-width:1024px) {
    .three-list_area .list_item .list_img {
        width: 200px;
        height: 200px;
    }
    .three-list_area .list_item a {
        width: 90%;
    }
}

@media (max-width:820px) {
    .three-list_area .list_item {
        padding: 1rem;
    }
    .three-list_area .list_item .list_img {
        width: 150px;
        height: 150px;
    }
    .three-list_area .list_item h3 {
        text-align: center;
        margin: 2rem 0 1.5rem;
        font-size: 1.5rem;
    }
    .three-list_area .list_item p {
        font-size: .9rem;
    }
    .three-list_area .list_item a {
        width: 90%;
    }
}

@media (max-width:480px) {
    .three-list_area {
        width: 90%;
        margin: 5rem auto;
    }
    .three-list_areaa .list_item .list_img {
        width: 200px;
        height: 200px;
    }
}


/***********************************************/


/*    分二欄     */


/***********************************************/

@media (min-width: 1200px) {
    /*********** 左側過濾器 ***********/
    .row.gutters-40 {
        margin-left: 100px;
        margin-right: 0px;
        margin-top: 50px;
    }
    .row.gutters-40>[class^="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1200px) {
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 1.1rem;
    }
    .navbar-custom.top-nav-collapse {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}


/*********************************************/


/*********************/


/*    f-banner     */


/*********************/

@media (min-width: 320px) {
    .show_pc {
        display: none;
    }
    .show_mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .show_pc {
        display: none;
    }
    .show_mobile {
        display: block;
    }
}

@media (min-width: 1200px) {
    .show_pc {
        display: none;
    }
    .show_mobile {
        display: block;
    }
}

@media (min-width: 1600px) {
    .show_pc {
        display: none;
    }
    .show_mobile {
        display: block;
    }
}

.f-banner {
    width: 100%;
    max-height: 900px;
    height: 50vh;
    overflow-y: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /***kk***/
    text-align: center;
    color: #fff;
    font-size: 30px;
    /*background-image: url('../images/logo_prime.png');*/
}

.f_txt {
    position: absolute;
    z-index: 10;
    text-align: left;
}


/*********************/


/*    04. Header     */


/*********************/

.header {
    width: 100%;
    max-height: 900px;
    height: 100vh;
    overflow-y: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /***kk***/
    text-align: center;
}

.header_text {
    position: absolute;
    z-index: 10;
}

.header_text h1 {
    color: #fff;
    font: bold italic 4rem/1.2 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    padding-left: 1.5rem;
}


/***kk*** Download ***/

.header_text h1 span {
    /*color: #ff0000*/
    color: #d00000
}

.header_text p {
    color: #fff;
    font: italic 1.3rem/1.5 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 2px;
    padding: 0 1.5rem;
}

.header_text a {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    padding: .8rem 1.8rem;
    font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    text-decoration: none;
    box-shadow: 3px 3px 5px #000;
    transition: all .5s;
    margin-left: 1.5rem;
}

.header_text a:hover {
    background-color: #000000;
    color: #000000;
    text-decoration: none;
}


/***kk***影片調暗***/

@media (min-width: 320px) {
    .brightness-m {
        -webkit-filter: brightness(0.36);
    }
}

@media (min-width: 768px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }
}

@media (min-width: 1200px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }
}

@media (min-width: 1600px) {
    .brightness {
        -webkit-filter: brightness(0.36);
    }
}


/**** PC ***/

#KV_video {
    width: 100%;
    display: none;
}


/**** 手機版 ***/

#KV_video_m {
    height: 100%;
    display: block;
    /*position: absolute;*/
    /*z-index: 1;*/
}


/***************** KV 分左右距離上方  *************************/

.header {
    /*margin-top: 0.2rem;*/
    /* margin-top: 1rem; */
    margin-bottom: -1rem;
    background: url('../images/header-background.jpg') center center no-repeat;
    /***background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4)), url('../images/header-background.jpg') center center no-repeat;**********/
    /*********background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url('../images/header-background.jpg') center center no-repeat;***********/
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
}


/***************** KV 分左右距離上方  *************************/

.header .header-content {
    padding-top: 5.5rem;
    /***padding-bottom: 2.125rem;***/
    margin-top: auto;
    text-align: center;
}

.header h1 {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.header h1 img {
    margin: 0 auto;
}

.header .p-large {
    margin-bottom: 2rem;
    color: #626262;
}

.header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 0rem;
}


/************** kk 框改紅色底 **************
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    /*border-color: #007bff;*/


/*border-color: #fff!important;
    background-color: #eb0808;
}
/*.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0rem #eb0808!important;*/


/***************** kk search-box  for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

.toast-kk {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    /*background-color: rgba(255, 255, 255, 0.85);*/
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);*/
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}


/**************************/


/*     kk search 搜尋框   */


/**************************/

@media (min-width: 320px) {
    .search-box {
        z-index: 999;
        position: absolute;
        margin-top: 200px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .search-box {
        z-index: 999;
        position: absolute;
        margin-top: 50px;
        margin-right: -30px;
    }
}

@media (min-width: 1200px) {
    .search-box {
        z-index: 999;
        position: absolute;
        margin-top: 150px;
    }
}

@media (min-width: 1300px) {
    .search-box {
        z-index: 999;
        position: absolute;
        margin-top: 140px;
    }
}

@media (min-width: 1600px) {
    .search-box {
        z-index: 999;
        position: absolute;
        margin-top: 220px;
        margin-right: 30px;
    }
}


/*********************/


/*    kk-social-icon    */


/*********************/


/***************** kk f-title-big for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

@media (min-width: 320px) {
    .kk-social-icon {
        padding: 10px 0px 20px 0px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 1200px) {}

@media (min-width: 1600px) {
    .kk-social-icon {
        padding-right: 20px;
    }
}


/*********************/


/*    kk Tag-k    */


/*********************/


/***************** kk f-title-big for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

@media (min-width: 320px) {
    .tag-k {
        width: 350px;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: -1800px;
    }
}

@media (min-width: 768px) {
    .tag-k {
        width: 100%;
        /*height: 50px;*/
        margin-top: -50px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .tag-k {
        width: 100%;
        /*height: 50px;*/
        margin-top: -50px;
        margin-left: 20px;
    }
}

@media (min-width: 1600px) {
    .tag-k {
        width: 100%;
        /*height: 50px;*/
        margin-top: -50px;
        margin-left: 20px;
    }
}


/*********************/


/*    kk f-title    */


/*********************/


/***************** kk f-title-big for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

@media (min-width: 320px) {
    .f-title-big {
        font-size: 20px;
        font-weight: 600;
        color: #979797;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {}
@media (min-width: 1200px) {}
@media (min-width: 1600px) {
    .f-title-big {
        font-size: 36px;
        font-weight: 600;
        color: #FFFFFF;
    }
}

/***************** kk f-title for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .f-title {
        font-size: 20px;
        font-weight: 600;
        color: #979797;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {}
@media (min-width: 1600px) {
    .f-title {
        font-size: 30px;
        font-weight: 600;
        color: #979797;
    }
}

/***************** kk icon_tag for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .icon_tag {
        text-align: left;
        margin-left: 35px;
        margin-top: -15px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
    .icon_tag {
        text-align: left;
        margin-left: 20px;
        margin-top: 10px;
    }
}
@media (min-width: 1600px) {
    .icon_tag {
        text-align: left;
        margin-left: 20px;
        margin-top: 7px;
    }
}

/***************** kk f-title-small-3 for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .f-title-small-3 {
        font-size: 15px;
        font-weight: 300;
        color: #979797;
        text-align: left;
        margin-left: 80px;
        margin-top: -30px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
    .f-title-small-3 {
        font-size: 16px;
        font-weight: 500;
        color: #979797;
        text-align: left;
        margin-top: 10px;
        margin-left: -25px;
    }
}
@media (min-width: 1600px) {
    .f-title-small-3 {
        font-size: 17px;
        font-weight: 500;
        color: #979797;
        text-align: left;
        margin-top: 10px;
        margin-left: -70px;
        margin-right: 10px;
    }
}

/***************** kk f-title-small-icon for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .f-title-small-icon {
        font-size: 15px;
        font-weight: 300;
        color: #979797;
        text-align: left;
        padding-left: 15px;
        margin-top: -20px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
    .f-title-small-icon {
        font-size: 16px;
        font-weight: 500;
        color: #979797;
        text-align: right;
        margin-right: 18px;
        margin-top: 10px;
    }
}
@media (min-width: 1600px) {
    .f-title-small-icon {
        font-size: 20px;
        font-weight: 500;
        color: #979797;
        text-align: right;
        margin-right: 0px;
        margin-top: 20px;
    }
}

/***************** kk f-title-small-2 for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .f-title-small-2 {
        font-size: 15px;
        font-weight: 300;
        color: #979797;
        text-align: left;
        padding-left: 15px;
        margin-top: -20px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
    .f-title-small-2 {
        font-size: 16px;
        font-weight: 500;
        color: #979797;
        text-align: left;
        margin-top: -20px;
        margin-right: 20px;
    }
}
@media (min-width: 1600px) {
    .f-title-small-2 {
        font-size: 20px;
        font-weight: 500;
        color: #979797;
        text-align: left;
        margin-top: -25px;
    }
}

/***************** kk f-title-small for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/
@media (min-width: 320px) {
    .f-title-small {
        font-size: 15px;
        font-weight: 300;
        color: #979797;
        text-align: left;
        padding-left: 15px;
        margin-top: -20px;
    }
}
@media (min-width: 768px) {}
@media (min-width: 1200px) {
    .f-title-small {
        font-size: 16px;
        font-weight: 500;
        color: #979797;
        text-align: right;
        margin-top: 10px;
        margin-right: 20px;
    }
}
@media (min-width: 1600px) {
    .f-title-small {
        font-size: 20px;
        font-weight: 500;
        color: #979797;
        text-align: right;
        margin-top: 10px;
    }
}

/***************** basic-A B 圖片 for 各裝置 /////////////////// 小到大 這個數字以上（▋包含）都適用*************************/

/*@media(max-width:480px) {
    .basic-4 .col-lg-6 img {
        width: 100%;
        height: auto;
        align-items: center;
    }
}*/
@media (min-width: 320px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }
    
    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        letter-spacing: -0.7px;
        line-height: 10px;
        padding: 100px 0px 0px 0px;
    }
    
    .basic-B .col-lg-7 img {
        width: 95%;
        height: auto;
        align-items: center;
        padding: 260px 10px 0px 20px;
    }
    
    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 0px 0px 250px 0px;
        margin-top: -480px;
        margin-bottom: 100px;
    }
}
@media (min-width: 768px) {
    .basic-A .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 0px 50px 0px 50px;
    }
    
    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        letter-spacing: 1px;
        padding: 100px 0px 0px 0px;
    }
    
    .basic-B .col-lg-7 img {
        width: 100%;
        height: auto;
        align-items: center;
        padding: 200px 50px 50px 50px;
        /***PAD版***/
    }
    
    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 120px 0px 0px 0px;
        margin-top: -850px;
        /***PAD版***/
        margin-bottom: auto;
        /***PAD版***/
    }
}
@media (min-width: 1200px) {
    .basic-A .col-lg-7 img {
        width: 98%;
        height: auto;
        align-items: center;
        padding: 180px 50px 0px 0px;
    }
    
    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 100px 0px 0px 100px;
    }
    
    .basic-B .col-lg-7 img {
        width: 90%;
        height: auto;
        align-items: center;
        padding: 200px 0px 0px 100px;
    }
    
    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 120px 50px 0px 0px;
        margin-top: 30px;
        /***NB版***/
        margin-bottom: auto;
        /***NB版***/
    }
}
@media (min-width: 1600px) {
    .basic-A .col-lg-7 img {
        width: 98%;
        height: auto;
        align-items: center;
        padding: 180px 100px 0px 0px;
    }
    
    .basic-A .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 180px 0px 0px 200px;
    }
    
    .basic-B .col-lg-7 img {
        width: 88%;
        height: auto;
        align-items: center;
        padding: 200px 0px 0px 250px;
    }
    
    .basic-B .col-lg-5 {
        /*文字*/
        height: auto;
        align-items: center;
        padding: 150px 200px 0px 0px;
        margin-top: 50px;
        /***PC版***/
        margin-bottom: auto;
        /***PC版***/
    }
}

/*****************END //////////////// basic-A B  圖片 for 各裝置 *************************/
@media (min-width: 768px) {
    .navbar-custom .navbar-brand.logo-text {
        color: #fff;
    }
    
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 0.825rem;
    }
    
    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #f00;
    }
    
    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #fff;
    }
    
    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #fff;
    }
    
    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #f00;
    }
    
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }
    
    .navbar-custom.top-nav-collapse .dropdown-menu {
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }
    
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    
    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
    .header {
        width: 100%;
        height: unset;
        max-height: 900px;
        overflow-y: hidden;
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header_text {
        position: absolute;
        z-index: 10;
    }
    
    .header_text h1 {
        color: #ffffff;
        font: bold italic 7.5rem/1.2 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
    }
    
    .header_text h1 span {
        color: #ff0000;
    }
    
    .header_text p {
        color: #ffffff;
        font: italic 1.6rem/1.5 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
        text-shadow: 3px 3px 5px #000;
        letter-spacing: 2px;
    }
    
    .header_text a {
        display: inline-block;
        color: #ffffff;
        background-color: #000000;
        padding: .8rem 1.8rem;
        font: italic 1.6rem/1 "Arial", "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
        text-decoration: none;
        box-shadow: 3px 3px 5px #000;
        transition: all .5s;
    }
    
    .header_text a:hover {
        background-color: #ffffff;
        color: #ffffff;
        text-decoration: none;
    }
    
    #KV_video {
        width: 100%;
        display: block;
    }
    
    #KV_video_m {
        width: 100%;
        display: none;
    }
}

/********* kk 2 **************************
@media (min-width: 1366px) {}

@media (min-width: 1600px) {} */
.text-container-2 {
    margin: 0 auto;
    width: 90%;
}
.text-container-2 h1 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 0;
}
.text-container-2 p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 25px;
    color: #e5e5e5;
    text-align: left;
}
@media (min-width: 1200px) {
    .text-container-2 {
        width: 100%;
        margin: 0;
    }
    
    .text-container-2 h1 {
        font-size: 42px;
        padding: 230px 0 0 0;
    }
    
    .text-container-2 p {
        font-size: 20px;
        margin-top: 30px;
        margin-top: 25px;
        color: #dcdcdc;
        text-align: left;
    }
}

/*--------------------------------------*/

/********* kk  **************************
@media (min-width: 1366px) {}

@media (min-width: 1600px) {} */
.text-container {
    margin: 0 auto;
    width: 90%;
}
.text-container h1 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 0;
}
.text-container p {
    font-size: 1.3rem;
    margin-top: 30px;
    color: #6f6f6f;
    text-align: center;
}
@media (min-width: 1200px) {
    .text-container {
        width: 100%;
        margin: 0;
    }
    
    .text-container h1 {
        font-size: 42px;
        padding: 230px 0 0 0;
    }
    
    .text-container p {
        font-size: 23px;
        margin-top: 30px;
    }
}

/*--------------------------------------*/
.second_section {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.second_section h1 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.second_section h3 {
    font-size: 1.3rem;
    padding: 0 1rem;
    margin-top: 30px;
    color: #6f6f6f;
    text-align: center;
    font-weight: normal;
}
@media (min-width: 320px) {
    .second_section .tips_1,
    .second_section .tips_2 {
        text-align: center;
        vertical-align: top;
        margin-top: 20px;
        /*** 圖片距上方***/
    }
    
    .second_section .tips_1 h4 {
        font-size: 30px;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
    }
    
    .second_section .tips_2 h4 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 0px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        /*line-height: 1.2;*/
        padding-top: 0px;
    }
    
    .second_section .tips_1 p,
    .second_section .tips_2 p {
        font-size: 18px;
        color: #fff;
        /*line-height: 25px;*/
        text-align: center;
        letter-spacing: 1px;
        padding-top: 10px;
    }
}
@media (min-width: 1200px) {
    .second_section {
        /*padding: 200px 0;*/
        margin-top: 30px;
    }
    
    .second_section h1 {
        font-size: 42px;
    }
    
    .second_section h3 {
        font-size: 23px;
        margin-top: 30px;
    }
}
@media (min-width: 1600px) {
    .second_section .tips_1 h4 {
        font-size: 30px;
        color: #fff;
        text-align: center;
        /* line-height: 60px */
        padding-top: 0px;
        margin-top: 50px;
        /*txt 距上icon距離*/
        margin-bottom: 30px;
    }
    
    .second_section .tips_2 h4 {
        font-size: 30px;
        margin-top: 10px;
        /* margin: -34px; */
        /* margin-bottom: 60px; */
        color: #fff;
        text-align: center;
        line-height: 35px;
        padding-top: 0px;
        margin-top: 40px;
        /*txt 距上icon距離*/
        margin-bottom: 20px;
    }
}

/*-----------------------------------*/
.pd_item {
    padding: 1rem;
    box-sizing: border-box;
}
.pd_item a {
    display: block;
    border: 2px solid #707070;
    text-decoration: none;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
.pd_item a:hover {
    background-color: #D00000;
}
.pd_item a img {
    width: 100%;
    height: auto;
    transition: .5s;
}
.pd_item a:hover img {
    transform: translateY(-3%);
}
.pd_item a h3 {
    color: #fff;
    margin: 0 0 3rem;
    text-align: center;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .pd_item a h3 {
        margin: 0 0 1rem;
        font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .pd_item a h3 {
        margin: 0 0 3rem;
        font-size: 1.3rem;
    }
}

/**********************************/

/*     05. Intro  KOL 人物     */

/*********************************/
.basic-1 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
}
.basic-1 .text-container {
    margin-bottom: 3rem;
}
.basic-1 .section-title {
    margin-bottom: 0.5rem;
}
.basic-1 h2 {
    margin-bottom: 1.375rem;
}
.basic-1 .testimonial-author {
    color: #484a46;
}

/* Hover Animation */
.basic-1 .image-container {
    overflow: hidden;
    border-radius: 0.25rem;
}
.basic-1 .image-container img {
    margin: 0;
    border-radius: 0.25rem;
    transition: all 0.3s;
}
.basic-1 .image-container:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* end of hover animation */

/***************************/

/*     06. Description     */

/***************************/
.cards-1 {
    padding-top: 3rem;
    padding-bottom: 2.875rem;
}
.cards-1 .card {
    margin-bottom: 2.5rem;
    border: none;
    text-align: center;
}
.cards-1 .fa-stack {
    width: 6rem;
    height: 6rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    line-height: 6rem;
    text-align: left;
}
.cards-1 .fa-stack .hexagon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: url('../images/hexagon-green.svg') center center no-repeat;
    background-size: 6rem 6rem;
}
.cards-1 .fa-stack-1x {
    color: #ffffff;
    font-size: 2rem;
}
.cards-1 .card-body {
    padding: 0;
}
.cards-1 .card-title {
    margin-bottom: 0.5rem;
    /********** margin-bottom: 0.625rem; ****************/
}
.txt-award {
    margin-top: -30px;
    padding: 0px 0 0 0;
    font-size: 1.5rem;
    color: #f30575;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}
.txt-award2 {
    margin-top: -25px;
    padding: 0px 0 0 0;
    font-size: 1.5rem;
    color: #f30575;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}
.txt-award a,
.txt-award2 a {
    color: #f30575;
    text-decoration: none;
}

/************************/

/*     07. Services     */

/************************/

/**************************▊ card-k ***********************************/
.cards-2 .title {
    margin-top: -1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.cards-2 .txt {
    padding-bottom: 3.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff0e71;
    text-align: center;
}
.cards-2 .t2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff0e71;
    text-align: center;
}
.cards-2 .btn-solid-reg:hover {
    background-color: #ffffff;
}
.cards-2 .section-title {
    margin-bottom: 0.5rem;
    text-align: center;
}

/*************************** ▊▊▊ BTN 按鈕邊距 ***********************************************/
.btn-solid-reg2 {
    display: inline-block;
    padding: 0.5rem 2.0rem 0.8rem 2.0rem;
    border: 0.125rem solid #ea0a2a;
    /*********** 導圓角按鈕弧度**********/
    
    border-radius: 0.0rem;
    background-color: #ea0a2a;
    color: #fff;
    font: 800 1.2rem/0, "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;********/
    
    text-decoration: none;
    transition: all 0.2s;
}
.btn-solid-reg2:hover {
    background-color: transparent;
    color: #ea0a2a;
    text-decoration: none;
}
.btn-solid-001 {
    display: inline-block;
    padding: 0.8rem 1.0rem 0.8rem 1.0rem;
    border: 0.125rem solid #ea0a2a;
    /*********** 導圓角按鈕弧度**********/
    
    border-radius: 0.0rem;
    /*border-radius: 0.25rem;*/
    
    background-color: #ea0a2a;
    color: #fff;
    font: 800 1.2rem/0, "Noto Sans", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;********/
    
    text-decoration: none;
    transition: all 0.6s;
}
.btn-solid-001:hover {
    border: 0.125rem solid #ea0a2a;
    background-color: rgba(90, 4, 4, 0.5);
    color: #fff;
    text-decoration: none;
}
.btn-solid-lg {
    display: inline-block;
    /*************************** ▊▊▊ Join Now 按鈕邊距 ***********************************************/
    
    padding: 1.5rem 3.125rem 1.5rem 3.125rem;
    /*********** padding: 1.375rem 2.125rem 1.375rem 2.125rem; *************/
    
    border: 0.125rem solid #14bf98;
    border-radius: 0.25rem;
    background-color: #14bf98;
    color: #fff;
    /*************************** ▊▊▊ Join Now 字大小 ***********************************************/
    
    font: 700 1.8rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    /****** font: 700 0.75rem/0 "Montserrat", sans-serif;*******/
    
    text-decoration: none;
    transition: all 0.5s;
}
.btn-solid-lg:hover {
    background-color: #f42f79;
    border: 0.125rem solid #f42f79;
    /*****  background-color: transparent; *****/
    
    color: #fff;
    /****** color: #14bf98; *****/
    
    text-decoration: none;
}
.btn-outline-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-reg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}
.btn-outline-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-lg:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}
.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.625rem 0.9375rem 1.625rem;
    border: 0.125rem solid #787976;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #787976;
    font: 700 0.75rem/0 "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
    /***** 黑體 *****/
    
    text-decoration: none;
    transition: all 0.2s;
}
.btn-outline-sm:hover {
    background-color: #787976;
    color: #fff;
    text-decoration: none;
}

/******************************** KOL 人物區大標題    *******************************/
.cards-2 h2 {
    margin-bottom: 5.25rem;
    text-align: center;
}
.cards-2 .card {
    margin-bottom: 5rem;
    border: none;
    /*background-color: transparent;*/
    
    background-color: #ffffff;
}
.cards-2 .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.cards-2 .card-body {
    padding: 2.25rem 2rem 2.125rem 2rem;
    /***border: 0px solid #ebe8e8; /********************** ▊原贈品邊框 / 連帶人物  ***********************************/
    
    border: 0px solid #ebe8e8;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: transparent;
}

/**********************  區域 only *************************/
.cards-2 h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.cards-2 .list-unstyled {
    margin-bottom: 1.5rem;
}
.cards-2 .list-unstyled .fas {
    color: #14bf98;
    font-size: 0.5rem;
    line-height: 1.375rem;
}
.cards-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.cards-2 .price {
    margin-bottom: 0.25rem;
    color: #484a46;
    font: 700 1rem/1.5rem "Montserrat", sans-serif;
    text-align: center;
}
.cards-2 .price span {
    color: #14bf98;
}
.cards-2 .button-container-01 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    /***************************** 贈品向上距離 ************************************/
    
    text-align: center;
}
.cards-2 .button-container {
    margin-top: -5rem;
    margin-bottom: 2rem;
    /***************************** 贈品向上距離 ************************************/
    
    text-align: center;
}

/********************/

/*     14. Team     */

/********************/

/*********************/

/*     15. About     */

/*********************/

/***********************/

/*     16. Contact     */

/***********************/

/**********************/

/*     17. Footer     */

/**********************/
.footer {
    padding-top: 5rem;
    background-color: #67edc8;
}
.footer .text-container {
    margin-bottom: 2.25rem;
}
.footer h4 {
    margin-bottom: 0.75rem;
    color: #fff;
}
.footer p,
.footer ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #ffffff;
}

/*************************/

/*     18. Copyright     */

/*************************/
.copyright {
    padding: 0rem 0rem 0rem 0rem;
    text-align: center;
    background-color: #ea0029;
    color: #000000;
}
.copyright p,
.copyright a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}
@media (min-width: 320px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

/**********************************/

/*     19. Back To Top Button     */

/**********************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 0.75rem;
    bottom: 0.75rem;
    display: none;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.875rem;
    background: #c90f26 url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 1.125rem 1.125rem;
    text-indent: -9999px;
}
a:hover.back-to-top {
    background-color: #920616;
}

/***************************/

/*     20. Extra Pages     */

/***************************/
.ex-header {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #153e52;
    text-align: center;
}
.ex-header h1 {
    color: #fff;
}
.ex-basic-1 {
    padding-top: 2rem;
    padding-bottom: 0.875rem;
    background-color: #fbfbfb;
}
.ex-basic-1 .breadcrumbs {
    margin-bottom: 1rem;
}
.ex-basic-1 .breadcrumbs .fa {
    margin-right: 0.5rem;
    margin-left: 0.625rem;
}
.ex-basic-2 {
    padding-top: 4.75rem;
    padding-bottom: 4rem;
}
.ex-basic-2 h3 {
    margin-bottom: 1rem;
}
.ex-basic-2 .text-container {
    margin-bottom: 3.625rem;
}
.ex-basic-2 .text-container.last {
    margin-bottom: 0;
}
.ex-basic-2 .list-unstyled .fas {
    color: #14bf98;
    font-size: 0.5rem;
    line-height: 1.375rem;
}
.ex-basic-2 .list-unstyled .media-body {
    margin-left: 0.625rem;
}
.ex-basic-2 .form-container {
    margin-top: 2.5rem;
}
.ex-basic-2 .btn-outline-reg {
    margin-top: 1.75rem;
}

/*****************************/

/*     21. Media Queries     */

/*****************************/
@media (min-width: 280px) {
    .show_pc {
        display: none;
    }
    
    .show_mobile {
        display: block;
    }
}
@media (min-width: 320px) {
    .show_pc {
        display: none;
    }
    
    .show_mobile {
        display: block;
    }
}
@media (min-width: 540px) {
    .show_pc {
        display: block;
    }
    
    .show_mobile {
        display: none;
    }
}

/* Min-width width 768px */

/************************ 768 ********************************/
@media (min-width: 768px) {
    /* General Styles */
    
    .show_pc {
        display: block;
    }
    
    .show_mobile {
        display: none;
    }
    
    .p-heading {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of general styles */
    /* Navigation *******/
    
    .navbar-custom {
        padding: .5rem 1.5rem .5rem 2rem;
        box-shadow: none;
        /*background: transparent;*/
    }
    
    .navbar-custom .navbar-brand.logo-text {
        color: #000000;
    }
    
    .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        /**** ▊ ***/
        font-size: 0.825rem;
        /********************** ▊ 適用 iPad & iPad Pro  ************************************/
    }
    
    .navbar-custom .nav-item .nav-link:hover,
    .navbar-custom .nav-item .nav-link.active {
        color: #ea0a2a;
    }
    
    .navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .navbar-custom.top-nav-collapse .navbar-brand.logo-text {
        color: #ea0a2a;
    }
    
    .navbar-custom.top-nav-collapse .nav-item .nav-link {
        color: #000000;
    }
    
    .navbar-custom.top-nav-collapse .nav-item .nav-link:hover {
        color: #ea0a2a;
    }
    
    .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
        color: #000000;
    }
    
    .navbar-custom .dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 0.75rem solid rgba(0, 0, 0, 0);
        border-radius: 0.25rem;
        box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
    }
    
    .navbar-custom.top-nav-collapse .dropdown-menu {
        text-align: left;
        border-top: 0.125rem solid rgba(0, 0, 0, 0);
    }
    
    .navbar-custom .dropdown-item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    
    .navbar-custom .dropdown-items-divide-hr {
        width: 84%;
    }
    /* end of navigation */
    /* Header */
    
    .header .header-content {
        /***padding-top: 13rem;***/
        /***padding-bottom: 7.5rem;***/
    }
    
    .header h1 {
        font: 700 3.5rem/4rem "Montserrat", sans-serif;
    }
    /* end of header */
    /* Details 1 */
    
    .accordion .accordion-container {
        max-width: 70%;
    }
    /* end of details 1 */
    /* Details 2 */
    
    .tabs .tabs-container {
        max-width: 70%;
    }
    
    .tabs #tab-2 .list-unstyled {
        display: inline-block;
        width: 45%;
        margin-top: 0;
    }
    
    .tabs #tab-2 .list-unstyled.first {
        margin-right: 2rem;
    }
    /* end of details 2 */
    /* Testimonials */
    
    .slider .swiper-button-prev {
        left: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    
    .slider .swiper-button-next {
        right: 1rem;
        width: 1.375rem;
        background-size: 1.375rem 2.125rem;
    }
    /* end of testimonials */
    /* Projects */
    
    .filter .element-item {
        width: 25%;
    }
    
    .filter .element-item .element-item-overlay {
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .filter .element-item:hover .element-item-overlay {
        opacity: 1;
    }
    /* end of projects */
    /* About */
    
    .counter #counter {
        text-align: left;
    }
    
    .counter #counter .cell {}
    /* end of about */
    /* Contact */
    
    .form-2 .list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }
    
    .form-2 .list-unstyled .address {
        display: block;
    }
    /* end of contact */
    /* Extra Pages */
    
    .ex-header {
        padding-top: 11rem;
        padding-bottom: 9rem;
    }
    
    .ex-basic-2 .form-container {
        margin-top: 0.5rem;
    }
    /* end of extra pages */
}

/* end of min-width width 768px */
@media (min-width: 1000px) {
    .show_pc {
        display: block;
    }
    
    .show_mobile {
        display: none;
    }
}

/* Min-width width 992px */

/************************* 992 **********************/
@media (min-width: 992px) {
    /* General Styles */
    
    .show_pc {
        display: block;
    }
    
    .show_mobile {
        display: none;
    }
    
    .p-heading {
        width: 65%;
    }
    /* end of general styles */
    /* Navigation */
    
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }
    
    .navbar-custom .fa-stack {
        margin-left: 0.375rem;
        font-size: 0.8125rem;
    }
    
    .navbar-custom .fa-stack .hexagon {
        width: 1.625rem;
        height: 1.625rem;
        position: absolute;
        background: url('../images/hexagon-green.svg') center center no-repeat;
        background-size: 1.625rem 1.625rem;
        transition: all 0.2s ease;
    }
    
    .navbar-custom .fa-stack:hover .hexagon {
        background: url('../images/hexagon-white.svg') center center no-repeat;
        background-size: 1.625rem 1.625rem;
    }
    
    .navbar-custom .fa-stack-1x {
        font-size: 0.6875rem;
        line-height: 1.625rem;
        color: #eeeeee;
        transition: all 0.2s ease;
    }
    
    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #14bf98;
    }
    /* end of navigation */
    /***************************** 1020 bg*****************************************/
    
    #services {
        background: url('../images/bg_01.jpg') top center no-repeat;
        /**background-size: 100% auto;***/
        /*min-height: 5300px;*/
        min-height: auto;
    }
    /******************* bom 距離 ***********************/
    
    #contact {
        background: url('../images/bg_02.jpg') top center no-repeat;
        background-size: cover;
        min-height: 1180px;
    }
    /* Header */
    
    .header .header-content {
        /***padding-top: 14rem;***/
        /***padding-bottom: 15rem;***/
    }
    
    .header .text-container {
        margin-top: 6.5rem;
    }
    /* end of header */
    /* Intro */
    
    .basic-1 {
        padding-top: 0rem;
        /*********** 距離上方 **********/
    }
    
    .basic-1 .text-container {
        margin-bottom: 0;
    }
    /* end of intro */
    /* Description */
    
    .cards-1 .card {
        display: inline-block;
        max-width: 17.5rem;
        text-align: left;
        vertical-align: top;
    }
    
    .cards-1 div.card:nth-child(3n+2) {
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
    /* end of description */
    /* Services */
    
    .cards-2 .card {
        max-width: 18.25rem;
        display: inline-block;
        vertical-align: top;
    }
    
    .cards-2 .col-lg-12 div.card:nth-child(3n+2) {
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }
    /* end of services */
    /* Details 1 */
    
    .accordion {
        height: 34.625rem;
    }
    
    .accordion .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }
    
    .accordion .area-2 {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
    
    .accordion .accordion-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-bottom: 0;
    }
    
    .accordion .accordion-title {
        width: 85%;
    }
    /* end of details 1 */
    /* Details 2 */
    
    .tabs {
        height: 36.125rem;
    }
    
    .tabs .area-1 {
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
    }
    
    .tabs .area-2 {
        width: 50%;
        height: 100%;
        display: inline-block;
    }
    
    .tabs .tabs-container {
        max-width: 88%;
        margin-left: 2rem;
        padding-top: 6.75rem;
        padding-bottom: 0;
    }
    
    .tabs .nav-tabs {
        justify-content: flex-start;
    }
    /* end of details 2 */
    /* Call Me */
    
    .form-1 {
        padding-top: 0rem;
    }
    
    .form-1 .text-container {
        /*** margin-bottom: 3rem; ***/
        margin-bottom: auto;
    }
    /* end of call me */
    /* Project Lightboxes */
    
    .lightbox-basic img {
        margin-bottom: 0;
    }
    
    .lightbox-basic h3 {
        margin-top: 0.375rem;
    }
    
    .lightbox-basic .btn-solid-reg,
    .lightbox-basic .btn-outline-reg {
        margin-bottom: 0;
    }
    /* end of project lightboxes */
    /* Team */
    
    .basic-2 .team-member {
        width: 12.75rem;
        max-width: 100%;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }
    /* end of team */
    /* About */
    
    .counter .image-container {
        margin-bottom: 0;
    }
    /* end of about */
    /* Contact */
    
    .form-2 {
        padding-top: 6.875rem;
    }
    
    .form-2 .text-container {
        margin-bottom: 0;
    }
    /* end of contact */
    
    .txt_w {
        color: #fff;
    }
    /* Extra Pages */
    
    .ex-header h1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .ex-basic-2 {
        padding-bottom: 5rem;
    }
    /* end of extra pages */
}

/* end of min-width width 992px */

/* Min-width width 1200px */

/********************************************* 1200 *************************************************/
@media (min-width: 1200px) {
    /*****kk*****/
    /* General Styles */
    
    .show_pc {
        display: block;
    }
    
    .show_mobile {
        display: none;
    }
    
    .p-heading {
        width: 55%;
    }
    /* end of general styles */
    /* Navigation */
    
    .navbar-custom .nav-item .nav-link {
        padding: 0.25rem 0.75rem 0.25rem 0.75rem;
        font-size: 1.1rem;
        /********************** ▊ 新增字級大小適用 iPad +1366筆電   *********************************/
    }
    
    .navbar-custom.top-nav-collapse {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    /* end of navigation */
    /* Header */
    
    .header .header-content {
        /***padding-top: 14.75rem;***/
        /***padding-bottom: 17.5rem;***/
    }
    /****************************** Intro KOL 人物標題距離上+右 ******************************************/
    
    .basic-1 .text-container {
        margin-top: 0rem;
        margin-right: 1rem;
    }
    
    .cards-1 .card {
        max-width: 21rem;
    }
    
    .cards-1 div.card:nth-child(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }
    
    .cards-2 .card {
        max-width: 20.875rem;
    }
    
    .cards-2 .card-body {
        padding: 2.25rem 2.5rem 2.125rem 2.5rem;
    }
    
    .cards-2 .col-lg-12 div.card:nth-child(3n+2) {
        margin-right: 3rem;
        margin-left: 3rem;
    }
    
    .accordion .accordion-container {
        max-width: 28rem;
        margin-left: 5rem;
    }
    
    .tabs .tabs-container {
        max-width: 28rem;
        margin-right: 5rem;
        margin-left: auto;
    }
    
    .tabs #tab-2 .media-wrapper.first {
        margin-right: 2rem;
    }
    /* Call Me */
    
    .form-1 .text-container {
        margin-top: 1.375rem;
        margin-right: 1.75rem;
        margin-left: 3rem
    }
    
    .form-1 form {
        margin-left: 1.75rem;
        margin-right: 3rem
    }
    /* Projects */
    
    .filter .element-item {
        width: 17.3125rem;
        /* to eliminate grid overflow problem on hard refresh */
        height: 16.875rem;
    }
    
    .filter .element-item .element-item-overlay span {
        top: 45%;
    }
    /* end of projects */
    /* Team */
    
    .basic-2 .team-member {
        width: 14.375rem;
        margin-right: 1.375rem;
        margin-left: 1.375rem;
    }
    /* end of team */
    /* About */
    
    .counter {
        padding-bottom: 6.125rem;
    }
    
    .counter .image-container {
        margin-right: 1.5rem;
    }
    
    .counter .text-container {
        margin-top: 0.375rem;
        margin-right: 2.5rem;
        margin-left: 2rem;
    }
    /* end of about */
    /* Contact */
    
    .form-2 .text-container {
        margin-top: 0.875rem;
        margin-right: 1.5rem;
    }
    
    .form-2 form {
        margin-left: 1.5rem;
    }
    /* end of contact */
    /* Footer */
    
    .footer .text-container.about {
        margin-right: 5rem;
    }
    /* end of footer */
    
    .w2 {
        margin-top: 0.875rem;
        margin-lfet: 1.5rem;
    }
    /* Extra Pages */
    
    .ex-header h1 {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .ex-basic-2 .form-container {
        margin-left: 1.75rem;
    }
    /* end of extra pages */
}

/* end of min-width width 1200px */
@media (min-width: 1366px) {}

/********************************************* 1600 *************************************************/
@media (min-width: 1600px) {
    /* Navigation */
    
    .show_pc {
        display: block;
    }
    /* .header {
        margin-top: -5rem;
        margin-bottom: -1rem;
        background: url('../images/header-background.jpg') center center no-repeat;
    } */
    
    .header .header-content {
        margin-top: 6rem;
        text-align: center;
    }
    
    .header .text-container {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    /*****kk******/
    
    .navbar-custom {
        text-align: left;
        padding-right: 12rem;
        padding-left: 12rem;
    }
    
    .navbar-custom.top-nav-collapse {
        padding-right: 12rem;
        padding-left: 12rem;
    }
    
    .navbar-custom.top-nav-collapse {
        text-align: left;
        padding-right: 12rem;
        padding-left: 12rem;
    }
    /* end of navigation */
}
#ig_walls {
    height: 500px !important;
}
