:root {
    /* --swiper-theme-color: #0754ac; */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230754ac'%2F%3E%3C%2Fsvg%3E");

    /* #0754ac is color */
} 

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230754ac'%2F%3E%3C%2Fsvg%3E");


    /* #0754ac is color */

}
.section-news-item.no-arrow-after .section-news-item_title:after {
    content: '';
    font-family: 'FontAwesome';
    color: #0555ae;
    position: absolute;
    right: -35px;
    top: -0.1em;
    font-size: 1.5em;
    transition: transform 0.3s ease;
}
.other_site_slider .swiper-slide img.width-144{
    width: 144px;
}
#index-section-1{
    width: 100%;
    padding: 100px 0;
    background-color: #019dd8;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
}
#index-header-1{
    color:#FFF;font-size: 50px;
}
    .div-3-outer{
        display:flex;gap:30px;
        justify-content: left;
    }
    .div-3{
        width: 33%;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .div-3 img{
        width: 100%;
    }
    .div-4-outer{
        display:flex;gap:10px;;
    }
    .div-4{
        width: 25%;
        margin-bottom: 20px;
    }
    .div-4 img{
        width: 100%;
    }
    .publicitymaterialsh1{
        text-align:center;width: 100%;
    }
@media only screen and (max-width: 600px) {
    .div-3-outer {
        flex-wrap: wrap;
    }
    .div-3 {
        width: 100%;
    }
}
html {
    -webkit-text-size-adjust: 100%;
    color: #333;
    background-color: #fff;
}

* {
    box-sizing: border-box;
    vertical-align: top;
}

#web-top {
    /* overflow-x: hidden; */
    overflow: hidden;
    padding-bottom: 100px;
}

body {
    font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    /* font-family: "Arial", "Helvetica", "sans-serif", "microsoft jhenghei"; */
    font-size: 16px;
    margin: 0;
    padding-top: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    color: #146bc9;
    text-decoration: none;
    word-break: break-word;
}

table.not-word-break-link a {
    word-break: initial;
}

a:hover {
    text-decoration: underline;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 1px 7px 0px #616161;
    transition: top 0.3s ease;
}

.site-nav {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

body.menu-active {
    overflow: hidden;
}

body.menu-active .site-nav {
    background-color: #FFF;
}

.header-bar .desktop {
    display: block;
}

.header-bar .mobile {
    display: none;
}

.header-bar-left {
    width: 610px;
    display: flex;
    vertical-align: top;
    align-items: center;
    color: #000 !important;
    text-decoration: none !important;
}

.header-logo_img {
    width: 99px;
}

.header-logo_text {
    width: calc(100% - 99px);
    padding-left: 10px;
    font-family: Arial, sans-serif;
}

.header-logo_text-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
}

.header-logo_text-text {
    font-size: 13px;
    /* letter-spacing: 1.5px; */
    letter-spacing: .2px;
    font-weight: 600;
}

.header-logo_text-img {
    width: 100%;
}

.header-logo_text-img img {
    width: 100%;
}

.header-bar-right {
    width: calc(100% - 610px);
    vertical-align: top;
}

.header-tools {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -15px;
}

.header-tools_item {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #333333;
    font-size: .95rem;
    line-height: 28px;
    cursor: pointer;

}

.header-tools_item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;

}

.header-tools_item input {
    height: 100%;
}


.header-tools_item .search_site_keywords {
    border: none;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    background: transparent;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
}

.header-nav a {
    color: #333;
}

.header-nav_item {
    font-size: 1.2rem;
    margin-left: 25px;
    letter-spacing: 1px;
}

.header-nav_item:nth-child(1) {
    margin-left: 0;
}

.header-bar {
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-flow: wrap;
}

.mobile_header-tools {
    text-align: right;
}

.mobile_header-tools_item {
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    width: 38px;
    cursor: pointer;
    position: relative;
}

.mobile_header-tools_item img {
    width: 100%;
    vertical-align: middle;
}

.lang_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #616161;
}

.mobile_header-tools_item:hover .lang_menu {
    display: block;
}

.lang_menu_item {
    display: block;
    padding: 0 10px;
    margin: 10px 0;
}

.mobile_header-tools_item .lang_menu .lang_menu_item a {
    word-break: initial;
}

.menu-active .mobile_header-tools_item:not(.menu-trigger) {
    display: none;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}

