/*===== Main screen - Product Carousel =====*/
.section_product {
	background: #fff;
}
.section_product .bank_title {
	background: #fff;
	padding-top: 20px;
}
.section_product .product_board .carousel-products {
	width: 100%;
	margin: 0px auto 0;
}
.section_product .product_board .owl-carousel .owl-controls {
	position: relative;
}
.section_product .product_board .owl-carousel .owl-next, .section_product .product_board .owl-carousel .owl-prev {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.section_product .product_board .owl-carousel .owl-next i, .section_product .product_board .owl-carousel .owl-prev i {
	font-size: 40px;
	color: #999;
}
.section_product .product_board .owl-carousel .owl-next:hover, .section_product .product_board .owl-carousel .owl-prev:hover {
	cursor: pointer;
}
.section_product .product_board .owl-carousel .owl-next {
	right: -25px;
	left: inherit;
}
.section_product .product_board .owl-carousel .owl-next.disabled i, .section_product .product_board .owl-carousel .owl-prev.disabled i {
	color: #d8bba3;
	border: 1px solid #d8bba3;
}
.section_product .item {
	border: 1px solid #999999;
	width: 170px;
	height: 132px;
	text-align: center;
	color: #003070;
	margin: 0 auto;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
}
.item {
}


.section_product .section_product_dn .item:hover, .section_product .section_product_dn .item:focus {
	border: 4px solid transparent;
	color: #fff;
	background: #e81b3a;
	cursor: pointer;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0px 0px 0px 10px #fff;
	-moz-box-shadow: inset 0px 0px 0px 10px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
}


.section_product .item:hover, .section_product .item:focus {
	border: 4px solid transparent;
	color: #fff;
	background: #003070;
	cursor: pointer;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0px 0px 0px 10px #fff;
	-moz-box-shadow: inset 0px 0px 0px 10px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
}
.section_product .item:hover a, .section_product .item:focus a {
	color: #fff;
}
.section_product .item:hover hr, .section_product .item:focus hr {
	border-color: #fff;
}
.section_product .item:hover .icons {
	background-position-x: -111px;
	color: #fff;
}
.section_product .item h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 13px;
    display: table;
    height: 32px;
    width: 100%;
}
.section_product .item h3 span {
	display: table-cell;
	vertical-align: middle;
}
.section_product .item hr {
	margin: 12px auto;
    width: 51%;
    border-color: #363638;
}
.section_product .item .product_thumb {
	font-size: 40px;
}
@media only screen and (max-width:1000px) {
	.section_product .product_board .owl-carousel .owl-prev {
		left: 0px;
	}
	.section_product .product_board .owl-carousel .owl-next {
		right: 0px;
	}
}
@media only screen and (max-width:767px) {
	.section_product .product_board .owl-carousel .owl-prev {
		display: none;
	}
	.section_product .product_board .owl-carousel .owl-next {
		    background: url(../images/arrow-right.png) no-repeat;
		    width: 20px;
		    height: 20px;
		    background-size: 100% 100%;
		    margin-right: -1%;
	}
	.section_product .product_board .owl-carousel .owl-next .fa {
		display: none;
	}
}
@media only screen and (max-width:560px) {
	
.section_product .item {
	border: 1px solid #999999;
	width: 82%;
	height: 100%;
	text-align: center;
	color: #003070;
	margin: 0 auto;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
}
.section_product .active .item {
	margin-left: 0px !important;
}

}

/*===== End Main screen - Product Carousel =====*/


/*===== Main screen - Showcase =====*/

.section_showcase {
	color: #fff;
}
.section_showcase .showcase_block {
    background: #024aac url(../images/bg_showcase_h.png) no-repeat;
    padding: 40px 0px 0px;
    min-height: 311px;
    position: relative;
}

.section_showcase .showcase_block_dn {
    background: url(../images/bg_showcase_h_dn.png) no-repeat;
    padding: 40px 0px 0px;
    min-height: 311px;
    position: relative;
}

