#banner{
	display: none;
}


body .vnd{
	font-family: Arial;
	font-size: 16px;
	line-height: 1.6;
}
#bvk{background: #e8e1e9;}
#v1{
	margin: 30px auto;
	padding: 20px 65px ;
	background: #ffe0d2;
}
#v1 h3{
	font-size: 24px;
	text-align: center;
}
#v1 > div{
	display: flex;
	margin: 0 90px;
}
#v1 p{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	font-style: italic;
	font-style: italic;
	text-align: center;
	
}
.titv3{
	padding: 8px 25px;
	background: #0094a3;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;display: table;
	margin: 20px auto;
	font-family: UTM;
	font-weight: 100;
	position: relative;
}
.titv3:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1170px;
    height: 2px;
    background: #0094a3;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.blive{
	display: flex;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}
#v2  .blive{
	    position: unset;
    width: 59%;
    float: right;
    
}
.blive > a{
	flex: 1;
	background: #0088df ;
	color: #fff;
	padding: 8px 10px 8px 145px;
	position: relative;
}
.blive > a:nth-child(2){
	background: #fa5c7d ;
}
.blive > a label{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.blive > a:before{
	content: "";
	display: inline-block;
    width: 60px;
    height: 53px;
    background: url(../../icd/vnd/ic10.png) center no-repeat;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 2px solid #fff;
}
.blive > a:nth-child(2):before{
	    background: url(../../icd/vnd/ic11.png) center no-repeat;
    width: 75px;
    left: 60px;
}
#v2 > div:nth-child(2){
	    display: flex;
    padding: 0px 80px;

}
#v2{
	display: flow-root;
}
#v2 p{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#v3{
	display: flow-root;
	margin: 20px 0;
}
#v3 > div{
	    display: flex;
    padding: 20px 90px;

}
#v3 .cmd7{
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
#v4 ul{
	display: flex;
	align-items: center;
}
#v4 ul li{
	flex: 1;
	margin: 0 8px;
	background: #f68888;
	padding: 15px 20px;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	height: 135px;
}
#v4 ul li:first-child{
	flex: 1.2;
	margin-left: 0;
	margin-right: 40px;
	height: 205px;
	background: #e85555;
}
#v4 ul li h3{
	text-align: center;
}

#v4 ul li:first-child:before{
	    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #e85555;
    border-bottom: 30px solid transparent;
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
#v5{
	margin: 50px 0 0 0 ;
}
#v5 ul{
	padding: 10px 100px;
}
#v5 ul li {
    display: flex;
    border: 1px dashed #f55d6a;
    border-radius: 12px;
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
}
#v5 li span {
        padding: 20px 13px;
    background: #e85555;
    color: #fff;
    border-radius: 10px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}
#v5 li div {
    flex: 9;
    padding: 15px;
    display: flex;
    align-items: center;
    
}
.c2{
	background: #eaf5e7;
	padding: 42px 0;
	display: 	flow-root;
}
.c2 ul{
	display: table;
	margin: auto;
}
.c2 ul a{
	display: inline-block;
    padding: 10px 30px;
    background: #ff0035;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 5px;
    width: 190px;
    text-align: center;
}
.c2 ul a:nth-child(2){
	background: #20a47c;
}
#v6{
	display: flow-root;
}
#v6 ul{
	padding: 20px 100px 0 100px;
}
#v6 li{
	display: flex;
	margin-bottom: 20px;
}
#v6 li img{
	flex: 1;
}
#v6 li div{
	    flex: 5;
    background: #ebebeb;
    align-items: center;
    padding: 30px 15px;
}
#v6 li h3{
	font-size: 18px;
	color: #ff0035;
}
#v6 h4{
	padding: 20px 40px;
	margin: 0 100px;
	background: #e85555;
	color: #fff;
}
#v7{
	display: flow-root;
	margin: 20px auto;
}
#v7 table{
	width: 100%;
}
#v7 table {
  border-collapse: collapse;
  background: #feecec;
}

#v7 table, #v7  th, #v7 td {
  border: 2px solid #ff0404;
}
#v7 table th{
	text-align: center;
	padding: 16px 20px;
	font-weight: bold;
	
	font-size: 24px;
}
#v7 table th:first-child{
	width: 25%;
}
#v7  table td{
	padding: 20px;

}
#v8{
	margin: 50px auto 20px;
	position: relative;
}
#v8 > div{
	display: flex;
	margin: 0 100px;
	color: #fff;
	margin-bottom: 25px;
}
#v8 > div h3{
	 flex: 2;
    background: #e46a6a;
    font-size: 18px;
    font-weight: bold;
    padding: 45px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;

}
#v8 > div h3:before{
	content: "";
    width: 96%;
    height: 96%;
    display: inline-block;
    position: absolute;
    left: 2%;
    top: 2%;
    border: 1px dashed #fff;
    right: 2%;
    bottom: 2%;
}
#v8 > div h3:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #e85555;
    border-bottom: 15px solid transparent;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
