body{.faq-mica-signage {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.7;
}
.faq-mica-signage h4{
    border-bottom: 1px dashed #ccc;
    padding: 5px 0px;
    font-size: 18px;
    margin-bottom: 7px;
}

.faq-mica-signage p {
  margin: 0 0 14px;
  color: #374151;
background: #f1f1f1;
        padding: 10px;
        border-radius: 10px;
}

.faq-mica-signage a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}

.faq-mica-signage a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* Mobile tối ưu đọc */
@media (max-width: 768px) {
  .faq-mica-signage {
    padding: 16px;
    font-size: 15px;
  }

  .faq-mica-signage h4 {
    font-size: 17px;
  }
}

.lh-hero {
    text-align: center;
    border: 1px dashed #d3d3d3;
    border-radius: 10px;
    padding: 10px;
    background: #f7f7f7;
        margin: 15px;
}
.faq-title {
    font-size: 1.6rem;
    color: #000000!important;
    margin-bottom: 20px;
    border-left: 4px solid #c50000;
    padding-left: 10px;
    color: #2c3e50;
}
.contact-button {
    display: inline-block;
    margin: 10px 5px;
    padding: 12px 25px;
    background-color: #1a73e8;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
}

.contact-button:hover {
    background-color: #155ab6;
}
table.baogia {
    background: linear-gradient(to right, #ffffff, #f1f5fb);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
table.baogia {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

table.baogia th, table.baogia td {
    padding: 15px 20px;
    text-align: left;
}

table.baogia th {
    background-color: #1a73e8;
    color: #fff;
    font-size: 18px;
}

table.baogia tr:nth-child(even) {
    background-color: #f2f4f7;
}

table.baogia tr:hover {
    background-color: #e0e7ff;
    transition: 0.3s;
}

table.baogia td {
    font-size: 16px;
    color: #333;
}

.nutvideo{
    background: #4CAF50;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

#menu-wiki::-webkit-scrollbar {
    display: none;
}
#menu-wiki {  
transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: visible;
    opacity: 1;
     z-index: 999999;
  transform: translateY(0);  /* Menu không bị dịch chuyển */}
.menu-toc {
overflow: scroll;
 max-height: 80vh;   
    border: 1px solid rgb(207 207 207) !important;;
    border-radius: 15px;
    box-shadow: 2px 2px 7px #cccccca3;
    background-color: rgb(255 255 255) !important;
    padding: 20px;
   max-width: 340px;
    position: fixed;
    top: 55px;
    left: 10px;
    opacity: 0;  /* Ẩn menu với opacity */
    transform: translateY(-20px);  /* Dịch chuyển menu lên trên để tạo hiệu ứng ẩn */
    pointer-events: auto;
 display:none;
}

/* Style cho nút Menu */
#toggle-menu {
position: fixed;
        top: 12px;
        left: 10px;
        display: none;
        padding: 2px;
        height: 40px;
        background-color: #ffffff;
        border: 1px solid #ccc;
        color: #333333;
        cursor: pointer;
        border-radius: 7px;
        transition: opacity 0.6s ease;
        z-index: 10;
}
.navigation-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .prev, .next {
                  background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 25px;
        padding: 5px 13.8px;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        transition: background-color 0.3s;
        }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
.dragging {
            cursor: grabbing;
            transition: none;
        }
.image-slider-wrapper img{    margin-right: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #f2f2f2;}
.image-slider-wrapper {
            position: relative;
            max-width: 100%;
            margin: auto;
            overflow: hidden;
        }

        .image-slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .image-slider img {
            width: 100%;
            object-fit: cover;
        }

        .navigation-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        .dot-container {
               position: absolute;
        text-align: center;
        margin-top: 10px;
        z-index: 9999;
        bottom: 22px;
        left: 13px;
        background: #00000059;
        padding: 2px 4px 4px 4px;
        height: 30px;
        border-radius: 5px;
        }

        .dot {
                   height: 10px;
        width: 10px;
        margin: 0 3px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s;
        cursor: pointer;
        }

       .dot-container  .active {
            background-color: #717171;
        }

.news_column figure{    margin-bottom: 0px;}
.news_column img.pull-left{    border: 1px solid #e2e2e2;
    background: #f8f8f8;
    padding: 5px;
    margin-right: 20px;
}
@media (min-width: 1200px) {
    .wraper {
        width: 1250px;
    }
}
@media (min-width: 992px) {
    .wraper {
        width: 100%;
        max-width: 1250px;
    }
}
.thumbnail{
    height: 395px;
    min-height:395px;
    max-height:395px;
}
}

.menu-group{
padding: 5px 7px;
background:rgb(240 240 240);
margin: 2px;
border-radius: 7px;
}
.menu-group:hover{background:rgb(213 213 213);}
.alert-info{    border-color: transparent !important;}
.alert-info h1{
    font-size: 22px;
    color: #f00;
    margin-bottom: 9px;
    border-left: 3px solid red !important;
padding: 0px 10px;
}

.alert-info h2{
    font-size: 20px;
    margin: 10px 0px;
}
.xemthem2{    margin: 15px 0px;
    padding: 8px;
    border-radius: 10px;}

.fix_banner_left, .fix_banner_right{    display: NONE !important;};}.textview:hover{background: #005c54;}
.textview{
background: #009688;
    padding: 5px;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    margin-top: 4px;
    display: ruby-text;
    font-size: smaller;
}
.demoview {
            display: none; /* Ẩn ảnh mặc định */
max-width: 90%;
        position: absolute;
        border: 1px solid #e9e9e9;
        background: #f2f2f2;
        padding: 5px;
        margin: auto;
        border-radius: 10px;
        margin-top: -230px;
        }
.news_column h2, .bodytext h2, .baogia th{text-transform: uppercase;}
.baogia .td1{line-height: 20px;}

.ghichu2 {
font-size: smaller;
        font-style: italic;
        padding: 0;
        margin: 0;
        color: #5d5d5d;
        line-height: 20px;
    }

#toggleContent::-webkit-scrollbar {
    display: none; /* Ẩn thanh cuộn */
}
.ghichu{
    font-size: smaller;
    font-style: italic;
    background: #fcfcfc;
    padding: 6px 10px;
    margin: 10px 0px;
    color: #ff5500!important;
    line-height: 22px;
}
   .baogia {font-size: smaller;}
