@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200&family=Nunito:wght@200&family=Poiret+One&display=swap');
body    {
                text-align: center;
                width:100%;
                background:#f8f8f8;
                margin:0px;
                padding:0px;
         }
        #wrapper {
                width: 100%;
                margin:0px auto;
                padding:0px;
                padding-top:40px;
                background:#FFFFFF;
                max-width:1366px;
                height:auto;
                overflow:auto;
         }

/* Gallery*/

.container {
    padding: 40px 5%;
}

.heading-text {
    margin-bottom: 2rem;
    font-size: 2rem;
}

    .heading-text span {
        font-weight: 100;
    }

ul {
    list-style: none;
}

/* Responsive image gallery rules begin*/

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .image-gallery > li {
        flex: 1 1 auto; /* or flex: auto; */
        height: 300px;
        cursor: pointer;
        position: relative;
    }

    .image-gallery::after {
        content: "";
        flex-grow: 999;
    }

    .image-gallery li img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

.overlay {
    position: absolute;
    width: 100%;
    height: 10%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    /* center overlay content */
    display: flex;
    align-items: center;
    justify-content: center;
}

.Diem {
    position: absolute;
    width: 100%;
    height: 7%;
    background: rgba(57, 57, 57, 0.502);
    bottom: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    border-radius: 5px;
    /* center overlay content */
    display: flex;
    align-items: center;
    justify-content: center;
}
    .Diem input {
        width: auto;
        height: 100%;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        background: #454857;
        color: #FFFFFF;
        font-size: 11px;
        font-family: "Mulish";
        transition: all 100ms linear;
        font-weight: 400;
    }

        .Diem input:hover {
            background: #049a3e;
        }

        .Diem input:checked {
            background: #ff0000;
            color: #FFFFFF;
            box-shadow: 0 1px 1px #00002e;
            text-shadow: 0 1px 0px #485f7a;
        }

    .Diem input:before {
        content: attr(label);
        display: inline-block;
        text-align: center;
        width: 100%;
    }