.section_showcase .bank_title {
	margin-top: 0px;
	margin-bottom: 31px;
}
.section_showcase .app_install {
	position: absolute;
	bottom: 0px;
	padding: 0 0 0 15px;
	width: 100%;
}
.section_showcase .app_install h3 {
	font-size: 16px;
	text-transform: uppercase;
}
.section_showcase .app_block {
	min-height: 263px;
	padding-right: 0px;
}
.section_showcase .app_btn {
	margin-right: 3px;
	padding-top: 21px;
}
.section_showcase .app_btn img {
	width: 100%;
}
.showcase_content h4 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 4px;
	font-size: 17px;
}
.showcase_block_dn .showcase_content p {
	margin-bottom: 10px;
	font-size: 12px;
}
.showcase_content p {
	margin-bottom: 20px;
	font-size: 12px;
}
.section_showcase .showcase_icon {
	font-size: 43px;
}
.showcase_phone {
	position: absolute;
	top: -28px;
	left: 52%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media only screen and (max-width:992px) {
	.section_showcase {
		min-height: inherit;
		max-height: inherit;
		padding: 30px 0px 0;
		width: 100%;
	}
	.section_showcase .bank_title {
		margin-top: 123px;
	}
	.section_showcase .showcase_block {
		height: auto;
		padding: 0px;
		padding: 0px 44px 30px;
	}
	.section_showcase .app_block {
		min-height: 311px;
	}
	.section_showcase .app_btn {
		width: 105px;
		margin-right: 20px;
	}
	.section_showcase .app_install {
		padding: 0;
	}
}
@media only screen and (max-width:767px) {
	.section_showcase .showcase_block_dn {
	    padding-bottom: 40px;
	}
	.section_showcase {
		padding: 0;
	}
	.section_showcase .showcase_block {
		height: auto;
		padding: 0px;
		width: 100%;
		padding: 0px 44px 30px;
	}
	.section_showcase .app_install {
		position: static;
		text-align: center;
	}
	.section_showcase .app_btn {
		margin: 0 auto;
		display: inline-block;
		float: none;
		width: 110px;
		margin: 20px 10px;
	}
	.section_showcase .app_block {
		min-height: inherit;
	}
	.showcase_phone {
		position: static;
		text-align: center;
		margin-top: 35px;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		margin-bottom: 0px;
	}
	.section_showcase .bank_title {
		width: 80%;
		margin: 10px auto 50px;
	}
	.showcase_content {
		text-align: left;
	}
	.showcase_content p {
		margin-bottom: 20px;
	}
	.section_showcase .showcase_block {
		padding-top: 50px;
		background-size: cover;
	}
}
@media only screen and (max-width:367px) {
	.showcase_phone img {
		width: 80%;
	}
}

/*===== End Main screen - Showcase =====*/

/*===== Main screen - Tool Support 
.section_tool {
}
.section_tool .icons{
	background-position-x: -251px;
}
.section_tool .icon-t1{
	background-position-y: 0px;
}
.section_tool .icon-t2{
	background-position-y: -70px;
}
.section_tool .icon-t3{
	background-position-y: -150px;
}
.section_tool .icon-t4{
	background-position-y: -223px;
}
.section_tool .icon-t5{
	background-position-y: -300px;
}
.section_tool .icon-t6{
	background-position-y: -373px;
}
.section_tool .icon-t7{
	background-position-y: -447px;
}
.section_tool h4 {
	background: #003070;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	font-weight: 100;
	margin: 0px;
	text-transform: uppercase;
}
.section_tool .tool_list {
}
.section_tool .tool_list ul {
	padding: 0px;
	border: 1px solid #e2dbd3;
	border-top: none;
	margin-bottom: 0px;
}
.section_tool .tool_list li {
	list-style: none;
	/* padding: 25px 10px; 
	font-size: 15px;
	border-bottom: 1px dashed #e2dbd3;
	display: table;
	height: 78px;
	width: 100%;
	padding: 0px 14px 0 10px;
}
.section_tool .tool_list li > span {
	display: table-cell;
	vertical-align: middle;
}
.section_tool .tool_list li:last-child {
	border-bottom: none;
}
.section_tool .tool_list li a {
	padding-left: 55px;
	color: #333;
	font-size: 15px;
	/* float: left; 
	padding-top: 5px;
	display: inline-block;
}
.section_tool .tool_list li a:hover, .section_tool .tool_list li a:focus {
	color: #c5161d !important;
}
.section_tool .tool_list li .icons {
	width: 60px;
	height: 40px;
	/* float: left; 
	position: absolute;
}
.section_tool .tool_list li .icons:hover {
	background-position-x: -251px;
}
.section_tool .tool_promotion figure {
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e2dbd3;
}
.section_tool .tool_promotion figure img {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}
.section_tool .tool_promotion figure figcaption {
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: rgba(0, 48, 112, 0.81);
	width: 100%;
	padding: 10px 20px;
}

.section_tool .tool_promotion .tool-table {
	border: 1px solid #e2dbd5;		
/*	height: 288px;
}
.section_tool .tool_promotion .tool-table table td, 
.section_tool .tool_promotion .tool-table table th{
	padding: 13px 15px !important;
} 
.section_tool .tool_promotion .tool-table table td{
	border: 1px solid #e2dbd5; text-align: right;
}
.section_tool .tool_promotion .tool-table table th{
	text-align: center;
	border: 0;
}
.section_tool .tool_promotion .tool-table table tr:nth-child(odd){
	background: #f6fafd;
}
.section_tool .tool_promotion .tool-table table tr:first-child td{
	border-top: 0;
}
.section_tool .tool_promotion .tool-table table tr:last-child td{
	border-bottom: 0;
}
.section_tool .tool_promotion .tool-table table td:first-child{
	border-left: 0;
	text-align: left;
}
.section_tool .tool_promotion .tool-table table td:last-child{
	border-right: 0;
	text-align: center;
	border-bottom: 0;
}
 

.section_tool .tool_promotion .nav-tabs {
	border-bottom: 0;
}
.section_tool .tool_promotion .nav-tabs > li {
	width: 50%;
	text-align: center;
}
.section_tool .tool_promotion .nav-tabs > li a{
	background: #f1f6f9;
	height: 50px;
	line-height: 27px;
	color: #333;
}
.section_tool .tool_promotion .nav-tabs > li.active a{
	background: #fff;
	border: none;
	border-top: 3px solid #c5161d;
	border-radius: 0;
	color: #053678;
	font-weight: 600;
}
.section_tool .table-responsive {
	margin-bottom: 0;
}
.tool_inner {
	position: relative;
	margin-bottom: 30px;
	height: 287px;
	background-size: cover !important;
	background-position: center center !important;
}
.tool_inner.thumb1 {
	background: url('../images/family1.jpg') no-repeat;
}
.tool_inner.thumb2 {
	background: url('../images/family2.jpg') no-repeat;
}
.tool_inner.thumb3 {
	background: url('../images/family3.jpg') no-repeat;
}
.tool_inner:hover .tool_hover {
	display: block;
}
.tool_promotion .tool_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 48, 112, 0.7);
	top: 0;
	left: 0px;
	display: none;
}
.tool_promotion .tool_hover .btn_red {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 6px 13px 6px 9px;
}
@media only screen and (max-width:992px) {
	.section_tool .tool_promotion {
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px) {
	.tool_inner {
		margin-top: 15px;
	}
	.section_tool .tool_list {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:500px) {
	.section_tool .tool_promotion, .section_tool .tool_list {
		width: 100%;
	}
}

/* Table Scroll 
.table-head{
	border-bottom: 1px solid #e2dbd5;
}
.table-head>div {
	display: inline-block;
	padding: 12px 15px;
}
.table-content {
	border: 0;
	margin-bottom: 0;

	height: 194px;
	overflow: hidden;	
}
@media only screen and (max-width:767px) {
	.table-content {
		height: auto;
	}
	.table-content .slimScrollRail {
		background: transparent !important;
	}
	.table-head{
		display: none;
	}	
}
 End Main screen - Tool Support =====*/

/*===== Main screen - Tool Support =====*/
.section_tool {
}

.section_tool .section_tool_dn h4 {
	color: #fff;
	padding: 21px 10px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
	background: #ed1a3a; /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(-90deg, #ed1a3a, #850d1d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #ed1a3a, #850d1d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #be2237, #850d1d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #ed1a3a, #850d1d); /* Standard syntax (must be last) */
}
.section_tool h4 {
	background: #133886;
	color: #fff;
	padding: 21px 10px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	font-size: 16px;
}
.section_tool .tool_list {
}
.section_tool .tool_list ul {
	padding: 0px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 0px;
}
.section_tool .tool_list li {
	list-style: none;
	font-size: 15px;
	border-bottom: 1px dashed #ccc;
	display: table;
	height: 78px;
	width: 100%;
	padding: 0px 14px 0 10px;
}
.section_tool .tool_list li > span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.section_tool .tool_list li:last-child {
	border-bottom: none;
}
.section_tool .tool_list li a {
	padding-left: 50px;
	color: #333;
	font-size: 14px;
	padding-top: 5px;
	display: inline-block;
}
.section_tool .tool_list li a:hover, .section_tool .tool_list li a:focus {
	color: #c5161d !important;
}
.section_tool .tool_list li .icons {
	width: 50px;
	height: 40px;
	position: absolute;
	background: none;
	text-align: center;
}
.section_tool .tool_list li .icons img {
	max-width: 40px;
}
.section_tool .tool_list_inline {
}
.section_tool .tool_list_inline ul {
	display: table;
	width: 100%;
}
.section_tool .tool_list_inline li {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	border-right: 1px dashed #e2dbd3;
	border-bottom: 0;
	padding: 0px;
	position: relative;
}
.section_tool .tool_list_inline li:last-child {
	border-right: 0;
}
.section_tool .tool_list_inline li > div {
	position: relative;
}
.section_tool .tool_list_inline li a {
}
.section_tool .tool_list_inline ul li:hover {
	background: #c4161c;
}

.section_tool .tool_list_inline ul li:hover a {
	color: #fff;
}

.section_tool .tool_list_inline li a:hover, .section_tool .tool_list_inline li a:focus {
	color: #fff !important;
}
.section_tool .tool_list_inline li .icons {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.section_tool .tool_promotion figure {
	position: relative;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e2dbd3;
}
.section_tool .tool_promotion figure img {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}
.section_tool .tool_promotion figure figcaption {
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: rgba(0, 48, 112, 0.81);
	width: 100%;
	padding: 10px 20px;
}
.section_tool .tool_promotion .tool-table {
	border: 0px solid #e2dbd5;/*	height: 288px;*/
}
.section_tool .tool_promotion .tool-table table td, .section_tool .tool_promotion .tool-table table th {
	padding: 10px 0px;
}
.section_tool .tool_promotion .tool-table table td {
	border: 1px solid #badae9;
}
.section_tool .tool_promotion .tool-table table th {
	text-align: center;
	border-right: 1px solid #badae9;
	border-bottom: 0px;
}
.section_tool .tool_promotion .tool-table table th:nth-child(2) {
	border-right: 1px solid #badae9;
}

.section_tool .tool_promotion .tool-table table th:nth-child(3) {
	border-right: 0px solid #badae9;
}

.section_tool .tool_promotion .tool-table .line-blue-banglai table tr:nth-child(odd) {
	background: #badae9;
}
.section_tool .tool_promotion .tool-table table tr:nth-child(odd) {
	background: #f6fafd;
}
.section_tool .tool_promotion .tool-table table tr:first-child td {
	border-top: 0;
}
.section_tool .tool_promotion .tool-table table tr:last-child td {
	border-bottom: 1px solid #badae9;
}
.section_tool .tool_promotion .tool-table table td:first-child {
	border-left: 0;
	text-align: left;
}
.section_tool .tool_promotion .tool-table table td:last-child {
	border-right: 0;
	text-align: center;
	border-bottom: 0px solid #badae9;
}
.section_tool .tool_promotion .nav-tabs {
	border-bottom: 0;
}
.section_tool .tool_promotion .nav-tabs > li {
	width: 100%;
	text-align: center;

}

.section_tool .tool_promotion .line-blue-banglai > li a {
	background: #badae9 !important;
	height: 50px;
	line-height: 27px;
	color: #003070;
	font-weight: bold;
	border-radius: 0px;
	margin-right: 0px;
}
.section_tool .tool_promotion .nav-tabs > li a {
	background: #d5e7f1;
	height: 50px;
	line-height: 27px;
	color: #003070;
	font-weight: bold;
	border-radius: 0px;
	margin-right: 0px;
}
.section_tool .tool_promotion .nav-tabs > li.active a {
	background: #d5e7f1;
	height: 50px;
	line-height: 27px;
	color: #333;
	border-radius: 0px;
	margin-right: 0px;
}
.tool-table .tab-content .border-gr {
	border: 1px solid #badae9;
	padding: 0px;
	font-size: 13px;
}
/*
.section_tool .tool_promotion .nav-tabs > li.active a {
	background: #fff;
	border: none;
	border-top: 3px solid #c4161c;
	border-radius: 0;
	color: #133886;
	font-weight: 600;
}*/
.section_tool .table-responsive {
	margin-bottom: 0;
	border: 0px;
}
.tool_inner {
	position: relative;
	margin-bottom: 30px;
	height: 287px;
	background-size: cover !important;
	background-position: center center !important;
}
.tool_inner.thumb1 {
	background: url('../images/family1.jpg') no-repeat;
}
.tool_inner.thumb2 {
	background: url('../images/family2.jpg') no-repeat;
}
.tool_inner.thumb3 {
	background: url('../images/family3.jpg') no-repeat;
}
.tool_inner:hover .tool_hover {
	display: block;
}
.tool_promotion .tool_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 48, 112, 0.85);
	top: 0;
	left: 0px;
	display: none;
}
.tool_promotion .tool_hover .btn_red {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 6px 13px 6px 9px;
}
@media only screen and (max-width:992px) {
	.section_tool .tool_promotion {
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:767px) {
	.tool_inner {
		margin-top: 15px;
	}
	.section_tool .tool_list {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
		display: none;
	}
}
@media only screen and (max-width:500px) {
	.section_tool .tool_promotion, .section_tool .tool_list {
		width: 100%;
	}
}

/* Table Scroll */


.line-unit-tigia>div:nth-child(1) {
	border-right: 1px solid #badae9;
	padding: 19px 7px;
	width: 16.5%;
}
.line-unit-tigia>div:nth-child(2) {
	border-right: 1px solid #badae9;
	padding: 19px 0px;
	width: 27%;
}
.line-unit-tigia>div:nth-child(3) {
	padding: 0px;
	width: 26%;
	vertical-align:-10px;
}

.line-unit-tigia>div:nth-child(4) {
	padding: 19px 0px;
	width: 25%;
	border-left: 1px solid #badae9;
}

.line-unit-banglai>div:nth-child(1) {
	width: 33.3333333333%;
	padding: 5px 0px;
}
.line-unit-banglai>div:nth-child(2) {
	width: 34.6%;
	padding: 5px 0px;
}
.line-unit-banglai>div:nth-child(3) {
	width: 32%;
	border-right: 0px !important;
	padding: 5px 0px;
}


.table-head {
	border-bottom: 1px solid #badae9;
	width: 100%;
}

.table-head>div {
	display: inline-block;
	padding: 0px 3px;
}
.table-content {
	border: 0;
	margin-bottom: 0;
	height: 305px;
	overflow: hidden;
}
@media only screen and (max-width:767px) {
	.table-content {
		height: auto;
	}
	.table-content .slimScrollRail {
		background: transparent !important;
	}
}

/*===== End Main screen - Tool Support =====*/

/*===== Update 23/05/2017 =====*/

/*common*/
@media only screen and (max-width:992px) {
	.section {
		margin-bottom: 30px;
	}
	.bank_title {
		font-size: 20px;
	}
}

/*section_product*/
@media only screen and (max-width:992px) {
	.section_product .bank_title {
		padding-top: 0px;
	}
	.section_product .product_board .carousel-products {
		margin: 0 auto;
	}
}

/*section_showcase */
@media only screen and (max-width:991px) {
	.section_showcase {
		padding: 0;
	}
	.showcase_phone img {
		width: 75%;
		float: right;
	}
	.showcase_phone {
		position: static;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		display: inline-block;
		text-align: right;
		float: right;
	}
	.section_showcase .showcase_block {
		padding: 30px 4px;
	}
	.section_showcase .bank_title {
		margin-top: 0px;
		font-size: 19px;
		line-height: 26px;
		margin-left: 0;
	}
	.section_showcase .bank_title strong {
		/* display: block; */
	}
	.section_showcase .showcase_icon {
		font-size: 33px;
	}
	.showcase_content h4 {
		font-size: 12px;
		line-height: 16px;
	}
}
@media only screen and (max-width:600px) {
	.showcase_phone img {
		width: 125%;
	}
}
@media only screen and (max-width:400px) {
	.section_showcase .showcase_icon {
		font-size: 23px;
	}
}

/*Tool Support*/
@media only screen and (max-width:992px) {
	.section_tool .tool_promotion .tool-table {
		font-size: 11px;
		min-width: 320px;
	}
	.table-head>div {
		padding: 7px 3px;
	}
}

/*Sub footer*/
@media only screen and (max-width:767px) {
	.section_sub_footer {
		padding: 0;
		padding-bottom: 15px;
	}
	.section_sub_footer .follow-list h4 {
		font-size: 11px;
	}
	.section_sub_footer a {
		font-size: 9px;
	}
	.section_sub_footer .footer_contact h5 {
		font-size: 12px;
		margin-bottom: 6px;
		margin-top: 26px;
		line-height: 15px;
		text-align: left;
	}
	.section_sub_footer .follow-list li .fa {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 12px;
	}
	.footer_contact {
		margin-top: 30px;
		margin-left: -15px;
	}
	.follow-us {
		background: #06377a;
	}
}

/* Update 21/06/2017 */
.back-to-top {
	cursor: pointer;
	position: absolute;
	top: -45px;
	left: 20px;
	color: #333 !important;
}
.back-to-top i {
	font-size: 22px;
}
@media only screen and (max-width:767px) {
	.back-to-top {
		top: -30px;
		font-size: 13px !important;
	}
}

/*Footer*/
@media only screen and (max-width:767px) {
	#footer h4 {
		margin-top: 15px;
	}
}
.section_product .item .product_thumb img {
	width: inherit;
	max-width: 80px;
	display: inline-block;
	max-height: 80px;
	margin-top: -21px;
}
.section_product .item:hover img {
	margin-top: -30px;
}
/* Update 30/06/2017 - Add animation*/
.slideanim {
	visibility: hidden;
}
.slideFade {
	animation: slideFade 1.5s ease forwards;
	-webkit-animation: slideFade 1.5s ease forwards;
	visibility: visible;
}
@keyframes slideFade {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes slideFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}