.closebtn{       
       position: sticky;
        float: right;
        top: 7px;
        cursor: pointer;
}
#closeButton {
    color: #ff0000 !important;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none!important;
    padding: 0px 6.6px;
    }
#toggleContent {
        position: absolute;
top: -15px;
       width: 90%;
max-height: 500px;
    overflow: auto;
        max-height: 0; /* Ban đầu ẩn chiều cao */
        overflow: hidden; /* Ẩn nội dung tràn */
        opacity: 0; /* Ban đầu ẩn */
        padding: 0 10px;
        background-color:#f9f9f9;
        border: 1px solid #ddd;
        margin-top: 10px;
        box-shadow: 1px 2px 4px #0000002e;
        transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; /* Hiệu ứng */
    }

    /* Khi hiển thị nội dung */
    #toggleContent.show {
        z-index: 1;
        width: 90%;
         max-height: 650px;
        overflow: auto;
        opacity: 1; /* Hiển thị nội dung */

top: -15px;
    }

    #toggleLink { animation: logo4 1s infinite;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size:17px;
        padding: 3px 10px;
        margin: 12px 0px;
        position: absolute;
        top: -64px;
        right: 11px;
    }

.text-conten li{    border-bottom: 1px dotted #ccc;
    padding: 10px 5px;}
.text-conten li:last-child {  border-bottom:transparent;}

