﻿    #myGallery{
      position:relative;
      /*width:400px;*/ /* Set your image width */
      height:60px !important; /* Set your image height */
    }
    #myGallery img{
      display:none;
      position:absolute;
      top:0;
      left:0;
    }
    #myGallery img.active{
      display:block;
      height:60px !important
    }

 /*show IP6*/
.Ip6 {
    visibility: visible !important;
    position: absolute !important;
    padding-left: 20px !important;
    z-index:1000;
}

/*show Tín nhiệm */
.handle_cert {
    visibility: visible !important;
    position: absolute !important;
    padding-left: 150px !important;
    z-index: 1000;
}