/*  for pc web */

:root {
   /* --bg-color-button:tranparent;*/
}
html{
    scroll-behavior: smooth;
}
body{
    font-size: 14px;
    display: flex !important;
    justify-content: center;
}
p{
    line-height: 35px;
}
input[type='button'] 
{
    height: 40px;
    color: inherit;
}
div
{
    position: relative;
}
.x-componentx-dom
{
    overflow: hidden;
}

.x-master-float{
    z-index: 999999;
    background-color: rgba(128, 128, 128, 0.35);
    right:  2rem;
    bottom: 7rem;
}
.x-master-top
{ 
    overflow: visible !important;
    position: relative;
    display: inline-block;
    width: 100%;
}
.x-master-top .x-logo
{
    /*border-radius:35px;*/
    overflow: hidden;

}
.x-master-top .x-me
{
    border-radius:3rem;
    overflow: hidden;

}
.x-master-top img
{
    border-radius:7rem;
}

.x-master-content
{ 
    overflow: visible !important;
    position: relative; 
    /* display: inline-block; */
    align-self:center;
    min-height: 30rem;
    height: auto;
    width: 100%;
    max-width: 1200px;
    overflow-x: hidden;
    overflow-y: auto; 
}

.x-master-bottom
{ 
    overflow: visible !important;
    position: relative; 
    display: inline-block; 
    width: 100%;
    line-height:7rem; 
}

.x-image-news{
    border-top: 4px solid #8b0000;
}
/*
*/
.x-image-news .t-list{
    background: inherit;

}
/*
*/
.x-image-news .t-list li{
    height: 60px;
    font-size: 100%;
    margin: 0px 20px 0px 10px;
    border-bottom: 1px dashed #0000ff;
    overflow: hidden;
}
.x-top-bar{
    /* color: rgb(209, 209, 209); */
    font-size: 100%; 
    width: 100%;
}
.x-bottom{
    overflow: hidden;
}
.x-navigation-h {
    overflow: hidden;
}
.x-navigation-h ol{
    display: flex;
    justify-content:center;
    align-items:center;

}
.x-navigation-h li{
    display: flex;
    justify-content:center;
    align-items:center; 
}

.x-navigation-h .x-menu
{
    width: 100%;
    text-align: center;
    font-size: 100%;
}
.x-navigation-h .x-menu:after{
    position: absolute;
    content: ''; 
    visibility: hidden;
    border-bottom:1px rgba(218, 170, 13, 0.85)solid;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    transition: .5s;
}
.x-navigation-h .x-menu:hover{
    cursor: pointer;
    font-weight: bold; 
    background-color: rgba(238, 241, 244, 0.117);
}
.x-navigation-h .x-menu:hover:after{
    
    visibility:visible;
    height: 3px;
    border-bottom:1px rgba(250, 193, 5, 0.938) solid;
}

.x-navigation-h .x-selected{
    font-size: 110% !important;
    font-weight: bold !important;
    cursor: default !important;

}

.x-detail-content{
    border: 1px solid  #d3d3d3;
    box-shadow: 2px 2px 2px 2px gray;
}

.x-detail-content .x-sub-title{
    color: #808080;
}
.x-detail-content .x-content{
    border-top: 1px #dcdcdc solid;
}
.x-detail-content .x-links{
    border-top: 1px #dcdcdc solid;
}

.x-detail-content .x-links-header{
    background-color: inherit;
    color: #0068b7;
    line-height: 45px;
    font-size: 120%;
    font-weight: bold;
}
.x-detail-content .x-links li{
    border: none;
    line-height: 30px;
    height: 30px;
}


