html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    padding-right: 0px !important;
    font-size: 16px;
    font-family: "Montserrat", "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
    letter-spacing: 1px;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;

}


/* ---- icon set ---- */
.material-symbols-sharp {
    font-variation-settings:
        'FILL'0,
        'wght'700,
        'GRAD'0,
        'opsz'20
}

/* ---- icon set end ---- */

/* ---- color root ---- */

:root {
    --main-color: #ff9800;
    --vice-color: #dddddd;
    --red-color: #f74747;
}

/* ---- color root end ---- */

/* ---- basic setting ---- */

.section-page {
    padding: 60px 0;
}

@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}

.modal {
    padding-right: 0px !important;
}



a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;

}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--main-color);
    cursor: pointer;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

input:active,
select:active,
textarea:active,
button:active,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
    color: #333;
    height: 30px;
    line-height: 20px;
    background-image: url(../img/select-icon.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 12px;
}

/* 隱藏數字箭頭 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fm-group {
    margin-bottom: 15px;
}

.fm-group label {
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 17px;
    width: 70px;
    font-weight: 500;
}

.fm-group textarea,
.fm-group input,
.fm-group select {
    color: #555;
    letter-spacing: 1.5px;
    width: 100%;
    font-size: 16px;
    padding: 5px 12px !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    transition: .3s ease;
}

.fm-group input,
.fm-group select {
    height: 35px;
}

.fm-group textarea::placeholder,
.fm-group input::placeholder {
    color: #ccc;
}

.fm-group textarea:disabled,
.fm-group input:disabled,
.fm-group select:disabled {
    opacity: 1;
    background-color: #eee;
    color: #999;
    border: none;
    padding: 6px !important;
}


.checkbox {
    display: inline-flex;
    align-items: center;
    margin: 5px 10px 5px 0;
}

.checkbox input[type='checkbox'] {
    width: 20px;
    height: 10px;
    margin: 0 10px 0 0;
    position: relative;
}

.checkbox input[type='checkbox']::before {
    position: absolute;
    top: -7px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '';
    display: block;
    border: 1px solid #dedede;
    background-color: #fff;
    transition: .3s ease;
}

.checkbox input[type='checkbox']::after {
    position: absolute;
    top: -6.5px;
    left: -1px;
    width: 22px;
    height: 22px;
    content: '\e5ca';
    font-family: 'Material Symbols Sharp';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--main-color);
    opacity: 0;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked:before,
.checkbox input[type='checkbox']:checked:after {
    opacity: 1;
    border-color: rgba(36, 57, 95, 0.3);
}

.checkbox label {
    margin: 0;
    letter-spacing: 2px;
    color: #999;
    transition: .3s ease;
}

.checkbox input[type='checkbox']:checked+label {
    color: var(--main-color);
}

/* form */
.contact-form {
    padding: 2.5rem 3rem;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    background-image: url(../img/form-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
}

@media (max-width: 768px) {
    .contact-form {
        padding: 20px 10px;
    }
}

.recaptcha {
    margin: 0 0 15px;
}

.recaptcha img {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

/* bg */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-image: url(../img/bg.webp);
}

.bg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: url(../img/bg2.svg), url(../img/bg.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
}

.bg3 {
    /*position: relative;*/
    top: 0;
    left: 0;
    /* width: 100vw; */
    /* height: 100vh; */
    z-index: -1;
    background: url(../img/cont-bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 76%;
}

.sect-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    background-image: url(../img/bg.jpg);
}

.sect-bg2 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -2;
    background-color: #fff;
    background-image: url(../img/bg3.png);
}

.sect-bg3 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -2;
    background-color: rgba(119, 136, 183, 0.8);
}

.sect-bg4 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% cover;
    z-index: -2;
    background-image: url(../img/sect-bg3.svg);
}

/* font */

[class*=-gensen-font] {
    font-family: "Gensen L";
}

[class*=-h2] {
    font-size: 40px;
}

[class*=-h3] {
    font-size: 26px;
}

[class*=-h4] {
    font-size: 22px;
}

[class*=-h5] {
    line-height: 35px;
    font-size: 16px;
}

[class*=-h6] {
    line-height: 35px;
    font-size: 15px;
}

