﻿
html, body {
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
  /*  font-family: Times New Roman, Arial, Cambria, Cochin, Georgia, Times, serif;*/
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    color: #252525;
     min-width: 390px;
    /*background-color: #F5F5F5;*/
    background-image: url('/StaticFiles/images/bg_kinhte.png');
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    width: 100%;
    /*height: 100%;*/
    /*   min-height: 500px;
    max-height:900px;*/
}

/* Works on Firefox */
/** {
    scrollbar-width: thin;
    scrollbar-color: orange #a6d6fb;
}*/

    /* Works on Chrome, Edge, and Safari */
  /*  *::-webkit-scrollbar {
        width: 0px;
    }

    *::-webkit-scrollbar-track {
        background: #a6d6fb;
    }

    *::-webkit-scrollbar-thumb {
        background-color: orange;
        border-radius: 20px;
        border: 3px solid orange;
    }*/



/*fieldset {
    width: 100%;
    height: 100%;
    border: thin solid #f2f3f8;*/
    
    /*border: thin solid #d8d8d8;*/
    /*   border: thin solid #ffda93;*/
    /*padding: 10px;
    margin: 0px;
    margin-left: 11px;
    width: calc(100% - 40px) !important;
    background-color: #eaeaea;*/
/*}*/

legend {
    color: #0099CC;
    font-weight: 600;
    background-color: transparent;
    padding: 2px 10px 2px 10px;
    font-size:18px;
}
/**/
.fieldset {
    border: thin solid #f2f3f8;
    padding-bottom: 10px !important;
    margin-top: 5px !important;
    width: calc(100% - 30px);
}
/*#gridContainer {
    padding: 10px;
}*/
.Full {
    position: relative;
    float: left;
    width: 100%;
}
.Full50 {
    position: relative;
    float: left;
    width:50%;
}
.FullPadding10 {
    position: relative;
    float: left;
    padding: 10px;
    width: 100%;
}

.Full50Padding10 {
    position: relative;
    float: left;
    width: calc(50% - 20px);
    padding:10px;
   
}
.Full50Padding5 {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    padding:5px;
   
}
.FullPadding5 {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding:5px;
   
}
.login_Container {
    width: 250px;
    height: calc(70%);
    position: relative;
    /*float: right;*/
    left:40%;
    top:50px;
    margin-top: 5px;
    margin-bottom: 30px;
    /* padding:20px;*/
    background-color: rgb(0 141 255 / 0.25);
    border: thin solid #1b73b8;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.50) -5px 5px 10px;
}
.label{
    color:#454444;
    position:relative;
    float:left;
    width:100%;
    padding-bottom:5px;
/*    font-weight:600;*/
}

.control{
    position:relative;
    float:left;
    width:100%;
}

.dx-overlay-shader {
    pointer-events: auto;
    background-color: rgb(78 78 78 / 0.55)!important;
}
.fileuploader-container {
    position:relative;
    float:left;
    border: 1px solid #d3d3d3;
    width:calc(100% - 2px);
}
    .fileuploader-container .thumbnail {
        position: relative;
        float: left;
        margin:2px;
        width:104px;
    }
    .fileuploader-container .thumbnail img {
        width:96px;
        border:2px solid #d3d3d3;
        border-radius:3px;
    }
    .fileuploader-container .controlUpload {
        position: relative;
        float: left;
        margin: 2px;
        width:calc(100% - 210px);
         
    }
    .ButtonDeleteColor {
        color: #ac0000;
        cursor: pointer;
    }
.ButtonDeleteColor:hover{
    color:#db4040;
}
.ButtonEditColor{
    color:#0463ad;
    cursor:pointer;
}
    .ButtonEditColor:hover {
        color: #257fc5;
    }
.iconButton{
    cursor:pointer;
}
.FieldRequired:after{
    content:'*';
    color:#e60000;
}
.dx-icon-clear{
    color:#d64f00;
}
.dx-icon-clear:hover{
    color:#fc551f;
}
.dx-datagrid-header-panel .dx-toolbar {
    padding: 5px !important;
    width:calc(100% - 10px)!important;
}
.dx-state-readonly{
    background-color:rgb(242 241 241)!important;
}
#popup_Progress .dx-overlay-content .dx-popup-content {
    padding: 0px !important;
}



.dx-widget {
    /*border: 1px solid #1b73b8!important*/
}
.dx-state-focused {
    /*border: 1px solid #a6d6fb !important*/
}
.login_InforSoftWare {
    position: absolute;
    float: left;
    width: 100%;
    bottom: 20px;
    display: block;
    margin-top: auto;
    color: #ffd800
}


.login_Introduce {
    width: calc(100% - 260px);
    height: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 30px;
    background-color: rgb(255 253 253 / 0.30);
    border: thin solid #9fd2ff;
    border-radius: 5px 5px 5px 5px;*/
}

.login_Introduce_Container {
    width: calc(100% - 340px);
    position: relative;
    float: left;
    width: auto;
    max-width: 80%;
    max-height: 70%;
    overflow: auto;
    height: auto;
    /*margin: 0 auto;*/
    padding: 10px;

    /*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*
    border: thin solid #9fd2ff;
    margin: 30px;
    background-color: rgb(255 253 253 / 0.30);
    border: thin solid #9fd2ff;
    border-radius: 5px 5px 5px 5px;*/
}

 


