 
.f11{
    font-size: 13px;
}
.show_success,
.show_error,
.show_notice{
    box-shadow: 0 1px 2px #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 10px;
    position: relative;
}
.del_smg{
    background: url(../images/edit_delete.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.show_error{
    border: 1px solid #e86005;
    background: #fe9752;
    padding: 5px;
    color: #FF0000;
    clear: both;
}

.show_success{
    border: 1px solid #3abaf6;
    background: #beedfc;
    padding: 5px;
    clear: both;
}
.show_notice{
    border: 1px solid #ddd60a;
    background: #f9f7bb;
    padding: 5px;
    clear: both;
}
/*
input[type="text"],
input[type="pasword"],
textarea
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0 1px 1px #CCCCCC inset;
    color: #555555;
}
input[type="text"]:focus,
input[type="pasword"]:focus,
textarea:focus
{
    box-shadow: 1px 1px 2px #CCCCCC;
}
*/
.clearfix{
    clear: both;
}
 
.fl{
    float: left;
}
.fr{
    float: right;
}

 
.Company-MainMenu{
    width: 100%;
    padding: 5px;
    clear: both;
    float: left;
    border-bottom: 1px solid #F2F2F2;
}
.Company-MainMenu li{
    float: left;
    background: none;
    position: relative;
}
.Company-MainMenu li a{
    float: left;
    padding: 5px 20px 5px 0px;
    color: #0054A6;
    float: none;
    float: left;   
    background: none;
}

.Company-MainMenu li:hover a{
    color: #FF8A01;
    background: none;
    
}
.Company-MainMenu li .Div_Sub_Menu{
    position: absolute;
    left: 20px;
    top: 35px;   
    width: 180px; 
    visibility: hidden;
    background: #FFF;
    z-index: 10;

}
.Company-MainMenu li:hover a,
.Company-MainMenu li:hover .Div_Sub_Menu{
    visibility: visible;
}
.Company-MainMenu li .Div_Sub_Menu .arrow-top {
    background: url("../images/arrow-top.png") no-repeat scroll 10px 0 transparent;
    height: 11px;
    position: absolute;
    width: 180px;
    
}
.Company-MainMenu li ul{
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right : 1px solid #CCC;
    border-bottom : 1px solid #CCC;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 3px 3px #B7B7B7;    
}

.Company-MainMenu li:hover ul li a{
    width: 160px;
    padding: 7px 10px;
    text-transform: none;
    font-weight: 100;
    color: #0054A6;
}
.Company-MainMenu li:hover ul li a:hover{
    color: #FF8A01;
}
.Company-MainMenu li ul li a:hover{
    background-color: #F2F2F2;
}
.SubMenu-Company-Noibat{
    width: 100%;
    float: left;
}
.SubMenu-Company-Noibat h3{
    background: url(../images/icon-small.png) no-repeat scroll 0px -593px;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #FF8F08;
}
.Company-Noibat{
    background-color: #F2F2F2;
    border: 1px solid #EFEFEF;    
    overflow: hidden;
}
.menuitem li:hover .Company-Noibat .item,
.Company-Noibat .item{
    background: #FFF;
    border: 1px solid #CCC;
    margin: 5px;
    float: left;
    padding: 5px;
    
    
}
.Company-Noibat .item:hover{
    background: #FFF;
    border: 1px solid #FF8F08;
}
.Company-Noibat .item img{
    width: 60px;
    height: 60px;
}

.News_HightLight{
    float: left;
    width: 700px;
}
.News_HightLight .BlockTop{
    width: 250px;
    float: left;
    margin: 10px;
    color: #444;
}
.News_HightLight .BlockTop .img{
    width: 250px;
    height: 150px;
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
}
.News_HightLight .BlockTop .img .title{
    position: absolute;
    background: url(../images/trans_50.png) repeat;
    padding: 5px;
    width: 240px;
    bottom: 0px;
}
.News_HightLight .BlockTop .img img{
    width: 250px;
    min-height: 150px;
}
.News_HightLight .BlockRight{
    float: left;
    width: 400px;
    margin-top: 5px;
}
.News_HightLight .BlockRight li{
    padding: 5px 0px;
    background: none;
    height: 65px;
}
.News_HightLight .BlockRight li a{
    padding: 0px;
}
.News_HightLight .BlockRight li a.title{
    text-transform: none;
    font-weight: bold;
    color: #0054A6;
    float: left;
    width: 300px;
}
.News_HightLight .BlockRight li a.title:hover{
    color: #FF8F08;
}
.News_HightLight .BlockRight li a:hover{
    background: none;
}
.News_HightLight .BlockRight .imgR{
    float: left;
    width: 90px;
    height: 55px;
    overflow: hidden;
    display: block;
    margin-right: 10px;
    padding: 0px;
}
.News_HightLight .BlockRight .imgR img{
    width: 90px;
    min-height: 55px;
}
.News_Most{
    border-left: 1px dotted #CCCCCC;
    float: right;
    height: 210px;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 10px;
    width: 270px;
}
.News_Most li{
    background: none repeat scroll 0 0 transparent;
    float: none;
    overflow: hidden;
    padding: 5px 0;
}
.menuitem li:hover .News_Most li a{
    color: #333;
}
.menuitem li:hover .News_Most li{
    background: url(../images/item-menu.png) no-repeat scroll 0px 10px;
}
.menuitem li:hover .News_Most li a:hover{
    color: #FF8F08;

}
.News_Most h3 {
    background: url("../images/icon-small.png") no-repeat scroll 0 -593px transparent;
    color: #FF8F08;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 30px;
}
.News_Most li a{
    text-transform: none;
    color: #333;
    font-weight: 100;
    padding: 0px;
    background: url(../images/item-menu.png) no-repeat scroll 0px 5px;
    padding-left: 10px;    
}
.News_Most li a:hover{
    background: url(../images/item-menu.png) no-repeat scroll 0px 5px;
}
.Menu_Support{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/bg.png) no-repeat scroll 100% -640px;
}
.Menu_Support a.LinkSuppor{
    
    height: 47px;
    width: 194px;
    float: right;
}
.Menu_Support:hover .SubMenu_Support{
    visibility: visible;
}
.Menu_Support .SubMenu_Support{
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 39px;
    width: 300px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 2px 6px 10px #666666;
    z-index: 100;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.SubMenu_Support .SLeft{
    float: left;
}
.SubMenu_Support .SRight{
    float: right;
}
.SubMenu_Support .yahoo{
    background: url(../images/icon_support.png) no-repeat scroll 0px -24px;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 20px;
    height: 24px;
}
.SubMenu_Support .skype{
    background: url(../images/icon_support.png) no-repeat scroll 0px 0px;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 20px;
    height: 24px;
}
#footer-top{
    clear: both;
    height: 100px;
}
.brand {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    display: block;
    margin-bottom: 10px;
    overflow: hidden; display: none;
    padding-bottom: 5px;
}
.brand li{
    list-style: none;
    float: left;
}
.brand li a.home{
     background: url(../images/icon-small.png) no-repeat scroll 0px -619px;
     padding-left: 20px;
     font-weight: bold;
}
.brand li a{
    background: url(../images/icon-small.png) no-repeat scroll 0px -578px;
    padding-left: 12px;
    padding-right: 5px;
    color: #003399;
}

                /********
* Pagination
*/
.pages{
    /*float: right;*/
    padding : 10px 0px;
    text-align: center;
    margin-top:20px;
}
.pages a{
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px;
    padding: 7px 12px;
}

.pages a:hover {background: var(--blue); color:white; text-decoration: none}

.admindata td .pages a{
    color: #025A8D;
}
.pages .current{
    background: var(--blue2);
    color: #FFFFFF;
    font-weight: bold; 
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px;
    padding: 7px 12px;
}


.selectBox{
    border: 1px solid #CCC;
    height: 25px;
}
.selectBox option{
    padding: 5px;
}
.popup{
    background: #FFF;
    /*border: 1px solid #CCC;*/
    z-index: 9999999;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
}
.popup .close{
    background: url(../images/close_p.png) no-repeat;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 30;
}
.popup .title{
    background: var(--blue);
    padding: 7px 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}
.popup .pop-content{
    padding: 10px;
    background: #FFF;
}
#pop-login{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: -150px;
    display: none;
}
#pop-message{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 440px;
    margin-left: -220px;
    margin-top: -150px;
}
.pop-bg{
    background: url(../images/trans_65.png) repeat;
    cursor: wait;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%; 
    height: 100%; 
    z-index: 10000; 
    opacity: 0.7;
    display: none;
}
.login-row{
    margin-bottom: 5px;
    overflow: hidden;
}
.login-row label{
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin-right: 12px;
    text-align: right;
    width: 100px;
}
.login-row .input-login {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
    float: left;
    font-size: 12px;
    margin-right: 4px;
    padding: 4px;
    width: 250px;
}