[class*=-smtext] {
    font-size: 14px;
}

[class*=white-] {
    color: #fff;
}

[class*=dark-] {
    color: #000;
}

[class*=gray-] {
    color: #535360;
}

[class*=ltgray-] {
    color: #fd460c;
}

[class*=main-] {
    color: var(--main-color);
}

[class*=vice-] {
    color: var(--vice-color);
}

[class*=notice-] {
    color: var(--red-color);
}

[class*=-lighter] {
    font-weight: 300;
}

[class*=-bolder] {
    font-weight: 700;
}

[class*=-xlbolder] {
    font-weight: 800;
}

[class*=-ls0] {
    letter-spacing: 0;
}

[class*=-ls1] {
    letter-spacing: 1px;
}

[class*=-ls2] {
    letter-spacing: 2px;
}

[class*=-ls3] {
    letter-spacing: 3px;
}

[class*=lh1] {
    line-height: 1;
}

[class*=lh15] {
    line-height: 1.5;
}

[class*=lh2] {
    line-height: 2;
}



@media (max-width: 768px) {
    [class*=-h2] {
        font-size: 30px;
    }

    [class*=-h3] {
                font-size: 20px;
        letter-spacing: 1px;
    }

    [class*=-h4] {
        font-size: 18px;
        line-height: 28px;
    }
}

.word-break {
    word-break: break-all;
}

/* bg-text */
.bg-text {
    background-color: #fff;
    padding: 2rem;
}

/* line */
.line-small {
    display: block;
    width: 80px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 17px;
}

.line-small.white {
    border-color: #fff;
}

.line-big {
    display: block;
    width: 80px;
    border: 3px solid #eee;
    margin: 15px 0 17px;
}

.line-end {
    margin: 0px -5px 0 auto;
    width: 50px;
    height: 1px;
    background-color: #ccc;
    transform: rotate(-45deg);
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.sm-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.sm-gutter [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

/* img */
.border-img {
    position: relative;
}

.border-img img {
    display: block;
    width: 90%;
    object-fit: contain;
}

.border-img::after {
    position: absolute;
    bottom: -40px;
    right: 10px;
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 992px) {
    .border-img img {
        margin: 0 auto;
    }

    .border-img::after {
        bottom: -20px;
        height: calc(100% - 20px);
        right: 0px;
    }
}

/* btn */
.btn-list {
    display: flex;
    justify-content: end;
}

.btn {
    position: relative;
    padding: 10px 40px;
    color: #ffffff;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #f7c72c;
    font-weight: 700;
    font-size: 20px;
}
@media (max-width: 768px) {
    .btn{
        padding: 10px 20px;
         font-size: 17px;
    }
}

.btn:hover {
    color: #333;
    background: #fff;
}

.btn-white {
    color: #fff;
}

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

.btn-white:hover {
    color: rgba(255, 255, 255, 0.8);
}

.btn:focus,
.btn:active,
.btn:hover {
    box-shadow: none;
}

.btn-block {
    background-color: rgba(255, 255, 255, 0.8);
    width: fit-content;
    display: block;
    padding: .5rem 1.5rem;
    letter-spacing: 3px;
    color: #666;
}

.btn-block:hover {
    background-color: #fff;
}

/* ---- basic setting end ---- */


/* ---- gotop ---- */

.gotop {
    position: fixed;
    width: 45px;
    height: 180px;
    right: 15px;
    bottom: 50px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .gotop {
        width: 38px;
        right: 5px;
    }
}

/* ---- gotop end ---- */


/* ---- right link ---- */

.right-link {
    position: fixed;
    bottom: 220px;
    right: 15px;
    z-index: 99;
    width: 40px;
}

.right-link a {
    text-align: center;
    display: block;
}

.right-link img {
    width: 100%;
}


/* ---- right link end ---- */


/* ---- bottom link ---- */

.bottom-link {
    position: fixed;
    width: 100vw;
    bottom: 0;
    height: 50px;
    z-index: 10;
    background-color: rgb(0 56 103);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bottom-link a:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.bottom-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.bottom-link img {
    width: 80%;
    height: 60%;
    object-fit: contain;
}

/* ---- bottom link end ---- */

/* ---- header ---- */

header {
    position: relative;
    height: 70px;
}

@media (max-width: 992px) {
    header {
        height: 70px;
    }
}

.fixed-top {
    z-index: 100;
    padding-right: 0px !important;
    background: #fff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 0 9px 1px #ccc;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
        width: 250px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}


.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .logo {
        height: 70px;
    }

    .logo img {
        height: 100%;
    }
}

@media (max-width: 576px) {
    

    .logo img {
        display: block;
        width: 100%;
    }
}

header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media(min-width: 992px) {
    header .nav-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

header .nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    list-style: none;
}

header .nav-menu>ul>li>a {
    display: block;
    position: relative;
    color: #023867;
    height: 100%;
    padding: 0 15px;
    transition: .3s ease;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 70px;
    font-weight: 700;
}

header .nav-menu>ul>li::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%);
    transition: .5s ease;
}



