body{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:Be Vietnam,sans-serif!important;
    font-size: 14px;
	font-weight: 500 !important;
}
a{
    color: black;
}
.hdbank-wrapper{
    width: 99%;
    max-width: 1419px;
    color: #333333;
}
.header{
    position: relative;
    height: 60px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    padding: 16px 48px 16px 48px;
    /* justify-content: space-between; */
    align-items: center;
}
.expand-icon{
    position: absolute;
    height: 20.25px;
    width: 30px;
    border-radius: 0px;
    float: left;
    top: 32px;
    background-image: url("../img/login/Vector.png");
    cursor: pointer;
}
.hdbank-logo{
    position: absolute;
    height: 72px;
    width: 206px;
    border-radius: 0px;
    margin-left: 20px;
    background-image: url("../img/login/logo.svg");
    float: left;
    left: 75px;
    top :10px ;
    cursor: pointer;
}
.hdbank-logo-en{
    position: absolute;
    height: 72px;
    width: 206px;
    border-radius: 0px;
    margin-left: 20px;
    background-image: url("../img/login/logo-en.svg");
    float: left;
    left: 75px;
    top :10px ;
	cursor: pointer;
}
@media(max-width:600px) {
   .hdbank-logo {
    height: 36px;
    width: 103px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .header{
    position: relative;
    height: 30px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    padding: 8px 24px 8px 24px;
    /* justify-content: space-between; */
    align-items: center;
	}
	.expand-icon{
		position: absolute;
		height: 20.25px;
		width: 30px;
		border-radius: 0px;
		float: left;
		top: 23px;
		background-image: url("../img/login/Vector.png");
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	}
	.language-icon{
    position: absolute;
    height: 17px;
    width: 32px;
    float: left;
    top: 15px;
    align-items: center;
    justify-content: space-around;
    right: 20px;
    display: flex;
	}
}

.language-icon{
    position: absolute;
    height: 35px;
    width: 65px;
    float: left;
    top: 32px;
    align-items: center;
    justify-content: space-around;
    right: 20px;
    display: flex;
}
.down-icon{
    height: 10px;
    background-image: url("../img/login/down.png");
}
.red-bg{
    background:red;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner{
    #--height: 300px;
    width: 100%;
    max-height: 65vh;
    max-width: 1419px;
}
.util{
    display: flex;
    margin-top: 35px;
}
.util-mobile{
    display: none;
}
.left-util{
    width: 50%;
    border-right: solid 1px #e6e6e6;
}
.left-util-header-text{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.util-functions-row{
    height: 100px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.util-function{
    width: 90px;
    margin: 0px 20px;
}

.util-icon{
    height: 50px;
    width: 50px;
    margin-left: 20px;
}
.util-name{
    height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.right-util{
    width: 50%;
}
.right-util-header-text{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: bolder;
}
.login-type{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.type-selection{
    display: flex;
    width: 230px;
    height: 45px;
    border-radius: 20px;
    border:solid 1px #00000021;
    font-weight: bolder;
}
.personal-sel{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px back;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background:#F00020;
    color:white;
	cursor: pointer;
	font-weight: bold;
}

.personal-sel-unchange{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px back;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border: 1.4px solid #b1b5c9;
    box-sizing: border-box;
	background:white;
    cursor: pointer;
	font-weight: bold;
}
.personal-sel-unchange:hover {
	background:#FFD643;
}
.cop-sel{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1.4px solid #b1b5c9;
    box-sizing: border-box;
	cursor: pointer;
	background:white;
	font-weight: bold;
}
.cop-sel:hover{
	background:#FFD643;
}
.cop-sel-change{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	background:#F00020;
    color:white;
	cursor: pointer;
	font-weight: bold;
}
.login-form{
    margin-top: 10px;
}
.login-input{
    height: 40px;
    width: 290px;
    position: relative;
    margin: auto;
    margin-top: 30px;
}
.text-input{
    border:solid 1px #dadada;
    border-radius: 20px;
    height: 100%;
    width: 250px;
    padding-left: 50px;
    background: #F9FAFC;
}
.text-input:focus{
    outline: none !important;
}
.login-icon{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 11px;
    left: 20px;
}
.login-btn{
    border:solid 1px #FFD643;
    border-radius: 20px;
    background:#FFD643;
    width: 303px;
    height: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	font-weight: bold;
}

.login-btn-icon{
    margin-right: 5px;
}
.support{
    width: 190px;
    border-bottom: solid 1px rgb(172, 172, 172);
    cursor: pointer;
    position: absolute;
    margin-left: 60px;
}
.text-support{
    height: 20px;
}
.regis-btn{
    background:white;
    border:solid 1px #d7d7d7;
}
.news-section{
    display: flex;
    margin-top: 20px;
    padding: 0%;
    box-shadow: 0px 0px 1px 1px #96969647;
}
.guideline{
    width: 50%;
    display: flex;
    justify-content: center;
}
.news{
    width: 100%;
}
.guide-line-list{
    width: 350px;
    background: #F9FAFC;
    border-radius: 20px;
}

.guild-line-text{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    font-weight: bolder;
    margin: 10px 0px;
}
.guide-item{
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin: 10px;
    justify-content: space-between;
}

.guide-item-expand{
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-top: 5px;
}
.guide-line-icon{
    width: 15px;
    height: 15px;
}
.dot-icon{
    height: 5px;
    width: 5px;
    background: black;
    border-radius: 100px;
}
.guide-line-name{
    padding-left: 10px;
    font-weight: bolder;
}
.guide-line-down-icon{
    width: 11.63px;
    height: 6.38px;
}
.footer-info-down-icon{
    width: 11.63px;
    height: 6.38px;
    display: none;
}
.new-item{
    display: flex;
    width: 90%;
    height: 120px;
    border-radius: 15px;
    margin: 5px 5px;
    box-shadow: 0px 0px 3px 1px #cccccc30;
    padding: 20px;
    cursor: pointer;
}
.news-img{
  width:190px;
  height:110px;
  border-radius: 8px;
}
.news-info{
    height: 100%;
    /* width: calc(100% - 90px); */
    padding-left: 10px;
    padding-top: 3px;

}
.news-title{
    max-height: 55px;
    font-weight: bold;
    font-size: 18px;
}
.news-content{
    height: 58px;
    overflow: hidden;
	margin-top: 5px;
}
.btn-small {
	width: 90px;
    height: 23px;
    font-size: 10px;
    font-weight: 500;
}
.see-all-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #00000082;
}
.footer{
    padding: 20px 50px;
    background: linear-gradient(0deg, #F4F4F4, #F4F4F4);
}
.hd-bank-info{
    width: 30%;
}
.general-info{
    width: 70%;
    display: flex;
    padding-top: 20px;
}
.hd-bank-logo{
    height: 72px;
    width: 205px;
}
.hd-bank-info-item{
    display: flex;
    margin-top: 10px;
}
.hd-bank-info-icon{
    height: 20px;
    width: 20px;
}
.info-content{
    width: 255px;
    margin-left: 10px;
}
.info-block{
    width: 200px;
    margin: 0px 15px;
}
.block-title{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-weight: bold;

}
.block-field{
    margin-top: 10px;
}
.policy-section{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-top: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
}
.policy{
    display: flex;
    justify-content: center;
}
@media(max-width:600px) {
	.policy-section{
		margin-top: 5px;
	}
	.policy-text{
       font-size:10px;
	}
	.policy-section{
		height: 50px;
		border-top: none;
		border-bottom: none;
	}
}
.policy-text{
    padding: 0px 20px;
}
.social-network-section-web-mode{
    margin-top: 30px;
}
.social-network-section-title{
    font-weight: bolder;
    display: flex;
    position: relative;
}
.download-title{
    position: absolute;
    top: 0;
    left: 0;
}
.social-connect-title{
    position: absolute;
    top: 0;
    right: 0;
}
.download-guidline-social-network{
    display: flex;
    margin-top: 25px;
    position: relative;
}
.QR-img{
    height: 150px;
    width: 150px;
}
.download-guide-line{
    width: 70%;
    margin-left: 10px;
}
.download-img{
    height: 50px;
    width: 176px;
}
.social-connection{
    position: absolute;
    top : absolute;
    right: 0;
}
.social-group-icon{
    display: flex;
}
.social-icon{
    width: 20px;
    height: 20px;
    margin: 0px 5px;
}
.footer-info{
    display: flex;
}
.social-network-section-mobile-mode{
    display: none;
}
a{
text-decoration: none;
cursor: pointer;
}
@media (max-width: 575.98px){
    .header{
        padding: 16px 10px 16px 10px;
    }
    .hdbank-logo{
        left: 35px;
    }
    .down-icon{
        display: none;
    }
    .language-icon{
        right: 0;
        width: 47px;
    }
    .banner{
        display: none;
    }
    .util{
        display: none;
    }
    .util-mobile{
        display: block;
    }
    .right-util{
        width: 100%;
        padding: 20px 0px;
        background: linear-gradient(167.6deg, #FFAC41 7.65%, #DA3A20 89.4%);
    }
    .left-util{
        margin-top: 10px;
        width: 100%;
    }
    .news{
        display: none ;
    }
    .guideline{
        width: 100%;
    }
    .footer-info{
        display: block;
    }
    .footer-info-down-icon{
        display: block;
    }
    .general-info{
        display: block;
        border-top: solid 1px #a5a5a5;
        width: 100%;
        margin-top: 20px;
    }
    .info-block{
        margin: 5px 0px;
        width: 100%;
    }
    .block-title{
        justify-content: space-between;
    }

    .block-field{
        display: none;
    }


    .hd-bank-info{
        width: 100%;
    }
    .footer{
        padding: 20px 15px;
        height: 850px;
    }
    .mobile{
        display: none;
    }
    .login-input{
        width: 300px;
    }
    .news-mobile-text{
        color: white;
        font-weight: bolder;
	text-align: center;
    }
    .new-item{
        display: block;
        width: 150px;
	    height: 180px;
        border-radius: 15px;
        margin: 5px 5px;
        box-shadow: 0px 0px 3px 1px #cccccc30;
        background: white;
	padding: 0px;
    }
    .news-img{
    	height: 90px;
    	width: 100%;
    }
    .news-info{
        height: 88px;
		padding-right: 5px;
    }
    .news-title {
        height: 40px;
        font-weight: bold;
        font-size: 11px;
    }
    .news-content{
        height: 33px;
        font-size: 13px;
    }
    .read-more{
        border: solid 1px #FFD643;
        border-radius: 20px;
        background: #FFD643;
        width: 105px;
        height: 25%;
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
	margin: auto;
    }
    .social-network-section-web-mode{
        display: none;
    }
    .social-network-section-mobile-mode{
        display: block;
        padding-top: 20px;
    }
    .social-connect-title-mobile-mode{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        font-size: 17px;
        font-weight: bolder;
    }
    .social-group-icon {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

	.btn-view-all-mobile-mode {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 8px 24px;
		width: max-content!important;
		height: 35px;
		border: 1px solid #FFD643;
		box-sizing: border-box;
		border-radius: 20px;
		font-size: 14px;
		margin: 10px auto;
		background: #FFD643;
	}
}
/*.util-function:hover {
  background-color: yellow;
  font-weight: bolder;
   border-radius: 15px;
}
.guide-item:hover{
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin: 10px;
    justify-content: space-between;
	font-weight: bold;
	background:yellow;
}
*/
.new-item:hover{
	background:#FFF9E2;
}

.hdbank-wrapper .header .dropdown {
    margin-left: 92%;
}

.hdbank-wrapper .header .dropdown .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 12px 0 16px;
    width: 84px;
    height: 58px;
}

.hdbank-wrapper .header .dropdown .dropdown-toggle:after {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all ease-in-out .3s;
    transition: all .3s ease-in-out;
    border: none;
    color: #333;
    font-family: remixicon !important;
    font-size: 1.125rem;
    content: "\25be";
}

.hdbank-wrapper .header .dropdown .flag-active {
    margin-right: 4px;
}

.hdbank-wrapper .header .dropdown .dropdown-menu {
    display: none;
    padding: 12px 16px 12px 12px;
    width: 70px;
    height: 42px;
    background: #fff;
    -webkit-box-shadow: 0 14px 40px rgb(33 43 54 / 10%);
    box-shadow: 0 14px 40px rgb(33 43 54 / 10%);
    border-radius: 20px;
    right: 0;
}

@media (max-width: 600px) and (min-width: 320px) {
    .hdbank-wrapper .header .dropdown {
        margin-left: 80%;
        position: relative;
		width: 45px !important;
		height: 29px;
    }

	.hdbank-wrapper .header .dropdown .dropdown-toggle {
		padding: 0 12px 0 16px;
	    width: 45px;
		height: 29px;
	}

	.hdbank-wrapper .header .dropdown .dropdown-toggle span{
		display: none;
		margin-left:5px;
	}

	.hdbank-wrapper .header .dropdown .dropdown-menu {
		padding: 11px 16px 12px 12px;
		width: 45px;
		height: 27px;
		-webkit-box-shadow: 0 7px 20px rgb(33 43 54 / 10%);
		box-shadow: 0 7px 20px rgb(33 43 54 / 10%);
		border-radius: 20px;
		right: 0;
	}



}
.hdbank-wrapper .header .dropdown .dropdown-toggle span{
	display: none;
}
@media screen and (min-width:1025px) {
    .hdbank-wrapper .header .dropdown .dropdown-toggle:hover {
        -webkit-box-shadow: 0 14px 40px rgba(33, 43, 54, .1);
        box-shadow: 0 14px 40px rgba(33, 43, 54, .1);
        border: 1px solid #b6bec8;
        border-radius: 40px;
        background: #e7eaf2;
    }

    .hdbank-wrapper .header .dropdown .dropdown-toggle:hover:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

}



.hdbank-wrapper .header .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    clear: both;
    border: 0;
    background-color: transparent;
    padding: .25rem 0;
    width: 100%;
    color: #212529;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.hdbank-wrapper .header .dropdown .dropdown-menu .dropdown-item+.dropdown-item {
    margin-top: 1rem;
}

.hdbank-wrapper .header .dropdown .dropdown-menu .dropdown-item a {
    display: flex;
    align-items: center;
}

.hdbank-wrapper .header .dropdown .dropdown-menu .dropdown-item a p {
    padding-left: 8px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.hdbank-wrapper .header .dropdown .dropdown-menu .dropdown-item a span {
    padding-left: 8px;
}

.hdbank-wrapper .header .dropdown:hover .dropdown-menu {
    --visibility: visible;
   -- opacity: 1;
    display: block;
}
.hdbank-wrapper .header .dropdown:active .dropdown-menu {
    --visibility: visible;
   -- opacity: 1;
    display: block;
}

.data-table{border:1px solid #CCCCCC;border-collapse:collapse;margin-bottom:10px;background-color:#F7F7F7;}
.data-table .header{background-image:url(../img/bkg-table-tr2.png);color:#000000;font-size:13px;font-weight:bold;padding-bottom:10px;padding-top:10px;padding-left:5px;}
.data-table .header2{background-image:url(../img/bkg-table-tr2.png);color:#000000;font-size:13px;font-weight:bold;padding-bottom:10px;padding-top:10px;padding-left:5px;border-top:1px solid #cccccc;}
.data-table .header3{color:#000000;font-size:13px;font-weight:bold;padding-bottom:10px;padding-top:10px;padding-left:5px;}
.data-table .header3 img{width:32px;height:32px;margin-right:5px;}
.data-table .lbl{color:#000000;font-size:13px;padding-right:20px;text-align:right;width:30%;}
.data-table .val{color:#222222;font-size:13px;width:70%;text-align:left;font-weight:bold;}
.data-table .header-txt{width:95%;padding-bottom:2px;}
.data-table .header-img{text-align:right;width:20px;}
.data-table .header-img img{height:20px;margin-right:5px;width:20px;cursor:pointer;}
.data-table .lbl2{color:#000000;font-size:13px;padding-right:20px;text-align:right;width:50%;}
.data-table .val2{color:#222222;font-size:13px;width:50%;text-align:left;font-weight:bold;}
.data-table .msg{color:#222222;font-size:13px;width:100%;text-align:center;font-weight:bold;}
.data-table .msg2{color:#222222;font-size:13px;width:100%;text-align:center;font-weight:bold;}
.data-table .msg3{color:#222222;font-size:13px;width:100%;text-align:center;font-weight:bold; padding-right:5px;}
.data-table .msg a{color:#0000FF;cursor:pointer;}
.data-table .msg a:hover{color:#0000FF;cursor:pointer;}
.data-table .msgerr{color:#b02c26;font-size:13px;width:100%;text-align:left;font-style:italic;padding-left:6px;background-image:url(../img/bkg-table-tr4.png);}
.data-table .msgerr a{color:#0000FF;}
.data-table .begin{padding-top:0px;padding-bottom:0px;}
.data-table .begin-top{padding-top:0px;padding-bottom:0px;background-image:url(../img/bkg-table-tr4.png);}
.data-table td{padding-bottom:10px;padding-top:10px;}
.data-table td .require{color:red;}
.data-table .val input{height:30px;}
.btn-view-all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    width: max-content!important;
    height: 40px;
    border: 1px solid #444;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    margin: 10px auto;
}

.btn-view-all:hover {
    background:#FFF9E2;
}
.loader {
  position: absolute;
  left: 82%;
  top: 30%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: -6px 0 0 -6px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.news-list-app {
  #width: 300px;
  #height: 300px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.news-app-slide {
  #width: 300px;
  #height: 100%;
 # background-color: #f1f1f1;
  flex-shrink: 0;
  scroll-behavior: smooth;
  scroll-snap-align: start;
}