.text-conten {
margin-bottom: 20px;
    background: #e8e8e87d;
    padding: 15px 15px 0;
    border-radius: 10px;
    border: 1px dashed #ccc;
}
.imagemap{
        animation: logo4 1s infinite;
        display: inline-block;
        margin-top: -40px;
        background: #ffffff;
        border-radius: 100%;
        padding: 17px 27px;
        margin-bottom: -5px;}

.ft-navi-span{
    display: block;
    padding: 10px;
    color: #000;
}
.iconmap {
        width: 33.3%;
        display: inline-block;
        text-align: center;
    }
button.navbar-toggle{     padding: 11px 10px!important;    top: 3px!important;   border-color:1px solid #ccc!important;     background: #fbfbfb!important;        margin-top: -5px!important; position: fixed;  right: 4px;
    border-radius: 8px!important;
    margin: 8px 5px 8px 6px!important;
}
.breadcrumbs-wrap .display {
    overflow: inherit;
    background: #f4f4f4;
    margin-left: -5px;
    height: 44px;
    margin-bottom: 11px;right: 1px;
}
.show-subs-breadcrumbs{
    background: #F44336;
    margin: 10px;
    padding: 0px;
    border-radius: 4px;
    color: #fff;
}
.show-subs-breadcrumbs:hover{
    background: #e2e2e2;
    color: #000000;
}
.subs-breadcrumbs{
overflow: overlay;
background: #ffffff;
    padding: 10px;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}