.hamburger,
.hamburger *,
.hamburger *:after,
.hamburger *:before {
    width: 100%;
    padding: 0;
}

.mobile_header-nav_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
    background: #33333380;
}

.mobile_header-nav {
    max-height: 100%;
    background-color: #FFF;
    padding: 0 0 20px;
    box-shadow: 0 4px 5px 0px #616161;
    overflow: auto;
}

.mobile_header-nav_item {
    margin: 40px 0;
}

.mobile_header-nav-link {
    font-size: 1.1rem;
    color: #333333;
    font-weight: 900;
    display: block;
}

.mobile_header-nav_sub-item {
    display: block;
    font-size: 1rem;
    color: #333333;
    margin: 20px 0;
}

.mobile_header-nav_item.has-sub .mobile_header-nav-link {
    padding-right: 50px;
    position: relative;
}

.mobile_header-nav_item.has-sub .mobile_header-nav-link:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    font-size: 1.4em;
}

.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav-link:after {
    transform: rotate(90deg);
}

.mobile_header-nav_sub {
    display: none;
}

.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav_sub {
    display: block;
}

.header-nav_sub {
    display: flex;
    flex-flow: wrap;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px 40px;
    z-index: 10;
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.header-nav_sub-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 33.3%;
}

.header-nav_sub::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 200%;
    height: 100%;
    z-index: -1;
}

.header-nav_item-link {
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
}

.header-nav_item-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
}

.header-nav_item:hover .header-nav_item-link,
.header-nav_item.active .header-nav_item-link {
    color: #019dd8;
}

.header-nav_item:hover .header-nav_sub {
    opacity: 1;
    visibility: visible;
}

.header-nav_item.has-sub .header-nav_item-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    height: 5px;
    width: 0;
    transform-origin: center top;
    background-color: #019dd8;
    transform: translate(-50%, 0);
}

.header-nav_item.has-sub:hover .header-nav_item-link::before {
    width: 10000px;
    transition: 1s 0.03s;
}

.header-nav_sub-item_img {
    width: 80px;
    text-align: center;
}

.header-nav_sub-item_name {
    padding-left: 15px;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.header-nav_sub-item:hover .header-nav_sub-item_name {
    color: #146bc9;
}

.top-highlight {
    width: 100%;
    padding: 40px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.top-highlight .site-wrapper {
    position: relative;
}

.top-highlight-row {
    width: calc(50% - 4px);
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.top-highlight-row:nth-child(2n+2) {
    border-left: 1px solid #0754ac;
}

.top-highlight-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}

.top-highlight-item:nth-child(1n+2) {
    border-top: 1px solid #CCC;
}

.top-highlight-item.large .top-highlight-item-img {
    width: 40%;
}

.top-highlight-item-title {
    padding-left: 20px;
    font-size: 18px;
    position: relative;
    padding-right: 1em;
}

.top-highlight-item-img img {
    width: 100%;
}

.top-highlight-item.large .top-highlight-item-title {
    font-size: 23px;
    width: 60%;
}

.top-highlight-item.small .top-highlight-item-img {
    width: 60px;
}

.top-highlight-item.small .top-highlight-item-title {
    width: calc(100% - 60px);
}

.top-highlight-item-title::after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #0555ae;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.top-highlight_close {
    position: absolute;
    right: 20px;
    top: -25px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/close.png);
    cursor: pointer;
}

.th-150 {
    width: 150px;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;

}