.login_Introduce_Title {
    position: relative;
    float: left;
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    
    color:#fff;
    font-weight:bold;
}
.login_Introduce_Text {
    position: relative;
    float: left;
    font-size: 1em;
    width: 100%;
    text-align: justify;
    color:#fff;
}
.LoginButton {
    position: relative;
    float: left;
    background-color: #fffdfd;
    margin-left: 10px;
    border-radius: 5px;
}
.LoginReset {
    position: relative;
    float: left;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 5px;
}


.TextCenter {
    text-align: center;
}
.TextItalic{
    font-style:italic;
}
.TextBold{
    font-weight:bold;
}
.InputUser {
    height: 35px;
    color: #fff;
    padding-left:25px;
    background: rgb(255 255 255 / 0.26) !important;
 
}
.IconUser {
    background-image: url('/StaticFiles/images/IcoUser.png') !important;
    background-repeat: no-repeat !important;
}
.IconPass {
    background-image: url('/StaticFiles/images/IcoPass.png') !important;
    background-repeat: no-repeat !important;
}
    .InputUser .dx-placeholder {
        color: #d3d3d3;
        font-size:1.1em!important;
    }
    .InputUser .dx-texteditor-input {
        color: #fff;
        font-size: 1.1em !important;
    }
    .ButtonUser .dx-button-text {
        font-size: 1.1em !important;
    }
.ButtonUser .dx-icon {
    font-size: 1.6em !important;
}


.TopContainer {
    position: relative;
    float: left;
    width: 100%;
   /* height: calc(5% - 20px);*/
    /* border-bottom: thin solid rgb(2 64 160 / 0.80);*/
    /*background-color: rgb(0 40 103 / 0.85);*/
    background-color: #0F81A7;
    background-image: url("/StaticFiles/images/back_topmenu.png");
    background-repeat: no-repeat;
    background-size:contain;
    padding-top:5px;
}