#v8 > div p{
	    flex: 5;
    font-size: 18px;
    background: #f88d8d;
    padding: 20px 30px;
    display: flex;
    align-items: center;

}
#v8 > div img{
	flex: 3;
}
#v8  .blive{
	    position: unset;
    width: 59%;
    margin-left: 100px;
    
}
#v81{
	display: flow-root;
	margin: 30px 0 0 0;
}
#v81 > p{
	font-weight: bold;
	margin-bottom: 40px;
}
#v81 > div{
	padding: 0 70px;
	display: flow-root;
}
#v81 .cmd6{
	width: 48%;
	margin: 10px 1%;
	padding: 0;
	height: 400px;
	background: #bfa6bc;
}
#v81 h3{
	padding: 5px 10px 4px 20px;
	
}
#v81 .cmd6 p{
	padding: 0 20px;
	text-align: justify;
}
#v81 > img{
	display: block;
	margin: 20px auto;
}

#v10{
	margin: 0 auto 50px;
	display: 	flow-root;
}
#v10 > p{
	font-weight: 	bold;
	margin-bottom: 20px;
}
.itvgk li{
  padding: 8px;
  background: #feb5b5;
  font-size: 25px;
  margin-bottom: 10px;
}
.itvgk li:last-child{
  margin-bottom: 0;
}
.itvgk li span{
      background: #d15a5b;
    color: #fff;
    padding: 2px 14px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.itvgk li span:before{
      content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 12px solid #d15a5b;
    border-right: 12px solid transparent;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.itvgk .cmd5{
	display: 	flex;
}
.itvgk .cmd5 > div:nth-child(1){
	flex: 2;
	font-family: 	UTM;
	font-size: 30px;
	padding: 28px 10px;
	text-align: center;
	background: #b5deaa;
	display: 	flex;
	align-items: center;
	justify-content: center;

}
.itvgk .cmd5 > div:nth-child(2){
	flex: 1;
}
.itvgk p label{
	    display: block;
    text-align: center;
    
    font-size: 40px;
    font-weight: 100;

}
.itvgk .cmd5 > div:nth-child(1) p{
	text-align: 	center;
}
.itvgk p span{
	text-align: 	center;	
	display: 	block;
	font-size: 75px;
	line-height: 1;
}
.itvgk .cmd5 h3{
	    font-family: UTM;
    font-size: 34px;
    text-align: center;
    padding-top: 62px;
    background: url(../../icd/vnd/ic33.png) center 0px no-repeat;
}
.itvgk h3 span {
    font-size: 22px;
}
.itvgk h4 {
    text-align: center;
    font-family: Arial;
    font-weight: 100;
    margin: 3px 0;
    font-size: 22px;
}
.itvgk h5 {
        font-weight: 100;
    position: relative;
    font-family: Myriad Pro;
    font-size: 18px;
    text-align: center;
    display: table;
    margin: auto;
}
.itvgk h5:before {
    content: "";
    width: 110%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.itvgk .cmd5 > div:nth-child(2){
		    background: #fe6b6c;
    color: #fff;
    padding: 75px 10px 50px 10px;
    flex: 1;
    z-index: 11;
}
#vgk{
	margin: 0 40px;
}
#vgk .slick-next, #v13 .slick-next {
    z-index: 100;
    right: unset;
    background-color: #e2e2e2;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: -35px;
}
#vgk .slick-next:before, #vgk .slick-prev:before, #v13 .slick-next:before, #v13 .slick-prev:before {
    width: 23px;
    height: 35px;
    content: "";
    background: url(../../icd/vnd/ar.png) center no-repeat;
    background-size: inherit;
    display: inline-block;
}
#vgk .slick-prev, #v13 .slick-prev {
    z-index: 100;
    background-color: #e2e2e2;
    width: 34px;
    height: 34px;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -35px;
}
#vgk .slick-prev:before ,#v13 .slick-prev:before {
    background: url(../../icd/vnd/ar1.png) center no-repeat;
}
#v9{
	display: 	flow-root;

}
#v9 > p{
	font-weight: 	bold;	
	margin-bottom: 20px;
}
.vitbs {
	display: 	flex !important;	
}
.vitbs img{
	width: 	100%;
	height: 100%;
}
.vitbs .cmd5{
	padding: 0;
}
.vitbs .cmd7{
	background: #faced8;
	padding: 15px 0 0 0;
}
.vitbs .cmd7 div{
	padding: 0 20px 20px 40px;
}
.vitbs h3{
	font-family: 	UTM;
	font-size: 24px;
	color: #c60029;
	font-weight: 	100;
	margin-bottom: 10px;
}
.vitbs h3 span{
	color: #105baa;

}
.vitbs li{
	padding-left: 20px;
	margin: 10px 0;
	background: url(../../icd/vnd/ic9.png) 0 7px no-repeat;
	font-weight: bold;
}
.vitbs li a{
	color: #b70127;
}
.vitbs .cmd7 > ul{
	display: flex;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.vitbs .cmd7 > ul > a{
	flex: 1;
	background: #0088df ;
	color: #fff;
	padding: 8px 10px 8px 145px;
	position: relative;
}
.vitbs .cmd7 > ul > a:nth-child(2){
	background: #fa5c7d ;
}
.vitbs .cmd7 > ul > a label{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.vitbs .cmd7 > ul > a:before{
	content: "";
	display: inline-block;
    width: 60px;
    height: 53px;
    background: url(../../icd/vnd/ic10.png) center no-repeat;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 2px solid #fff;
}
.vitbs .cmd7 > ul > a:nth-child(2):before{
	    background: url(../../icd/vnd/ic11.png) center no-repeat;
    width: 75px;
    left: 60px;
}
#v9 .slick-dots li{
	width: 42px;
	height: 15px;
	border-radius: 8px;
	background: #b5bcc0;
}
#v9 .slick-dots li.slick-active{
	background: #fa5c7d;
}
#v9 .slick-dots{
	bottom: -40px;
}
#b53{
	    display: flow-root;
    margin: 50px 0 0 0;
}
#b53 ul{
	display: flex;
	margin: 20px auto;
}
#b53 ul a{
	flex: 1;
	padding: 15px 12px 15px 80px;
	color: #d5064c;
	border: 10px solid #ff3d7f;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 10px;
	background: url(../../icd/vnd/ic71.png) 22px no-repeat;
}
#b53 ul a:nth-child(2){
	background: url(../../icd/vnd/ic81.png) 9px 15px no-repeat;	
}
#b53 ul a:nth-child(3){
	background: url(../../icd/vnd/ic91.png) 10px 14px no-repeat;	
}
#b53 ul a:nth-child(4){
	background: url(../../icd/vnd/ic101.png) 25px 10px no-repeat;	
}