header .nav-menu>ul>li:hover::before {
    height: 100%;
}



header .nav-menu .active>a {
    color: var(--main-color);
    text-decoration: none;
}

header .nav-menu li:hover>a {
    color: var(--main-color);
    text-decoration: none;
}

header .nav-menu .drop-down ul {
    display: none;
    position: absolute;
    /*left: calc(0% - 35px);*/
    top: 100%;
    height: auto;
    z-index: 99;
    overflow: hidden;
    transition: ease all 0.3s;
    list-style: none;
}


header .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    background: rgb(242 242 242 / 60%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: .3s ease;
}

header .nav-menu .drop-down>a {
    display: flex;
    align-items: center;
}

header .nav-menu .drop-down>a::after {
    content: '\e313';
    font-family: 'Material Symbols Sharp';
    display: block;
    margin: 0 0 0 3px;
}

header .nav-menu .drop-down ul a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 15px;
    padding: 10px 15px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    color: #333;
}

header .nav-menu .drop-down ul .active,
header .nav-menu .drop-down ul li:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

header .nav-menu .drop-down ul .active>a,
header .nav-menu .drop-down ul li:hover>a {
    color: var(--main-color);
}

header .nav-menu>ul>.drop-down:hover>ul {
    display: block;
    animation-name: header-animate;
    animation-duration: .5s;
    animation-delay: 0ms;
    animation-timing-function: ease;
}


@keyframes header-animate {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: auto;
    right: -280px;
    width: 280px;
    padding: 70px 0 0;
    background: #023867;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.4s;
}

@media (max-width: 576px) {
    .mobile-nav {
        background-size: cover;
    }
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s ease;
        font-size: 18px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #0e0e0e;
    font-weight: 600;
    text-decoration: none;
}

.mobile-nav>ul>li {
    border-bottom: 1px solid rgb(208 208 208 / 81%);
    ;
}

.mobile-nav>ul>li>a {
    padding: 15px 20px;
}

.mobile-nav .drop-down>a:after {
    padding-left: 10px;
    position: absolute;
    font-size: 18px;
    right: 15px;
    content: '\e313';
    font-family: 'Material Symbols Sharp';
}


.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    border: 0;
    display: none;

    width: 70px;
    height: 70px;
    background: none;
    font-size: 25px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
}

@media (max-width: 992px) {
    .mobile-nav-toggle {
        height: 70px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
        display: block;
    width: 25px;
    height: 2px;
    background-color: #023867;
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line.active span {
    background-color: #fff;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 6px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(11px) translateX(0px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-10px) translateX(-1px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
    opacity: .8;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    right: 0;
}


/* ---- header end ---- */




/* ---- banner ---- */

.carousel-control-next-icon {
    background-image: url(../img/banner-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../img/banner-prev.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    transition: .3s ease;
}

@media (max-width: 992px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
}

.carousel-indicators li {
    width: 50px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: 42%;
    left: 0;
    z-index: 10;
    /* padding: 0 50px; */
    color: #555;
    text-align: left;
}

.carousel-logo {
    width: 150px;
    object-fit: contain !important;
    display: block;
    margin: 0 auto 55px;
}

.carousel-caption h1 {
    font-size: 45px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    mix-blend-mode: color-burn;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    animation-delay: 1s;
}

.carousel-caption h2 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    letter-spacing: 3px;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.6); */
    font-weight: 600;
    animation-delay: 2s;
}

@media (max-width: 1440px) {

    .carousel-logo {
        width: 80px;
        margin: 0 auto 30px;
    }


}


@media (max-width: 768px) {
    .carousel-logo {
        width: 60px;
        margin: 0 auto 20px;
    }

    .carousel-caption h1 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center;
    }
}