.login-row-end{
    padding-left : 112px;
}
.login-row a{
    color: #0f6fc9;
}
.bt-submit{
    background:var(--blue);
    color: #FFFFFF !important;    
    padding: 7px 10px;
    font-size: 14px; border:none;
    cursor: pointer;
}
.bt-submit:hover{
    background:var(--blue2); 
}

.bt-login{
    background: var(--blue); color:white;
    width: 85px;
    height: 26px;
    border: 0px;
    cursor: pointer;
}
.bt-login:hover{
    background: var(--blue2);
}
.bt-cancel{
    background: var(--darkblue); color:white;
    width: 62px;
    height: 26px;
    border: 0px;
    cursor: pointer;
}
.bt-cancel:hover{
    background: #666; 
}

.customStyleSelectBox {

}

.customStyleSelectBox.changed {
}

.customStyleSelectBoxInner {
    background:url(../images/selectBox.png) no-repeat center right;
    padding-right : 25px;
}
.c_error{
    color: #FF0000;
    margin-top: 3px;
    font-size: 13px;
    display: none;
}
table.form{
    width: 100%; 
}

table.form td.label{
    text-align: right;
    min-width: 50px;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 5px;
}
.bt_send{
    background: url(../images/button.png) no-repeat scroll 0px -272px;
    width: 92px;
    height: 26px;
    border: 0px;
    cursor: pointer;
}
#wrapper_footer1 {
    float:left;
    width:100%;
    padding:30px 0;
    background: var(--blue);
    margin-top: 10px;
    position: relative;
}