/* hover */
.image-gallery li:hover .overlay {
    transform: scale(1);
}
.Thumb_Title {
    font-family: "Arial";
    font-weight: normal;
    text-decoration: none;
    color: #CCCCCC;
    font-size: 10pt;
}
/* Gallery e*/
A.Menu {
    font-family: "Arial";
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt
}
A.Menu:hover {color:#FFFF00;cursor:pointer;}
A.Menu:visited {color:#FFFFFF;}
A.Menu:visited:hover {color:#FFFF00;}

A.Link_L {font-family: "Arial"; font-weight:bold;  text-decoration:none; color:#FFFFFF; font-size:9pt;}
A.Link_L:hover {color:#FFFF00;cursor:pointer;text-decoration:underline;}
A.Link_L:visited {color:#FFFFFF; }
A.Link_L:visited:hover {color:#FFFF00;}

A.Baiviet {font-family: "Arial"; font-weight:normal;  text-decoration:none; color:#101010; font-size:11pt;}
A.Baiviet:hover {color:#FF0000;}
A.Baiviet:visited {font-family: "Arial"; font-weight:normal; text-decoration:none; color:#101010; font-size:11pt;}
A.Baiviet:visited:hover {color:#FF0000;}

A.Baiviet_H {font-family: "Arial"; font-weight:bold;  text-decoration:none; color:#303030; font-size:11pt;}
A.Baiviet_H:hover {color:#FF0000;}
A.Baiviet_H:visited {font-family: "Arial"; font-weight:bold; text-decoration:none; color:#303030; font-size:11pt;}
A.Baiviet_H:visited:hover {color:#FF0000;}

A.Link_form{font-family: "Arial"; font-weight:normal;  text-decoration:none; color:#FF0000; font-size:11pt; cursor:pointer;}
A.Link_form:hover {color:#FF0000;}
A.Link_form:visited {font-family: "Arial"; font-weight:normal; text-decoration:none; color:#FF0000; font-size:11pt;}
A.Link_form:visited:hover {color:#FF0000;}

A.Link_tm{font-family: "Arial"; font-weight:normal;  text-decoration:none; color:#FF0000; font-size:14pt; cursor:pointer;}
A.Link_tm:hover {color:#FF0000;}
A.Link_tm:visited {color:#FF0000;}
A.Link_tm:visited:hover {color:#FF0000;}
.Icons_P {
    width: 50%;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    cursor:pointer;
}
.Icons_P:hover {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o-filter: brightness(80%);
    -ms-filter: brightness(80%);
}

.C_DW 
{
width:50px;
height:50px;
position:fixed;
top:calc(50% - 25px);
left:calc(50% - 25px);
display:none;
}
.S_Vitri {
    font-family: "Arial";
    font-weight: normal;
    font-size: 10pt;
    margin: 0px 10px 0px 0px;
}
/* Input*/
.Ct_input {
    width: 100%;
    padding: 8px 10px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "Arial";
    font-weight: normal;
    font-size: 12pt;
}

    .Ct_Button {
        width: 100%;
        max-width: 200px;
        background-color: #4CAF50;
        color: white;
        padding: 12px 10px;
        margin: 0px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: "Arial";
        font-weight: normal;
        font-size: 11pt;
    }

        .Ct_Button:hover {
            background-color: #45a049;
        }

/*Input e*/
.Msg {
    font-family: "Arial";
    font-weight: normal;
    text-decoration: none;
    color: #808080;
    font-size: 12pt;
}
    .banner
        {
            margin:0px;
            width:100%;
            overflow:auto;
            padding:0px;
            
        }
        #Thongke
        {
            width:calc(100% - 20px);
            overflow:auto;
            margin-left:10px;
            margin-top:10px;
            margin-bottom:5px;
        }
        .Div_Form
        {
            width:calc(100% - 42px);
            overflow:auto;
            border:1px solid #dddfe2;
            border-radius:4px;
            padding:10px;
            background-color:#FFFFFF;
            margin:10px;
        }
.Div_Form_Section {
    width: calc(100% - 42px);
    overflow: auto;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px;
}
    .Div_Form_Section p {
        margin: 0px;
        padding: 7px 0px 0px 0px;
        text-align: left;
        text-align: left;
        font-family: "Arial";
        font-weight: 500;
        text-decoration: none;
        color: #505050;
        font-size: 11pt;
    }
.Div_Tiendo {
    width: calc(100% - 2px);
    max-width: 500px;
    height: 25px;
    border: solid 1px #e6e5e5;
    border-radius: 3px;
    background-color: #FF0000;
    margin: 10px 0px 5px 0px;
}
.Div_Tiendo_TyLe{
    height:25px;
    background-color:#0000FF;
    
}
    
    .Div_100 {
        width: 100%;
        overflow: auto;
        text-align: center;
        float: left;
    }
        .Div_70{
            width:70%;
            overflow:auto;
            text-align:center;
            float:left;
          
        }
         .Div_50{
            width:50%;
            overflow:auto;
            text-align:center;
            float:left;
        }
         .Div_30{
            width:30%;
            overflow:auto;
            text-align:center;
            float:left;
        }
.Div_33 {
    width: calc(50% - 24px);
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    padding: 5px;
}
       .Thongtin_100_25
        {
            width:calc(100% - 10px);
            overflow:auto;
            margin-left:10px;
            margin-top:0px;
            margin-bottom:0px;
            border-radius:5px;
        }
.Thongtin_100 {
    width: 100%;
    overflow: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #e9ebee;
    padding: 15px 0px 0px 0px;
}
         .Thongtin
        {
            width:calc(100% - 10px);
            overflow:auto;
            margin-left:0px;
            margin-top:0px;
            margin-bottom:0px;
        }

/* Judging*/
.Br_V {
    position: fixed;
    top: 128px;
    right: 50px;
    font-family: "Arial";
    font-weight: 600;
    text-decoration: none;
    color: #ffd800;
    font-size: 12pt;
    border-bottom: solid 1px #ffd800;
    border-top: solid 1px #ffd800;
    display:none;
    z-index:1000;
}
.Ct_V {
    position: fixed;
    top: 252px;
    right: 50px;
    font-family: "Arial";
    font-weight: 600;
    text-decoration: none;
    color: #ffd800;
    font-size: 12pt;
    border-bottom: solid 1px #ffd800;
    border-top: solid 1px #ffd800;
    display: none;
    z-index: 1000;
}
.Bw_V {
    position: fixed;
    top: 333px;
    right: 50px;
    font-family: "Arial";
    font-weight: 600;
    text-decoration: none;
    color: #ffd800;
    font-size: 12pt;
    border-bottom: solid 1px #ffd800;
    border-top: solid 1px #ffd800;
    display: none;
    z-index: 1000;
}
.img-magnifier-glass {
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: none;
    width: calc(15vw);
    height: calc(15vw);
    z-index: 5000;
}

.Menu_Judging {
    width: 100%;
    height: 30px;
    position: fixed;
    right: 0;
    top: 0px;
    background-color: #707070;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.Div_Judging_Menu_Item {
    margin:0px;
    padding:0px 10px 0px 10px;
    overflow:auto;
    float:left;
    border-right:solid 1px #E0E0E0;
    height:30px;
   }
.Div_Judging_Menu_Item p {
    margin: 0px;
    padding: 7px 0px 0px 0px;
    overflow: auto;
    float: left;
    text-align: left;
    width: auto;
    text-align: left;
    font-family: "Arial";
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

.Div_Judging_Menu_Item_Title {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    overflow: auto;
    float: left;
    height: 30px;
}
.Div_Judging_Menu_Item_Title p {
        margin: 0px;
        padding: 7px 0px 0px 0px;
        overflow: auto;
        float: left;
        text-align: left;
        width: auto;
        text-align: left;
        font-family: "Arial";
        font-weight:500;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 11pt;
    }
.Div_Tools_Judging_Img {
    width: 40px;
    height: calc(100% - 75px);
    position: fixed;
    right: 0;
    top: 32px;
    background-color: #707070;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}
.Div_Tools_Judging_Bar {
  margin:0px;
  width:100%;
  overflow:auto;
  padding:0px 0px 3px 0px;

}
.Div_Tools_Judging_Bar p {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        text-align: center;
        width: auto;
        font-family: "Arial";
        font-weight: 500;
        text-decoration: none;
        color:#b6b6b6;
        font-size: 10pt;
        text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    }
.Bar_Span1 {
    width: calc(100% - 6px);
    float: left;
    font-family: "Arial";
    font-weight: 500;
    text-decoration: none;
    color: #EEEEEE;
    font-size: 10pt;
    padding: 3px;
    background-color: #707070;
    border-top-left-radius: 2px;
}

.Bar_Span2 {
    width: calc(40% - 6px);
    float: left;
    font-family: "Arial";
    font-weight: 500;
    text-decoration: none;
    color: #555555;
    font-size: 10pt;
    padding: 3px;
    background-color: #888888;
    border-top-right-radius: 2px;
}

    .Bar_Span2 a {
        font-family: "Arial";
        font-weight: 500;
        text-decoration: none;
        color: #555555;
        font-size: 10pt;
        cursor: pointer;
    }
    
    .Bar_Span11 {
        width: calc(60% - 6px);
        float: left;
        font-family: "Arial";
        font-weight: 500;
        text-decoration: none;
        color: #555555;
        font-size: 10pt;
        padding: 3px;
        background-color: #888888;
        border-top-left-radius: 2px;
    }
        .Bar_Span11 a {
            font-family: "Arial";
            font-weight: 500;
            text-decoration: none;
            color: #555555;
            font-size: 10pt;
            cursor:pointer;
        }
        .Bar_Span22 {
            width: calc(40% - 6px);
            float: left;
            font-family: "Arial";
            font-weight: 500;
            text-decoration: none;
            color: #EEEEEE;
            font-size: 10pt;
            padding: 3px;
            background-color: #707070;
            border-top-right-radius: 2px;
        }
.Div_Tools_Judging_Img_Sep {
    width: calc(100% - 8px);
    height: 0px;
    float: left;
    margin: 2px 3px 0px 3px;
    border-bottom: solid 1px #848484;
    border-top: solid 1px #4f4f4f;
}
.Div_Tools_Judging_Img_Item {
    width: 60%;
    float:left;
    border:solid 1px #848484;
    margin:calc(20% - 4px);
    padding:3px 3px 0px 3px;
    border-radius:2px;
   
}
    .Div_Tools_Judging_Img_Item:hover {
        border: solid 1px #C4C4C4;
        cursor: pointer;
    }
    .Div_Tools_Judging_Img_Item:single-button {
        border: solid 1px #FF0000;
    }
    .Div_Tools_Judging_Img_Item:checked {
        border: solid 1px #FF0000;
    }
    .Div_Tools_Judging_Img div img{
        width:100%;
        margin:0px;
    }

.Div_exif {
    position: fixed;
    top: 350px;
    right: 50px;
    font-family: "Arial";
    text-decoration: none;
    color: #ffd800;
    font-size: 9pt;
    border-bottom: solid 1px #ffd800;
    border-top: solid 1px #ffd800;
    z-index: 1000;
    text-align: left;
    line-height: 1.5;
    display:none;
}
.Div_Judging_Img {
    width: calc(100% - 142px);
 
    overflow: auto;
    height: calc(100vh - 80px);
    position: relative;
    vertical-align: middle;
    margin-left: 100px;
    
    
}
.Div_Judging_Img_Div {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*border: solid 2px #333333;*/
    padding: 0px;
    background-color: #505050;
    text-align: center;
}
.Div_Judging_Img_Img {
    max-width: unset;
    max-height: unset;
}
.Div_Judging_Img_Img:hover{
cursor:pointer;
}

.Div_ChamDiem {
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0;
    bottom: 0px;
    background-color: #707070;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding-bottom: 10px;
}

    .Div_ChamDiem input {
        width: auto;
        height: 100%;
        appearance: none;
        outline: none;
        cursor: pointer;
        border-radius: 2px;
        padding: 4px 8px;
        background: #454857;
        color: #FFFFFF;
        font-size: 14px;
        font-family: "Mulish";
        transition: all 100ms linear;
        font-weight: 400;
    }
.Div_ChamDiem input:hover {
        background: #049a3e;
     }
    .Div_ChamDiem input:checked {
        /* background-image: linear-gradient(180deg, #95d891, #74bbad);*/
        background: #ff0000;
        color: #FFFFFF;
        box-shadow: 0 1px 1px #0000002e;
        text-shadow: 0 1px 0px #79485f7a;
    }

    .Div_ChamDiem input:before {
        content: attr(label);
        display: inline-block;
        text-align: center;
        width: 100%;
    }
.P_Control_Diem {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12pt;
    color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right:0px;
    margin-left:60px;
}
.Div_Judging_Pos {
    width: 25%;
    height: 50%;
    background-color: #707070;
    position: fixed;
    border: solid 2px #303030;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    display: none;
    left: 100px;
    bottom: 45px;
}

.Div_Judging_Popup {
    width: 25%;
    overflow:auto;
    min-height:150px;
    background-color: #707070;
    position: fixed;
    border: solid 2px #303030;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius:4px;
    display: none;
    right: 5px;
    bottom: 45px;
}
.Div_Judging_Msg {
    width: calc(100% - 26px);
    overflow:auto;
    margin:10px 10px 0px 13px;
    float: left;
    padding:0px 0px 20px 0px;
}

    .Div_Judging_Msg p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 11pt;
        color: #FFFFFF;
        text-align: left;
    }

    .Div_Judging_Msg_Textbox
    {
        width:calc(100% - 36px);
        height:100px;
        background-color:#FFFFFF;
        border:solid 1px #868686;
        border-radius:5px;
        margin-left:0px;
        margin-top:10px;
    }
    .Div_Judging_Popup_Title {
        width: 100%;
        height: 30px;
        background-color: #505050;
        float: left;
    }
    .Div_Judging_Popup_Title p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 11pt;
        color: #FFFFFF;
        text-align: left;
        padding:7px;
        margin:0px;
    }
    .Div_Judging_Popup_Title_span {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 11pt;
        color: #FFFFFF;
        text-align: left;
        padding: 0px;
        margin: 0px;
        float:right;
    }
    .Div_Judging_Popup_Title_span:hover {
        color: #e5d900;
        cursor:pointer;
    }

    /*---Note----*/
.Div_Tools_Judging {
    width: 110px;
    height: calc(100% - 75px);
    position: fixed;
    left: 0;
    top: 32px;
    padding-top:0px;
    background-color: #707070;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
}
.Div_Tools_Judging_Note_Sep {
    width: 96px;
    height: 0px;
    float: left;
    margin:5px 0px 3px 6px;
    border-bottom: solid 1px #848484;
    border-top: solid 1px #4f4f4f;
    padding:0px;
}

.Div_Tools_Judging_Note_Item {
    width: 90px;
    float: left;
    border: solid 1px #848484;
    margin: 3px 6px 3px 6px;
    padding: 3px;
    border-radius: 2px;
    background-color: #e3e3e3;
}
.Div_Tools_Judging_Note_Item_Img {
    width: 100%;
    height: 25px;
    background-color: #505050;
    overflow: hidden;
}

.Div_Tools_Judging_Note_Item_Img p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 9pt;
        font-weight: 600;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        color: #FFFFFF;
    }
    .Div_Tools_Judging_Note_Item_Img img {
       height:25px;
    }
.Div_Tools_Judging_Note_Item_Img_A {
    width: 100%;
    height: 25px;
    background-color: #FF0000;
    overflow: hidden;
}
.Div_Tools_Judging_Note_Item_Img_A p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 9pt;
    font-weight: 600;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    color: #FFFFFF;
}
.Div_Tools_Judging_Note_Item_Img_A img {
    height: 25px;
}
.Div_Tools_Judging_Note_Item_Info {
    width: 100%;
    height: 30px;
    background-color: #7c7c7c;
}
.Div_Tools_Judging_Note_Item_Info_F {
    width: 100%;
    height:30px;
    overflow:auto;
    background-color: #FFFFFF;
    float: left;
}
.Div_Tools_Judging_Note_Item_Info_F p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11pt;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    font-weight: 600;
}
.Div_Tools_Judging_Note_Item_Info_Left {
    width: 49px;
    height: 30px;
    background-color: #FFFFFF;
    border-right: solid 1px #E0E0E0;
    float: left;
}
    .Div_Tools_Judging_Note_Item_Info_Left p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 11pt;
        margin: 8px 0px 0px 0px;
        padding: 0px;
        font-weight: 600;
    }
.Div_Tools_Judging_Note_Item_Info_Right {
    width: 40px;
    height: 30px;
    background-color: #FFFFFF;
    float: left;
}
    .Div_Tools_Judging_Note_Item_Info_Right p {
        font-family: Helvetica, sans-serif;
        text-align: center;
        font-size: 8pt;
        margin: 5px 0px 0px 0px;
        padding: 0px;
        font-weight: 700;
        color: #101010;
    }
.Div_Tools_Judging_Note_Item_Info_Right_span {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 6pt;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight:bold;
}
.Div_Tools_Judging_Note_Item_Info_Right img {
    width: 100%;
}


/*---Note - e----*/
/* Judging - e*/
.Div15 {
    width: calc(16.666% - 22px);
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    padding: 5px;
}
.Div20
        {
            width:calc(20% - 22px);
            overflow:auto;
            background:#FFFFFF;
            border:1px solid #dddfe2;
            border-radius:4px;
            margin-left:10px;
            margin-top:0px;
            margin-bottom:10px;
            float:left; 
            padding:5px;
       }       
 .Div25
        {
            width:calc(25% - 22px);
            overflow:auto;
            background:#FFFFFF;
            border:1px solid #dddfe2;
            border-radius:4px;
            margin-left:10px;
            margin-top:0px;
            margin-bottom:10px;
            float:left; 
            padding:5px;
       }
        .Icons
        {
            width:100%;

        }
        /*Countdown*/
        .Div_Countdown{
             display: inline-block; 
             overflow:auto;
             float:none;
             margin: 0 auto;
             font-family: Arial, Helvetica, sans-serif;
             text-align: center;
             font-size: 11pt;
             width:100%;
             min-height:100px;
            
         }
        .St_Countdown_text_head
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 14pt;
            color: #FF0000;
            font-weight: normal;
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .St_Countdown_text
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 16pt;
            color: #555555;
            font-weight: normal;
            margin-top: 0px;
            margin-bottom: 5px;
        }
        .Div_Ngay{
             width:25%;
             padding-top:10px;
             padding-bottom:10px;
             overflow:auto;
             text-align:center;
             float:left;
             border-bottom:3px solid #FF0000;
         }
         .Div_Ngay_Bg{
             width:calc(100% - 20px);
             margin-left:10px;
             overflow:auto;
             float:none;
             border-radius:5px;
             background-color:#FF0000;
             color:#FFFFFF;
         }
           .Div_Countdown_p {
             margin:5px;
             margin-top:10px;
             font-family: Arial, Helvetica, sans-serif;
             text-align: center;
             font-size: 12pt;
             }
           .Div_Thongke_p {
             margin:5px;
             margin-top:10px;
             font-family: Arial, Helvetica, sans-serif;
             text-align: center;
             font-size: 12pt;
             }
     
     
         /* Countdown - End*/
         /* MyGallery*/
         .Img_View
         {
             width:100%;
             max-width:400px;
             box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
             margin-bottom:10px;

         }
          .Img_View_Ga
         {
            max-width: 90%;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
            margin-bottom:10px;
        }
           .Img_Caption
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size: 11pt;
            color: #808080;
            font-weight:600;
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom:5px;
        }
         .Div_thumb_Upload{
            width:calc(20% - 27px);
            overflow:auto;
            background:#FFFFFF;
            border:1px solid #dddfe2;
            border-radius:4px;
            margin-left:10px;
            margin-top:0px;
            margin-bottom:10px;
            float:left; 
            padding:5px;
         }
         .Div_thumb_Upload_Img
         {
             width:100%;
             overflow:auto;
             float:left;
             cursor:pointer;
         }

       .Div_Upload_P_Caption
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size: 11pt;
            color: #FF0000;
            font-weight:600;
            margin-left: 10px;
            margin-top: 10px;
            margin-bottom: 5px;
        }
        .Div_Upload_P_Chude {
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size: 11pt;
            color:#838383;
            font-weight:600;
            margin-left: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
       .Div_Upload_P
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size: 10pt;
            color: #101010;
            font-weight: normal;
            margin-left: 20px;
            margin-bottom:5px;
            margin-top:0px;
        }
         /* MyGallery - End*/
         /* footer */
         .Footer
         {
             width:calc(100% - 20px);
             margin-top:0px;
             padding:10px;
             padding-bottom:30px;
             background-color:#F8F8F8;
             border-top:1px solid #e3e3e3;
             overflow:auto;
         }
         .Footer_p_l
            {
            margin:2px 5px 2px 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-weight: normal;
            color: #808080;
            text-align:left;
            }
         .Footer_p_r
         {
            margin:2px 5px 2px 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-weight: normal;
            color: #808080;
            text-align:right;
            }
         /* Footer - End*/
/* Form*/
        .modal {
        display: none; 
        position: fixed;
        z-index: 1; 
        padding-top: 0px; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto;
        background-color: rgb(0,0,0); 
        background-color: rgba(0,0,0,0.4); 
}
/* Modal Content */

.modal-content-50 {
    background-color: #fefefe;
    margin:0 auto;
    padding: 5px;
    padding-top:3px;
    border: 2px solid #707070;
    width: 50%;
    background-image:url("/Images/form_title.jpg");
    background-repeat:repeat-x;
    margin-top:10%;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    padding-top:3px;
    border: 2px solid #707070;
    width: 80%;
    background-image:url("/Images/form_title.jpg");
    background-repeat:repeat-x;
}
.modal-content-update {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    padding-top:3px;
    border: 2px solid #707070;
    width: 80%;
    margin-top:5%;
    background-image:url("/Images/form_title.jpg");
    background-repeat:repeat-x;
}
.modal-Img_Gallery {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    padding-top:3px;
    border: 2px solid #707070;
    width: 80%;
    margin-top:5%;
    background-image:url("/Images/form_title.jpg");
    background-repeat:repeat-x;
}
.modal-waiting {
    background-color: #fefefe;
    margin:auto auto;
    padding: 5px;
    padding-top:3px;
    border: 1px solid #707070;
    width: 60%;
    margin-top:15%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.title {
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;
    float: left;
    font-size: 18px;
    font-weight:400;
    padding-left:5px;
    margin-top:5px;
    margin-bottom:10px;

  }
.Div_Box_P {
    width:calc(100% - 40px);
    padding:20px;
    overflow-y:auto;
    overflow-x:hidden;
    float:left;
    text-align:left;
}
.P_Detail {
     font-family: Arial, Helvetica, sans-serif;
     text-align: justify;
     font-size: 11pt;
     color:#505050;
     margin-top:5px;
     margin-bottom:10px;
}
.P_Msg {
     font-family: Arial, Helvetica, sans-serif;
     text-align: justify;
     font-size: 11pt;
     color:#FF0000;
     margin-top:5px;
     margin-bottom:10px;
}
.P_Payment {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
    color: #888;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left:20px;
}
.P_PayCaption {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12pt;
    color: #505050;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left:10px;
}
.P_Caption {
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color:#505050;
     margin:0px;
}
.P_Control {
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 12pt;
     color:#505050;
     margin:0px;
}
.P_Control_p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12pt;
    color: #505050;
    margin: 10px 0px 10px 0px;
}

   .St_Textbox_Main
        {
        	border: 1px solid #AAAAAA;
        	border-radius:3px;
        	text-align:left;
        	font-family: Arial, Helvetica, sans-serif;
            font-size: 12pt;
            height:30px;
            width:calc(100% - 20px);
            padding-left:0px;
            resize: none;
            padding-left:10px;
           }
.St_Button {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-align: center;
    height: 25px;
    background: #458289;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px 3px 0px 3px;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    font-weight: 200;
}
        
.St_Button:hover
{
   background:#049a3e;
   color: #FFFFFF;
}
    .St_Button:disabled {
        /*background: #3c3c3c;*/
        background: #FF0000;
        color: FFFFFF;
    }
.St_Button.disabled:hover
{
   background:#FF0000;
   color: #FFFFFF;
}
.St_Button_2 {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    text-align: center;
    height: 25px;
    background: #458289;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px 3px 0px 3px;
    font-family: Mulish, Arial, Helvetica, sans-serif;
    font-weight: 200;
}

    .St_Button_2:hover {
        background: #049a3e;
        color: #FFFFFF;
    }

    .St_Button_2:disabled {
        background: #3c3c3c;
        color: #AAAAAA;
    }

    .St_Button_2.disabled:hover {
        background: #FFFF00;
        color: #AAAAAA;
    }
.Form_70
{
    width:calc(70% - 20px);
    overflow:auto;
    text-align:center;
    float:left;
    padding-right:20px;
}
         .Form_50{
            width:calc(50% - 20px);
            overflow:auto;
            text-align:center;
            float:left;
            padding-right:20px;
        }
        .Form_Pay50 {
             width: calc(50% - 20px);
             overflow: auto;
             text-align: center;
             float: left;
             padding-right: 20px;
            }
         .Form_30{
            width:calc(30% - 20px);
            overflow:auto;
            text-align:center;
            float:left;
            padding-right:20px;
            
        }
         .Div_Form_Tool {
            width:100%;
            overflow:auto;
            float:left;
            text-align:left;
            margin-top:10px;
            }
         .Div_MH{
            width:100%;
            overflow:auto;
            padding-top:0px;
            padding-bottom:0px;
            margin-bottom:5px;
       
}
/*form-end*/
/*Menu*/   
/*News*/
.St_News_div_main
{
   width:calc(100% - 22px);
   width: -webkit-calc(100% - 22px);
   width: -moz-calc(100% - 22px);
   margin-bottom:5px;
   margin-left:10px;
   border:#CCCCCC 1px solid;
   overflow:auto;
   padding-top:10px;
   padding-left:10px;
   padding-right:0px;
   background:#F5F5F5;
   border-radius:3px;
   
}
.St_News_div_main_50
{
   width:calc(100% - 32px);
   width: -webkit-calc(100% - 32px);
   width: -moz-calc(100% - 32px);
   margin:10px;
   overflow:auto;
   padding-top:10px;
   padding-left:10px;
   padding-right:0px;
   /*background:#FFFFFF;
   border:#CCCCCC 1px solid;
   border-radius:3px;*/
   
}

.St_News_div
{
   width:calc(50% - 42px);
   width: -webkit-calc(50% - 42px);
   width: -moz-calc(50% - 42px);
   min-height:100px;
   margin:10px;
   float:left;
   overflow:auto;
   padding:10px;
   
}
.St_News_div_100
{
   width:calc(100% - 32px);
   width: -webkit-calc(100% - 32px);
   width: -moz-calc(100% - 32px);
   min-height:100px;
   margin:10px;
   float:left;
   overflow:auto;
   padding:10px;
   
}
.Div_Main_News
        {
            width:calc(100% - 22px);
            overflow:auto;
            border:1px solid #dddfe2;
            border-radius:4px;
            padding:0px;
            background-color:#F9F9F9;
            margin:10px;
        }
.Div_News_Detail_50{
   width:calc(50% -  21px);
   border-right:solid 1px #EEEEEE;
   background-color:#FAFAFA;
   overflow:auto;
   text-align:left;
   float:left;
   padding:10px;
}
.Div_Noidung
{
    width:100%;
    overflow:auto;
    float:left;
}
.News_title {
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;
    float: left;
    font-size: 18px;
    font-weight:500;
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;

  }
.St_img_Thumb_viewer
{
			border: 2px solid #E0E0E0;
        	padding:1px;
        	margin-right: 0px;
            border-radius: 2px;
            float:left; 
            margin-right:10px;
            margin-bottom:10px;
            width:100px;
			
}
.St_Intro_TT
        {
            text-align: left;
            margin-top: 10px;
            margin-bottom: 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            font-weight: normal;
            color:#505050;
            margin-right:10px;
        }
.St_H_Title
        {
             margin:0px 0px 0px 0px;
             font-family: Arial, Helvetica, sans-serif;
             font-size: 11pt;
             color: #101010;
             font-weight: normal;
             text-align: left;
         }
/*News End*/
/*Status list*/
.St_Status_Ghichu {
    margin: 0px 0px 0px 0px;
    margin-top:5px;
    margin-bottom:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #888;
    font-weight:normal;
    text-align: right;
}
.St_C1 {border: 1px solid #808080; width:5%;background-color:#E0E0E0;}
.St_C2 {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:35%;}
.St_C3 {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:30%;}
.St_C4 {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:10%;}
.St_C5 {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:15%;}
.St_C4_N {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:5%;}
.St_C1_N {border: 1px solid #808080; width:5%;background-color:#E0E0E0;}
.St_C2_N {border-width: 1px; border-color: #808080; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;width:20%;}

.St_D1 {border-width: 1px; border-color: #808080; border-left-style: solid;border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;}
.St_D2 {border-width: 1px; border-color: #808080; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;}
.St_D3 {border-width: 1px; border-color: #808080; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;}
.St_D4 {border-width: 1px; border-color: #808080; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;}
.St_D5 {border-width: 1px; border-color: #808080; border-right-style: solid; border-bottom-style: solid;background-color:#E0E0E0;}

.ST_Status_Head
        {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 10pt;
            color: #000000;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 5px;
            }     
.St_Detail_Status_C
{
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 10pt;
            color: #000000;
            font-weight: normal;
            margin-top: 5px;
            margin-bottom: 5px; 
}
.St_Detail_Status_L
{
   font-family: Arial, Helvetica, sans-serif;
            text-align: left;
            font-size: 10pt;
            color: #000000;
            font-weight: normal;
            margin-top: 5px;
            margin-bottom: 5px; 
            margin-left:5px;
}
 .ST_Subject_H
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12pt;
            color: #000000;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left:5px;
            margin-right:5px;
        } 
 .search_box
{
            margin-bottom:20px;
            margin-top:20px;
            width:100%;
            overflow:auto;
}
 .St_Search_login
        {
        	border: 1px solid #E2E2E2;
        	border-radius:3px;
            width:35%;
        	text-align:left;
        	font-family: Arial, Helvetica, sans-serif;
            font-size: 11pt;
            height:30px;
            padding-left:10px;
            resize: none;
           }
  .St_BT_StrSearch
        {
        	border: 1px solid #FFFFFF;
        	border-radius:3px;
        	text-align:center;
        	height:33px;
        	background:#EEEEEE;
        	font-family: Arial, Helvetica, sans-serif;
            font-size: 12pt;
            color: #000000;
            padding-right:15px;
            padding-left:15px;
        }
            A.St_Trang {font-family: "Arial"; font-weight:normal;  text-decoration:none; font-size:10pt;padding: 4px 8px 4px 8px;margin: 2px;border: 1px solid #dfdfdf;color:#000;border-radius:3px; cursor:pointer; }
            A.St_Trang:hover {color:#FF0000;}
            A.St_Trang:visited {font-family: "Arial"; font-weight:normal; text-decoration:none; color:#000; font-size:8pt;}
            A.St_Trang:visited:hover {color:#FF0000;}
    
            .ST_TrangHT
            {
                font-family: "Arial"; font-weight:bold;  text-decoration:underline; font-size:10pt;padding: 4px 8px 4px 8px;margin: 2px;border: 1px solid #FF0000;color:#FFFFFF;border-radius:3px;background-color:#FF0000;     
            }
/*Status list - end */
        
/* Profile*/
            .St_Profile_div_main
                {
                width:calc(100% - 10px);
                width: -webkit-calc(100% - 10px);
                width: -moz-calc(100% - 10px);
                margin-left:10px;
                padding:0px;
                overflow:auto;
              
                }
            .St_Profile_Icon_Active
                {
                width:calc(25% - 2px);
                float:left;
                overflow:auto;
                background-color:#FFFFFF;
                padding-top:10px;
                padding-bottom:10px;
                border-left:#CCCCCC 1px solid;
                border-right:#CCCCCC 1px solid;
                border-top:#CCCCCC 1px solid;
                border-bottom:#FFFFFF 1px solid;
                border-top-left-radius:3px;
                border-top-right-radius:3px;
                }
                .St_Profile_Icon_Active a {font-family: "Arial"; font-weight:bold;  text-decoration:none; color:#FF0000; font-size:12pt;cursor:pointer}
                .St_Profile_Icon_Active a:hover {color:#888;text-decoration:underline;}
                .St_Profile_Icon_Active a:visited {font-family: "Arial"; font-weight:bold; text-decoration:none; color:#FF0000;}
                .St_Profile_Icon_Active a:visited:hover {color:#888;text-decoration:underline;}

            .St_Profile_Icon_Inactive
                {
                width:calc(25% - 2px);
                float:left;
                overflow:auto;
                background-color:#dddfe2;
                padding-top:10px;
                padding-bottom:10px;
                border:#CCCCCC 1px solid;
                border-top-left-radius:3px;
                border-top-right-radius:3px;
                }
                .St_Profile_Icon_Inactive a {font-family: "Arial"; font-weight:normal;  text-decoration:none; color:#888; font-size:12pt;cursor:pointer}
                .St_Profile_Icon_Inactive a:hover {color:#FF0000;text-decoration:underline;}
                .St_Profile_Icon_Inactive a:visited {font-family: "Arial"; font-weight:normal; text-decoration:none; color:#888;}
                .St_Profile_Icon_Inactive a:visited:hover {color:#FF0000;text-decoration:underline;}

            .ST_Profile_Tab
                {   
	            width: calc(100% - 12px);
	            overflow:auto;
                margin-left:10px;
	            padding-top:10px;
	            padding-bottom:10px;
	            float:left;
                background-color:#FFFFFF;
                border-left:#CCCCCC 1px solid;
                border-right:#CCCCCC 1px solid;
                border-bottom:#CCCCCC 1px solid;
                }
            .St_Profile_Tab_Header
                {
                font-family: Arial, Helvetica, sans-serif;
                text-align: center;
                font-size: 11pt;
                color: #000000;
                font-weight: normal;
                margin-top: 5px;
                margin-bottom: 5px; 
                }
            .Profile_50
                {
                width:500px;
                overflow:auto;
                margin-left:calc(50% - 250px);
                text-align:center;
                float:left;
                
                }
          
            A.Profile_Tab_Menu_A {font-family: "Arial"; font-weight:bold;  text-decoration:none; color:#888; font-size:12pt;cursor:pointer;}
            A.Profile_Tab_Menu_A:hover {color:#FF0000;text-decoration:underline;}
            A.Profile_Tab_Menu_A:visited {font-family: "Arial"; font-weight:Bold; text-decoration:none; color:##888;}
            A.Profile_Tab_Menu_A:visited:hover {color:#FF0000;text-decoration:underline;}

/*Profile - End*/
.ST_Menu_Top
{
	width: 100%;
	overflow:auto;
	padding-top:0px;
	padding-bottom:5px;
	float:left;
}
nav {  
        height: 40px;  
        width: 100%;  
        background: #455868;  
        font-size: 11pt;  
        font-family: 'PT Sans', Arial, sans-serif;  
        font-weight: bold;  
        position: relative;  
         top:0px;
        position:fixed;
       }  
    
    nav ul {  
        padding: 0;  
        margin: 0 auto;  
        width: 100%;
        height: 40px;  
           }  

    nav li {  
        display: inline;  
        float: left;  
    }  

    .clearfix:before,  
    .clearfix:after {  
        content: " ";  
        display: table;  
    }  
    .clearfix:after {  
        clear: both;  
    }  
    .clearfix {  
        *zoom: 1;  
    }  

    nav a {  
        color: #fff;  
        display: inline-block;  
        text-align: center;  
        text-decoration: none;  
        line-height: 40px;  
        text-shadow: 1px 1px 0px #283744;  
        padding-left:20px;
        padding-right:20px;
    }

nav li a {
    border-right: 1px solid #576979; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}  
    
    nav li:last-child a {  
        border-right: 0;  
    }  

    nav a:hover, nav a:active {  
        background-color: #8c99a4;  
    }  

    nav a#pull {  
    display: none;  
	}   


header { 
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}
header div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 200px; 
  margin: .5vw;  
}
header div img { 
  width: 100%; 
  height: auto; 
  margin:auto auto;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -moz-box-shadow: 0 0 1px 1px #888;
  -webkit-box-shadow: 0 0 1px 1px #888;
  box-shadow: 0 0 1px 1px #888;
  
 }
 header div img:hover { 
  width: 100%; 
  height: auto; 
  margin:auto auto;
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -o-filter: brightness(120%);
  -ms-filter: brightness(120%);
   -moz-box-shadow: 0 0 1px 1px #101010;
  -webkit-box-shadow: 0 0 1px 1px #101010;
  box-shadow: 0 0 1px 1px #101010;
 }
 /*Menu-End*/
 /*Button*/
 .St_img
        {
            filter: brightness(100%);
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
            border:0px;
        }
        
.St_img:hover
        {
            filter: brightness(130%);
            -webkit-filter: brightness(130%);
            -moz-filter: brightness(130%);
            -o-filter: brightness(130%);
            -ms-filter: brightness(130%);
            border:0px;
            cursor:pointer;
            }
.St_img_qc
        {
            width:100%;
            filter: brightness(100%);
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
            border:0px;
        }
        
.St_img_qc:hover
        {
            width:100%;
            filter: brightness(80%);
            -webkit-filter: brightness(80%);
            -moz-filter: brightness(80%);
            -o-filter: brightness(80%);
            -ms-filter: brightness(80%);
            border:0px;
            cursor:pointer;
            }
 /*Button - End*/

@media screen and (max-width: 900px)   
	{
       .modal-content-50 {
            width: 80%;
        }
        .St_C2_N {
           
            width: 15%;
        }
        .Div15 {
            width: calc(30% - 22px);
        }

    }  

 @media screen and (max-width: 700px)   
	    {
	        
        .div_FT02
        {
            display:block;
        }
       
        .Div25
        {
            width:calc(50% - 22px);
       }
     
	 .Div20
        {
            width:calc(50% - 22px);
       }
          .Div_50{
            width:100%;
            overflow:auto;
            text-align:center;
            float:left;
        }
          /*Form*/
            .Form_70{
            width:100%;
            
        }
         .Form_50{
            width:100%;
         }
        .Form_Pay50 {
                width: calc(100% - 50px);
                float:none;
                padding-left:30px;
              
         }
          .Pay_button {
                background-image: url('/imagee/paypal.png');
                cursor: pointer;
            }
         .Form_30{
            width:100%;
            
        }
         .Div_33{
            width:calc(100% - 24px);
            
        }
          /*Form - End*/
          /*Menu*/
      
       nav {   
            height: auto; 
            position:absolute;
            
        }  
        nav ul {  
            display: none;  
            height: auto;  
        }  
        nav li {  
            width: 50%;  
            float: left;  
            position: relative;  
        }  
        nav li a {  
            border-bottom: 1px solid #576979;  
            border-right: 1px solid #576979;  
        }  
        nav a {  
            text-align: left;  
            width: 100%;  
            text-indent: 25px;  
             padding-left:0px;
            padding-right:0px;
        }  
         nav {  
            border-bottom: 0;  
        }  
                
        nav a#pull {  
            display: block;  
            background-color: #3b54a5;  
            width: 100%;  
            position: relative;  
        }  
        nav a#pull:after {  
            content:"";  
            background: url('/images/nav-icon.png') no-repeat;  
            width: 30px;  
            height: 30px;  
            display: inline-block;  
            position: absolute;  
            right: 20px;  
            top: 10px;  
        }
        header { 
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}
header div { 
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; 
  width: 200px; 
  margin: .5vw; 
  
}
header div img { 
  width: 100%; 
  height: auto; 
  margin:auto auto;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -moz-box-shadow: 0 0 1px 1px #888;
  -webkit-box-shadow: 0 0 1px 1px #888;
  box-shadow: 0 0 1px 1px #888;
  
 }
 header div img:hover { 
  width: 100%; 
  height: auto; 
  margin:auto auto;
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -o-filter: brightness(120%);
  -ms-filter: brightness(120%);
   -moz-box-shadow: 0 0 1px 1px #101010;
  -webkit-box-shadow: 0 0 1px 1px #101010;
  box-shadow: 0 0 1px 1px #101010;
 }  
        /*Menu - End*/
        /*News*/
        .St_News_div
{
   width:calc(100% - 32px);
   width: -webkit-calc(100% - 32px);
   width: -moz-calc(100% - 32px);
   min-height:100px;
   
   
}
 .Div_News_Detail_50{
   width:calc(100% - 20px);
   border:0px;
   

}
        /*NewsEnd*/
/*Footer*/
.Footer_p_l
            {
            text-align:center;
            }
         .Footer_p_r
         {
            text-align:center;
            }
/*Footer - End*/
/*Profile*/
        .Profile_50
            {
            width:calc(100% - 40px);
            overflow:auto;
            margin-left:20px;
            float:left;
            }
/*Profile - End*/
/*Gallery*/
.Div_thumb_Upload{
            width:calc(50% - 32px);
         }
.modal-Img_Gallery {
    width: 95%;
    
}
/*Gallery - End*/
}  

 @media screen and (max-width: 400px) {
  
}      
       
