@charset "UTF-8";

/* qita */
.white,
.white a:link,
.white a:visited,
.white a:hover {
	color: white;
}

.blue,
.blue a:link,
.blue a:visited,
.blue a:hover {
	color: #102d68;
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto;
}


.viet-mob,
.viet-back,
.viet-change {
	display: none;
}

.viet-pc {
	display: block;
}

.viet-banner1,
.viet-banner2,
.viet-banner2-mob {
	margin-top: 29px;
}

.viet-banner1,
.viet-banner2,
.viet-banner2 .swiper-container {
	height: 120px;
}

.viet-pages {
	text-align: center;
	padding: 40px 0 20px 0;
	overflow: hidden;
}
.viet-pages a.common_current_page {
	background: #cc3333;
	color: #fff;
	text-decoration: none;
	border: #cc3333 1px solid;
}
.viet-pages a {
    border: #dddad2 1px solid;
    background: #f7f6f3;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
}

/* header */
.viet-header {
	background: url(../images/headbg.png) no-repeat;
	height: 195px;
}

.viet-header .logo {
	padding-top: 33px;
	text-align: center;
}

.viet-header .logo .ico-logo {
	margin-right: 20px;
}

.viet-header .logo .tit0 {
	margin-bottom: 10px;
}

.viet-header .sou {
	margin-top: 35px;
}

.viet-header .sou .left {
	padding-left: 65px;
}

.viet-header .sou .left img {
	margin: 0 28px 0 1px;
}

.viet-header .sou .left img.ico-facebook {
	margin-bottom: 4px;
}

.viet-header .sou .left img.ico-twitter {
	margin-bottom: 4px;
}

.viet-header .sou .left img.ico-instagram {
	margin-bottom: 1px;
}

.viet-header .sou .right .items {
	float: right;
	margin-right: 30px;
	height: auto;
	position: relative;
}

.viet-header .sou .right .items.item-lan {
	width: 100px;
}

.viet-header .sou .right .items h3.title {
	font-size: 16px;
	height: 47px;
	line-height: 38px;
	font-family: "Arial";
	padding-left: 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.viet-header .sou .right .items h3.title::after {
	position: absolute;
	content: '';
	background: url(../images/arrow.png) no-repeat;
	width: 14px;
	height: 7px;
	display: inline-block;
	margin-left: 7px;
	top: 18px;
}

.viet-header .sou .right .items h3.title.arrow-none::after {
	display: none;
}

.viet-header .sou .right .items.search {
	position: relative;
	margin-top: 5px;
	margin-left: 20px;
}

.viet-header .sou .right .items.search input.inp1 {
	width: 170px;
	height: 29px;
	padding-right: 30px;
	line-height: 29px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: transparent;
	text-indent: 0.5em;
	color: #fff;
}

.viet-header .sou .right .items.search input.inp2 {
	width: 13px;
	height: 15px;
	background: url(../images/sou.png) left top no-repeat;
	border: none;
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 7px;
}

.viet-header .sou .right .items.search input.inp2#submitButton {
	opacity: 0;
}

.viet-header .sou .right .items.search input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #bd443f inset;
	-webkit-text-fill-color: #fff;
}

.viet-header .sou .right .items.search input.inp1::placeholder {
	color: #fff;
}

.viet-header .sou .right .items .itembox {
	position: absolute;
	height: 0px;
	overflow: hidden;
	transition: height 1s;
	z-index: 999;
}

.viet-header .sou .right .items .itembox ul {
	height: auto;
}

.viet-header .sou .right .items:hover .itembox.Archive {
	width: 300px;
	height: 300px;
	left: -60px;
}

.viet-header .sou .right .items:hover .itembox.languages {
	height: auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	width: 100%;
	left: 15px;
}

.viet-header .sou .right .items:hover .itembox.languages ul {
	width: 90%;
	margin: 0 auto;
}