#v13 > div{
	padding: 125px 230px;
	background: url(../../icd/vungkin/bg2.jpg) center no-repeat;
	background-size: cover;

}
#v13 .slick-slide img{
	width: 100%;
	border-radius: 13px;
}
#spk{
	-webkit-box-shadow: 0px -1px 24px #fff;
-moz-box-shadow: 0px -1px 24px #fff;
box-shadow: 0px -1px 24px #fff;
border-radius: 13px;
}
#v13 .slick-next{
	left: -65px;
}
#v13 .slick-prev{
	right: -65px;
}
.itgkcd{
	display: flex;
	background: #f6589b;
	border-radius: 10px;
  align-items: center;
}
.itgkcd > div{
	flex: 4;
	padding: 55px 24px;
}
.itgkcd table{
	width: 100%;
	
}

th, td {
  border: 1px dashed #e32626;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;    
}

table, th, td {
  border: 1px dashed #e32626;
  border-collapse: collapse;
}
th, td {
  padding: 8px 25px;
  text-align: left;
}
.itgkcd th{
	font-family: Arial;
	font-weight: bold;
	text-align: center;font-size: 25px;
	background: #91d0f8;
}
.itgkcd td{
	font-family: Arial;
	font-size: 20px;
	padding-left: 50px;
	background: #fdedeb;
}
.itgkcd tr:last-child td{
	text-align: center;
	font-family: UTM;
	font-size: 24px;
	font-style: italic;
	color: #eb0000;
}
.itgkcd a{
	    display: table;
    margin: 15px auto 0;
    color: #fff;
    background-image: linear-gradient(to right, #1b7098, #17b766);
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: UTM;
    border-radius: 10px;
    font-size: 25px;
}
.meta-related{display:block;
	margin: 10px 0;
	padding: 14px;
	border: 1px solid #7db7e8;
	
}
.meta-related p{
	font-family: SVN;
	font-size: 25px;
	color: #005aab;
	margin:0 200px 10px 37px;
	position: relative;
	border-bottom: 1px dashed;
	text-transform: capitalize;
}
.meta-related p:before{
	content: "";
	width: 28px;
	height: 30px;
	background: url(../i/ics.png) 0 center no-repeat;
	display: inline-block;
	position: absolute;
	left: -37px;
	top: 50%;
	transform: translateY(-50%);
}
.meta-related ul li {
font-size: 15px;
margin: 10px 0px !important;
background: url(../i/ics1.png) 0 0 no-repeat;
list-style: none;
font-style: inherit !important;
padding: 0 200px 0 40px;
height: 27px;
overflow: hidden;
}
 .meta-related ul li:before{
 	display: none !important;
 }
.meta-related ul li a{
color: #186cb5;
font-family: Roboto;
font-size: 16px;
text-transform: none; }
 
.meta-related ul li a:hover{
color: #0072c8;
}
#chuyendoi{
	display: table;
	margin: 10px auto;
	position: relative;
}
#chuyendoi ul {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 210px;
}
#chuyendoi ul a {
    width: 187px;
    height: 38px;
    flex: 1;
    display: inline-block;
}