/* vccb popup 1*/
.modal {
	/*background: #003070;*/
	opacity: 0.9 !important;
}
#vccbPopup .close-popup-home button {
	background: url('../images/popup/close.png') no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
	position: absolute;
	border: 0px;
	right: -10px;
	top: -10px;
	z-index: 1;
}

#vccbPopup .modal-body {
	background: #fff;
	padding: 0px;
	text-align: center;
}
#vccbPopup .modal-content {
	border-radius: 0px;
	border: 1px solid #fff;
	margin-top: 30%;
}

#vccbPopup h3 {
	color: #003070;
}
#vccbPopup img {
	width: 100%;
}
#vccbPopup .modal-body .read-detail {
	padding: 25px 0px;
}

/* vccb popup 2*/
#vccbPopup2 {
	width: 100%;
	height: 100%;
}

#vccbPopup2 .close-popup-home button {
	background: url('../images/popup/close.png') no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
	position: absolute;
	border: 0px;
	right: -10px;
	top: -10px;
	z-index: 1;
}

#vccbPopup2 .modal-body {
	padding: 0px;
	text-align: center;
}
#vccbPopup2 .modal-content-top-right {
	position: absolute;
    max-width: 700px;
    min-height:200px;
    z-index:10;
    padding:30px;	
	border-radius: 0px;
	border: 0px;
	top: 0%;
	left: 50%;
	background-color: #fff;
}