.carousel-indicators {
    bottom: 0;
}

.carousel-item>img {
    object-fit: cover;
    /*object-position: 90%;
    min-height: calc(100vh - 105px);*/
}

/* ---- banner end ---- */






/* ---- qa ---- */
.qa-box {
    padding: 2rem 3rem;
    background-color: #fff;
    transition: .3s ease;
    position: relative;
    margin: 0 0 1.5rem;
}

.qa-box.active,
.qa-box:hover {
    cursor: pointer;
}

.qa-box::after {
    position: absolute;
    content: '\e145';
    font-family: 'Material Symbols Sharp';
    top: 1.8rem;
    right: 3rem;
    font-size: 25px;
    font-weight: 100;
    transition: .3s ease;
}

.qa-box.active::after {
    transform: rotate(45deg);
    color: var(--red-color)
}

.qa-title {
    font-size: 20px;
    color: #666;
    font-family: 'Gensen EL';
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 25px;
    margin: 0 3.5rem 0 0;
    transition: .3s ease;
}

.qa-box.active .qa-title {
    color: var(--main-color)
}

.qa-ans {
    height: 0;
    margin: 0;
    padding: 0;
    transform: scaleY(0);
    font-size: 16px;
    letter-spacing: 2px;
    color: #999;
    line-height: 35px;
    transform-origin: top;
    transition: all .3s ease;
}

.qa-box.active .qa-ans {
    height: 100%;
    transform: scaleY(1);
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 768px) {
    .qa-box {
        padding: 1rem 1.5rem;
    }

    .qa-box::after {
        top: .7rem;
        right: 1.5rem;
    }

    .qa-title {
        font-size: 17px;
        margin: 0 2rem 0 0;
    }

}


/* ---- qa end ---- */
/* ---- contact ---- */
.contact-form {
    background: #ffffffd9;
    /*position: relative;
    top: -18%;*/
    box-shadow: 7px 7px 0px 0px #FFC107;
    border: 2px solid #ffc105;
}

.c-info {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border: 1px solid #e5e5e5;
}

.ci-t {
    min-width: 100px;
    width: 100px;
    font-family: 'Gensen EL';
    font-weight: 700;
}

.ci-ct {
    color: #999;
    word-break: break-all;
}

.con-bg {
    background: linear-gradient(to bottom, #fff5c0, transparent);
    margin-top: 80px;

}
.more-btn

@media (max-width: 768px) {
    .c-info {
        padding: .5rem 1rem;
    }

    .con-bg {
        margin-top: 0px;
    }
}

/* ---- contact end ---- */



/* ---- footer ---- */


footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 20px 0px;
    letter-spacing: 1px;
    border-top: 1px solid #ccc;
}

.ft-logo {
    display: block;
    margin: 0 auto;
    width: 135px;
}



.f-info {
    color: var(--dark-color);
    font-size: 16px;
    display: flex;
}

.f-info li {
    margin-right: 15px;
}

.f-info a {
    display: block;
    color: var(--main-color)
}


@media (max-width: 768px) {
    footer {
        padding: 20px 0;
    }

    .f-info {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        DISPLAY: block;
    }

    .ft-logo {
        display: block;
        margin: 0 auto 10px;
    }

    .f-info li {
        margin-bottom: 3px;
    }



}

.copyright {
    color: #aaa;
    font-size: 13px;
    text-align: center;
}



/* ---- footer end ---- */

.sect-ti {
    font-weight: 700;
    font-size: 40px;
    color: #ff9800;
}

