
/* Import style */
@import 'page12-news.css';
@import 'schedule.css';
@import 'main-footer1.css';
@import 'main-footer2.css';
@import 'banner.css';
@import 'header.css';
@import 'vbv.css';
@import 'left-menu.css';
@import 'ndt.css';
@import 'thongtincodong.css';
@import 'atm.css';
@import 'contact.css';
@import 'tool-landing-new.css';
@import 'rangeslider.css';
@import 'faq.css';
@import 'recruitment.css';
@import 'search.css';
@import 'chungthubaolanh.css';

body {
	height: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
/*------------------------------------------------------------------
Search Popup
-------------------------------------------------------------------*/
#search-pop.popup-box-on {
    display: block !important;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: rgba(255,255,255,0.96);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
}
#search .close {
    color: #b90e15;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
#search  button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
#search .close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    border-bottom: 1px solid #999;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 65px;
}
#search .btn {
    left: 50%;
    margin-top: 30px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}
#search .btn-lg, #search .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 17px;
}
#search .btn-site {
    background: #b90e15 none repeat scroll 0 0;
    color: #fff !important;
}

/*------------------------------------------------------------------
End Search Popup
-------------------------------------------------------------------*/

/*===== END Header =====*/

/*===== Box chat =====*/
#chat-box {
	position: fixed;
	bottom: 0px;
	right: 175px;
	width: 302px;
	height: 333px;
	background: #fff;
	border: 9px solid #3ab2ff;
	box-sizing: border-box;
	z-index: 2000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
	display: none;
}
@media only screen and (max-width:767px) {
	#chat-box {
		right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
	}
}
.chat-header {
	height: 51px;
	background: #007dcd;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 11px;
	box-shadow: 0px 1px 1px #393939;
}
.chat-header h4 {
	margin: 0px 0px 3px;
	font-size: 16px;
}
.chat-content {
	height: 69%;
	background: #fff;
	width: 100%;
	overflow: auto;
}
.chat-content .inbox {
	border-bottom: 1px solid rgba(153, 153, 153, 0.31);
	padding: 9px 15px;
	color: #c3c3c3;
	width: calc(100% - 55px);
	margin: 8px auto 0px;
	border-radius: 7px;
	display: block;
	font-size: 13px;
	box-shadow: -1px 0px 0px #666;
	position: relative;
}
.chat-content .inbox:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -9px;
	border-width: 20px 0 0 20px;
	border-style: solid;
	border-color: #007dcd transparent;
	display: block;
	width: 0;
	transform: rotate(-43deg);
}
.chat-content .myIb {
	background: rgb(0, 125, 205);
	color: #fff;
	float: left;
	margin-left: 6px;
}
.chat-content .urIb {
	background: rgba(102, 102, 102, 0.7);
	float: right;
	margin-right: 5px;
	color: #fff;
}
.chat-content .urIb:after {
	-webkit-transform: rotate(-43deg);
	transform: rotate(-43deg);
	right: 0px;
	left: -9px;
	border-color: #939393 transparent;
}
.chat-footer {
	background: #f2f2f2;
	width: 100%;
	height: 47px;
	display: block;
	padding: 9px 10px;
}
.chat-footer input {
	width: 100%;
	border: none;
	padding: 6px 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 1px #333;
	font-size: 12px;
}
.chat-close {
	color: white;
	width: 30px;
	height: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
}
.caller {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -115px;
}
.caller img {
}
.chat-time {
	float: right;
	color: #fff;
	font-size: 10px;
	margin-top: 2px;
}
#info-group {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	z-index: 5;
}
.chatGroup button {
	width: 60px;
	height: 60px;
	background: #1590e6;
	border: none;
	font-size: 34px;
	color: #fff;
	margin-bottom: 1px;
	-webkit-transition: border-radius 0.1s linear 0.2s, all 0.2s linear 0s;
	transition: border-radius 0.1s linear 0.2s, all 0.2s linear 0s;
}
.chatGroup button:hover {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.chatGroup button:hover i {
	transform: rotate(90deg);
}
.chatGroup button .fa {
	-webkit-transition: -webkit-transform 0.2s linear 0s;
	transition: -webkit-transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}
.chatEmp {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 5;
}
.chatEmp button {
	border-radius: 50%;
}

/*===== End Box chat =====*/







.icon1 {background-position-y: 10px;}
.icon2 {background-position-y: -67px;}
.icon3 {background-position-y: -141px;}
.icon4 {background-position-y: -219px;}
.icon5 {background-position-y: -291px;}
.icon6 {background-position-y: -367px;}
.icon7 {background-position-y: -502px;}
.icon8 { background-position-y: -551px; }
/* End Icons Bank */


/* Explorer-btn */

.explorer-btn a{
	display: inline-block;
}
.explorer-btn span{
	font-size: 39px;line-height: 1; display: block;
  	-webkit-animation: explorer-ani 1.5s infinite; /* Safari 4+ */
  	animation:         explorer-ani 1.5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes explorer-ani{
  0%   { 
  	-webkit-transform: translateY(-15px);
          transform: translateY(-15px); 
    opacity: 0;
    }
  75% { 
  	-webkit-transform: translateY(0);
          transform: translateY(0); 
    opacity: 1;
  }
}
@keyframes explorer-ani{
  0%   { 
  	-webkit-transform: translateY(-15px);
          transform: translateY(-15px); 
    opacity: 0;
    }
  75% { 
  	-webkit-transform: translateY(0);
          transform: translateY(0); 
    opacity: 1;
  }
}
/*===== End  Explorer-btn =====*/
/* Btn details */
.btn_details {background-color: #1778ca;background-image: -webkit-linear-gradient(bottom, #1677c9, #429de6);background-image: -moz-linear-gradient(bottom, #1677c9, #429de6);background-image: -o-linear-gradient(bottom, #1677c9, #429de6);background-image: -ms-linear-gradient(bottom, #1677c9, #429de6);background-image: linear-gradient(to top, #1677c9, #429de6);border: 0;color: #fff;padding: 10px 22px;border-radius: 7px;box-sizing: border-box;}
.btn_details .fa{
	opacity: 0;
	-webkit-transform: translate(-10px,5px);
	transform: translate(-10px,5px);
	font-size: 30px;
	line-height: 0;
}
.btn_details:hover {
	background-color: #1778ca;
	background-image: -webkit-linear-gradient(bottom, #c5161d, #db131b);
	background-image: -moz-linear-gradient(bottom, #c5161d, #db131b);
	background-image: -o-linear-gradient(bottom, #c5161d, #db131b);
	background-image: -ms-linear-gradient(bottom, #c5161d, #db131b);
	background-image: linear-gradient(to top, #c5161d, #db131b);
}
.btn_details:hover .fa{
	opacity: 1;
	-webkit-transform: translate(5px,5px);
	        transform: translate(5px,5px);
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}
/* End Btn details */
/* =============== start  AL unit style =============== */
.timeline .title {
	background: none;
}
.breadcrumb > li + li::before {
	content: "> ";
}

.load-more a {
	margin-top: 30px
}


.pd5Per:nth-child(1) {
	margin-top: 0px;
}

.promotion-wrap .gift {
	/*max-height: 95px;*/
}

/*=============== end  AL unit style ============ */