@media only screen and (max-width: 1400px) {
    .header-bar-right {
        width: 100%;
    }

    .header-nav {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .header-bar .desktop {
        display: none;
    }

    .header-bar .mobile {
        display: block;
    }

    .header-logo_img {
        width: 75px;
    }

    .header-logo_text-title {
        font-size: 14px;
    }

    .header-logo_text {
        width: calc(100% - 75px);
    }

    .header-logo_text-text {
        font-size: 12px;
    }

    .site-nav {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header-nav {
        display: none;
    }

    .header-bar-left {
        width: calc(100% - 160px);
    }

    .header-bar-right {
        width: 160px;
    }

    .header-bar {
        align-items: center;
    }

    .mobile_header-tools_item {
        width: 30px;
    }

    .top-highlight-row {
        width: 100%;
        padding: 0;
    }

    .top-highlight-row:nth-child(2n+2) {
        border-left: 0;
        border-top: 1px solid #CCC;
    }

    .top-highlight-item.large .top-highlight-item-img {
        width: 60px;
    }

    .top-highlight-item.large .top-highlight-item-title {
        font-size: 16px;
        width: calc(100% - 60px);
    }

    .top-highlight-item.small .top-highlight-item-title {
        font-size: 16px;
    }

    .top-highlight {
        padding: 20px 0 0;
    }

    .top-highlight_close {
        position: absolute;
        right: 10px;
        top: -10px;
        width: 15px;
        height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .site-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-logo_img {
        width: 50px;
    }

    .header-logo_text {
        width: calc(100% - 50px);
    }

    .header-bar-left {
        width: calc(100% - 85px);
    }

    .header-bar-right {
        width: 85px;
    }

    .mobile_header-tools_item {
        margin-left: 5px;
        width: 16px;
    }

    .mobile_header-tools_item .lang_menu .lang_menu_item a {
        word-break: initial;
    }

    .mobile_header-nav {
        padding: 0 0 30px;
    }

    .mobile_header-nav_item {
        margin: 20px 0;
    }

    .mobile_header-nav-link {
        font-size: 1.1rem;
    }

    .mobile_header-nav_sub-item {
        font-size: 1rem;
        margin: 15px 0;
    }

    .mobile_header-nav_item.has-sub .mobile_header-nav-link:after {
        font-size: 30px;
    }

    .mobile_header-tools_item {
        margin-left: 5px;
        width: 20px;
    }

    .hamburger-inner:after {
        bottom: -7px;
    }

    .hamburger-inner:before {
        top: -7px;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        height: 3px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.bottom-menu-wrapper {
    background-color: #019dd8;
    padding: 50px 0;
    max-width: 1920px;
    margin: 0 auto;
}

.bottom-menu {
    margin: 0 auto;
}

body.el-page .bottom-menu {
    margin: 0 auto;
    padding: 0px 200px;

}

.bottom-menu_row {
    width: calc(20% - 4px);
    padding-right: 10px;
    display: inline-block;
}

body.el-page .bottom-menu_row {
    width: calc(25% - 4px);
    /* width: calc(20% - 4px); */
    padding-right: 10px;
    display: inline-block;
}

.bottom-menu_row-title {
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000000;
}

.bottom-menu_row-item {
    font-size: .9rem;
    margin: 15px 0;
}

.bottom-menu_row-item a {
    color: #000;
}

.bottom-menu-wrapper {
    background-color: #019dd8;
    padding: 40px 0;
}

@media only screen and (max-width: 960px) {


    body.el-page .bottom-menu {

        padding: 0 0;

    }



    .bottom-menu_row {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    body.el-page .bottom-menu_row {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;

    }


    .bottom-menu_row:nth-child(1) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-menu-wrapper {
        padding: 40px 0;
    }

    .bottom-menu_row-item {
        margin: 10px 0;
    }

    .bottom-menu_row {
        margin-top: 15px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

footer {
    background-color: #1A1A1A;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    font-size: .9rem;
    max-width: 1920px;
    margin: 0 auto;
}

.bottom-logo_item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 140px;
}

.bottom-logo_item:first-child {
    margin-left: 0;
}

.bottom-logo_item:last-child {
    margin-right: 0;
}

.bottom-logo_item img {
    width: 100%;
    max-width: 100%;
}

.bottom-date {
    margin-top: 25px;
    letter-spacing: 0.5px;
}

.bottom-nav {
    margin-top: 10px;
}

.bottom-nav_item {
    display: inline-block;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #fff;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.bottom-nav_item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

footer a {
    color: #fff;
}

.scroll-top {
    position: fixed;
    bottom: 35px;
    right: 50px;
    color: #FFF;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.scroll-top i {
    line-height: 40px;
    font-size: 30px;
    transition: color 0.3s ease;
}

.scroll-top::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.scroll-top:hover::after {
    opacity: 0.8;
}

.scroll-top:hover i {
    color: #0754ac;
}

@media only screen and (max-width: 767px) {
    .bottom-logo_item {
        margin: 0 8px;
        width: 75px;
    }

    .bottom-date {
        margin-top: 15px;
    }

    footer {
        padding: 30px 0;
        font-size: 12px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.btn {
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 9px 44px;
    /* background-color: #0754ac; */
    /* background-color: #019dd8; */
    background-color: #0177A2;
    border-radius: 30px;
    font-size: 20px;
    /* border: 1px solid #0177A2; */
    /* border: 1px solid #019dd8; */
    border: 1px solid #0177A2;
    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
    cursor: pointer;
    user-select: none;
    text-align: center;
    min-width: 125px;
}

.btn:hover {
    /* background-color: #FFF;
    color: #0754ac; */
    /* background-color: #006e98;
    border: 1px solid #006e98; */
    background-color: #015979;
    border: 1px solid #015979;
}

.btn.white {
    background-color: #fff;
    color: #0754ac;
    border: 1px solid #fff;
}

.btn.white:hover {
    background-color: #0754ac;
    color: #DDD;
    border: 1px solid #0754ac;
}
.make-filter-right{
    position: relative;
   
}

.make-filter-right-absolute{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}


.filter-btn{
   
    margin-left: 15px;
    padding: 10px;
    border: 1px solid #0177A2;
    position:relative;
    background-color: #fff;
    min-width: 153px;
    z-index: 1000;
    cursor: pointer;
}
.filter-btn .filter-btn-dropdown{
    position: absolute;
    display: none;
    top: 40px;
    left: -1px;
    background-color: #fff;
}

.filter-btn .filter-btn-dropdown div{
    border: 1px solid #0177A2;
    border-top:none;
    padding: 10px;
    transition: background-color 0.2s ease;
    min-width: 153px;
    cursor: pointer;
}
 .filter-btn-dropdown div:hover{
    background-color: #c4d5e6;
    border: 1px solid #c4d5e6;
    border-top:none;

}


.site-outer {
    margin: 0 auto;
    max-width: 1920px;
}

.site-wrapper {
    max-width: 1540px;
    padding: 0 50px;
    margin: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #0754ac;
    /* background: var(--swiper-theme-color); */
    border: 1px solid #0754ac;
    /* border: 1px solid var(--swiper-theme-color); */
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-section {
    /* padding: 100px 0; */
    padding: 45px 0;
    max-width: 1920px;
    margin: 0 auto;
}

/* .index-section:last-child {
    padding-bottom: 100px;
} */
#web-top {
    padding-bottom: 100px;
}

.index-section.section-black {
    /* background-color: #332E3A; */
    background-color: #223242;
    color: #FFF;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-underline {
    text-decoration: none !important;
}

.display-desktop {
    display: block;
}

.display-mobile {
    display: none;
}

@media only screen and (max-width: 960px) {
    .display-mobile {
        display: block;
    }

    .display-desktop {
        display: none;
    }

    .index-section {
        /* padding: 60px 0; */
        padding: 2em 0;
    }

    /* .index-section:last-child {
        padding-bottom: 60px;
    } */
    #web-top {
        padding-bottom: 60px;
    }

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 3px;
    }

    .make-filter-right{
        position: static;
    }

    .make-filter-right-absolute{
        position: static;
        justify-content: center;
    }
    
}

@media only screen and (max-width: 767px) {
    .site-wrapper {
        padding: 0 20px;
    }

    .index-section {
        /* padding: 40px 0; */
        padding: 2em 0;
    }

    /* .index-section:last-child {
        padding-bottom: 40px;
    } */
    #web-top {
        padding-bottom: 40px;
    }

    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .btn {
        font-size: 16px;
        padding: 7px 30px;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

.index_slider {
    position: relative;
}

.index_slider .swiper-slide img {
    width: 100%;
}

.index_slider .swiper-pagination {

    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    /* position: relative; */
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;

    /* margin-top: 1rem;
    font-size: 20px;
    font-weight: bold; */
}

.index_slider .swiper-pagination-bullet {
    width: 120px;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    /* background-color: #fff; */
    /* background: #000; */
    background: #22324294;
    margin: 0 4px;
    /* position: absolute; */
    /* border-radius: 0 !important;
    width: 40px !important;
    height: 3px !important;
    background: #aaa !important;
    opacity: 1 !important; */
}

.index_slider .swiper-pagination-bullet-active {
    /* background-color: #0754ac; */
    /* background: #797979; */
    background: #223242;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
    border: 0;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets,
.index_slider .swiper-pagination-custom,
.swiper-pagination-fraction {
    /* bottom: 30px; */
    bottom: 0;
}

.index-section-title {
    /* font-size: 2.4rem; */
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #0754ac;
    margin-bottom: 0;
}

.section-black .index-section-title {
    color: #FFF;
}

.section-news-list {
    margin: 60px 0;
}

.section-news-item {
    padding: 1.56em 2.75em 1.56em 1.56em;
    /* padding: 1em 2.75em 1em; */
    /* padding: 15px 35px 15px 15px; */
    /* padding: 1.56em; */
    border-top: 1px solid #ccc;
}

.section-news-item a {
    text-decoration: none;
}

.section-news-item b {
    display: inline-block;
    overflow: unset;
}

.section-news-item:last-child {
    border-bottom: 1px solid #ccc;
}

.section-news-item_date {
    color: #0555ae;
    font-size: 1.56rem;
    /* font-size: 2.4rem; */
    font-weight: 500;
    padding-bottom: 0;
    /* padding-bottom: 10px; */
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.section-news-item_title {
    /* font-size: 1.2rem; */
    font-size: 1.56rem;
    position: relative;
    color: #333;
    line-height: 1.35;
}

.section-news-item_title:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #0555ae;
    position: absolute;
    right: -35px;
    top: -0.1em;
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.section-news-item:hover .section-news-item_title:after {
    transform: translate(10px, 0);
}

.section-black .section-news-item {
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    padding: 30px 60px;
    margin-bottom: 40px;
}


.section-news-btn {
    text-align: right;
}

.useful_slider {
    /* padding: 60px 50px; */
    margin-top: 1.5em;
    padding: 0 50px 0;
    padding-bottom: 0;
    position: relative;
    /* --swiper-theme-color: #FFF; */
}

.useful_slider .swiper-button-next,
.useful_slider .swiper-button-prev {
    top: 169.5px;
    margin-top: 0;
}

.useful_slider .swiper-button-next,
.useful_slider .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.useful_slider .swiper-button-prev,
.useful_slider .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.section-useful-item {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.section-useful-item a {
    color: #fff;
}

.section-useful-item .section-useful-text a {
    color: #fff;
}

.section-useful-icon {
    max-width: 170px;
    /* max-width: 220px; */
    margin: auto;
}

.section-useful-text {
    padding-top: 25px;
    text-align: center;
    font-size: 25px;

    /* font-size: 20px; */
}

.section-useful-licence {
    padding-top: 100px;
    text-align: center;
}

.section-useful-licence-text {
    font-size: 20px;
    padding-top: 15px;
}



.useful_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    padding-top: 30px;
    width: 100%;
    position: relative;
}

.useful_slider .swiper-pagination-bullet {
    margin: 0 15px;
}

.useful_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #332E3A;
}

.other_site_slider {
    max-width: 910px;
    margin: auto;
    position: relative;
}

.other_site_slider .swiper-slide {
    width: 165px;
}

.other_site_slider .swiper-slide img {
    width: 100%;
}

.other_site_slider .swiper-button-next,
.other_site_slider .swiper-button-prev {
    color: #0754ac;
}

.other_site_slider .swiper-button-next,
.other_site_slider .swiper-container-rtl .swiper-button-prev {
    right: -50px;
}

.other_site_slider .swiper-button-prev,
.other_site_slider .swiper-container-rtl .swiper-button-next {
    left: -50px;
}

.other_site_slider .swiper-pagination {
    width: 100%;
    bottom: -40px;
}

.useful_search_lightbox_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.useful_search_lightbox_wrapper.active {
    opacity: 1;
    visibility: visible;
}

.useful_search_lightbox_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/close_w.png);
    cursor: pointer;
}

.useful_search_lightbox_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #000;
}

.useful_search_lightbox {
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 100%;
    max-height: calc(100% - 40px);
    background-color: #332E3A;
    position: relative;
    z-index: 1;
    padding: 50px 40px;
    border-radius: 20px;
}

.useful_search_full_list {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    margin: 0 -20px;
}

.useful_search_full-item {
    width: 25%;
    /* width: 33.3%; */
    padding: 20px;
    color: #FFF;
}


.t_c_content {
    padding: 2em 0;
}

.t_c_title {
    font-size: 1.2rem;
}

.t_c_row {
    display: flex;
    font-size: 1rem;
    line-height: 1.7;

}

.t_c_label {
    flex: 20px 0;
}

.t_c_text {
    flex: calc(100% - 20px) 0;
}

.th-150 {
    width: 150px;
}


@media only screen and (max-width: 1400px) {

    .other_site_slider .swiper-button-prev,
    .other_site_slider .swiper-container-rtl .swiper-button-next {
        left: -40px;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-container-rtl .swiper-button-prev {
        right: -40px;
    }
}

@media only screen and (max-width: 960px) {

    .index_slider .swiper-button-next,
    .index_slider .swiper-button-prev {
        padding: 18px 15px;
        height: auto;
        width: auto;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .index_slider .swiper-button-next:after,
    .index_slider .swiper-button-prev:after {
        font-size: 30px;
    }

    .index_slider .swiper-button-next,
    .index_slider .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .index_slider .swiper-button-prev,
    .index_slider .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .section-news-item {
        padding: 40px 30px 40px 0;
    }

    .section-news-item_title:after {
        top: -1.3em;
        right: -30px;
        font-size: 2em;
    }

    .section-news-btn {
        text-align: center;
    }

    .useful_slider {

        padding: 0 0 1em;
        /* padding: 60px 0; */
    }

    .other_site_slider {
        padding: 20px 0;
    }

    .other_site_slider .swiper-slide {
        width: 152px;
    }

    .other_site_slider .swiper-pagination {
        bottom: -20px;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-container-rtl .swiper-button-prev {
        right: -40px;
    }

    .other_site_slider .swiper-button-prev,
    .other_site_slider .swiper-container-rtl .swiper-button-next {
        left: -40px;
    }

    .section-useful-item {
        width: calc(50% - 4px);
    }

    .section-black .section-news-item {

        border: 0;
        border-radius: 15px;
        padding: 30px 40px;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767px) {

    .index_slider .swiper-button-next,
    .index_slider .swiper-button-prev {
        padding: 10px 8px;
    }

    .index-section-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .section-news-list {
        margin: 40px 0;
    }

    .index_slider .swiper-pagination-bullet {
        width: 40px;
        margin: 0 4px;
    }

    .index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .section-news-item_date {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .section-news-item_title {
        font-size: 16px;
    }

    .section-news-item {
        padding: 20px 30px 20px 0;
    }

    .section-black .section-news-item {

        border: 0;
        border-radius: 15px;
        padding: 20px 30px;
        margin-bottom: 20px;
    }

    .useful_slider {
        padding: 20px 0;
    }

    .section-useful-licence {
        padding-top: 40px;
    }

    .section-useful-text {
        padding-top: 15px;
        font-size: 18px;
        /* font-size: 14px; */
    }

    .useful_slider .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .other_site_slider .swiper-slide {
        width: 100px;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-button-prev {
        /* --swiper-navigation-size: 20px; */
        width: 20px;
        height: 33px;
        background-size: 20px 33px;
    }

    .other_site_slider {
        padding: 20px 0;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .other_site_slider .swiper-button-prev,
    .other_site_slider .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .scroll-top {
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .scroll-top i {
        line-height: 30px;
        font-size: 20px;
    }

    .useful_search_full-item {
        width: 50%;
    }
}

@media only screen and (max-width: 520px) {
    .header-logo_img {
        width: 13.5%;
    }

    .header-logo_text {
        padding-left: 3%;
    }
}

.search-keywords-box {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 0 15px;
    width: 100%;

    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 0;
}

.search-keywords-box-content {
    position: relative;
    z-index: 10;
    /* max-width: 680px; */
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1540px;

    margin: 0 auto;
    font-size: 0;
    display: flex;
}

.search-keywords-box-content input {
    color: #000;
    background: transparent;
    position: relative;
    z-index: 5;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    width: calc(100%);
    height: 45px;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #000;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.search-keywords-box-content input:focus {
    outline: none;
}

.search-keywords-left {
    /* width: calc(100% - 160px); */
    flex: calc(100% - 100px) 0;
}


.search-keywords-right {
    /* width: 75px; */
    flex: 100px 0;
    padding: 8px;
}

.search-keywords-box-content .search-keywords-right button {
    border: 0;
    background-color: transparent;
}

.search-keywords-box-content .search-keywords-right img {
    vertical-align: middle;
    width: 25px;
    height: 100%;
    cursor: pointer;
}

.search-keywords-box-content .search-keywords-right .search-close {
    /* margin-right: 1em; */
    float: right;
}


.close-search {
    font-size: 50px;
    line-height: .9;
}
