
/*--------------------------------------------------------------------------------*/
.ten_header_search {
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 72px;
    line-height: 21px;
    margin-left: 60px;
    position: relative;
    width: 24px;
    -webkit-font-smoothing: antialiased;
}
.ten_header_search > a{ position: relative; }
.ten_header_search > a:after{ display: none; }
.ten_header_search > a:before{
    content: "";
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    filter: brightness(0) invert(1);
    display: block;
    height: 72px;
    width: 24px;
    line-height: 72px;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
}
.ten_header_search > a:after {
    content: "";
    display: block;
    position: relative;
    top: -12px;
    height: 3px;
    width: 10%;
    margin: 0px auto;
    background: rgba(255,255,255,0);
    transition: ease all 0.3s;
}
.menu_list:hover .ten_header_search > a:before,
.head_white .ten_header_search > a:before
{ filter: none; }

.ten_header_search .ten_input{ display: block; width: 100%; }
.ten_header_search .ten_input > *{ max-width: none; }
.ten_header_search  input[type=text]{ padding-right: 100px !important; }
/*--------------------------------------------------------------------------------*/

.ten_input .clear{
    display:flex; align-items: center; justify-content: flex-start;
    font-size: 16px; cursor: pointer; line-height: 24px; color: #2b2e2e;
    position: absolute; top:0px; right: 40px; height: 100%;
}
.ten_input .clear:hover{
    color: #0052D9;
}
.ten_mobile{
    display: none; position: fixed; z-index: 102;
    top:0px; left: 0px; width: 100%; height: 48px;
    align-items: center; justify-content: flex-start;
    padding: 0px 24px;
}

.ten_mobile .ten_mobile_nav{
    display: inline-block; width: 30px; height: 30px; position: relative; overflow: hidden;
}
.ten_mobile .ten_mobile_nav span{
    position: absolute; display: block;
    width: 100%; height: 1px;
    background: #FFF; opacity: 1;
    transition: ease all 0.3s;
    transform: rotate(0deg);
    transform-origin: 0% 50%;
}
.ten_mobile .ten_mobile_nav span:nth-of-type(1){ left: 0%; top:30%; }
.ten_mobile .ten_mobile_nav span:nth-of-type(2){ left: 0%; top:50%; }
.ten_mobile .ten_mobile_nav span:nth-of-type(3){ left: 0%; top:70%; width: 80%; }
.ten_mobile .ten_mobile_nav.active span:nth-of-type(1){ left: 20%; top:20%; width: 84.85%; transform: rotate(45deg); }
.ten_mobile .ten_mobile_nav.active span:nth-of-type(2){ left: 45%; width:10%; opacity: 0; }
.ten_mobile .ten_mobile_nav.active span:nth-of-type(3){ left: 20%; top:80%; width: 84.85%; transform: rotate(-45deg); }

