@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Prompt';
}
body {
    background-color: #245075;
}
.color_master{
    background-color:#0575b7;
    border-color: #0575b7;
}

.color_success{
    background-color: #4caf50;
    border-color: #4caf50;
}
.color_success:hover{
    background-color: #4fa253;
    border-color: #4fa253;
}
.color_error{
    background-color: #dc3545;
    border-color: #dc3545;
}
a,a:hover {
    text-decoration: none;
    color: #000;
}
.loader {
    border: 6px solid #f1f1f1;
    border-radius: 50%;
    border-top: 6px solid #333;
    -webkit-animation: spin 2s linear infinite; 
    /* Safari */
    animation: spin 2s linear infinite;
}
.loader_sc{
    border-color: #8bc34a;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.main_pop{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 21;
}
.con_pop{
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#backroom .img-bg {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.middleBox{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
#header ul.pc_only{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}
#header ul.pc_only li{
    display: inline-block;
    position: relative;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 5px 8px;
    background-color: #fff;
}
#header ul.pc_only li img {
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.5s;
    max-width: 120px;
    transform: translateX(-50%);
}
/* #header ul.u1 li:nth-child(2),#header ul.u1 li:nth-child(3){
    line-height: 20px;
} */
#header .mb_only .mb_nav {
    width: 250px;
    position:fixed;
    top:0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .mb_only .mb_nav.nav_open{
    left: 0;
}
#header .mb_only .mb_nav.nav_close{
    left: -250;
}
.mb_nav li{
    list-style: none;
}
.mb_nav .con_nav{
    width: 250px;
    height: 100vh;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    float: left;
}
.mb_nav .con_nav li{
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
.mb_nav .con_nav li:last-child{
    border-bottom: 1px solid #fff;
}
.mb_nav .close_nav{
    cursor: pointer;
    position: absolute;top:0;
    left:100%;
    background: #fff;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 0px 10px 10px 0;
    padding: 5px;
}
.mb_nav .close_nav span{
    font-size: 30px;
}
#header .lg{
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    float: left;
}
#header .lg:only-child{
    width: 50px;
    cursor: pointer;
}
#header .lg_active{
    background-color: #0575b7;
    color: #fff;
}
.footer {
    color: #fff;
    background-color: #0575b7;
}
.footer_pd{
    padding: 10px;
}
p {
    margin: 0;
}
.header_pd{
    padding-top: 50px;
}
.mb_only{
    display: none;
}
.boxType {
    padding: 15px;
}
.shadow1 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);   
}
.txt_error{
    color: red;
}
.text_middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_name {
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
}
.bg_gradient {
    outline: none;
    background: rgb(113, 184, 226);
    background: linear-gradient(163deg, rgb(113, 184, 226) 0%, rgb(5, 117, 183) 100%);
}
.h4_lh {
    line-height: 1.5;
}
.hover_li{
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    padding-left: 8;
    text-align: left;
}
.hover_li .sub_li{
    width: 100%;
    padding-left: 5px;
    background: #fff;
}
.sub_li:hover{
    background: #0575b7;
    color: #fff;
}
.hover_name{
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.hover_name:hover .hover_li{
    display: block;
}
#header ul.pc_only .hover_bg:hover{
    background: #0575b7;
}
#header ul.pc_only .hover_bg:hover a{
    color: #fff;
}
.preview_icon{
    width: 20px; 
    height: 20px;
    margin-right: 10px;
}
.text_nowrap, .table-responsive span {
    white-space:nowrap;
}
.txtc{
    text-align: center;
}
input[type=radio],input[type=checkbox]{
    width:18px;
    height:18px;
    vertical-align: middle;
}

/* width */
.scolling1::-webkit-scrollbar {
width: 10px;
}

/* Track */
.scolling1::-webkit-scrollbar-track {
background: #f1f1f1; 
border-radius: 15px;
}

/* Handle */
.scolling1::-webkit-scrollbar-thumb {
background: #888; 
border-radius: 15px;
}

/* Handle on hover */
.scolling1::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.form-control[readonly].bd_success{
    background-color: #89e28d;
    border: 2px solid #4caf50;
}
.bd_success{
    background-color: #89e28d;
    border: 2px solid #4caf50;
}
.icon_howto{
    width:100%;
    max-width: 200px;
}
.icon_howto2{
    width:90%;
    max-width: 180px;
}
.table_q{
    list-style: none;
    margin: 0;
    padding: 0;
}
.table_q li{
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}
.table_q .item-res{
    padding: 10px;
}
.table_q .item-res .th,.table_q .item-res .en{
    display: none;
}
.pd-banner{
    margin-top: 50px;
}