.icon-box {
    background: #fff;
    border-radius: 10px;
       padding: 50px 35px 10px;
   /* box-shadow: 5px 5px 0 0 #73c1ff;*/
        border: 2px solid #2aa1ff;
    text-align: center;
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon {
    width: 80px;
    position: absolute;
    top: 15px;
    left: 35%;
}

@media (max-width: 768px) {
    .icon {
    left: 31%;
}
.icon-box {
    background: #fff;
    border-radius: 10px;
       padding: 50px 5px 5px;
   /* box-shadow: 5px 5px 0 0 #73c1ff;*/
        border: 2px solid #023867;
    text-align: center;
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}

.icon-ti {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2aa1ff;
}

.text-danger {
    color: #ff4537 !important;
    font-size: 22px;
}

.icon-box:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/*.icon-box:hover .icon {
    top: -30px;
    left: -20px;
}*/
.gif img {
    width: 60px;
    margin-right: 10px;
}

.b-ti {
    color: #2196F3;
    font-size: 20px;
    font-weight: 700;
}

.note {
        font-size: 15px;
    color: #666666;
    font-weight: 400;
    border-radius: 45px;
}
.note .dark-h4{
    color: #545454;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
}
@media (max-width: 768px) {
    .note{font-size: 14px;}
}
.line {

    background-image: linear-gradient(120deg, #09c755 1%, #00ad45);
    background-image: -ms-linear-gradient(120deg, #09c755 1%, #00ad45);
}

.call {
        background-image: linear-gradient(120deg, #ff4081 1%, #E91E63);
    background-image: -ms-linear-gradient(120deg, #ff4081 1%, #E91E63);
}
.line img,
.call img
    {
    width: 30px;
        margin-right: 10px;
}

.line:hover {
    background-image: linear-gradient(120deg, #00ad45, #09c755);
    background-image: -ms-linear-gradient(120deg, #00ad45, #09c755);
}
.call:hover {
    background-image: linear-gradient(120deg,  #E91E63, #ff4081);
    background-image: -ms-linear-gradient(120deg,  #E91E63, #ff4081);
}
@media (max-width: 768px) {
    .sect-ti {
        font-size: 36px;
    }

    .b-ti {
        font-size: 18px;
    }

   
}

.speech-box {
    max-width: 100%;
    background-color: #ffffff;
    border: 2px solid #ffe28d;
    border-radius: 20px;
    padding: 12px 25px;
    position: relative;
    box-shadow: 2px 4px 0px 0 rgb(255 226 141);
    margin-bottom: 10px;
}

.speech-box-r {
    max-width: 100%;
    background-color: #ffffff;
    border: 2px solid #ffe28d;
    border-radius: 20px;
    padding: 12px 25px;
    position: relative;
    box-shadow: 2px 4px 0px 0 rgb(255 226 141);
    width: 80%;
    position: relative;
    right: -30%;
    margin-bottom: 30px;
    top: 8px;
}

.speech-content {
    font-size: 1rem;
    color: #2e2e2e;
    line-height: 1.6;
    font-weight: 500;
}

.speech-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #e61d0d;
}

.speech-box::before {
    content: "";
    position: absolute;
    left: 42px;
    bottom: -36px;
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-left: 2px solid #ffe28d;
    border-bottom: 2px solid #ffe28d;
    border-bottom-left-radius: 47px;
    transform: rotate(357deg);
    box-shadow: 6px 3px 0px rgb(255 226 141);
    z-index: 1;
    border-top-right-radius: 4px;
}

.speech-box-r::before {
    content: "";
    position: absolute;
    right: 42px;
    bottom: -36px;
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-right: 2px solid #ffe28d;
    border-bottom: 2px solid #ffe28d;
    border-bottom-right-radius: 47px;
    transform: rotate(2deg);
    box-shadow: -6px 3px 0px rgb(255 226 141);
    z-index: 1;
    border-top-keft-radius: 4px;
}
@media (max-width: 768px) {
    .speech-box-r {
    width: 100%;
    right: 0;
}
}
/*.speech-box::before {
  content: "";
    position: absolute;
    left: 38px;
    bottom: -62px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: #ffe28d;
        transform: rotate(321deg);
}

.speech-box::after {
  content: "";
    position: absolute;
    left: 39px;
    bottom: -52px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: #ffffff;
}*/
.carousel-control-next,.carousel-control-prev {
    width: 100%;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 15px;
    color: #404040;
}
.nav-link {
    display: block;
    padding: 4px 6px;
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #fee124;
    background-color: #023867;
    border-color: #ffffff00 #dee2e600 #fff;
}