
*{
    font-family: "arial";
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0 !important;
}
li{
	list-style-type: none;
}
a{
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
img{
	vertical-align: middle;
	border-style: none;
}
:root{
	--colorBase: #FFF;
	--colorButton: #0c3092;
	--colorButtonHover: #0a215e;
	--colorFontPrimary: #000;
	--colorFontSecondary: #aaa;
	--colorWhite: #000;
	--colorBlack: #000;
}
:root{
    --font13: 13px;
    --font15: 15px;
    --font17: 17px;
    --font20: 20px;
    --font35: 35px;
}
.imgFix{
    border-radius:10px;
    display:block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.openMenu{
    display:none;
    filter: invert(43%) sepia(52%) saturate(5968%) hue-rotate(211deg) brightness(5%) contrast(5%);  
}
#body::-webkit-scrollbar {
	width: 7px;
}
#body::-webkit-scrollbar-track {
	background-color: var(--colorBase);
}
#body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--colorButton);
}
#body{
	background-color: var(--colorBase);
}
.arrowsIcon{
    width:20px;
}
.updateNote{
    font-size:15px;
    color:#AAA;
    margin-top:30px;
}
.ctrPage{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.ctr1{
   width: 100% !important; 
}
.ctr,.ctrPart{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    border:thin solid #CCC;
    margin-top:30px;
    color: #111;
    cursor:pointer;
    padding:15px;
    cursor:pointer;
    border-radius:5px;
    width: 48%;
    margin-right: 20px;
    font-size:17px;
}
.ctrPart1{
    width: 100% !important;
}
.ctr:hover, .ctrPart:hover{
    color:#36C;
    border:thin solid #36C;    
}
.ctr:hover img, .ctrPart:hover img{
    filter: invert(43%) sepia(52%) saturate(5968%) hue-rotate(211deg) brightness(100%) contrast(100%);  
}
.ctrLabel{
    margin-bottom:5px;
    color:#111;
    font-size:13px;
}
.ctr img, .ctrPart img{
    transform: rotate(270deg);
}
.ctrPrevious img{
    transform: rotate(90deg);
}
.Container{
    display: flex;
    background-color: var(--colorBase);
}
.Container2{
    display: flex;
    background-color: var(--colorBase);
    width: 100%;
    margin: 0px auto;
    flex-direction: column;
    align-items: center;
}
.Container3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10%;
    border-bottom:thin solid #e5e7eb;
}
.Container4{
    display: flex;
    flex-direction: row;
    width: 80%;
}
.headerMob{
    display: none;
}
.menuLink{

}
.menuBox{
    width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 0px 0px;
}
.menuSub{
    display:none;
}
.logoBox{
    font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoBox img{
    margin-right: 10px;
}
.logo{
    object-fit: cover;
    width: 200px;
}
.menu{
    display: flex;
    flex-direction: column;
}
.menu:hover img{
    filter: invert(43%) sepia(52%) saturate(5968%) hue-rotate(211deg) brightness(5%) contrast(5%);  
}
.menuHead{
    font-size:14px;    
    color: #333;
    width: 100%;
    border-radius: 5px;
    display: flex;
    padding:10px 10px 10px 0px;
    cursor:pointer;
    flex-direction: row;
    justify-content: space-between;
    padding:10px;
    margin-bottom:5px;
    margin-top:5px;
}
.menuHead1{
    font-size:14px;
    font-weight:bold;
    color: #333;
    width: 100%;
    border-radius: 5px;
    display: flex;
    padding:10px 10px 10px 0px;
    cursor:pointer;
    flex-direction: row;
    justify-content: space-between;
    padding:10px;
    margin-bottom:5px;
    margin-top:5px;
}
.menuHead1:hover,.menuHead:hover{
    background-color:#00000011;
    color:#666;
}
.menuHead2{
    font-size:14px;
    font-weight:bold;
    color: #333;
    width: 100%;
    border-radius: 5px;
    display: flex;
    padding:10px 10px 10px 0px;
    flex-direction: row;
    justify-content: space-between;
    padding:10px;
    margin-bottom:5px;
    margin-top:5px;
}
.menuItemActive{
    color: #36C !important;
    font-weight:bold !important;
    border-left: thin solid #36C !important;
}
.menuItemActive:hover{
    background-color:#3366CC11 !important;
    border-left: thin solid #36C !important;
}
.menuItem1Active{
    color: #36C !important;
    font-weight:bold !important;
}
.menuItem1Active:hover{
    background-color:#3366CC11 !important;
}
.menuItem{
    font-size:14px;
    color: #999;
    width: 100%;
    padding: 10px;
    padding-left:10px;
    margin-left:10px;
    border-left: thin solid #CCC;
    cursor: pointer;
    border-radius:0px 5px 5px 0px;
}
.menuItem:hover{
    background-color:#00000011;
    border-left: thin solid #999;
    color:#666;
}
.menuBoxMob{
    display: none;
    position: relative;
    z-index: 999;
    background-color: var(--colorBase);
    top: 50px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    padding-top:75px;
}
.menuMob{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}
.closeMenu{
    width: 20px;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 30px;
}
.closeMenu:hover{
    opacity: 1;
}
.Search{

}
.searchForm{
    position: relative;
}
.searchIn{
    width: 200px;
    padding: 12px 15px 12px 50px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: rgb(237 237 237);
    border: thin solid #e5e7eb;
    color: var(--colorFontPrimary);
    font-size:15px;
}
.searchSubmit{
    height: 20px;
    position: absolute;
    left: 20px;
    top: 12px;
    cursor: pointer;
    border: none;
    transform: scaleX(-1)
}
.searchSubmit:hover{
    opacity: 0.7;
}
.searchIcon{
    height: 20px;
}
.contentBox{
    display: flex;
    margin-top: 30px;
    display: none;
    margin-bottom: 80px;
    margin-left: 50px;
}
#content_menu1{
    display: flex;
}
.content{
    width: 800px;
}
.title{
    font-size: 35px;
    line-height: 150%;
    font-weight:bold;
}
.title2{
    font-size: 22px;
    line-height: 150%;
    font-weight:bold;
}
.text{
    color: #111;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
    margin-bottom:15px;
}