.viet-header .sou .right .items .itembox ul li {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.viet-header .sou .right .itembox.languages ul li:last-child {
	border-bottom: none;
}

/* nav */
.viet-nav {
	height: 70px;
	border-bottom: 1px solid #eaeaea;
}

.viet-nav .left {
	width: 85%;
}

.viet-nav .right {
	width: 15%;
}

.viet-nav .left,
.viet-nav .right {
	font-size: 18px;
	line-height: 70px;
}

.viet-nav .left a {
	margin: 0 24px;
	display: inline-block;
}

.viet-nav .left a:first-child {
	margin-left: 0;
}

.viet-nav .left a:last-child {
	margin-right: 0;
}

.viet-nav .right .items {
	position: relative;
	top: 0;
}

.viet-nav .right .items span.title {
	display: block;
	position: relative;
	padding-left: 0px;
}

.viet-nav .right .items span.title::after {
	position: absolute;
	content: '';
	display: block;
	background: url(../images/arrow2.png) no-repeat;
	top: 43%;
	right: 10%;
	width: 17px;
	height: 10px;
}

.viet-nav .right .items:hover span.title,
.viet-nav .right .items .itemsBox {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.viet-nav .right .items .itemsBox {
	position: absolute;
	height: 0px;
	overflow: hidden;
	transition: height 1s;
	width: 100%;
	left: 0px;
	z-index: 998;
}

.viet-nav .right .items .itemsBox ul {
	height: auto;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.viet-nav .right .items .itemsBox ul li {
	height: 49px;
	width: 100%;
	padding: 0;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
}

.viet-nav .right .items .itemsBox ul li:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

.viet-nav .right .items:hover .itemsBox {
	height: auto;
	background: #fff;
	border-bottom: 1px solid #ececec;
	padding: 0 1px;
}

/* news */
.viet-news {
	font: 600 28px/1.4 "Arial";
	text-align: center;
	padding: 20px 0 40px 0;
}

/* p1 */
.viet-p1 {
	padding-bottom: 40px;
	border-bottom: 1px solid #c0c0c0;
}

.viet-p1 .left {
	width: 686px;
	position: relative;
}

.viet-p1 .right {
	width: 570px;
	margin-right: 8px;
}

.swiper-container-p1 {
	height: 446px;
}

.swiper-container-p1 .swiper-slide {
	position: relative;
}

.swiper-container-p1 .swiper-slide p.title {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .38);
	left: 0;
	bottom: 0;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 22px;
	line-height: 1.4;
	padding: 10px 1% 10px 1%;
}

.swiper-container-p1 .swiper-slide img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pagination1 {
	position: absolute;
	right: 5px;
	text-align: right;
	bottom: 20%;
	width: 100%;
	z-index: 10;
}

.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: rgb(246, 247, 251);
	margin: 0 3px;
	cursor: pointer;
}

.pagination1 .swiper-active-switch {
	background-color: rgb(197, 45, 45);
	width: 16px;
	height: 8px;
	border-radius: 3px;
}

.viet-p1 .list li {
	font-size: 18px;
	border-bottom: 1px solid #ececec;
	padding: 18px 0;
	text-align: left;
}

.viet-p1 .list li:first-child {
	padding-top: 0;
}

.viet-p1 .list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/* p2 */
.viet-p2 {
	border-top: 1px solid #c0c0c0;
	padding-top: 25px;
	margin-bottom: 10px;
}

.viet-p2 .left,
.viet-p2 .center {
	width: 385px;
}

.viet-p2 .center {
	margin-left: 63px;
}

.viet-p2 .right {
	width: 380px;
}

h3.viet-title {
	text-align: left;
	font: bold 30px/1.4 "Arial";
}

h3.viet-title a {
	position: relative;
	padding-right: 5px;
}

h3.viet-title a::after {
	position: absolute;
	content: '';
	background: url(../images/more.png) no-repeat;
	width: 19px;
	height: 19px;
	top: 5px;
	margin-left: 5px;
}

.viet-p2 .list {
	margin-top: 15px;
	margin-bottom: 20px;
}

.viet-p2 .list li {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	padding: 18px 0 26px 0;
	border-bottom: 1px solid #ececec;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.viet-p2 .list li:last-child {
	border-bottom: none;
}

.viet-p2 .pic {
	margin-top: 15px;
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
}

.viet-p2 .pic span {
	height: 262px;
	margin-bottom: 9px;
}

.viet-p2 .pic img {
	border-radius: 5px;
	display: block;
	margin: 0 auto 10px auto;
	
}

.viet-p2 .right .content,
.viet-d2Content .wrap .right .content {
	background-color: #f5f5f7;
	border-radius: 5px;
	margin-top: 15px;
	overflow: hidden;
	overflow-y: auto;
}

.viet-p2 .right .content .phlist {
	width: 90%;
	margin: 20px auto 0 auto;
	height: 830px;
}

.viet-p2 .right .content::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.viet-p2 .right .content::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #d8d8d8;
}

