﻿


.newui_footer {
   
    text-align: center;
    bottom:0;
    left:0;
    right:0;
    position:absolute;
    color:#0066b3;
    background-color:white;
    /*padding: 3px;*/
    
}

.loginDivMain {
    position:relative;
    min-height:100%
}

.newui_header {
    width: 100%;
    line-height: 25px;
    /*background-color: #f79219;*/
    background: url("./Images/newbg.png") no-repeat center center;
    text-align: center;
    color: white;
    height:100vh;
    position:relative;
    background-size: 100% 100%;
}

    .newui_header a {
        text-decoration: none;
        color: white;
        padding: 2px;
    }

.newui_wrapper {
    margin: 0 auto;
    height: auto;
    margin-bottom: 50px;
}
.newui_logo {
    /*padding: 30px 0 30px 0;*/
    width: 100%;
    height: 100px;
    /*background: #009FE8;*/
    text-align: left;
    /*background-image: linear-gradient(to right,#0651a4,#00abec);*/
}

.newui_generaldiv {
    /*height:  440px;*/
    /*border: 1px solid #bdbdbd;*/
    /*border-radius: 0.4em;*/
    background-color: #DDE2E8;
    margin: auto;
    width: 481px;
    opacity: 0.9;
    margin-top: 100px;
    /*margin-bottom: 20px;*/
}