.text table{
    text-align:center;
    margin: 0 auto;
}

.text td{
    border:thin solid #CCC;
    padding:10px;
    text-align:center;
    min-width: 150px;
}
.text .trHead{
    font-size:14px;
    background-color:#EEE;
}
.text .trHead2{
    font-size:22px;
    font-weight:bold;
    background-color:#EEE;
}
@media only screen and (max-width: 1200px) {
    .Container{
        width:100%;
    }
    .Container3{
        padding:10px 2%;
    }
    .Container4{
        width:96%;
    }
    .contentBox{
        width:70%;
    }
    .menuBox{
        width:20%;
    }
}

@media(max-width: 1000px){
    .ctr,.ctrPart{
    width:100%;   
    }
    .ctrPage{
        flex-direction: column;
    }
    .Container{
        flex-direction: column;
    }
    .headerMob{
        display: flex;
        width: 100%;
        padding: 20px 16px;
        align-items: center;
        justify-content: space-between;
    }
    .openMenu{
        opacity: 0.7;
        width: 25px;
        cursor: pointer;
        margin-right: 15px !important;
        display:block;
    }
    .openMenu:hover{
        opacity: 1;
    }
    .menuBox{
        display: none;
    }
    .logoBox{
        padding: 0;
        border: none;
    }
    .logoMob{
        width: 120px;
    }
    .Search{
        top: 20px;
        right: 16px;
    }
    .searchIn{
        width: 130px;
    }
    .searchSubmit{
        height: 20px;
    }
    .searchIcon{
        height: 20px;
    }
    .contentBox{
        width: 100%;
        padding: 0 16px;
    }
    .content{
        width: 100%;   
    }
    .contentBox{
        margin-top: 100px;
        margin-left:0px;
    }
    .title{
        font-size: 25px;   
    }
    .text{
        margin-top: 25px;
    }
    .Container3{
        position:fixed;
        top:0px;
        left:0px;
        z-index:999999;
        background-color:#FFF;
    }
}