@font-face {
    font-family: 'dtac2013';
    src: url('./fonts/dtac2013_rg-webfont.eot');
    src: url('./fonts/dtac2013_rg-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/dtac2013_rg-webfont.woff') format('woff'),
        url('./fonts/dtac2013_rg-webfont.ttf') format('truetype'),
        url('./fonts/dtac2013_rg-webfont.svg#dtac_2013regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dtac2013_lt';
    src: url('./fonts/dtac2013_lt-webfont.eot');
    src: url('./fonts/dtac2013_lt-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/dtac2013_lt-webfont.woff') format('woff'),
        url('./fonts/dtac2013_lt-webfont.ttf') format('truetype'),
        url('./fonts/dtac2013_lt-webfont.svg#dtac_2013regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dtac2013_bl';
    src: url('./fonts/dtac2013_bl-webfont.eot');
    src: url('./fonts/dtac2013_bl-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/dtac2013_bl-webfont.woff') format('woff'),
        url('./fonts/dtac2013_bl-webfont.ttf') format('truetype'),
        url('./fonts/dtac2013_bl-webfont.svg#dtac_2013regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    height: 100%;
}
body{
    font-size: 18px;
}
#preload_img{
  position: fixed;
  top:50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -45px;
  box-shadow: 2px 2px 3px #eee;
  z-index: 99999;
}
.f-dtac{
    font-family: "dtac2013";
}
.f-c-blue{
    color: #00ace8;
}
.f-c-white{
    color: #fff;
}
.f-c-red{
    color: #f00;
}
.f-c-gray{
    color: #888
}
.f-c-green{
    color:#cfde00;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-22{
    font-size: 22px;
}
.fs-32{
    font-size: 32px;
}
.fs-60{
    font-size: 60px;
}
.txt-center{
    vertical-align: middle;
}
.header{
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
    height:  50px;

}
.header img{
    width: 60px;
}
.btnToggleMenu{
background: #eee;
width: 50px;
height: 50px;
float: right;
margin: -10px -25px 0 0;
text-align: center;
padding-top:10px;
cursor: pointer;
}
a.btnToggleMenu,a:hover.btnToggleMenu{
  text-decoration: none;
  color: #666;
  font-size: 28px
}

.btn-lang{
    margin-right: -20px;
}
.wrap-header{
    z-index: 9;
}
.wrap-txt-header{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/*.topMenu{
    margin-top: 50px;
}*/
.fix{
    position:fixed;
    top:0px;
    left:0;
    right:0;
    margin:0;
}
.wrap-header #top-menu-telnum{
    /*display: none;*/
    opacity: 0;
    transition: all .5s;
}
.wrap-header.fix #top-menu-telnum{
    /*display: inline;*/
    opacity: 1;
    transition: all 3.5s;
}
.content .txt-num-blue{
    opacity: 1;
    transition: all 1s;
}
.content.topMenu .txt-num-blue{
    opacity: 0;
    transition: all 1s;
}
.img-center{
    margin: 0 auto;
}

#menu{
    /*padding: 20px;*/
    background-color: #1c3a78;
    color: #fff;
}
#menu a ,#menu a:hover{
  text-decoration: none;
  color: #fff;
}
.flag-lang-block{
  cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    margin: 3px 0;
}
.flag-lang-block img{
    margin-right: 15px;
}
.flag-lang-block.active, .flag-lang-block:hover{
    background-color: #19326a;
}
.flag-lang-block i.fa{
    display: none;
}
.flag-lang-block.active i.fa{
    display: block;
}
.btn-login{
    width: 100%;
    height: 40px;
    background-color: #999;
    margin: 40px auto;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    cursor:pointer;
    border: 0;
    box-shadow: 0 3px #000;
}

.btn-dtacDefault{
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #83007a), color-stop(0.7, #fc007a));
    background: -webkit-linear-gradient(right, #83007a 0, #fc007a 70%);
    background: -webkit-linear-gradient(left, #83007a 0, #fc007a 70%);
    background: linear-gradient(to right, #83007a 0, #fc007a 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#83007a', endColorstr='#fc007a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#83007a', endColorstr='#fc007a')";
    border-radius: 10px;
    border: 0;
}
[class*="btn-dtac-login"] {
    display: block;
    color: #fff;
    border-radius: 25px;
    border: none;
    box-shadow: 0 3px #360033;
    font-family: 'DtacRegular';
    font-size: 18px;
    margin-bottom: 6px;
    padding: 10px 15px;
    position: relative;
}

[class*="btn-dtac"] {
    display: block;
    color: #fff;
    border: none;
    box-shadow: 0 3px #360033;
    font-family: 'DtacRegular';
    font-size: 18px;
    margin-bottom: 6px;
    padding: 10px 15px;
    position: relative;
}
/*[class*="btn-dtac-refill"] {
width: 150px;
border-radius: 10px;

}*/

.btn-dtacDefault:hover {
    background: #83007a;
    box-shadow: 0 3px #360033;
    top: 0px\0;
    color: #fff;
}
[class*="btn-disable"],[class*="btn-disable"]:hover {
    background: #999;
    color: #fff;
    box-shadow: 0 3px #333;
    cursor: not-allowed;

}
.txt-balance,.txt-pack-fee{
    position: relative;
}
.txt-balance .sup{
    position: absolute;
    top:5px;
    right:-35px;
    font-size: 60%;
}
.txt-pack-fee .sup{
    position: absolute;
    top:5px;
    right:-45px;
    font-size: 60%;
    width: 50px;
    text-align: left;
}
.line-title{
    display:block;
    text-align:center;
    position:relative;
    line-height:1em;
    width:100%;
    z-index:1;
}

.line-title  span {
    background:#eee; /* match to background */
    padding:0 0.7em;
    font-size: 22px;
    font-weight:
}

.line-title:before {
    border-top: 1px solid #999999;
    content: "";
    position: absolute;
    top: 0.4em;
    left:0;
    width: 100%;
    z-index: -1;
}
.line-gray{
    border-top: 1px solid #999999;
    width: 100%;
    height: 2px;
    margin: 8px 0 8px 0;
}

.scrollup{
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    background-color: #00496a;
    cursor: pointer;
}

.wrap-tab-telnumber{
    background-color:#00ace8;
    width: 100%;
    height: 70px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#footer{
    background-color: #00ace8;
    height: auto;
    width: 100%;
    /*margin-top: 50px;*/
}

.copyright{
    padding: 10px;
    line-height: 13px;
}

.btn-use-Tel{
padding-top:10 !important;
}