.newui_1stdiv {
    /*background-color: #f79219;*/
    /*height: 80px;*/
    text-align: center;
    color: #0066b3;
    padding-top: 18px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.newui_2nddiv {
    border-radius: 50px;
    border: 8px solid white;
    background: url("no-avatar.png") no-repeat;
    background-size: 100%;
    height: 80px;
    background-position: center;
    text-align: center;
    height: 80px;
    margin-left: 94px;
    margin-top: -50px;
    text-align: center;
    width: 80px;
    z-index: 9999;
}

.newui_3rddiv {
    width: 380px;
    margin: 0 auto;
    height: auto;
}

    .newui_3rddiv .input {
        width: 99%;
        height: 22.99px;
        font-size: 13px;
        border: none;
        padding: 2px;
        background-color: white;
        border-radius: 5px;
        font-family: var(--main-font);
    }

.newui_divinput {
    border: 1px solid #fff;
    height: 26.99px;
    margin-top: 18px;
    background-color: #e3e3e3;
    border-radius: 6px;
}

.newui_inputpic {
    display: inline-block;
    line-height: 38px;
    vertical-align: middle;
    margin-left: 15px;
}

.newui_inputtextbox {
    display: inline-block;
    line-height: 38px;
    vertical-align: middle;
}

.newui_textbox {
    width: 154px;
    height: 20px;
    font-size: 13px;
    padding: 2px;
    border: none;
    background-color: #e3e3e3;
}

.newui_divinput2 {
    line-height: 30px;
}

.newui_imgstyle {
    /*background-color: #e3e3e3;*/
    vertical-align: middle;
}

.newui_divinputcaptcha {
    border: 1px solid #bdbdbd;
    height: 40px;
    background-color: #e3e3e3;
    border-radius: 6px;
}

.newui_btnRefresh {
    height: 40px;
    width: 40px;
    background-color: #F79219;
    border-radius: 4px;
}

.newui_divshowcaptcha {
    display: inline-block;
    background-color: #717171;
    margin-right: 4px;
}

.newui_imgcaptcha {
    width: 96px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -4px;
}

.newui_divrefresh {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: -2px;
    cursor: pointer;
}

.btnLoginNew {
    height: 32px;
    width: 100%;
    background-color: #F36420;
    border-radius: 4px !important;
    border: none;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size:12px;
}

    .btnLoginNew:hover {
        background-color: #f66e2d;
    }

.newui_contact {
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    color: #474747;
}

    .newui_contact a {
        text-decoration: none;
        color: #474747;
    }

body {
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: normal;
    color: #474747;
    margin: 0px;
}

.divlogo {
    float: left;
    height: 72px;
}

.divlabelPB {
    float: right;
    margin-top: 35px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 10px;
    width: 200px;
    height: 33px;
    text-align:center;
    display:flex;
}

.multilang-onclick-menu-content li {
    background: transparent !important;
    height: inherit !important;
    color: black;
    border: none !important;
    width: 120px;
    text-align:center;
}

    .multilang-onclick-menu-content li a {
        padding: 5px 0;
        color: #757584;
        font-size: 13px;
        display: block;
    }

        .multilang-onclick-menu-content li a:hover {
            color: #29abe1;
        }

.multilang-onclick-menu-content {
    position: absolute;
    top: 105%;
    /*right: 19%;*/
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    background: #fff;
    border-bottom: 0;
    border-radius: 5px;
    min-width: 100%;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0 10px 2px;
}

    .multilang-onclick-menu-content span {
        display: inline-block;
        font-size: 15px;
        color: #757584;
    }

        .multilang-onclick-menu-content span.new-lang-select {
            cursor: pointer;
        }

            .multilang-onclick-menu-content span.new-lang-select:hover {
                color: #29abe1;
            }

.multilang-onclick-menu:focus .multilang-onclick-menu-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.multilang-onclick-menu:focus {
    pointer-events: none;
    outline: none;
}

.multilang-onclick-menu {
    position: relative;
    display: flex;
    cursor: pointer;
    float: right;
    margin-top: 35px;
    width: 120px;
    height: 33px;
    margin-right: 70px;
    border-radius: 10px;
    border: 1px solid;
}

    .multilang-onclick-menu .multilang-dropdown-icon {
        margin-left: 5px;
        transform: rotate(180deg);
        transition: transform 0.2s linear;
    }

    .multilang-onclick-menu:focus .multilang-dropdown-icon {
        transform: rotate(0deg);
        transition: transform 0.2s linear;
    }

.divnewuilink {
    width: 100%;
}

    .divnewuilink .lbl {
        /*font-weight: bold;*/
        font-size: 14px;
        color: white;
    }

.divnewuilinkleft {
    float: left;
    width: 100%;
    margin-top:10px;
}

.divnewuilinkright {
    float: right;
    width: 50%;
}

.yuantabtn {
    font-size: 12px !important;
    color: white !important;
    background-color: #f26522 !important;
    border-radius: 4px;
    height: 24px;
    width: 130px !important;
    vertical-align: middle;
    
  
    /*font-weight: bold;*/
    line-height: 1.42857143;
    padding-top:8px !important;
    text-align: center;
    display: inline-block;
    text-transform:uppercase;
}
.newui_footer a {
    text-decoration:none;
    color:inherit;
}
.newui_divinputAuthPin {
    border: 1px solid #fff;
    /* height: 26.99px; */
    /* margin-top: 18px; */
    background-color: #e3e3e3;
    border-radius: 6px;
}
.loginbtnclose {
    float:right;
    margin-top:10px;
    margin-right: 15px;
    cursor:pointer;
    color:white;
    width:25px;
    height:25px;
}
.imgglobal {
    margin-top:2px;
    /*margin-right:42px;*/
    height:30px;
    width:30px;
}
.button22 {
    background: url(../Content/Images/refresh3.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-right: 5px;
    color: #d9d9df;
}
.bgPolicies {
    background: #f2f2f2;
}
.PoliciesContent {
        clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #f7f7f7;
    padding: 10px 0 0px;
    overflow: hidden;
}
.P_head {
    display: block;
    position: relative;
    text-align: left;
    padding: 4px 10px 5px 15px;
    color: #007ac9;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 25px;
    font-weight: 100;
}
.P_content {
        border-top: 1px solid #d6d6d6;
    display: block;
}
.P_section {
    
    margin:0 auto;
    margin-top:30px;
    width: 95%;
    text-align:left;
}
ol li.blueTitle {
    font-weight: bold;
    color: #007ac9;
    margin: 20px 30px 5px;
    font-size: 1.2em;
}
ol.privacy_t1 {
    margin-left: 20px;
    margin: 5px 15px 12px 35px;
}
.privacy_t2 {
    _font-size: 1.0em;
    font-size: 1.0em;
    color: #202020;
    font-weight: normal;
}
ol.privacy_t1 li {
    margin-bottom: 8px;
    line-height: 1.4em;
}
.LoginF_banner {
    text-align:center;
    width:100%;
    float:left;
    font-size:12px;
    padding-top:40px;
}

.LoginPopup {
    z-index: 999910;
    position: fixed;
    left: 222px;
    top: 48px;
    animation-timing-function: linear;
    animation-duration: 1000ms;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.LoginPopupBody {
    box-sizing: content-box;
    min-height: 186px;
    min-width: 330px;
    max-height: 615px;
    max-width: 912.2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 0%;
    border-width: 5px;
    width: 912px;
    background-image: url(./Images/Banner_Hoi_Thao_Popup.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(204, 204, 204) 0px 0px 0px 0px;
    overflow: auto;
    height: 519px;
    cursor: pointer;
}
.Chu_i {     
      margin-top:5px!important;    
      padding-top:5px!important; 
      width: 15px;
}
.noticeFrame {
    height:380px;
    width:100%;
    border:0;
    margin-top:10px;
    margin-bottom:10px;
}
.noticegreen {
    overflow: hidden;
}
.noticegreen .newui_generaldiv {
    margin-top: 90px;
    border-radius:20px;
    width: 50%;
}

.noticegreen .newui_3rddiv {
    width:95%
}

    .noticegreen .btnLoginNew {
        margin-bottom: 10px;
    }
.NoticeNote {
    color:#2a9fd6;
    text-align:left;
    font-size:16px;
    font-family: Averta,Arial, sans-serif;
}
.AuthPinOuter {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.AuthPinMiddle {
  display: table-cell;
  vertical-align: middle;
}

.AuthPinInner {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  /*whatever width you want*/
}
.newui_2nddiv_authPin {
    border-radius: 50px;
    border: 8px solid white;
    background: url("no-avatar.png") no-repeat;
    background-size: 100%;
    height: 80px;
    background-position: center;
    text-align: center;
    height: 80px;
    margin-left: 187px;
    margin-top: 5px;
    text-align: center;
    width: 80px;
    z-index: 9999;
}
.newui_1stdivAuthPin {
    /* background-color: #f79219; */
    /* height: 22px; */
    text-align: center;
    color: #0066b3;
    padding-top: 16px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    /* margin-top: 21px; */
}
.btnMessage {
    border-radius:4px !important;
    font-weight:bold;
    background-color:#F36420;
    color: white;
    border:none;
    cursor:pointer;
}
.btnMessage:hover {
    background-color: #f66e2d;
}
.newdialog {
    position: absolute !important;
    height: 200px !important;
    width: 600px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.newui_footer_new { 
    text-align: center;
    color:#0066b3;
    margin:auto;
}
    .newui_footer_new a {
        display:flex;
        flex-direction: column-reverse;
        width:90px;
    }
        .newui_footer_new img {
        width:40px;
        height:40px;
    }

.footer_new_item {
    width: 100%; margin-top: 12px; 
    display:flex; 
    justify-content: center;
    align-items: flex-start;
}

.divlabelPB a {
    font-weight:normal;
    font-size:14px;
    line-height: 32px;
}

.banner1 {
    font-size:65px; 
    font-style:italic; 
    font-weight: bold; 
    margin-bottom:20px; 
    font-family:cursive
}
.banner2 {
    text-transform: uppercase;
}

.newui_divinput1 {
    height: 26.99px;
    margin-top: 18px;
    border-radius: 6px;
    width: 100%;
    background-color: #FFFFFF4C;
    display: flex;
    flex-direction: column;
    height: 56px;
}

    .newui_divinput1 input:-webkit-autofill {
        -webkit-text-fill-color: #fff;
        transition: background-color 99999s ease-in-out 0s;
    }
.sp-language {
    margin-top:5px;
    font-size: 14px;
}
.ic-down {
    width:15px; 
    height:15px; 
    margin-top:10px
}

.newui_divinput2 input[type=checkbox]:checked {
    accent-color:#F36420;
}

.AuthPinInner .newui_generaldiv {
    margin-top:0px;
}

.imgpb {
    margin-top: 6px;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.eye {
    height: 20px; 
    width: 20px; 
    cursor: pointer; 
    margin-bottom: 6px;
}