#vccbPopup2 .modal-content-top-left {
	position: absolute;
    max-width: 700px;
    min-height:200px;
    z-index:10;
    padding:30px;	
	border-radius: 0px;
	border: 0px;
	top: 0%;
	right: 50%;
	background-color: #fff;
}

#vccbPopup2 .modal-content-bottom-right {
	position: absolute;
    max-width: 700px;
    min-height:200px;
    z-index:10;
    padding:30px;	
	border-radius: 0px;
	border: 0px;
	bottom: 0%;
	left: 50%;
	background-color: #fff;
}

#vccbPopup2 .modal-content-bottom-left {
	position: absolute;
    max-width: 700px;
    min-height:200px;
    z-index:10;
    padding:30px;	
	border-radius: 0px;
	border: 0px;
	bottom: 0%;
	right: 50%;
	background-color: #fff;
}

#vccbPopup2 .modal-content-center {
	position: absolute;
    max-width: 700px;
    min-height:200px;
    z-index:10;
    padding:30px;	
	border-radius: 0px;
	border: 0px;
	top: 25%;
	right: 25%;
	left: 25%;
	bottom: 25%;
	background-color: #fff;
}

#vccbPopup2 .modal-content:after {
    background: #fff;
    margin-top: 5px;
    position: absolute;
    content :" ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

#vccbPopup2 h3 {
	color: #003070;
}
#vccbPopup2 .modal-body .read-detail {
	padding: 25px 0px;
}