#wrapper_footer3 {
    float:left; width: 100%;
    background: var(--darkblue);
    color: #FFFFFF;
    padding: 30px 10px;
}
.footer{
    margin: 0 auto;
    overflow: hidden;
}
.footer .logo{
    float: left;
    height: 120px;
    width: 100px;
}

.footer-t{
}


.footer-t h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-transform: uppercase;
}
.footer-t ul {
    margin: 0;
    padding: 0 10px 10px 20px;
}
.footer-t ul li {
    background: url("../images/bg_bullet.gif") no-repeat scroll 0px 5px;
    margin-bottom: 5px;
    padding-left: 10px; 
}
.footer-t a{
    color: #FFF;
    font-size: 13px;
}
.footer-t a:hover{
    color: #dcddde; 
    text-decoration: underline;
}
#back-top{
    position: fixed;   
    right: 20px;
    bottom: 20px;
    width: 41px;
    height: 39px;
    cursor: pointer;
}
.share-icon{
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 20px;
}
.share-f{
    background: url(../images/share.png) no-repeat scroll 0px -24px;
}
.share-g{
    background: url(../images/share.png) no-repeat scroll 0px 0px;
}
.share-y{
    background: url(../images/share.png) no-repeat scroll 0px -48px;
}
.share-f,
.share-g,
.share-y{
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    float: left;
}
.zL{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
 
.owl-item {float: left;width: 100%}
.owl-stage-outer {overflow: hidden}

.main-detail{
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    float: left;
    padding: 10px;
    width: 100%; margin-right: 1%;
}
.detail-right{
    float: right;
    width: 100%; 
}
.detail-right a img {width: 100%}

.plugin_sds .sds_ctrl {display: none}
/*-----Media 1199px-----*/
@media screen and (max-width:767px){
    .adv-home-main {width: 100% !important}
    .news-home-main {width: 100% !important}
    
    .main-detail, .mainleft {width: 100% !important; margin-right: 0 !important}
    .detail-right, .mainright {width: 100% !important; margin-top:1% !important;}
}




.video {float:left; width:100%; height: 0; padding-bottom: 60%; position: relative; margin-bottom:20px;}
.video .embed-youtube-item {position: absolute; left:0; top:0; right:0; bottom:0; height: 100%; width:100%; }


.gallery {float:left; width:100%; height: 0; padding-bottom: 60%; position: relative; margin-bottom: 20px}
.gallery img {position: absolute; transition: all .5s; left:0; top:0; right:0; bottom:0; height: 100%; width:100%; object-fit: cover }
.gallery:hover img {transform: scale(1.1,1.1); transition: all .5s}

.heading-home {float:left; width: 100%; font-size:25px; text-transform: uppercase; color: var(--blue); margin: 20px 0 20px 0}
.heading-center {text-align: center}

.chihoi {float:left; width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden; border:1px solid #ccc; margin-bottom: 20px; background: white}
.chihoi img {position: absolute; left:0; top:0; right: 0; border: 0; width: 100%; height: 100%; object-fit: contain; padding:10px}

.slogan {float:left; width: 100%; text-align: center; font-size:25px; color:#666; letter-spacing: 1px; padding:10px; margin-bottom: 30px}

.home-block {float:left; width: 100%; padding:10px 10px}
 
.home-gray {background: #eee}


/*---Contact---*/
.contact_ctn h2{margin-top:0; font-size:30px !important; text-transform:uppercase}
.contact_ctn i {float:left !important; font-size: 16px}
.contact_ctn li div {padding-left:33px; font-size: 16px}
.contact_ctn ul {padding: 10px;}
.contact_ctn li {list-style: none;}
.h1-seo {display: none;}