.inputfile-box {
    position: relative;
    margin-bottom: 15px;
    height: 45px;
}
.inpuFileName{
	width: 100%;
	position: relative;
}
.inpuFileName .name{
	display: inline-block;
	position: absolute;
	left: calc(90% + 60px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	font-size: 13px;
	color: #888888;
}
.inputfile {
    display: none!important;
}
.inputfile-box  .container {
    display: inline-block;
    width: 100%;
}
.inputfile-box label{
    width: calc(100% - 110px);
}
.inputfile-box .file-box {
    display: block;
    overflow: hidden;
    height: 45px;
    padding: 5px 10px;
    line-height: 27px;
	font-weight: 500;
	background-color: #fff;
    position: relative;
    width: 100%;
}
.inputfile-box .file-box::before{
    content: '';
    width: 23px;
    background-color: #fff;
    z-index: 2;
    right: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.inputfile-box .file-button {
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    width: 112px;
    height: 45px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #27b3f0;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    border: none;
}
.inputfile-box .file-button:hover{
	background-color: #27b3f0;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gripreguTop { display: flex; flex-wrap: wrap; margin: 0 -10px; background: #f1f1f1; align-content: center; align-items: center; }
.gripreguTop > div{
    padding: 0 10px;
}
.gripreguTop .colL{
    width: 600px;
}
.gripreguTop .colR{
    width: calc(100% - 600px);
}
.gripreguTop .decsRegu{
    padding:20px 0px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 24px;
}
.gripreguTop .decsRegu .noteRegu{
    font-weight: bold;
    margin-bottom: 15px;
    color: #064d92;
}
.gripreguTop .decsRegu .noteRegu i{
    font-weight: 400;
}
.lstInfoRegu{
    margin-bottom: 10px;
}
/*
.lstInfoRegu li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.lstInfoRegu li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #064d92;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5px;
}*/
.gripreguTop .thumbRegu img{
    width: 100%;
}

/*  */
.regulationsBot { background-color: #f1f1f1; }
.gripreguBot{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripreguBot > div{
    padding: 0 15px;
}
.gripreguBot .colL{
    width: 530px;
}
.gripreguBot .colR{
    width: calc(100% - 530px);  
}
.theTextBot .titleTxt{
    margin-bottom: 15px;
}  
.theTextBot .titleTxt h2{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #1569ab;
}
.theTextBot .contentTxt{
    font-size: 16px;
    line-height: 24px;
}
.theTextBot .contentTxt > div{
    margin-bottom: 5px;
}
.theTextBot .contentTxt p{
    padding: 2px 0;
}
.theFormBot{

}
.theFormBot .titleForm{
    margin-bottom: 15px;
}
.theFormBot .titleForm h2{
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #1569ab;
}

/*  */
.tableRegulations{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.tableRegulations::-webkit-scrollbar{
    height: 6px;
}
.tableRegulations::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 25px;
}
.tableRegulations .scrolTable{
    min-width: 1200px;
    overflow-x: auto;
}
.tableRegulations .tableInfo{
    margin-bottom: 30px;
}
.tableInfo .gripTable{
    display: flex;
    flex-wrap: wrap;  
}
.tableInfo .gripTable .td{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tableInfo .gripTable .td .showInfo{
    display: block;
    width: 100%;
    position: relative;
    padding-right: 20px;
}
    .tableInfo .gripTable .td .showInfo::before { content: ''; background-image: url('../../../images/viewx.svg'); background-size: 12px 15px; position: absolute; right: 10px; top: 30%; transform: rotate(90deg) translateY(-50%); width: 12px; height: 15px; background-repeat: no-repeat; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }
.tableInfo .itemTable.active .gripTable .td .showInfo::before { background-image: url('../../../images/viewt.svg'); transform: rotate(-90deg) translateY(-50%); right: -6px; margin-top: 0px; background-size: 12px; }
.tableInfo .gripTable .td:last-child{
    border-right: none;
}
.tableInfo .gripTable .td:nth-child(1){
    width: 4%;
    text-align: center;
}
.tableInfo .gripTable .td:nth-child(2){
    width: 30%;
    padding: 12px 30px;
    text-align: left;
    /* justify-content: flex-start; */
}
.tableInfo .gripTable .td:nth-child(3){
    width: 10%;
    text-align: center;
}
.tableInfo .gripTable .td:nth-child(4){
    width: 32%;
    padding: 12px 30px;
}
.tableInfo .gripTable .td:nth-child(5){
    width: 12%;
    text-align: center;
}
.tableInfo .gripTable .td:nth-child(6){
    width: 12%;
    text-align: center;
}
.tableInfo .gripTable .td:last-child a{
    color: #00adee;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.tableInfo .tablehead .gripTable .td{
    background-color: #004b89;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tableInfo .itemTable{
    position: relative;
}
.tableInfo .itemTable .infoItemDt{
    display: none;
    padding: 25px 20px 30px 20px;
    padding-left: calc(8% + 30px);
    background-color: #f3f3f3;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.tableInfo .itemTable .infoItemDt li{
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.tableInfo .itemTable .infoItemDt li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #064d92;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 8px;
}
.itemTable .infoItemDt .theDecs{
    max-height: 745px;
    overflow: hidden;
    overflow-y: auto;
}
.itemTable .infoItemDt .theDecs{
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #c5c5c5;
    scrollbar-width: thin;
}
.itemTable .infoItemDt .theDecs::-webkit-scrollbar{
    width: 6px;
    background-color: #c5c5c5  ;
}
.itemTable .infoItemDt .theDecs::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 4px #c5c5c5 ;
    background-color: #c5c5c5 ;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
}
.itemTable .infoItemDt .theDecs::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 px #064d92 ;
    background-color: #064d92   ;
}



.tableInfo .itemTable.active .infoItemDt{
   
}
.tableInfo .itemTable.active .gripTable .td{
    background-color: #26b3ef;
    color: #fff;
}
.tableInfo .itemTable.active .gripTable .td a{
    color: #fff;
}


/* itemPolicy */
.itemPolicy-wrapper { background-color: #f1f1f1; margin-bottom:30px;}
.lstPolicy .itemPolicy-wrapper:last-child{margin-bottom:0px;}
.itemPolicy { display: flex; flex-wrap: wrap; margin: 0 -25px; align-content: center; align-items: center; margin-bottom: 0px; }
.itemPolicy:last-child{
    margin-bottom: 0px;
}
.itemPolicy > div{
    padding: 0 25px;
}
.itemPolicy .colThumb{
    width: calc(100% - 730px);   
}
.itemPolicy .thumb img{
    width: 100%;
}
.itemPolicy-wrapper:nth-child(odd) .colThumb { order: 2; }
.itemPolicy .colDdecs { width: 730px; padding-top: 30px; padding-bottom: 30px; }
.itemPolicy .decs h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #004b89;
    margin-bottom: 20px;
}
.itemPolicy .decs h3 a{
    color: #004b89;
}
/* itemPolicy */
@media all and (min-width: 1600px){
    .gripreguTop .decsRegu{
        padding-left: 130px;
    }
    .tableInfo .gripTable .td{
        font-size: 18px;
        line-height: 27px;
    }
    .tableInfo .itemTable .infoItemDt{
        font-size: 18px;
        line-height: 27px;
    }
    .gripreguTop .decsRegu{
        font-size: 18px;
        line-height: 27px;
    }
    .theTextBot .contentTxt{
        font-size: 18px;
        line-height: 27px;
    }
    .inputfile-box .file-button {
        font-size: 18px;
    }
    .gripreguTop .colL{
        width: 780px;
    }
    .gripreguTop .colR{
        width: calc(100% - 780px);
    }
}
@media all and (max-width: 1200px){

    .gripreguTop .decsRegu{
        padding-left: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .gripreguTop .colL, .gripreguBot .colL, .gripreguTop .colR,  .gripreguBot .colR{
        width: 50%;
    }

    .theTextBot .titleTxt h2, .theFormBot .titleForm h2{
        font-size: 20px;
        line-height: 30px;
    }
    .theTextBot .contentTxt{
        font-size: 16px;
        line-height: 24px;
    }
    .tableInfo .gripTable .td{
        font-size: 14px;
        line-height: 22px;
        padding: 12px 10px;
    }
    .tableInfo .gripTable .td:nth-child(4), .tableInfo .gripTable .td:nth-child(2){
        padding: 5px 15px;
    }
    .tableInfo .itemTable .infoItemDt{
        padding: 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .itemPolicy .colDdecs{
        width: 50%;
    }
    .itemPolicy .colThumb{
        width: 50%;
    }
    .itemPolicy .decs h3{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .itemPolicy{
        margin: 0 -10px;
        margin-bottom: 30px;
    }
    .itemPolicy > div{
        padding: 0 10px;
    }
}

@media all and (max-width: 991px){
    .inputfile-box .file-button{
        font-size: 14px;
    }
    .tableInfo .gripTable .td .showInfo::before{
        top: 20%;
    }
    .gripreguTop .colL, .gripreguBot .colL, .gripreguTop .colR,  .gripreguBot .colR{
        width: 100%;
    }
    .gripreguTop .decsRegu{
        padding: 0 10px;
        font-size: 14px;
        line-height: 22px;
    }
    /*.lstInfoRegu li::before{
        top: 7px;
    }*/
    .theTextBot .titleTxt h2, .theFormBot .titleForm h2{
        font-size: 18px;
        line-height: 27px;
    }
    .theTextBot .contentTxt{
        font-size: 14px;
        line-height: 22px;
    }
    .gripreguBot .colL{
        margin-bottom: 10px;
    }
    .itemPolicy .colDdecs, .itemPolicy .colThumb{
        width: 100%;
    
    }
    .itemPolicy .colThumb{
        margin-bottom: 20px;
    }
    .itemPolicy:nth-child(odd) .colThumb{
        order: inherit;
    }
}

@media all and (max-width: 767px){
    .itemTable .infoItemDt .theDecs{
        max-width:350px;
    }
    .tableRegulations .scrolTable{
        min-width: 1045px;
        overflow-x: auto;
    }
}