.Logo {
    position: relative;
    float: left;
    width: 70px;
    height: 75px;
    padding-left: 15px;
   /* padding-top: 3px;*/
    margin-right: 10px;
   margin-top:13px; 
    background-image: url('/StaticFiles/images/logo.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 60px;
    text-align: center;
    cursor: pointer;
    color:transparent;
}
.LogoText {
    position: relative;
    float: left;
    color: #f4f2f2;
    font-weight: 600;
    padding-top: 5px;
    font-size: 1.2em;
    top:15px;
    /*color:#fff;*/
    /* -webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: rgb(0 0 0 / 0.40);
    text-shadow: 0 0 1px #fff;
    background: -webkit-linear-gradient(#ffffff, #dad8d8);
    -webkit-background-clip: text;*/ /**/
  /*  -webkit-text-fill-color: transparent;*/
   
    
}
.LogoTit {
    position: relative;
    float: left;
   max-width:550px;
   min-width:300px;
    margin-top:-15px;

}
.TopMenu {
    position: relative;
    float: right;
    margin-right:7px;
    margin-top:6px;
    /*max-width: calc(100%-10px);*/
    /*margin-left: 30px;*/
}
.ItemTopMenu {
    position: relative;
    float: left;
    /* width: 70px;*/
    /*height: 30px;*/

    text-wrap: none;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
    /*  border-right:1px solid #1b73b8;*/
    color: #efefef;
    /* font-weight:bold;*/
    cursor: pointer;
    font-size: 0.8em;
    text-transform:uppercase;
    font-weight:500;
}
.ItemTopMenu:last-child {
    margin-right:10px;
}
    .ItemTopMenu:hover {
        background-color: rgb(1 74 187 / 0.25);
        /*box-shadow: rgb(255 255 255 / 0.26) -5px 5px 10px;*/
        box-shadow: rgb(0 144 255 / 0.90) -1px 1px 5px;
        color: #fff;
    }
.ItemTopMenuClick {
    background-color: rgb(1 74 187 / 0.25);
    /*box-shadow: rgb(255 255 255 / 0.26) -5px 5px 10px;*/
    box-shadow: rgb(0 144 255 / 0.90) -1px 1px 5px;
    color: #fffa00;
}

.icoHome {
    background-image: url('/StaticFiles/images/IconHome.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}
.icoHethong {
    background-image: url('/StaticFiles/images/IcoHethong.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}
.icoVanban {
    background-image: url('/StaticFiles/images/IcoVanban.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}
.icoDinhnghia {
    background-image: url('/StaticFiles/images/IcoDinhnghia.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}
.icoKhaithacdulieu {
    background-image: url('/StaticFiles/images/IcoKhaithac.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}
.icoLienhe {
    background-image: url('/StaticFiles/images/IcoLienhe.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 2px;
    background-size: 40px;
}



.TabBar {
    /*  border-top: 1px solid #FF9933;
    border-bottom: thin solid #6cbcfb;*/   
    position: relative;
    float: left;
    /*background-color: #fff;*/
    margin-left: 5px;    
    width: 220px;
    height:100%;
    display:none;
    
}
.Tab_title {
    width: 100%;
    height: 30px;
    float: left;
    background-color: rgb(185 227 251);
    border-block-end-color: aqua;
    font-size: 1.0em;
    font-weight: bold;
    padding-top: 5px;
    color: #064358;
    text-align:center;

}
.icontabmenu {
    padding-left: 15px;
    background-image: url('/StaticFiles/images/Icons/icon-next-tit.png') !important;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 7px;
    background-size: 12px;
}
.icontab{

}

.MenuTabBar {
    position: relative;
    float: left;
    /*padding: 2px 2px;*/
    font-size: 1.0em;
    width: 100%;
    background-color: #f0f9fe;
}

.ItemMenuTabBar {
    display: inline;
    z-index: 999;
    position: relative;
    float: left;
    color: #05487C;
    background-color: rgba(191, 191, 191, .15);
    padding-top: 5px;
    padding-left: 35px;
    padding-right: 5px;
    cursor: pointer;
    width: 100%;
   min-height: 30px;
    border-top: 1px solid rgb(206 232 241);
}
    .ItemMenuTabBar:hover {
        color: #a72609;
        /*background-color: #CDC9C9;*/
    }
.ItemMenuTabBarClick {
    color: #a72609;
    background-color: #e3f2f7;
}


.ItemTopMenuClick {
    background-color: rgb(1 74 187 / 0.25);
    /*box-shadow: rgb(255 255 255 / 0.26) -5px 5px 10px;*/
    box-shadow: rgb(0 144 255 / 0.90) -1px 1px 5px;
} 


.HomeTopBar {
    position: relative;
    float: left;
    width: 120px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #024c84;
    color: #d3d3d3;
    font-size: 1.2em;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
}

    .HomeTopBar:hover {
        background-color: #e7e7e7;
        color:#1b73b8;
    }


.TopBar {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgb(4 146 193 );
    border-top: 1px solid rgb(234 234 234 / 0.25);
    border-bottom: 2px solid rgb(231 231 231 / 0.20);
    height: 30px;
}
.icon_tabar{
    position:relative;
    float:left;
    width:20px;
    display:none
}
.MenuTopBar {
    position: relative;
    float: left;
    width: calc(100% - 310px);
    margin-left: 5px;
    margin-right: 5px;
   /* max-width: 95%;*/
  /*  display: flex;
    overflow-x: auto;
    scroll-snap-type: x;*/
}

   /* .MenuTopBar::-webkit-scrollbar {
        width: 0;
    }*/
    .MenuTopBar .ItemMenuTopbar {
        position: relative;
        float: left;
        padding: 6px 5px 5px 20px;
        color: #fff;
        cursor: pointer;
        margin-left: 10px;
      
        background-image: url('/StaticFiles/images/ArrowTop.png');
        background-size: 17px;
        background-repeat: no-repeat;
        background-position-y: center;
        min-width: 50px;
        min-height: 30px;
        font-size:0.9em;
    }

        .MenuTopBar .ItemMenuTopbar:hover {
            color: #ffff37;
            /* background-image: url('/StaticFiles/images/ItermBarPointAmi.gif');*/
            /*  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 0.40);*/
            text-shadow: 0 0 1px #fff;
        }

    .MenuTopBar .ItemMenuTopbarClick {
        color: #fffa00;
        border-bottom: 2px solid #a72609;
        /*height: 29px;*/
        /* background-image: url('/StaticFiles/images/ItermBarPointAmi.gif');
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / 0.40);
    text-shadow: 0 0 1px #fff;
    box-shadow: rgb(0 144 255 / 0.90) -1px 1px 5px;*/
    }


.TopBar .Full{
    display:none;
   }

.ItemMenuTab {
    position: relative;
    float: left;
    padding: 9px 5px 8px 15px;
    color: #d8d8d8;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 18px;
  /*  background-size: 17px;
    background-repeat: no-repeat;
    background-position-y: center;
    display: inline-block;*/
}
.ItemMenuTabClick {
    color:#a72609;
}
.PivotGridTilte {
   
    color: rgb(0 144 255);
    text-align: center;
    padding: 5px 3px 5px 3px;
  /*  text-transform: uppercase;*/
    width:calc(100% - 6px);
    min-height:30px;
}



.custom-item {
    position: relative;
    min-height: 30px;
}

.dx-dropdowneditor-input-wrapper .custom-item > img {
    padding-left: 8px;
}

.custom-item .product-name {
    display: inline-block;
    padding-left: 30px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
}

.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    height:25px;
}
.labelsearch{
position:relative;float:left;
width:200px;
font-weight:bold;
margin-top:5px;
}
.textboxsearch {
    position: relative;
    float: left;
    width: calc(100% - 360px);
    margin-left: 5px;
}
.buttonsearch {
    position: relative;
    float: left;
    width: 150px;
    margin-left:5px;
}
/*.dx-theme-material #SelectChart .dx-texteditor-buttons-container {
    display: none;
}*/
@media screen and (max-width:600px) {
    .full40 {
            width: 100%;
        }

        .full60 {
            width: 100%;
        }
    }
/* danh mục*/
    .full_content {
    position: relative;
    float: left;
    width: calc(100% - 10px);
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
    margin-left: 10px;
}

    .full_content .label {
        position: relative;
        float: left;
        width: 100px;
        margin-top: 11px;
        text-align: right;
    }

    .full_content .control {
        position: relative;
        float: left;
        width: calc(100% - 115px);
        margin-left: 10px;
        margin-top: 2px;
    }

    .full_content .sublabel {
        position: relative;
        float: left;
        width: 100px;
        margin-top: 5px;
        margin-left: 15px;
    }

    .full_content .subcontrol {
        position: relative;
        float: left;
        width: calc(100% - 130px);
        margin-left: 10px;
        margin-top: 2px;
    }


.full_content50 {
    position: relative;
    float: left;
    width: calc(50% - 14px);
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 4px;
    margin-left: 10px;
}

    .full_content50 .label {
        position: relative;
        float: left;
        width: 100px;
        margin-top: 12px;
        text-align: right;
    }

    .full_content50 .control {
        position: relative;
        float: left;
        width: calc(100% - 115px);
        margin-left: 10px;
        margin-top: 2px;
    }

    .full_content50 .sublabel {
        position: relative;
        float: left;
        width: 50px;
        margin-top: 5px;
        margin-left: 0px;
        text-align: right;
    }

    .full_content50 .subcontrol {
        position: relative;
        float: left;
        width: calc(100% - 60px);
        margin-left: 5px;
        margin-top: 0px;
        background-color: red
    }
/*.dx-datagrid-headers {
    background-image: linear-gradient(0deg, #ffcca7, #fff9f6);
    color: #000;
}*/

.dx-datagrid-headers {
    /* background-color: #4baaff;*/
    /*  background-image: linear-gradient(to bottom, #eaf5ff, #fff)!important;*/
    color: #454444;
}

.dx-header-row {
    background-color: #f7f7f7;
}

.dx-datagrid-headers .dx-cell-focus-disabled {
    text-align: center !important;
    font-weight: 600;
}

.dx-datagrid-headers tbody {
    color: #252525;
    font-weight: bold;
    background-image: linear-gradient(#ffffff, #fefaf2 );
}

.dx-datagrid-headers .dx-header-row {
    color: #252525;
    font-weight: bold;
    background: unset !important;
}

.dx-header-row td {
    color: #252525;
    font-weight: 500;
    background-color: unset !important;
}

.dx-datagrid-headers .dx-header-row:first-child td {
    /* color: #15375e;*/
    font-weight: 600;
    /*  background:unset!important;*/
}


.dx-datagrid-content .dx-row:nth-child(2n+2) {
    background-color: #f6f6f6;
}
/*.dx-datagrid-content .dx-editor-inline-block {
    padding: 0px !important;
    margin: 0px !important;
    top: 0px !important;
    background-color: yellow !important;
    height:30px!important;
}*/
/*.dx-datagrid-content .dx-editor-cell {
    padding: 0px !important;
    margin: 0px !important;
    top: 0px !important;
    background-color: aqua !important;
    height: 30px !important;
    display: unset;
}*/


.dx-row-focused {
    background-color: #e3e3e3;
}

.control-label {
    font-weight: normal;
}

/*Trang chủ*/
.TopLeft {
    position: relative;
    float: left;
    width: calc(100% - 85px);
    /*max-width: calc(100% - 200px);*/
    margin-left: 5px;
}
.Top1 {
    position: relative;
    width:  70px ;
    display:block;/*z-index:999999;*/
    float:right;
}
/*
.IconFlag {
    position: relative;
    float: left;
    margin-right:5px; 
    color: #fffdfd;     
    width:99%;
}*/
.IconSearch {
    position: relative;
    float: right;
    text-wrap: none;
    margin-top:5px;
   margin-right:10px;
    color: #fffdfd;    
    cursor: pointer;
    font-size:1.2em;
    
}
.IconSearch:hover{
    color:#fffa00;
}

    .IconSearch a {
        font-size: 0.8em;
        font-weight: normal;
        color: #fffdfd;
        margin-top: -20px;
        display: block;
        padding-left: 1.4em;
    }

        .IconSearch a:hover {
            color: #fffa00;
        }



.helpContainer {
    position: relative;
    float: right;
    font-weight: normal;
    font-size: 1.2em;
    color: rgb(198 255 206);
    margin-top: 4px;
    margin-right: 10px;
}
    .helpContainer a {
        font-size: 0.8em;
        font-weight: normal;
        color: rgb(198 255 206);
        margin-top: -20px;
        display: block;
        padding-left: 1.4em;
    }
    .helpContainer a:hover {
      
        color: rgb(129 255 147);
 
         
    }
.iconFlagVN {
    position: relative;
    float: right;
    width: 25px;
    height: 25px;
    background-image: url('/StaticFiles/images/VietNam.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 35px;
    cursor: pointer;
    text-align: center;
    color: transparent;
    margin-right: 10px;
    border-radius: 15px;
    content: '&nbsp;';
    border: solid 1px #fff;
}
.iconFlagE {
    position: relative;
    float: right;
    width: 25px;
    height: 25px;
    background-image: url('/StaticFiles/images/English.png') !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 35px;
    cursor: pointer;
    text-align: center;
    color: transparent;
    margin-right: 10px;
    border-radius: 15px;
    content: '&nbsp;';
    border:solid 1px #fff;
}
.HomeLeft {
    position: relative;
    float: left;
    width: calc(70% - 5px);
   
}

.HomeLeftTop {
    position: relative;
    width: calc(100% - 5px);
    height: 300px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    /*border: 1px solid black;*/
    background-color: #0492c1;
    /*border: 1px solid transparent;*/
}
.HomeLeftCenter {
    position: relative;
    width: calc(100% - 5px);
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    background-color: #e5f0f6;
    text-align:justify;
    padding:10px;
}
.news_left {
    position:relative;
    float:left;
        width: 60%;
        float: left;
        height:100%;
}
.news_item {
    background-color: #f0f9fe;
    height: 100%;
}

.itm-photo {
    display: inline-block;
    width: 98%;
    height:70%;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top:5px;
}

.itm-crop {
   width:100%;
   height:100%;
}

    .itm-crop img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        /*outline: solid 1px red;*/
        object-fit: cover;
    }

.itm-text {
    padding: 0px 10px 15px 15px;
}

    .itm-text h4 {
        margin-bottom: 4px;
    }

    .itm-text p {
        font-size: 13px;
        color: #004f8b;
    }

.news_right {
    position:relative;
    float:right;
    width: 40%;
    float: right;    
    height: 100%;
    word-break: break-word;
}

.news_overlay {
    position: relative;
    float: left;
    background-color: #d6d4d4;
    width: 100%;
    font-size: 0.8em;
    text-align: left;
    font-weight: bold;
    height:30px;
}

.news_lst {
    width:100%;
    height:90%;
    position:relative;
    float:left;
    display: block;
    list-style-type: disc;   
    padding: 0px 5px 2px 5px;
    /*list-style-image: url('/StaticFiles/images/Icons/icon-next-tit.png');*/
    list-style-type: square;
    overflow:hidden;
    color:midnightblue;
}
.listnews {
    /*position:relative;
    float:left;
    width:100%;*/

    height: 30px;
    width: 99%;
}
    .listnews > img {
        float: left;
        height: 10px;
        width: 10px;
        margin-top:5px;
    }
    .listnews > div {

        margin-left:20px;
        margin-top: 15px;
       /* padding-left: 20px;
        vertical-align: top;
        line-height: 35px;
        float: left;*/
    }

.news_right li {
    float: left;
    padding: 5px 5px;
}
.news_right li a {
    text-decoration: none
}
.HomeLeftBottom {
    position: relative;
    float: left;
    width: calc(100% - 5px);
       
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
    background-color: #f0f9fe;
}
.video_ {
    color:royalblue;
    cursor:pointer;
}

    .video_:hover {
        color: orangered;
    }

/*.Cube {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    height: 300px;
    margin-left: 5px;
    margin-bottom: 30px;*/
/*background-color: darkturquoise;*/
/*justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(240 249 254);
    border: 1px solid #acddf9;
}
.Graphic {
    position: relative;
    float: right;
    width: calc(50% - 5px);
    height: 300px;
    margin-left: 5px;
    margin-bottom: 30px;*/
/*background-color: darkturquoise;*/
/*justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(240 249 254);
    border: 1px solid #acddf9;
}*/
.Bottom_tab {
    width: 100%;
    overflow: hidden;
}
.bot-bg {
    color: #fff !important;
    background-color: #0099CC !important;
}
.Bottom_tab .Bottom_tab-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}
.Bottom_tab .bot-button {
    white-space: normal
}

.w3-blur, .w3-hover-blur:hover {
    color: #fff !important;
    background-color: #fc8146 !important
}
.bot-container {
    padding: 0.01em 16px;
    position:relative;
    height:calc(100% - 20px);

}
.bot-container:after, .bot-container:before {
    content: "";
    display: table;
    clear: both;
}
.bot-border {
    border: 1px solid #ccc !important
}

.Bottom_tab .bot-bg {
    color: #fff !important;
    background-color: #000 !important;
}
.Bottom_tab-item {
    float: left;
    border:none;
    border-right-style:double;
    height: 100%;
}
.cube_left {
    width: calc(40% - 5px);
    float: left;
    height: calc(100% - 10px);
    word-break: break-word;
}

.cube_overlay {
    position: relative;
    float: left;
    background-color: #d6d4d4;
    width: 100%;
    font-size: 0.8em;
    text-align: left;
    font-weight: bold;
}

.cube_list {
    position:relative;
    display: block;
    list-style-type: disc;
    margin: 10px 5px 5px 0px;
    list-style-type: square;
    overflow: hidden;
    height: 90%;
}

.cube_left li {
    
    width:100%;
    float: left;
    padding: 5px 5px;
}

    .cube_left li a {
        text-decoration: none
    }


.cube_right {
    width: calc(60% - 5px);
    float: right;
    height: 95%;
    margin-left:5px;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    border-left-style: double;
    border-left-color: #52a0e1;
}

.cube_item {
    float:left;
    position:relative;
    height: 100%;
    width:100%;
   
}

.cube-photo {
    width:100%;
    margin-bottom: 10px;
    padding-bottom:10px;
}


  
.itm-text {
    padding: 0px 10px 15px 15px;
}

    .itm-text h4 {
        margin-bottom: 4px;
    }

    .itm-text p {
        font-size: 13px;
        color: #004f8b;
    }



.HomeRight {
    position: relative;
    float: right;
    width: calc(30% - 5px);
}
.HomeRightTop {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #0099CC;
    /*background-color: #0099CC;*/
}
.Title_anpham {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background-color: #0099CC;
    text-align: left;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 2px;
    color: #efefef;
    cursor: pointer;
    font-size: 0.8em;
}
.Image_anpham{
    position:relative;
    float:left;
    width:100%;

}
.Next_anpham {
    position: relative;
    text-align: right;
    cursor: pointer;
}

.View_video{
    position:relative;
    float:left;
    width:100%;
   
}

.HomeRightBottom {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom:40px;
    background-color: white;
}
/*body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #34495e;*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*}*/
.HLCImage {
    position: relative;
    float: left;
    width: calc(65% - 10px);
    margin-left: 5px;
}
.HLCTitle {
    position: relative;
    float: right;
    width: calc(35% - 10px);
    margin-left: 5px;
    /*border: 1px solid black;*/    
    margin: auto;
    display: grid;
    place-items: center;
    background-color:white;}
.image_title {
    width: calc(100% - 10px);
    height: 200px;
    margin-left: 5px;
}
.image_title img{
    width: 99%;
    height: 99%;
    margin-left: 5px;
}
.news-item_title {
    padding: 2px;
    font-size: 13px;
    margin-left:10px;
}
.news-item_content {
    padding: 2px;
    font-size: 13px;
    margin-bottom:10px;
}
.items {
    width: 100%;
    box-shadow: 0px 1px, 0 1px 1px;
    border-top: 10px outset #0099CC;
    /*height: calc(30% - 25px);*/
}

.items-head p {
    padding: 5px 10px;
    margin: 10px;
    color: #0B5AA2;
    font-weight: bold;
    font-size: 20px;
}

.items-head hr {
    width: 40%;
    margin: 0px 30px;
    border: 1px solid;
}

.items-body {
    padding: 5px;
    margin-left: 15px;
    /*display: grid;*/
    grid-gap: 5px;
}

.items-body-content {
    padding: 10px;
    padding-right: 0px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    font-size: 13px;
    /*grid-gap: 5px;*/
    border: 1px solid transparent;
    cursor: pointer;
    text-align:justify;
}

    .items-body-content:hover {
        border-radius: 5px;
        border: 1px solid;
    }

    .items-body-content i {
       /* align-self: center;
        font-size: 15px;*/
        color: midnightblue;
        font-weight: bold;
        animation: icon 1.5s infinite forwards;
        background-image: url('/StaticFiles/images/Icons/icon-next-tit.png');
        /*list-style-image: url('/StaticFiles/images/Icons/icon-next-tit.jpg');*/
        background-repeat: no-repeat;
        background-size: 10px;
        background-position-x: center;
        background-position-y: center;
    }      

a {
    text-decoration: none
}
    a:hover {
        color:brown;
    }

@keyframes icon {
    0%,100% {
        transform: translate(0px);
    }

    50% {
        transform: translate(3px);
    }
}

/*Ảnh top*/
.Image-container {
    height: 100%;
    background-color: #a7e1f3;
    /*margin-right: 240px;*/
}

#gallery {
    margin: auto;
    max-width: 98%;
    height: 330px;
}

.options {
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    top: 0;
    background-color: rgba(191, 191, 191, 0.15);
    display:none;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}
video {
    width: 100%;
    height: auto;
}
ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0px 10px 15px 15px;   
}

.HLBCube {
    position: relative;
    float: left;
    width: calc(49% - 5px);
    margin-left: 10px;
    border: 1px solid black;
}
.HLBChart {
    position: relative;
    float: left;
    width: calc(49% - 5px);
    margin-left: 10px;
    border: 1px solid black;
}

:root {
    --surface-color: #fff;
    --curve: 40;
}


* {
    box-sizing: border-box;
}



.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 1rem 1vw;
    padding: 0;
    list-style-type: none;
}

.card {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 1px;
    overflow: hidden;
    text-decoration: none;
}

.card__image {
    width: 100%;
   /* width: 60%;*/
    height: auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 1px;
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.card:hover .card__overlay {
    transform: translateY(0);
}


    .card__arc path {
        fill: var(--surface-color);
       /* d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");*/
    }

.card:hover .card__header {
    transform: translateY(0);
}


.card__arc {
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

    .card__arc path {
        fill: var(--surface-color);
        /* d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");*/
    }

.card:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 20%;
}

.card__title {
    font-size: 1.1em;
    margin: 0 0 .3em;
    margin-left: 10px;
    color: #0867a0;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: .8em;
    color: #D7BDCA;
}

.card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.card__description {
    padding: 1em 1em 1em;
    margin: 0;
    color:rgb(0 144 255);
    background-color:#d7f5ff;
   /* font-family: "MockFlowFont";*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align:center;
}

/*Bottom*/
/** {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}*/

/*body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #34495e;
}
*/
.cardsbt {
    position:relative;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cardbt {
    margin: 5px;
    position: relative;
    max-width: calc(30% - 5px);
    max-height: calc(90% - 10px);
    box-shadow: 0 5px 10px -6px black;
}

.cardbt-title {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #6184a8;
    padding: 5px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.cardbt img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    display: block;
    position: relative;
}

.cardbt-desc {
    display: block;
    font-size: 1.0rem;
    position: absolute;
    height: 0;
    top: 0;
    opacity: 0;
    padding: 10px 10px;
    background-color: white;
    overflow-y: scroll;
    transition: 0.8s ease;
}

.cardbt:hover .cardbt-desc {
    opacity: 1;
    height: 95%;
}
.cardbt_title {
    position: relative;
    float:left;
    width: 100%;
    height: 10%;
    margin-top: 0px;
    
}
h1 {
    font-size: 1.0rem;
    /*color: #fff;*/
    margin: 0px 0 5px 0;
    text-align: center;
}
h2 {
    font-size: 0.9rem;
    color: #fff;
    margin: 5px 0 5px 0;
    text-align: center;
}
.dropbtn {
    background-color: rgb(0 144 255 / 0.20);    
    color: white;
    padding: 5px;
    font-size: 14px;
    border: none;
}
    .dropbtn a:hover {
        background-color: #F1C45C;
        color:black
    }
    .dropdown {
        position: relative;
        /*display: inline-block;*/
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(28, 7, 7);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #F1C45C;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #F1C45C;
}



.Container {
    width: calc(100% - 6px);
    height:auto;
    position: relative;
    float: left;
    margin-top:6px;
   /* margin: 2px 3px 0px 3px;*/
    overflow: hidden;
    padding-bottom:30px;
   /* margin-bottom:5px;*/
}

.ContainerContent {
    width: calc(100% - 10px);
   /* height: auto;*/
    position: relative;
    float: left;
    border-radius: 5px;
    border: thin solid #d3d3d3;
    margin-left:5px;
    /*padding: 5px;*/
    /* display: flex;
    justify-content: center;
    align-items: center;*/
    background-color: #f2f3f8;
    padding-right:5px;
    /*
    background-color: rgb(255 253 253 / 0.30);
    border: thin solid #9fd2ff;*/
    /*overflow: auto;*/
}

.ContainerTool {
    width: 250px;
    height: calc(100% - 55px);
    position: relative;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
    /* padding:20px;*/
    background-color: #f8f8f8;
    border: thin solid #d3d3d3;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    overflow: auto;
    /* box-shadow: rgba(0, 0, 0, 0.50) -5px 5px 10px;*/
}
.ContainerTab {
    border-bottom: thin solid #6cbcfb;
    width: 100%;
    position: relative;
    float: left;
    background-color: #F2F2F2;
}
.TabCaption {
    /* border: thin solid #1b73b8;*/
    border-bottom: none;
    padding: 5px 30px 5px 30px;
    position: relative;
    float: left;
    color: #454444;
    cursor: pointer;
}

    .TabCaption:hover {
        color: rgb(0 120 212);
    }

    .TabCaption:first-child {
        margin-left: 3px;
    }

.TabCaptionActivate {
    border: thin solid #6cbcfb;
    border-bottom: #fffdfd;
    /*top: 1px;*/
    display: block;
    z-index: 999;
    position: relative;
    float: left;
    color: #fff;
    background-color: #0099CC;
    border-radius: 5px 5px 0 0px;
    height: 29px;
    margin-top:4px;
    line-height:18px;
}

    .TabCaptionActivate:hover {
        color: #fff971;
    }

.TabContent {
    position: relative;
    float: left;
    width: 100%;
    height:calc(100% - 35px);
    
}
    .dx-icon-refresh{

    }

.ActiveLeftMenu {
    visibility: visible;
    display: unset;
    height: 25px;
    width:25px;
    cursor: pointer;
}

    .ActiveLeftMenu:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 6px;
    }
.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    min-height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #0099CC;
    margin-top:40px;
}

.footer div{
    position:relative;
    float:left;
    padding:3px 0px 3px 3px;
}

.dx-scrollview-content {
    position: relative;
    width: 99%;
}
.dx-list-item {
    position: relative;
    width: 100%;
    height: 16px;
    /*overflow: hidden;
    background-color:red;*/
}
.dx-list-item-content {
    position: relative;
    width: 100%;
    height: 15px;
    /*overflow: hidden;
    background-color: red*/
}
/*.Links_image {
    width: 99%;
}*/
/*Hằng*/
.dx-icon-refreshs {
    background-image: url('/StaticFiles/images/Icons/icon-refresh1.png') !important;
    background-repeat: no-repeat !important;
}

    .dx-icon-refreshs:hover {
        background-image: url('/StaticFiles/images/Icons/icon-refresh2.png') !important;
        background-repeat: no-repeat !important;
    }

.KTXH-LeftMenu {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 6px;
    margin-top: 3px;
    border: thin solid #e1e1e1;
    display: inline-flex;
    vertical-align: top;
}

    .KTXH-LeftMenu .dx-treeview-node {
        border-bottom: 1px solid #e7e7e7;
    }

    .KTXH-LeftMenu .dx-treeview {
        /* height: calc(100vh - 205px)!important;*/
        padding: 2px;
    }

.listcube {
   position:relative;
   float:left;
   width:100%;
   padding:2px 0px 0px 0px;
}

.Links {
    color: #202020;
    text-decoration: none;
    font-weight: normal;
    width: calc(100% - 0px);
    padding-left: 23px;
    margin-top: 7px;
   /* text-align:justify;*/
    font-size:0.9em;
    cursor:pointer;
}

.Links:hover {
    color: #a72609;
    text-decoration: none;
    font-weight: normal;
}
.iconcube{
    width:30px;
    position:relative;
    float:left;
}
.iconcube img{
    width:100%;
   
}
/*hang*/
.dx-icon-refresh {
}



/*Hằng*/
.dx-icon-refreshs {
    background-image: url('/StaticFiles/images/Icons/icon-refresh1.png') !important;
    background-repeat: no-repeat !important;
}

    .dx-icon-refreshs:hover {
        background-image: url('/StaticFiles/images/Icons/icon-refresh2.png') !important;
        background-repeat: no-repeat !important;
    }

.KTXH-LeftMenu {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 6px;
    margin-top: 3px;
    border: thin solid #e1e1e1;
    display: inline-flex;
    vertical-align: top;
}

    .KTXH-LeftMenu .dx-treeview-node {
        border-bottom: 1px solid #e7e7e7;
    }

    .KTXH-LeftMenu .dx-treeview {
        /* height: calc(100vh - 205px)!important;*/
        padding: 2px;
    }
.product {
    height: 50px;
}
    .product > img {
        height: 20px;
        width: 20px;
        float: left;
        margin: 20px 5px 0px;
    }
    .product > div {
        padding-left: 10px;
        vertical-align: top;
        line-height: 65px;
        font-size: 15px;
        float: left;
    }

.dx-icon-columnchooser:before {
    color: #3284e8;
    font-size: 1.2em
}

.dx-icon-xlsxfile:before {
    color: #0eb51c;
    font-size: 1.2em
}
.dx-data-row {
    cursor: pointer;
}
.TitleAccorKhaithac{
    position:relative;
    float:left;
    text-align:center;
    font-weight:bold;
    margin-top:20PX;
}
/*hang*/
._fieldset {
    width: 90%;
}
.dx-accordion-item-title{
    font-size:1em;
}
.TilteCubeIndex{
    padding:3px 3px 3px 10px;
    position:relative;
    float:left;
    width:calc(100% - 0px);
    background-color:#f97305;
    color:#ffffff;
}
.ContentCubeIndex{
    position:relative;
    float:left;
    width:calc(100% - 6px);
     
   /* padding:3px;*/
}
.ItemListCubeIndex {
    position: relative;
    float: left;
    width: calc(100% - 6px);
   
    padding: 3px;
}


/* 
* The "responsive" class is added to the topnav with JavaScript 
* when the user clicks on the icon. This class makes the topnav 
* look good on small screens (display the links vertically instead of horizontally) 
Iphone 6+*/
/*@media screen and (min-width: 414px) and (max-width: 736px) {*/
#helpIframe {
    width: 100%;
    border: none;
    height: calc(100vh - 200px);
}

@media screen and (max-width: 800px) {
    .footer div {
        position: relative;
        float: left;
        padding: 0px 3px 0px 3px;
        width:calc(100% - 6px);
         text-align:center;
         line-height:unset;
    }

    .labelsearch {
        position: relative;
        float: left;
        width: calc(100% - 5px);
        font-weight: bold;
        margin-top: 5px;
        margin-left: 5px;
    }

    .textboxsearch {
        position: relative;
        float: left;
        width: calc(100% - 5px);
        margin-left: 5px;
        margin-top: 5px;
    }

    .buttonsearch {
        position: relative;
        float: left;
        width: calc(100% - 5px);
        margin-left: 5px;
        margin-top: 5px;
    }
    .TopMenu {
        width: 100%;
        margin-top: 20px;
        margin-top: 20px;
        display: block;
    }
    /*.TopMenu {
        float: left;
        margin-left: -75px;
        display: block;
        width: calc(100% + 75px);
        margin-top: 10px;
    }*/
    .MenuTopBar{
        height:auto;
    }
    .TabBar {
        width: 100%;
    }
    .ContainerContent{
       width:calc(100% - 10px);
       margin-top:10px;
       padding-bottom:50px;
    }

    .MenuTopBar .ItemMenuTopbar {
        position: relative;
        float: left;
        padding: 6px 3px 5px 3px;
        color: #fff;
        cursor: pointer;
       /* margin-left: 5px;*/
         background-image: unset;
        /*background-size: 17px;
        background-repeat: no-repeat;
        background-position-y: center;
        min-width: 50px;*/
        min-height: 30px;
    }

    #helpIframe {
        height: calc(100vh - 350px);
    }
    .TopBar{
        height:auto;
    }
   /* .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }*/

    /* .ContainerContent {
        width: 100%;
    }
      
*/
    /*.Container{
        width:80%;
    }
    .ContainerContent{
        width:100%;
    }
    .HomeLeft {
        width: 100%;
    }
    .HomeRight{
        width:100%;
    }
    .HomeLeftTop{
        height:auto;
    }
    .Bottom_left {
        width: 90%;
        float: left;
    }

    .Bottom_right {
        width: 90%;
        float: left;
    }

    .HLCImage {
        width: 90%;
        float: left;
    }

    .HLCTitle {
        width: 90%;
        float: left;
        margin-bottom: 5px;
    }*/
/*
    .TopMenu {
        width: 100%;
        float: left;
        margin-left: 2px;
    }*/

    /*.ItemTopMenu {
        font-size: 0.6em;
        padding-top: 25px;
    }

    .icoHethong {
        background-size: 20px;
    }

    .icoVanban {
        background-size: 20px;
    }

    .icoDinhnghia {
        background-size: 20px;
    }

    .icoDinhnghia {
        background-size: 20px;
    }

    .icoKhaithacdulieu {
        background-size: 20px;
    }

    .LogoText {
        width: 100%;
    }

    .ItemMenuTopbar {
        font-size: 0.7em;
        background-size: 17px;
    }

    .dropbtn {
        color: white;
        padding: 5px;
        font-size: 0.7em;
        border: none;
    }

    .LogoText {
        font-weight: 300;
        padding-top: 5px;
        font-size: 1.0em;
    }  
  
 
    .news_left {
        position: relative;
        float: left;
        width: 50%;
        float: left;
        height: 100%;
    }
    .news_right {
        width: 49%;
        float: right;
        height: 100%;
        word-break: break-all;
    }
 
    .footer {        
        font-size: xx-small;
    }
   
        */
}
/*@media screen and (min-width: 414px) and (max-width: 736px) {*/
@media screen and (max-width: 700px) {
    .HomeLeft{
        width: 100%;
    }
    .HomeRight{
        width: 100%;
    }
    .ContainerContent {
        width: calc(100% - 10px);
    }
    .TopMenu {
        float: left;
        margin-left: -75px;
        display: block;
        width: calc(100% + 75px);
        margin-top: 30px;
    }
    .full_content50{
        width:100%;
    }
    #helpIframe {
        height: calc(100vh -  250px);
    }
    .labelsearch {
        position: relative;
        float: left;
        width: 100%;
        font-weight:bold;
    }

    .textboxsearch {
        position: relative;
        float: left;
        width: 100%;
    }

    .buttonsearch {
        position: relative;
        float: left;
        width: 100%;
        
    }
}