
@font-face {
    font-family: myFont1;
    src: url(assets/fonts/WDB_Bangna_0.ttf);
}
.myFont1{
    font-family: myFont1;
    /*font-family: myFirstFont !important;*/
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a img:hover{
    opacity: 0.9;
}
.carousel-inner a img:hover{
    opacity: 1;
}
.aRed,.aRedNoHover{
    text-decoration: none !important;
    color:#C62D32 !important;
}
.aRed:hover{
     text-decoration:underline !important;
}

#divMainWeb{
    margin-top:1em;
}
.operIsUse_Y{
    width:50px;
    text-align: center;
    color:#19A98B;
}
.operIsUse_N{
    width:50px;
    text-align: center;
    color:#B94A48;
}
.width100{
    width:100%;
}

.widthMain{
    width:100%;
    max-width: 1200px;
    /*width: 1016px;*/
    margin:auto;
    padding:auto;
}

#bs-example-navbar-collapse-1{
    font-size: 14px !important;
}

.bgcolorFacebook ,.btnFbStyle{
    background-color: #C62D32;
    
}
#bs-example-navbar-collapse-1 a{
    color:#FFF !important;
}
#bs-example-navbar-collapse-1 li a:hover{
    background-color: #BA0000;
}

#bs-example-navbar-collapse-1 .active a{
    /*color:#CCC !important;*/
    background-color: #BA0000;
}

#bs-example-navbar-collapse-1 .dropdown-menu{
    background-color: #C40016 !important;
}

.bgcolorFacebookActive ,.btnFbStyle:hover ,#bs-example-navbar-collapse-1 li:hover ,#bs-example-navbar-collapse-1 li[class='dropdown open'] ,#bs-example-navbar-collapse-1 a[aria-expanded='true']{
    background-color: #C62D32;
}

.btnFbStyle,.btnFbStyle:visited  {
    border:0px;
    color:#FFF;
}
.btn-default{
    border:0px;
    background-color: #C62D32;
    color:#FFF;
}
.btn-default:hover,.btn-default:active,.btn-default:focus{
    background-color: #BA0000;
    color:#FFF;
}
.headerStyle1{
    font-size: 19px;
    background-color: #C62D32;
    color:#FFF;
    padding:0.2em;
    padding-left:0.7em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom:2px solid gold;
}
.menuLeftDetail li{
    border-bottom:1px solid #DDD;
}
.menuLeftDetail li a{
    padding-left:0.3em;
    padding-top:0.3em;
    padding-bottom:0.3em;
    color:#333333;
}
.imgArrowLeft{
    width:6px;
}
.colorGreenMyApp{
    color: #19A98B;
}
button,input[type='submit']{
     margin:0em !important;
}
.butBack{
    color: #19A98B !important;
}
.butAdd{
    color: #19A98B !important;
    cursor: pointer;
}
.butSave{
    color: #19A98B !important;
    cursor: pointer;
}
.butEdit{
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #19A98B;
}
.butView{
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #B94A48;
}
.butDelete{
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: #B94A48;
    cursor: pointer;
}

.aRed{
    color: #C62D32;
    text-decoration: underline;
}

.aRed{
    color: #C62D32;
    text-decoration: underline;
}
.aGreen{
    color: #19A98B;
    text-decoration: underline;
}
.textRed{
    color: #C62D32;
}
body{
    background-color: #FFF;
}
.akaTable {
    display: table;
    width:100%;
}
.akaRow {
    display: table-row;
}
.akaCol {
    display: table-cell;
}
a{
    color: #0080e2
}
.table th{
    background-color: #C62D32;
}
.tabbable li.active a{
    color:#000;
}
.msgErrComp{
    text-align: right;
    color:#E84030;
    font-size: 12px;
    margin-right:0.3em;
}
.textNumber{
    max-width: 160px;
    text-align: right;
}
#loaddingAjax{
    text-align: right;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#loaddingAjax img{
    width:80px;
    position: fixed;
    bottom: 25px;
    right: 26px;
}

.imgContentGet{
    max-width:100%;
    float:left;
    margin-right:0.5em;
    border-radius: 4px;
}

.youtubeContentGet{
    width:100%;
    max-width:45%;
    float:left;
    margin-right:0.5em;
    border-radius: 4px;
    min-height:300px;
}
.tagForMobile{
    display:none;
}

/* mobile phone */
@media all and (max-width: 768px) {
    .widthMain{
        width:96%;
        margin:auto;
        padding:auto;
    }
    .imgContentList{
        max-width:100%;
    }
    .tagForDesktop{
        display:none;
    }
    .tagForMobile{
        display:block;
    }
}