.viet-p2 .right .content::-webkit-scrollbar-track {
	border-radius: 2px;
}

.viet-p2 .right .content .phlist li,
.viet-d2Content .wrap .right .content .phlist li {
	text-align: left;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

.viet-p2 .right .content .phlist li:last-child,
.viet-d2Content .wrap .right .content .phlist li:last-child {
	border-bottom: none;
}

.viet-p2 .right .content .phlist li span,
.viet-d2Content .wrap .right .content .phlist li span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 4px 17px 0 0;
	color: #cc3232;
	font-size: 26px;
	float: left;
	font-weight: 800;
}

.viet-p2 .right .content .phlist li a,
.viet-d2Content .wrap .right .content .phlist li a {
	float: left;
	width: 89%;
}

/* p3 */
.viet-p3 .center {
	width: 450px;
	margin-left: 31px;
}
.viet-p3 .center h3.viet-title {
	padding: 0 32px;
}
.viet-p3 .center .wrap {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	padding: 0 32px;
}

.viet-p3 .center p.text {
	    width: 385px;
    	margin: 0 auto;
}

.viet-p3 .center ul.list {
	width: 385px;
	margin-left: auto;
	margin-right: auto;
}



.viet-p3 .right {
	width: 385px;
}



/* p4 */
.viet-p4 {
	border-top: 1px solid #c0c0c0;
	padding-top: 25px;
}
.viet-p4 .pic {
	margin-top: 30px;
}
.viet-p4 .pic li {
	float: left;
	width: 240px;
	margin-left: 20px;
}
.viet-p4 .pic li:nth-child(5n+1) {
	margin-left: 0;
}

.viet-p4 .pic li img {
	border-radius: 3px;
}
.viet-p4 .pic li p.txt {
	font-size: 18px;
	margin-top: 0px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: left;
}
/* footer */
.viet-footer {
 	margin-top: 40px;
    background-color: #f5f5f7;
	padding-top: 20px;
}
.viet-footer .link {
    width: 1280px;
    margin: 50px auto;
}
.viet-footer .link span.title {
    font-size: 20px;
    font-weight: 500;
    width: 8%;
    text-align: left;
    float: left;
}
.viet-footer .link .content {
    width: 92%;
    text-align: left;
    font-size: 16px;
    float: left;
    line-height: 180%;
}
.viet-footer .link .content a {
    margin-right: 12px;
}
.copyright {
    font-size: 16px;
    padding-bottom: 20px;
	text-align: center;
}

.copyright p a {
	margin: 0 15px;
}