.searchmod{    text-align: left;padding: 10px;    font-size: 15px;}
.searchmod a{
    text-transform: lowercase;
    color: #606060;}
.searchicon{    cursor: pointer;}
#submenu-115 .dropdown-menu{top:100px;}
#submenu-118 .dropdown-menu{top: 100px;}
#submenu-129 .dropdown-menu{top: 81px;}
.contenseek{display: inline-block;width:70%;}
.lienhe-header { width: 49%;
    display: inline-block;
        margin: 15px 0px;
}
.lienhe-header img{
     margin-top: -30px;
    width: 40px;
}
.text{
    margin: 0px 10px;
    display: inline-block;
}
.text .title{
        font-size: 20px;
font-weight: bold;
    color: #e00000;
}
   .text .des{
 color: #6b6b6b;
}
.timkiem1 input {font-size: 15px;
        padding: 10px;
        border-radius: 35px;
        height: 2.502em !important;
        width: 95% !important;
        border: 1px solid #ccc !important;
        background-color: #fff0 !important;}
input.radio-a {
        display: inline-block !important;
        height: auto !important;
        min-height: 16px;
        width: 10px !important;
                margin-top: -5px;
        margin-right: 0px;
}
.form-group1{    font-size: 15px !important;
text-align: left;
        padding: 10px;}
.form-group1 option{    display: inline-block;margin-right: 15px;}
.search-container {
            position: relative;
            width: 300px;
        }
        .search-input {
            width: 100%;
            padding: 10px 40px 10px 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
        }
        .search-icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
        }
.image-conten{
    width: 95%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #fafafa;
}

.top-thongtin{
    display: inline-block;
    padding: 10px;
    border-radius: 16px;
    margin: 10px 10px 10px 0px;}
.tagnews{
        line-height: 26px;
        border-radius: 4px;
        margin: 3px;
        padding: 0px 10px;
        background: #dedede;
        color: #464646;
        display: inline-block;
        font-size: 13px;}
pre, blockquote, form, figure, p, dl, ul, ol {
  margin-bottom: 1.3em;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.motafile hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.alert-info hr {
    border-top-color: #efefef;
}
.keysearch a{
    display: inline-block;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    background-color: white;
    border-radius: 24px;
    box-sizing: border-box;
    color: #3C4043;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 8px;
    position: relative;
    white-space: normal;
    margin: 5px 3px;
}
.mauchon{    border: 1px solid #8c8c8c;float: left;height: 20px;margin: 2px; width: 40px;line-height: 17px;display: block;padding: 0;}
	.maudo{background: #c00;}
	.mauxanhla{background: #0c0;}
	.maucam{background: #fb940b;}
	.mauvang{background: #ff0;}
	.mauketmong{background: #03c0c6;}
	.mauxanhlam{background: #00f;}
	.mauhong{background: #ff98bf;}
	.maudo{background: #c00}
	.mautim{background:#762ca7}
	.mautrang{background: #fff;}
	.mauxam{    background: #999;}
	.mauden{    background: #000;}
	.maunau{    background: #885418;}
.col-md-18 .list-topnew{     width: 24.5%;
    display: inline-grid;}

.col-md-18 .list-topnew a.show{    padding: 10px;}
 .col-md-18 ul   {padding: 0px;}
blockquote {
    background: #f7f7f7;
}
#menu-wiki ul.menu-wikiss li li:hover a{    cursor: pointer;
    background: #ccc;} 
#menu-wiki ul.menu-wikiss li li { display: inline-block;    border-bottom: none;}
#menu-wiki ul.menu-wikiss li li a {
    background: #e6e6e6;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 8px;
    margin-top: 10px;

}
figure.images figcaption {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 10px !important;
}
.xemthem{    font-style: italic;
    background: #fff7f1;
    padding: 5px;}
#uhchatmobile{display: none !important}
#uhchatbox {
    background: url(https://khoimoc.com/uploads/ho-tro.png?1546492311) no-repeat !important;
}

a.an_1,a.hien{display: none;cursor: pointer; }
a.an{cursor: pointer;}
a.hien_1{display: initial ;cursor: pointer;}
 div.toc_1 ul{display: none;}
div.toc ul{display: initial;}
.menu-baiviet li{list-style:none;}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#baitc a:link, #baitc a:active, #baitc a:visited {
    color: #5bc8e3;
}
.panel-body img {
 margin-right: 0px;
}
.h2-title{text-transform: uppercase;border-bottom: 2px solid #989898;color: #e40000;background: #efefef;padding: 5px 0px 3px 10px;}
#menu-wiki{    border: 1px dashed #cdcdcd;
    margin: 0px 0px 15px 0px;
    background-color: rgb(249 249 249);
    padding: 25px 10px 10px 10px;
    border-radius: 15px;}
#menu-wiki h2    {padding-bottom: 10px;    text-align: center!important;}
ul.menu-wiki{    padding: 0px!important;}
ul.menu-wiki li{list-style: none!important;border-bottom: 1px dashed #d0d0d0;padding: 5px 0px;}
ul.menu-wiki li:last-child{ border-bottom: none!important;}
ul.menu-wiki li a{text-decoration: none!important;}

figcaption {
    text-align: center;
    margin-top: 0px;
padding: 3px 0px;
    background: #f5f5f5;
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: normal;
}
.footer_boxz {
    position: fixed;
    bottom: 0px;
      padding: 3px 0px 0px;
    left: 0px;
    background: #ffffff;
    width: 100%;
    z-index: 9999!important;
    box-shadow: 0px -1px 7px #00000030;
}
.footer_boxz img {
    max-width: 30px;
    vertical-align: middle;
}
.baogia tr td {vertical-align: top;}
.baogia {

    border: 1px solid #ccc;
    width: 100%;    background: #fff;
}
.lienhe {border: 2px dashed #e40613; padding: 11px; margin-bottom: 20px;  border-radius: 10px;}.baogia1 {    border: 1px dashed #caddff;border-left: 3px solid #4d9ace;padding: 10px 15px 0px;background: #f6fcff;margin: 10px;} .chart-legend li{display:inline-block;font-size:12px;line-height:16px;color:#3D4B55;margin-right:4px;text-transform:uppercase}.color-swatch-1,.progress-bar.color-swatch-1{color:#577F9B}.color-swatch-2,.progress-bar.color-swatch-2{color:#F36F69}.color-swatch-3,.progress-bar.color-swatch-3{color:#8DB355}.color-swatch-4,.progress-bar.color-swatch-4{color:#b3b3b3}ul.tm-ourhistory h4{text-transform:uppercase;margin-bottom:10px}ul.tm-ourhistory{list-style:none!important;padding-left:5px!important}ul.tm-ourhistory li{position:relative;padding-left:30px;padding-bottom:25px}ul.tm-ourhistory li:after{position:absolute;width:2px;height:100%;content:'';left:8px;top:4px;z-index:8;background:#ddd}ul.tm-ourhistory li:last-child:after{background:#fff}ul.tm-ourhistory li:before{position:absolute;content:'\f111';color:#b7171c;left:0;top:3px;width:20px;text-align:center;z-index:9;font:normal normal normal 14px/1 FontAwesome}#page-bodyhtml{overflow-x:inherit!important} #print{width:100%;padding:0 10px}#print #bodytext img{max-width:100%}.timkiem{border-radius:10px;border:1px solid #ccc;padding:10px}#brcr_1 a:before,#brcr_2 a:before,#brcr_3 a:before{content:"\f101";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:5px}.bodytext td,.bodytext th{padding:10px;border:1px solid rgb(236,236,236)}a.heading_title{color:#fff;text-transform:uppercase}.nav-tabs-new{border-bottom:0;border-radius:10px;margin:0 15px}.nav-tabs-new>li>a:hover,.nav-tabs-new>li>a:focus{text-decoration:none;padding:10px;background:#c11f25;color:#fff;border:1px solid #fff}.nav-tabs-new li a{padding:10px;border-radius:0;margin:0;font-weight:bold;}.nav-tabs-new>li.active>a,.nav-tabs-new>li.active>a:hover,.nav-tabs-new>li.active>a:focus{cursor:default;padding:10px}.nav-tabs-new li{margin-left:-1px}.headerSearch .btn-info{background-color:#fff;border-color:#d0d0d0;color:#ababab}.form-control{box-shadow:none}.headerSearch{margin-top:5px}.headerSearch button{height:25px;padding:3px 5px}.headerSearch .form-control{padding:5px 10px;border:1px solid #ccc;height:25px}.panel-default>.panel-heading{color:#fff;background-color:#c11f25;border-color:#880207;font-weight:bold;font-size:16px}#slider1_container #slides a.title{display:none}.gois{color:rgb(51,168,55)!important}.lienhe-1 .form-control,.lienhe-1 .nv-fullbg,.lienhe-1 .panel-primary{background:transparent!important}.lienhe-1 .panel-primary{border-color:rgba(80,80,80,.18)}.lienhe-1 .box-shadow{box-shadow:none;-webkit-box-shadow:none}.hit-tt li{padding-bottom:4px;border-bottom:1px dotted #dcdcdc}.hit-tt li:last-child{border-bottom:none}.hit-tt li a{overflow:hidden;height:60px}.hit-tt .panel-body{border:1px solid rgba(80,80,80,.18)} .hit-tt .panel-body h3{border-bottom:1px solid #ccc;margin-bottom:16px;padding-bottom:8px}.list-topnew{padding-top:4px}.pagination>.active>a:hover,.pagination>.active>a{background-color:#b10b10;border-color:#9c1014}.pagination{margin:-27px 0 37px 0}.pagination>li>a:hover,.pagination>li>a{color:#b10b10}.treeview li{background:transparent!important}.treeview li:before{content:"\f005";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c11f24;padding-right:5px}.iconface{background-image:url(../images/facem.png);background-repeat:no-repeat;padding:0 10px;margin-right:10px}.contact-us{position:relative;height:30px;width:30px;margin-right:10px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;text-align:center;line-height:26px;-webkit-transform:translateZ(0);display:inline-block;font-size:16px!important;padding-left:4px;border:solid 2px #808080;margin-bottom:3px}form#formchat{background:#9a0005!important}#uhchatmobile,#uhchat{background:url((http://www.quangcao.co/uploads/ho-tro.png) no-repeat!important}.icon-tab-1,.icon-tab-17{background:url(https://khoimoc.com/uploads/banners/icon-nhat-ky.png) no-repeat}.icon-tab-18{background:url(https://khoimoc.com/uploads/banners/icon-blog.png) no-repeat}.button:hover{background:#467b88}.button{line-height:45px!important;font-size:15px;line-height:20px;font-weight:bold;text-transform:uppercase;padding:11px 28px;margin:5px 0;border:none;border-radius:5px;overflow:hidden;z-index:0;transition:background-color 0.3s,box-shadow 0.3s,color 0.3s;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#fff!important;text-decoration:none!important}.buttom-1{background:rgb(227,91,91)}.buttom-2{background:rgb(59,89,152)}.buttom-2 .fa-facebook{color:rgb(255,255,255);font-size:32px;top:7px;right:16px;position:relative;background:rgb(38,67,125);padding:4px 4px 2px 10px;border-left:1px solid rgb(35,57,103);border-right:1px solid rgb(35,57,103)}.buttom-2:hover .fa-facebook{background:rgb(44,99,113);padding:4px 4px 2px 10px;border-left:1px solid rgb(37,84,97);border-right:1px solid rgb(37,84,97)}.button-2{background:#376c82}.myButton{margin:0 0 20px;-moz-box-shadow:0 10px 14px -7px #3e7327;-webkit-box-shadow:0 10px 14px -7px #3e7327;box-shadow:0 10px 14px -7px #3e7327;background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#77b55a),color-stop(1,#72b352));background:-moz-linear-gradient(top,#77b55a 5%,#72b352 100%);background:-webkit-linear-gradient(top,#77b55a 5%,#72b352 100%);background:-o-linear-gradient(top,#77b55a 5%,#72b352 100%);background:-ms-linear-gradient(top,#77b55a 5%,#72b352 100%);background:linear-gradient(to bottom,#77b55a 5%,#72b352 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a',endColorstr='#72b352',GradientType=0);background-color:#77b55a;-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;border:1px solid #4b8f29;display:inline-block;cursor:pointer;color:#fff!important;;font-family:Arial;font-size:15px;font-weight:bold;padding:11px 12px;text-decoration:none!important;;text-shadow:0 1px 0 #5b8a3c}.myButton:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#72b352),color-stop(1,#77b55a));background:-moz-linear-gradient(top,#72b352 5%,#77b55a 100%);background:-webkit-linear-gradient(top,#72b352 5%,#77b55a 100%);background:-o-linear-gradient(top,#72b352 5%,#77b55a 100%);background:-ms-linear-gradient(top,#72b352 5%,#77b55a 100%);background:linear-gradient(to bottom,#72b352 5%,#77b55a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352',endColorstr='#77b55a',GradientType=0);background-color:#72b352}.myButton:active{position:relative;top:1px}.color-swatch{height:12px;width:12px;border-radius:100%;display:inline-block;vertical-align:middle}

.bodytext .table-s td, .bodytext .table-s th {
    padding: 0px 10px;
    border: 1px solid rgb(138, 138, 138);
}
#news-bodyhtml img{margin-right:0px;margin-bottom:10px}
img.image-header{   
    padding: 3px;
    border: 1px solid #dedede;
     margin-right: 15px!important;}
.hometext-2 {

    height: 40px!important;
}
.menu-baiviet{
    background: #f7f7f7;
     padding: 25px 10px!important;
    border: 1px solid #e2e2e2;
}

.menu-baiviet li{font-weight: bold; }.menu-baiviet li li {    font-weight: normal;} .menu-baiviet li li li  { font-style: italic;}.menu-baiviet a{   text-decoration: none!important;}#baitc a:hover{color: #1ba9bf;}
.bodytext figure.image{    width: inherit !important;}
.bodytext figure.image img{    margin-bottom: 0px !important; width: 100% !important;    height: auto;}
.bodytext figure.images {
    width: 50% !important;    float: left;
    padding: 5px;
}
.news_column h2, #page-bodyhtml h2, #news-bodyhtml h2 {
     color: #d02600;
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0px 5px;
}
.news_column h3, #page-bodyhtml h3, #news-bodyhtml h3 {
    color: #2EA846;
    font-size: 17px;
    text-transform: uppercase;
    margin: 20px 0px 5px;
}

#news-bodyhtml  ul li.bullet-star {
    list-style: none;
    position: relative;
    padding: 5px 0 5px 16px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}
#news-bodyhtml  ul li.bullet-star:before {
   font: normal normal normal 14px/1 FontAwesome;
content: "\f105" !important;
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #7a9c59;line-height: 25px;
}
#news-bodyhtml   ul li.bullet-star {
 padding-left: 20px!important;}
    .images-link{display: unset;}
.image-fix img{    width: 49.73% !important;    }
@media (max-width: 499px){
.image-fix img{    width: 100% !important;   }
#myPopup { display: none!important; }
}

.bodytext a.taifile:link, #news-bodyhtml a.taifile, #news-bodyhtml a.taifile:link{    
    color: #fff!important;
    text-decoration: none;
    margin: 10px 0px;
display: inline-block;
    background: #223a52;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;display: none;}

.bodytext a.taifile2:link, #news-bodyhtml a.taifile2, #news-bodyhtml a.taifile2:link{    
    color: #fff!important;
    text-decoration: none;
    margin: 10px 0px;
display: inline-block;
    background: #22523c;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;display: none;}
.motafile {
    margin-right: 10px;
    background: #fffcf5;
    overflow: auto;
    border: 1px solid #f9f3ed;
    padding: 10px;
}
.bodytext a.taifile3:link, #news-bodyhtml a.taifile3, #news-bodyhtml a.taifile3:link{background: #2196F3;display: none;}
.bodytext a.taifile2:hover, #news-bodyhtml a.taifile2:hover, #news-bodyhtml a.taifile2:hover,.bodytext a.taifile:hover, #news-bodyhtml a.taifile:hover, #news-bodyhtml a.taifile:hover{
    background: #13a3b3;
     box-shadow: 0px 0px 1px #868686;  color: #fff!important;
}
.nav>li>a {
    padding: 10px 10px;
}

.title-cat{
padding:0px;
width: 100%;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
.title-cat a{padding: 5px 0px !important;}

#videoDetail .hometext{
    font-weight: normal!important;
    color: #535353!important;}
#videoTitle h1{ padding: 10px 0px!important;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 10px!important;
}
a.bodybutton{
    padding: 10px;
    background: #ff0000;
    color: #fff!important;
    border-radius: 12px;
    font-weight: bold!important;
}

.well {display: none !important;}
.image-slider-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px; 
    margin-top: 20px;
}

.image-slider-g img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-slider-g img:hover {
    transform: scale(1.05);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
button#close-btn-g, button#next-btn-g, button#prev-btn-g {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);  
    color: white;
    border: none;
    font-size: 24px;  
    cursor: pointer;
    border-radius: 50%;  
    z-index: 1001;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.9);  
}
#close-btn-g {
padding: 3px 12px;
    top: 10px;
    right: 10px;
    font-size: 30px;
}
#next-btn-g, #prev-btn-g {
    top: 50%;   
    transform: translateY(-50%);  
    font-size: 30px;
    padding: 20px;  
}
#next-btn-g {
padding: 7px 12px;
    right: 10px;
}
#prev-btn-g {
padding: 7px 12px;
    left: 10px;
}
.panel-body a,.panel-body a:link, .panel-body a:active, .panel-body a:visited             .news_column a, .news_column a:link, .news_column a:active, .news_column a:visited {
    color:#0078b1;
}