.ten_mobile .ten_mobile_search{
    display: inline-block; width: 20px; height: 20px; margin-right: 12px;
    background-image: url(../img/icon_search.png);
    background-size: 20px; background-repeat: no-repeat;
    background-position: center center;
}
.ten_mobile_search_panel{
    display:none;
    position: fixed; z-index: 99;
    top:0px; left: 0px; width: 100%;
    padding:36px 0px;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
.ten_mobile_search_panel.opened{ display: block; }


.ten_mobile--float{ background: #FFF; }

.ten_mobile--float .ten_mobile_nav span{ background: #0052D9; }

@media screen and (min-width: 1160px){
    .ten_mobile_search_panel.opened{ display: none; }
}
@media screen and (max-width: 1159px){
    .ten_mobile{ display: flex; }
    .ten_header_pad{ height: 48px; }

}
/*--------------------------------------------------------------------------------*/
.ten_mobile_menu{
    display: block; position: fixed; z-index: 101;
    top:-100%; left: 0%; width: 100%; height: 100%;
    padding: 72px 24px 120px 24px; overflow: auto;
    background: rgba(255,255,255,0.95);
    transition: ease all 0.3s;
    opacity: 0;
}
.ten_mobile_menu--show{ top: 0%; opacity: 1; }
@media screen and (min-width: 1240px){ .ten_mobile_menu{ display: none; } }

.ten_mobile_menu ul,
.ten_mobile_menu li{ list-style: none; padding: 0px; margin: 12px 0px; font-size: 18px; font-weight: 500; }
.ten_mobile_menu > ul > li{
    border-bottom: 1px solid #DDD; padding: 0px 0px 12px 0px;
}
.ten_mobile_menu > ul > li li{ font-size: 14px; font-weight: 400; position: relative; }
.ten_mobile_menu > ul > li ul{ display: none; padding: 1px 0px; }
.ten_mobile_menu > ul > li li:after{
    content: ""; display: inline-block;
    width: 6px; height: 6px;
    border-top:   1px solid #0052D9;
    border-right: 1px solid #0052D9;
    transform: rotate(45deg);
    position: absolute; right: 6px; top:calc(50% - 3px);
}
.ten_mobile_menu p{ margin: 24px 0px 0px 0px; }
.ten_mobile_menu p a,
.ten_mobile_menu p span{ display: inline-block; vertical-align: middle ;}
.ten_mobile_menu p span{ margin: 0px 6px; }

.ten_mobile_menu .toggle{
    display: block; float: right; margin-top: 4px;
    width: 20px; height: 20px;
    position: relative;
}
.ten_mobile_menu .toggle:after{
    content: ""; display: inline-block;
    width: 8px; height: 8px;
    border-top:   1px solid #0052D9;
    border-right: 1px solid #0052D9;
    position: absolute; right:calc(50% - 4px); top:calc(50% - 8px);
    transform: rotate(135deg);
    transition: ease all 0.3s;
}
.ten_mobile_menu .toggle.toggled:after{
    transform: rotate(-45deg); top:calc(50% - 2px);
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.ten_input{ display: inline-block;  min-width: 90px; position: relative; }

.ten_input input[type=text],
.ten_input textarea,
.ten_input select{
    border: none; border-bottom: 1px solid #DDD;
    display: block; padding: 0px 36px 0px 12px; width: 100%; outline: none;
    border-radius: 0px; background: none;
}
.ten_input input[type=text],
.ten_input select{ height: 36px; line-height: 36px; }
.ten_input select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.ten_input .icon{
    /* pointer-events: none; */
    display:flex; align-items: center; justify-content: center;
    position: absolute; top:0px; right: 0px; height: 100%; width: 30px;
}

.ten_input label{ font-weight: 500; display: block; margin: 0px 0px 6px 0px; }
.ten_input  > *{ max-width: 480px; }
/*--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.ten_news_search{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 60px 0px 60px -24px; }
.ten_news_search > *{ margin: 0px 0px 0px 24px;  }
.ten_news_search .ten_input{ min-width: 300px; }

@media screen and (max-width: 1079px){
    .ten_news_search > *{ margin: 0px 0px 24px 24px;  }
    .ten_news_search .ten_input{ min-width: 0px;}
}
@media screen and (max-width: 767px){
    .ten_news_search{ margin: 36px 0px 36px -24px; }
}
.ten_accordion_item{
    border-bottom: 1px solid #CCC;
}
.ten_accordion_head{
    display: block;
    padding:24px 0px;
    font-size:24px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.ten_accordion_head:after{
    content: "+";
    display: block;
    font-family: 'Courier New', Courier, monospace;
    position: absolute; text-align: center;
    font-size: 32px; width: 32px; height: 32px; line-height: 32px;
    top: calc(50% - 16px); right: 0px;
    font-weight: normal;
    color: #194AC3;
}
.ten_accordion_item.opened .ten_accordion_head:after{
    content: "-";
}
.ten_accordion_body{
    padding: 0px 0px 24px 0px;
    display: none;
}
.ten_accordion_item.opened .ten_accordion_body{
    display: block;
}


.ten_main .li{
    display: block; position: relative;
    padding-left: 18px; margin: 12px 0px;
}
.ten_main .li::before{
    content: ""; display: block;
    width: 6px; height: 6px; background: #5f6464;
    border-radius: 50%;
    position: absolute; top:calc(50% - 3px); left: 0px;
}
.ten_main .a{ color: #194AC3; display: block; margin: 12px 0px;}
.ten_main .a:hover{ text-decoration: underline;}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.ten_pop{
    display: none;
}
.ten_pop.ten_pop--show{
    position: fixed; top:0px; left: 0px; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.9); z-index: 99999;;
}
.ten_pop .ten_main{ background: #FFF; position: relative; padding: 48px 48px 36px 48px; max-height: calc(100vh - 48px); overflow: auto;  }
.ten_pop h2,
.ten_pop a{ color: #0052D9;}

@media screen and (max-width: 767px){
    .ten_pop .ten_main{ padding: 24px 24px 12px 24px; }
}