/* d2search */
.viet-search #keywords1 {
	font-weight: bold;
}
.viet-search h3.title {
	padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.viet-search .list {
    width: 95%;
    margin: 0 auto;
}
.viet-search .list .items {
    padding: 24px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    text-align: left;
	clear: both;
	width: 100%;
	margin-right: 0;
}
.viet-search .list .items img {
    float: left;
    margin-right: 20px;
	width: 246px;
}
.viet-search .list .items .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.viet-search .list .items .time {
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
.viet-search .list .items p.text {
    font-size: 16px;
    line-height: 160%;
}
.viet-search .list .items .title em,
.viet-search .list .items p.text em {
	color: red;
	font-style: normal;
}
.viet-search .list p.noData {
	text-align: center;
	font-size: 18px;
	padding: 50px 0px;
}
.viet-search .pagination {
	clear: both;
}

/* d2j */
.viet-textCon h1 {
	font: bold 40px/1.4 "Arial";
	margin-top: 25px;
	text-align: left;
}

.viet-textCon .origin {
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}

.origin span {
	margin-left: 8px;
}

.viet-textCon .date {
	font-size: 14px;
	color: #9b9b9b;
	margin-top: 5px;
}

.viet-textCon p {
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.6;
	font-family: "Arial";
	text-align: justify;
	text-indent: 0em !important;
}

.viet-textCon p img {
	max-width: 1000px;
}

.viet-textCon p span[desc="desc"] {
	display: block;
    margin-top: -25px;
}

.route {
	text-align: left;
	padding: 16px 0;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
}

.route a {
	margin: 0 8px;
}

.f-pic {
	text-align: center;
	font-size: 16px;
	margin: 10px auto
}

.f-pic .picdesc,
.f-pic td.picdesc font {
	color: #333;
}

.f-pic table {
	margin: 0 auto
}

.viet-textCon .p-num {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.viet-textCon .p-num span a {
	border: #dddad2 1px solid;
	background: #cc3333;
	padding: 10px 15px;
	margin: 0 5px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.viet-textCon .p-num a.common_current_page {
	color: #cc3333;
}

.viet-related {
	margin-top: 40px;
}
.viet-related .list {
	margin-top: 20px;
}
.viet-related .list li {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

/* d2j */
.viet-d2Content {
	margin-bottom: 50px;
}
.viet-d2Content .wrap .left {
	width: 858px;
}
.viet-d2Content .wrap .right {
	width: 372px;
}
.viet-d2Content .wrap .left h3.tit {
	font-family: "Arial";
	text-align: left;
	font-size: 30px;
	line-height: 80px;
}
.viet-d2Content .wrap .left .d2list li {
	padding: 20px 0;
	font-size: 16px;
	overflow: hidden;
	text-align: left;
}
.viet-d2Content .wrap .left .d2list li img {
	float: left;
	margin-right: 10px;
}
.viet-d2Content .wrap .left .d2list li b.tit {
	display: block;
	font-size: 18px;
}
.viet-d2Content .wrap .left .d2list li p.txt {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.viet-d2Content .wrap .left .d2list li span.time {
	color: #878787;
	display: block;
	margin-top: 8px;
}
.viet-d2Content .wrap .right h3.viet-title {
	line-height: 80px !important;
}
.viet-d2Content .wrap .right .content .phlist {
	width: 92%;
	margin: 20px auto;
}
.viet-d2Content .wrap .videoList li {
	float: left;
	width: 384px;
    height: 290px;
	margin-top: 34px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #ececec;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
	box-sizing: content-box;
}
.viet-d2Content .wrap .videoList li:nth-child(3n+1) {
    padding-left: 0;
}
.viet-d2Content .wrap .videoList li:nth-child(3n) {
	padding-right: 0;
	border-right: none;
}
.viet-d2Content .wrap .videoList li span.text {
	width: 97%;
	margin: 8px auto 0 auto;
	font-size: 16px;
	text-align: left;
	display: block;
}
.viet-d2Content .wrap .videoList li::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/arrow4.png) no-repeat;
	width: 48px;
	height: 48px;
	top: 57%;
	left: 9%;
	z-index: 9;
}
.viet-d2Content .wrap .videoList li:nth-child(3n+1)::before {
	left: 2%;
}
.viet-d2Content .viet-pages {
	margin-top: 0px;
}
.wrapPic {
    margin-top: 20px;
    height: auto;
}
.wrapPic #tiles {
    list-style-type: none;
    position: relative;
    margin: 0;
}
.wrapPic #tiles li {
    width: 384px;
    background: #fff;
    display: none;
    cursor: pointer;
    margin: 0 4px;
    float: left;
    padding: 4px;
	font-size: 16px;
	text-align: left;
}
.wrapPic #tiles li img {
    display: block;
    margin-bottom: 8px;
}
.wrapPic #tiles li p.tc {
    width: 90%;
    margin: 0 auto;
    font-size:16px;
    text-align: left;
}

/* 20250411 */
.prev-jdt {
    background: url(../images/left.gif) no-repeat;
    left      : 0px;
}

.next-jdt {
    background: url(../images/right.gif) no-repeat;
    right     : 0px;
}

.prev-jdt,
.next-jdt {
    width   : 35px;
    height  : 35px;
    z-index : 99;
    position: absolute;
    top     : 40%;
}