﻿/**
 * @version		$Id: style.css 3 2014-03-21 10:53 Phu $
 * @package		vFramework.theme
 * @copyright	(C) 2014 Vipcom. All rights reserved.
 * @license		Commercial
 */
@charset "UTF-8";

/** RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup, menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
/* make IE scale images properly http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img{-ms-interpolation-mode:bicubic;max-width: 100%;height: auto;}
/** TYPOGRAPHY */
body{
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
	*font-size:small;
	*font:x-small;
}

/* Default link */
a{color:#0066b3;text-decoration: none;transition: all .3s linear;-webkit-transition: all .3s linear;}
a:hover,a:focus{color: #ff9900; text-decoration: none;}
a:active,a:visited{color:#0066b3}

/* Custom select */
::selection{background:#525252;color:#fff}
::-moz-selection{background:#525252;color:#ff}


@media print {
*{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
pre, blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100% !important}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
select{background:#fff !important}
.nop{display:none}
#p,.vf_ctn{width:100%}
}
/* CSS Document */
b,strong {font-weight: 700;}
.vf_ctn * {
  margin: 0;
  padding: 0
}

.vf_ctn p, .vf_ctn div {
  margin-bottom: 20px;
}
.vf_ctn pre {
  font-family: Courier
}
/* to preserve line-height and selector appearance */
.vf_ctn sup {
  vertical-align: super;
}
.vf_ctn sub {
  vertical-align: sub;
}
.vf_ctn address {
  font-style: italic
}
.vf_ctn ul {
  list-style: circle;
  margin-left: 40px;
}
.vf_ctn ol {
  list-style: decimal;
  margin-left: 40px;
}
.vf_ctn ul li {
  margin-bottom: 10px;
}
.vf_ctn ol li {
  margin-bottom: 10px;
}
.vf_ctn ul > ul, .vf_ctn ul > ol, .vf_ctn ol > ol, .vf_ctn ol > ul {
  margin-top: 5px;
}
.vf_ctn h1, .vf_ctn h2, .vf_ctn h3, .vf_ctn h4, .vf_ctn h5, .vf_ctn h6 {
  line-height: 150%;
  font-weight: bold;
}
.vf_ctn h1 {
  font-size: 138.5%;
}
.vf_ctn h2 {
  font-size: 123.1%;
}
.vf_ctn h3 {
  font-size: 108%;
}

/* COMMON class */
/* Striking deleted phrases. */
.vf_ctn .del {
  text-decoration: line-through;
}
.left {
  float: left;
  margin: right: 5px
}
.right {
  float: right;
  margin-left: 5px
}
.center {
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.xx-small {
  font-size: 9px
}
.x-small {
  font-size: 10px
}
.small {
  font-size: 11px
}
.normal {
  font-size: 12px
}
.large {
  font-size: 14px
}
.x-large {
  font-size: 16px
}
.xx-large {
  font-size: 18px
}
.big {
  font-size: 24px
}
.x-big {
  font-size: 36px
}
.xx-big {
  font-size: 48px
}

/* TABLE */
.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}
.borderRow {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}
.borderRow tr, .borderRow th {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}
.borderAll {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}
.borderAll td, .borderAll th {
  border-width: 1px;
  border-style: solid;
  border-color: inherit
}
/* Structure */
.main {padding: 35px 0;}
 .main p{line-height: 25px;}
/* Common */
.vf_tit {font-family: 'Roboto Condensed', sans-serif;font-size: 24px;position: relative;padding-bottom: 16px;color: #0066b3;text-transform: uppercase;margin-bottom: 30px; line-height: 1.3}
.vf_tit:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #ff9900;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sidebar .vf_tit {margin-bottom: 14px;}
.heading-1 {font-family: 'Roboto Condensed', sans-serif;font-size: 48px;font-weight: bold;color: #0066b3;text-align: center;margin-bottom: 45px;position: relative;text-transform: uppercase;}
.heading-1:before {content: "";width: 90px;height: 2px;background: #ff9900;position: absolute;left: 50%;bottom: -14px;margin-left: -45px;}
.see-all {
  display: inline-block;
  background: white;
  color: #0066b3;
  padding: 12px 35px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0 0 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow:         0 0 3px 0 rgba(50, 50, 50, 0.3);
}
.see-all:before, .see-all:after {
  position: absolute;
  top: 50%;
  content: '';
  z-index: -1;
  width: 20px;
  height: 20px;
  background-color: #ff6600;
  border-radius: 50%;
}
.see-all:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.see-all:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.see-all:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.see-all:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.see-all:hover {
  color: #fff;
}
.col-custom {margin-left: 60px;}
.btn-backtop {
  width: 60px;
  height: 60px;
  background: url(../img/btn-top.png) no-repeat;
  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 98;
}
/* header */
.header {padding: 15px 0;background: #efefef url(../img/bgd-header.png) no-repeat right top; position: relative;z-index: 100}
.logo {font-family: "Roboto",sans-serif;float: left;}
.logo a {display: block;}
.logo img {margin-right: 20px}
.logo img, .logo p {display: inline-block;vertical-align: middle;}
.logo p span {display: block;text-transform: uppercase;}
.logo .name-1 {font-weight: 500;font-size: 28px;color: #0066b3;margin-bottom: 15px}
.logo .name-2 {font-weight: 400;font-size: 24px;color: rgba(0,102,179,.75);}
.support {float: right;color: #0066b3;}
.support img {display: inline-block;vertical-align: middle;margin-right: 10px;}
.support span {font-weight: 700;font-size: 20px;color: #ff6600;padding-right: 20px;}
.support p + p {margin-top: 10px;}
/* Menu */
.nav {background: #004993; position: relative; z-index: 10}
.nav-main {float: left;font-family: "Roboto",sans-serif;}
.nav-main > ul > li {float: left;margin-right: 30px; position: relative;}
.nav-main > ul > li > a {font-size: 15px;font-weight: 400;text-transform: uppercase;color: white;display: block;padding: 20px 0;position: relative;}
.nav-main > ul > li > a:hover, .nav-main > ul > li > a.active {color: #ffff66;}
.nav-main > ul > li > a:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eca920;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-main > ul > li > a:hover:before, .nav-main > ul > li > a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav-main > ul > li > ul {
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1);
  -moz-transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1);
  -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0 0 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow:         0 0 3px 0 rgba(50, 50, 50, 0.3);
}
.nav-main > ul > li > ul > li {
  display: block;
  background: white;
}
.nav-main > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #b7afaf;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
}
.nav-main > ul > li > ul > li:hover > a, .nav-main > ul > li > ul > li > a.active {
  background: #ff9900;
  color: white;
}
.nav-main > ul > li:hover > ul {
  height: auto;
  overflow: visible;
  transition: all .3s ease .15s;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.nav-main > ul > li > ul > li.has-child {position: relative;}
/* .nav-main > ul > li > ul > li.has-child:after {
  content: ">";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
} */
.nav-main > ul > li > ul > li > ul > li{
  position: relative;
}
.nav-main > ul > li > ul > li > ul > li:before{
  /* content: ">"; */
  content: "";
  background: url("../img/icon-arrow-black.png") no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 10px;
}
.nav-main > ul > li > ul > li > ul > li:hover:before{
  /* content: ">"; */
  background: url("../img/icon-arrow-white.png") no-repeat;
}
/* Submenu level 3 */
.nav-main > ul > li > ul >li > ul {
  min-width: 200px;
  width: 295px;
  position: relative;
  /* margin-left:20px; */
  top:0;
  right: 0;
  height: auto;
  transition: all .5s ease 0s;
  /* -moz-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transform-origin: center top 0; */
  /* -moz-transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1);
  -moz-transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1);
  -webkit-transform: matrix3d(1,0,0,0,0,0,1,0.008,0,-1,0,0,0,0,0,1); */
  /* -webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0 0 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow:         0 0 3px 0 rgba(50, 50, 50, 0.3); */
}
.nav-main > ul > li > ul > li > ul > li{
  display: block;
  background: white;
}
.nav-main > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #b7afaf; line-height: 20px;
  color: #333;
}
.nav-main > ul > li > ul > li > ul > li:hover > a, .nav-main > ul > li > ul > li > ul > li > a.active {
  background: #ff9900;
  color: white;
}
/* .nav-main > ul > li:hover > ul > li:hover > ul{
  height: auto;
  overflow: visible;
  transition: all .3s ease .15s;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
} */
/* */
.searchbox {
  position: relative;
  width: 50px;
  height: 54px;
  float: right;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 0;
  height: 50px;
  margin: 0;
  font-size: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
}
.searchbox-input::-webkit-input-placeholder {color: #d74b4b;}
.searchbox-input:-moz-placeholder {color: #d74b4b;}
.searchbox-input::-moz-placeholder {color: #d74b4b;}
.searchbox-input:-ms-input-placeholder {color: #d74b4b;}
.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 54px;
  background: url(../img/icon-search.png) no-repeat center center;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.searchbox-open .searchbox-input {width: 300px;padding: 0 15px; opacity: 1;}
/* Menu right */
.nav-right, .nav-right-2 {margin-bottom: 30px;}
.nav-right ul {background: #a7a7a7;border-radius: 10px;overflow: hidden;}
.nav-right ul li, .nav-right-2 ul li {border-top: 1px solid #c1c1c1;border-bottom: 1px solid #8d8d8d;}
.nav-right ul li a, .nav-right-2 ul ul li a {display: block;color: white;font-weight: 600;font-size: 14px;padding: 15px 15px 15px 30px;position: relative;line-height: 1.4}
.nav-right ul li a:before, .nav-right-2 ul ul li a:before {content: "\2022";position: absolute;top: 15px;left: 15px;}
.nav-right ul li a:hover,.nav-right ul li a.active, .nav-right-2 ul li a:hover, .nav-right-2 ul li a.active {background: #0067ac;}
.nav-right-2 > ul {background: #8d8d8d;border-radius: 10px;overflow: hidden;}
.nav-right-2 > ul > li > a {display: block;color: white;font-weight: 600; padding: 15px 15px 15px 20px;position: relative;line-height: 1.4;text-transform: uppercase;}
.nav-right-2 ul ul {background: #a7a7a7;}
/* Menu footer */
.over-footer {background: #06569f;padding: 50px 0 25px;line-height: 1.4;}
.nav-footer > ul > li {float: left;}
.nav-footer > ul > li + li {margin-left: 55px;}
.nav-footer > ul > li > a {font-weight: 300;font-family: "Roboto",sans-serif;font-size: 18px;color: white;}
.nav-footer > ul > li > ul > li {padding-left: 15px;background: url(../img/icon-menu-ft.png) no-repeat left 5px;}
.nav-footer > ul > li > ul > li a {font-weight: 300;font-size: 14px;}
.nav-footer > ul > li > ul > li > a {color: white;}
.nav-footer > ul > li > ul > li ul li {list-style: disc;color: #bbdefe;margin-left: 15px;}
.nav-footer > ul > li > ul > li ul li a {color: #bbdefe;}
.nav-footer a {margin-bottom: 5px;display: block;}
.nav-footer a:hover {color: #ff9900;}
/* Footer */
.footer {background: #064a89 url(../img/bgd-footer.png) no-repeat left top;padding-top: 30px;color: white;}
.footer .heading {font-size: 18px;font-weight: 500;margin-bottom: 15px;}
.info-footer img {margin-right: 5px;vertical-align: middle;}
.info-footer a {color: white;}
.info-footer a:hover {color: #ff9900;}
.info-footer span {vertical-align: middle;}
.info-footer .info-1 div, .info-footer .info-2 div {display: inline-block;}
.info-footer .info-1 {font-size: 14px;font-weight: 300;margin-bottom: 20px;}
.info-footer .info-1 div + div { padding-left: 15px;}
.info-footer .info-2 {font-size: 14px;font-weight: 600;margin-bottom: 20px;}
.info-footer .info-2 > div + div {padding-left: 25px;}
.info-footer .info-2 .phone {font-weight: 700;color: #ff6600;font-size: 18px;}
.cpr {padding: 25px 0;border-top: 1px solid #2875bf;font-size: 14px;font-weight: 600;line-height: 1.5}
.cpr a {color: #a4c1dc;font-weight: 300;}
/* Article */
.vf_view {line-height: 1.4}
.vf_view .heading {text-transform: uppercase;font-weight: 700;color: #0e3f82;}
.vf_view .vf_date {color: #0066b3;font-weight: 300;}
.vf_view .vf_ctn {margin-top: 25px; text-align: justify;}
.shareholder-information {padding: 70px 0;background: url(../img/bgd-2.png);}
.shareholder-information li {list-style: square outside;color: #37a1f2;margin: 0 0 20px 20px;line-height: 1.4}
.shareholder-information li:last-child {margin-bottom: 0;}
.shareholder-information li a {color: #1b2f3d;font-size: 18px;}
.shareholder-information li a:hover {color: #ff9900;}
.shareholder-information ul {display: inline-block;vertical-align: middle;max-width: 545px;width: 100%;margin-right: 30px;}
.shareholder-information .see-all {display: inline-block;vertical-align: middle;}
.news {padding: 70px 0; background: #f9f9f9;}
.blk-news {margin-bottom: 45px;line-height: 1.4}
.blk-news .vf_tit {font-size: 30px;}
.blk-news .hot {margin-bottom: 35px;}
.blk-news .hot .tit {color: #0e3f82;font-weight: 700;}
.blk-news .hot .tit:hover {color: #ff9900;}
.blk-news .hot .desc {font-weight: 300;margin: 20px 0;}
.blk-news .see-all {font-size: 14px;padding: 12px 20px;}
.blk-news li:not(.hot) img, .blk-news li:not(.hot) .desc {display: none;}
.blk-notification {padding: 15px;background: #ff9900;margin: 45px 0 30px;}
.blk-notification .vf_tit {color: white;font-size: 26px;font-weight: 700;}
.blk-notification .vf_tit a{color: white;}
.blk-notification .vf_tit:before {background: #ffcc00;}
.blk-notification li {margin-bottom: 20px;line-height: 1.4;}
.blk-notification li span {font-style: italic;font-weight: 300;border-bottom: 1px solid #b06800;}
.blk-notification a {color: #333}
.blk-notification a:hover span{color: white;border-color: white;}
.finance .heading span {color: white;background: #ff9900;padding: 10px 15px;display: inline-block;}
.finance ul {margin-bottom: 50px;}
.finance li {list-style: url(../img/pdf-icon.gif) outside;margin-left: 20px;}
/* Article 1 */
.article-1 li {list-style: url(../img/icon-arrow-orange.png);margin: 0 0 10px 10px;font-size: 18px;}
.article-1 li a {font-weight: 600;color: #1b2f3d;line-height: 1.4}
.article-1 li a:hover {color: #2ba8e2;}
.article-1 li span {color: #6b808f;}
/* Article 2 */
.article-2 .vf_list li {padding: 30px 0;border-bottom: 1px solid #cfe9fb;}
.article-2 .vf_list li .tit {display: block;color: #0e3f82;font-weight: 700;margin-bottom: 10px;text-transform: uppercase;line-height: 1.4;margin-top: -5px;}
.article-2 .vf_list li .img {display: block;margin-bottom: 10px;}
.article-2 .vf_list li img { width: 100% }
.article-2 .vf_list li .vf_date {color: #0066b3;font-weight: 300;}
.article-2 .vf_list li .desc {color: #1b2f3d;font-weight: 300;margin-top: 20px;line-height: 1.4;}
.article-2 .vf_list li .see-more {color: #0066b3;font-size: 14px;padding-left: 0;text-decoration: none;display: block;padding-top: 5px;}
.article-2 .vf_list li a:hover {color: #ff9900;}
.article-2 .vf_next {margin-top: 45px;}
.article-2 .vf_next li, .blk-news li:not(.hot) {padding: 5px 0;border-bottom: 1px solid #ddd;position: relative;list-style-type: none; padding-left:10px;}
.article-2 .vf_next li:before, .blk-news li:not(.hot):before{background: url(../img/icon-arrow-orange.png) no-repeat; position: absolute;content:""; left:0;top:10px;width: 10px; height:10px;}
.article-2 .vf_next li:last-child, .blk-news li:last-child:not(.hot) {border: none;}
.article-2 .vf_next li a, .blk-news li:not(.hot) a {color: #1f4280;line-height: 1.4;}
.article-2 .vf_next li a:hover, .blk-news li:not(.hot) a:hover {color: #ff9900;}
/* About us */
.blk-about {border: 1px solid #cfe9fb;border-radius: 10px;overflow: hidden;}
.blk-about .inner {padding: 20px;line-height: 1.4}
.blk-about .tit {font-weight: 700;color: #06569f;margin-bottom: 10px;display: block;}
/* Pagination */
.vf_pag {text-align: right;margin-top: 25px;font-size: 18px;color: #1b2f3d;}
.vf_pag span {padding-right: 30px;}
.vf_pag a {padding: 0 5px;color: #1b2f3d;}
.vf_pag a.active, .vf_pag a:hover {color: #ff9900;}
.vf_pag .next,.vf_pag .prev {text-transform: none;font-size: 0;}
.vf_pag .next:before {content: "\003e";display: inline-block;color: #ff9900;font-size: 16px;}
.vf_pag .prev:before {content: "\003c";display: inline-block;color: #ff9900;font-size: 16px;}
/* Water meter search - Look up brief */
.look-up {border: 1px solid #cfe9fb;border-radius: 10px;overflow: hidden; margin-bottom: 20px}
.look-up .heading {font-size: 18px;font-weight: 700;color: white;padding: 15px;background: #2ba8e2;line-height: 1.4}
.look-up p {font-weight: 600;color: #004993;margin-bottom: 10px;}
.look-up label, .look-up-home label {width: 100%;height: 28px;position: relative;}
.look-up label.select, .look-up-home label.select {margin-bottom: 15px;}
.look-up label.select:before, .look-up-home label.select:before, .form-2 label.select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #ff9900 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.look-up select, .look-up-home select {
  width: 100%;
  height: 28px;
  font-size: 14px;
  background: transparent;
  color: #69879c;
  padding: 0 30px 0 15px;
  border-color: #6ba6d3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.look-up .look-up-form {padding: 20px;}
.look-up input[type="text"], .look-up-home input[type="text"] {width: 100%;height: 28px;color: #69879c;border: 1px solid #6ba6d3;padding: 0 30px 0 15px;font-size: 14px;background: transparent;}
.look-up input[type="submit"], .look-up-home input[type="submit"] {border: none;background: url(../img/icon-search-2.png) no-repeat;width: 19px;height: 19px;position: absolute;right: 10px;top: calc(50% - 10px);cursor: pointer;}
.look-up-home {min-height: 180px;background: url(../img/bgd-pattern.png) top center;padding: 40px 0;}
.look-up-home .heading {font-size: 18px;font-weight: 700;color: #ffcc00;line-height: 1.4;margin-bottom: 20px;}
.look-up-home p {color: white;font-weight: 600;margin-bottom: 7px;}
.look-up-home input[type="text"], .look-up-home select {color: white}
.look-up-home select option {color: #333;}

/* FAQ */
.faq-home .slick-initialized .slick-slide{
  height: 280px;
}
.faq-home {padding: 70px 0;}
.faq-home .question {color: #0066b3;font-style: italic;font-size: 18px;line-height: 1.4;margin-bottom: 33px;}
.faq-home .question span{font-style: normal;font-weight: 700;}
.faq-home .answer {font-size: 18px;color: #1b2f3d;line-height: 1.4;max-height: 152px;overflow: auto;}
.faq-home .answer span{font-weight: 700}
.faq-home .answer ul { list-style: disc outside; margin-left: 40px; margin-bottom: 15px;}
.faq-home .answer p {margin-bottom: 15px;}
.faq-home .slick-dots {margin: 30px 0;text-align: center;}
.faq-home .slick-dots li {display: inline-block;font-size: 0;text-transform: none;border: 2px solid #00b0ff;width: 15px;height: 15px;border-radius: 50%;margin: 0 3px;cursor: pointer;}
.faq-home .slick-dots button {display: none}
.faq-home .slick-dots .slick-active {background: #00b0ff;}
.faq .desc {color: #2ba8e2;font-weight: 700;font-style: italic;margin-bottom: 20px;text-align: center;}
.faq .heading {font-size: 18px;color: #0066b3;margin-bottom: 30px;}
.faq .heading span {border-bottom: 2px solid #a3bcdb;font-weight: 600;}
.faq .accordion > ul > li {border-bottom: 1px solid #cfe9fb;padding: 15px 0;}
.faq .accordion > ul > li:last-child {border-bottom: none;}
.faq .accordion {line-height: 1.4;}
.faq .question {padding-left: 15px;font-weight: 400;color: #004993;position: relative;cursor: pointer; font-size: 18px;}
.faq .question:before {content: "";background: url(../img/icon-arrow-orange.png) no-repeat;width: 6px;height: 10px;position: absolute;left: 0;top: 5px;transition: all .3s linear;-webkit-transition: all .3s linear;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.faq .question.active:before {transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.faq .answer {display: none;font-size: 18px;font-style: italic;padding: 15px 0 15px 15px;}
.faq .answer ul {margin-left: 40px;margin-bottom: 15px;}
.faq .answer p {margin-bottom: 15px;}
.search-faq {text-align: center;}
.search-faq .text {width: 325px;height: 32px;border: 1px solid #6ba6d3;line-height: 32px;font-size: 14px;color: #69879c;padding: 0 15px;text-align: left;}
.search-faq .submit {padding: 0 20px;line-height: 32px;height: 32px;color: white;background: #ff9900;text-transform: uppercase;border: none;}
.search-faq .faq-note {font-style: italic; color:#69879c; margin-top: 10px; font-size: 14px;}
#frequentlyAskedQuestions {padding-top: 50px;}
.report {font-size: 18px;font-style: italic;color: #FC070B;margin-bottom: 25px;margin-top: 25px; line-height: 1.4}
.feedback:not(.feedback-home) {padding-top: 50px;}
.feedback p {font-size: 18px;font-style: italic;color: #0066b3;margin-bottom: 25px; line-height: 1.4}
.feedback-form {max-width: 520px;margin: 0 auto;color: #999;}
.form-default .row-form, .form-2 .row-form {margin-bottom: 10px;}
.form-default .form-input {width: 100%;height: 28px;line-height: 28px;background: #e5e5e5;border: none;padding: 0 10px;}
.form-default .text-input, .form-default .select-form {max-width: 420px;color: #999;}
.feedback-home.form-default .text-input, .feedback-home.form-default .select-form {max-width: 360px;}
.form-default .phone-input {margin-right: 10px;}
.form-default .phone-input, .form-default .email-input {max-width: 205px;float: left;}
.feedback-home.form-default .phone-input, .feedback-home.form-default .email-input {max-width: 175px;}
.form-default textarea {width: 100%;height: 315px;padding: 10px;background: #e5e5e5;border: none;}
.feedback-home.form-default textarea {height: 135px;}
.form-default .textarea-input, .form-default .form-input {font-style: italic;}
.form-default .btn, .form-2 .btn {padding: 0 20px;height: 38px;line-height: 38px;color: white;background: #ff9900;font-size: 14px;margin-right: 20px;border-radius: 0;transition: all .3s linear;-webkit-transition: all .3s linear;}
.form-default .btn:hover, .form-2 .btn:hover {background: #004993;}
.form-2 label {text-align: right; position: relative; width: 100%}
.vf_contact .form-2 label {width: 150px;margin-right: 20px;}
.form-2 .inn {position: absolute; right: -10px; top: 0;}
.form-2 .inn:after {color: red;content: "*";display: inline-block;}
.form-2 .string, .form-2 .tel, .form-2 .email {width: 100%;height: 35px;border: 1px solid #69a5d2;color: #69879c;}
.vf_contact .form-2 .string, .vf_contact .form-2 .tel, .vf_contact .form-2 .email {max-width: 406px;margin-bottom: 10px;}
.form-2 .editor {width: 100%;max-width: 406px;height: 150px;padding: 10px;border: 1px solid #69a5d2;color: #69879c;vertical-align: top;margin-bottom: 10px;}
.form-2 .btn-form {padding-left: 170px}
.form-2 select {
  width: 100%;
  height: 35px;
  font-size: 14px;
  background: transparent;
  color: #69879c;
  padding: 0 30px 0 15px;
  border-color: #6ba6d3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.captcha.string {width: 100%;max-width: 200px;height: 35px;border: 1px solid #69a5d2;color: #69879c;margin-top: 10px;}
.captcha_wrp {display: inline-block;width: 100%;max-width: 406px}
.vf_contact .report {margin-bottom: 25px;line-height: 1.5;}
.blk-information {line-height: 1.4}
.blk-information img {margin-right: 10px;}
.blk-information p {margin-bottom: 15px;}
.gmap {margin-top: 30px;}
@media (min-width: 1024px) {
  .contact-page .col-xl-9.main-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .contact-page .col-xl-3.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}

.textwidget {margin-bottom: 30px;}
/* Banner */
.banner {border-top: 1px solid #1f6bb8;border-bottom: 1px solid #1f6bb8;background: #004993 url(/index_files/bgd-banner2.png) no-repeat right top;min-height: 400px;padding: 50px 0;position: relative;z-index: 0}
.banner .col-md-6 {position: static;}
.blk-service .vf_tit {color: #ffcc00; font-size: 30px;margin-bottom: 35px;padding-bottom: 0}
.blk-service .vf_tit:before {display: none;}
.blk-service a {color: white;}
.blk-service a:hover {color: #ffcc00;}
.blk-service > ul > li {list-style: square outside;color: #ffcc00;}
/* .blk-service > ul > li > a {font-size: 24px;font-weight: 600;display: inline-block;margin-bottom: 10px;} */
.banner .blk-service > ul{
  margin-left: 20px;
}
.banner .blk-service > ul > li  {list-style: url(../img/icon-arrow-yellow.png) outside;margin-left: 15px}
.service-block ul{
  padding-bottom: 30px;
}
.service-block ul.hot{
  padding-bottom: 0;
}
.service-block ul li {list-style: url(../img/icon-arrow-yellow.png) outside;margin-left: 15px; line-height: 22px;}
.service-block ul li a {font-size: 18px;display: inline-block;margin-bottom: 15px;vertical-align: top;}
.blk-service ul li a {font-size: 18px;display: inline-block;margin-bottom: 15px;}
.blk-service img {position: absolute;right: 0;top: 0;z-index: -1;max-width: none;opacity: 0;visibility: hidden;-webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;}
.blk-service ul li:hover img {opacity: 1;visibility: visible;}
.blk-service b {font-weight: normal;}
.slideshow {display: none;}
.slideshow .slick-next, .slideshow .slick-prev {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border: none;
  cursor: pointer;
  font-size: 0;
  text-transform: none;
}
.slideshow .slick-next {background: url(../img/btn-next.png) no-repeat; right: 15px;}
.slideshow .slick-prev {background: url(../img/btn-prev.png) no-repeat; left: 15px;}
/* Payment water home*/
.payment-water {background: #ededed;padding: 70px 0;}
.payment-water .desc {font-family: 'Roboto Condensed', sans-serif;font-size: 24px;margin-bottom: 50px;line-height: 1.4;text-align: center;}
.payment-water .desc span {font-weight: bold;}
.nav-payment li {display: inline-block;width: 210px;height: 210px;background: #2f81bf;border-radius: 50%;overflow: hidden;margin: 0 45px;position: relative; z-index: 1;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-payment li:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 0 1px #2f81bf;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.nav-payment li:hover {
  box-shadow: 0 0 0 7px #2f81bf;
}
.nav-payment li:hover:before {
  -webkit-transform: scale(0.925);
  -moz-transform: scale(0.925);
  -ms-transform: scale(0.925);
  -o-transform: scale(0.925);
  transform: scale(0.925);
  box-shadow: 0 0 0 1px #fff;
  opacity: .5;
}

.nav-payment li img {margin-bottom: 20px;}
.nav-payment li a {font-size: 22px;color: white;display: block;padding: 45px 0;line-height: 1.4;text-transform: uppercase;}
.nav-payment li a span {font-weight: bold;}
.nav-payment + .blk-banks{margin-top: 50px}
.blk-banks {margin-top: 0;}
.blk-banks ul {padding: 0 50px;}
.blk-banks li {text-align: center;}
.blk-banks li a {display: inline-block;width: 148px;height: 62px;position: relative;background: white;border-radius: 10px;overflow: hidden;}
.blk-banks li img {position: absolute;max-width: 100%;max-height: 100%;left: 0;top: 0;right: 0;bottom: 0;margin: auto;padding:5px;}
.blk-banks .slick-next, .blk-banks .slick-prev {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border: none;
  cursor: pointer;
  font-size: 0;
  text-transform: none;
  opacity: .6;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.blk-banks .slick-next {background: url(../img/btn-next.png) no-repeat; right: 0;}
.blk-banks .slick-prev {background: url(../img/btn-prev.png) no-repeat; left: 0;}
.blk-banks .slick-next:hover, .blk-banks .slick-prev:hover {
  opacity: 1;
}

/* Gallery */
.vf_gallery .vf_tit {margin-bottom: 15px;}
.vf_gallery .item {margin-bottom: 40px;}
.vf_gallery a {display: block;}
.vf_gallery .img {height: 150px;overflow: hidden; /*border-radius: 15px;*/ position: relative;margin-bottom: 15px;background: white;z-index: 1}
.vf_gallery .img img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.vf_gallery .img:hover img {
  -webkit-transform: translate(-50%,-50%) scale(1.1,1.1);
  transform: translate(-50%,-50%) scale(1.1,1.1);
}
.vf_gallery .tit {text-align: center;font-weight: 700;}
.blk-picture {margin-bottom: 30px;}
.blk-picture-img {margin-bottom: 30px;}
.blk-video li {margin-bottom: 20px;background: white;border: 1px solid #ccc;padding-bottom: 10px;}
.blk-video .tit,.blk-video .desc {padding: 5px 10px;}
.blk-video .tit {margin-top: 10px;font-weight: 600;line-height: 20px}
.blk-video .desc {margin-bottom: 10px;}
.blk-video img {width: 100%;}
.blk-video .img, .vf_video .img {position: relative;}
.blk-video .img:before, .vf_video .img:before {
  content: "";
  width: 68px;
  height: 67px;
  background: url(../img/icon-play.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/* Apply online */
.apply-online .heading {font-family: "Roboto",sans-serif;font-size: 24px;font-weight: 700;padding: 40px 0;text-align: center;color: #004993;text-transform: uppercase;}
.apply-online .inner {border: 1px solid #cfe9fb;padding: 30px 80px;}
.apply-online .title {font-size: 18px;font-weight: 700;color: #1b2f3d;margin-bottom: 40px;text-align: center;}
.apply-online .col-left {padding-right: 0;line-height: 35px;}

/* Edit by H-minh */
.mobprice{display: none;}
.mobcso{display: none;}	

.fldright{float: right;}
.contractHome .col-xl-5{max-width:90%;flex:0 0 90%;}
.fldright .col-xl-5{max-width:100%;flex:0 0 100%;}
.form-custom tr th{width:35%;}
.form-custom tr td{width:65%; vertical-align:top;}
.form-custom tr td .ctn-row{padding-top: 3px; padding-bottom: 3px; display: table; width: 100%;}
.form-custom tr td .ctn-row span{margin-left: 5px;}
.form-custom .form-note{font-style: italic; color:#3E3E3E;line-height:24px;padding: 8px 0px 8px 0px; }
.form-custom .btn-form td{text-align: center;}
.form-custom .colsLeft, .form-custom .colsRight{float: left; line-height: 25px; padding-bottom: 6px;}
.form-custom .colsLeft{width:20px; padding-top: 7px;}
.form-custom .colsRight{width: calc(100% - 20px);}
#googlemap{height:400px; width:100%; margin-bottom: 20px;}
.backList{margin-bottom: 10px; margin-top: 10px; display: block;}

#iframeTTDN{min-height:1200px;}
.vf_blk_filewater .formtable{border:1px solid #cee9fa; padding-bottom: 59px;}
.vf_blk_filewater .formtable table{margin-left: 43px; width:90%;}
.vf_blk_filewater .formtable input[type="text"]{padding:8px 6px 8px 6px; border:1px solid #68a5d2; width:76%; margin-bottom: 26px;}
.vf_blk_filewater .formtable select{padding:5px 6px 5px 6px; border:1px solid #68a5d2; margin-bottom: 26px;}
.vf_blk_filewater .formtable textarea{padding:8px 6px 8px 6px; border:1px solid #68a5d2; width:80%; margin-bottom: 26px; background-color: transparent; height: 180px; line-height: 25px;}
.vf_blk_filewater .formtable #captcha{margin-bottom: 23px;}
.vf_blk_filewater .row-form{text-align: right; padding-right: 12px;}
.vf_blk_filewater .row-form label{line-height:25px;}
/*.vf_blk_filewater .formtable .row-form label{width:30%;}
.vf_filewater .formtable .row-form{margin-right: 100px;}
.vf_filewater .formtable .row-form label{margin-right: 10px;}
.vf_filewater .formtable {padding-top: 60px;}*/
.vf_filewater .formtable table{margin-top: 40px;}
.vf_filewater .formtable table tr th{vertical-align: middle;}
.vf_blk_filewater .formtable .row-form input[type="text"]{padding:8px 6px 8px 6px; border:1px solid #68a5d2; width:50%; margin-bottom: 26px;}
.vf_blk_filewater .inn{float: right; margin-left: 4px;}
.vf_blk_filewater .inn:after {color: red;content: "*";display: inline-block;}
.vf_blk_filewater .upload-btn-wrapper{position: relative;  overflow: hidden;  display: inline-block; margin-bottom: 20px;}
.vf_blk_filewater .upload-btn-wrapper .btnfile { color: #FFF;  background-color: #68a5d2;font-size: 16px; font-weight: bold; font-style: italic; border:none; border-radius:0px; width:150px; padding-top: 9px; padding-bottom: 9px;}
.vf_blk_filewater .upload-btn-wrapper input[type=file]{font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0;}
.vf_blk_filewater #district{width:27%;}
.vf_blk_filewater .td2col .colright{display: inline-block; width:50%;}
.vf_blk_filewater .td2col .colright .row-form{display: inline-block; margin-left: 20px;}
.vf_blk_filewater .td2col .colright input[type="text"]{width:51%;}
.vf_blk_filewater i{font-style: italic;}
.vf_blk_filewater h3{text-align: center; width:100%; margin-top: 30px; margin-bottom: 42px; text-transform: uppercase; color:#1a2f40; font-weight:bold;}
.vf_blk_filewater h3.vf_tit{text-align: center; font-weight: bold; color:#004992; margin-top: 44px; margin-bottom:0px;}
.vf_blk_filewater h3:before{display: none;}
.vf_blk_filewater .btn-form .btn{margin-top: 32px;}

.recordTable{width:100%;border:1px solid #999797; text-align: center; border-collapse: collapse;}
.recordTable tr td{height: 40px; vertical-align: middle; border:1px solid #999797; text-align: center; width:8.8%;}
.recordTable tr td.clsright{text-align: right; padding-right: 5px;}
.recordTable tr td:nth-child(1){width:4%;}
.recordTable tr td:nth-child(2){width:4%;}
.recordTable tr td:nth-child(5){width:7%;}
.recordTable tr td:nth-child(8){width:9%;}
.recordTable tr td:nth-child(9){width:10%;}
.recordTable tr td:nth-child(10){width:12%;}
.recordTable tr td:nth-child(11), .recordTable tr td:nth-child(12){width:10%;}
.recordTable .recordTitle{border-bottom:1px solid #999797; background-color: #CCC;}
.recordHead{background-color: #CCC;}
.recordTableInfo tr td{border:none; text-align: left;padding: 5px;}
.recordTableInfo tr td label{width:150px;font-weight: bold; text-align: right; margin-right: 20px;}
.recordTableInfo .recordTitle{text-align: center;}
.g-recaptcha{margin-bottom: 20px;}

.baobe img{display: none;}
.baobe{background: #ff9900; color:#FFF; border-radius: 5px; text-transform: uppercase; font-weight: bold; font-size: 14px; display: inline-block; padding: 7px 18px 7px 18px; top:-5px; position: relative;}
.baobe:hover{color:#0066b3;}
.baobe:visited{color:#FFF;}
/*  */
.hidden{display: none;}
.btn-update{background-color: #0b6cca; color: #fff; padding: 7px 10px; font-size: 14px; border:0px; -webkit-transition: all .3s linear; cursor: pointer;}
.btn-update:hover{background-color: #ff9900;}
.css-payment{color:#a3a3a3; /*font-style: italic;*/}
/* Folder Type */
.foldertype-list{width:100%;border:1px solid #999797;}
.foldertype-list .head-title{width:100%; background: #CCC; text-align: center; display: table; border-bottom: 1px solid #999797;}
.foldertype-list .cols1{width:30%; float: left; display: table-cell; border-right: 1px solid #999797; vertical-align: middle; padding: 5px 0px 5px 0px;}
.foldertype-list .cols2{width:70%;  float: left; display: table-cell;  vertical-align: middle; padding: 5px 0px 5px 0px;}
.foldertype-list .record-row{width:100%;text-align: center; display: table; border-bottom:1px solid #999797; padding: 3px;}

.foldertype-content{width:100%;border:1px solid #999797; margin-top: 10px; line-height: 22px; margin-bottom: 10px;}
.foldertype-content .head-record{width:100%;background: #CCC; border-top:1px solid #999797; border-bottom:1px solid #999797; padding: 8px 5px 8px 5px; text-transform: uppercase;}
.foldertype-content .row-record{width:100%;padding: 8px 5px 8px 5px; display: table;}
.foldertype-content .row-record div{float: left; display: table-cell; padding: 3px; text-align: right;}
.foldertype-content .row-record .label{width:32%;  font-weight: bold; margin-right: 10px;}
/*=================================*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.menu-mb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.menu-mb.active {
  display: block;
}
.overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-mb .vf_menu {
  width: 300px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -300px;
  top: 0;
  z-index: 50;
}
.menu-mb .vf_menu > ul {
  height: 100%;
  overflow-y: auto;
  padding-top: 270px;
  background: #b5ddf7;
}
.menu-mb .vf_menu > ul > li > a {
  padding: 15px 10px;
  text-transform: uppercase;
}
.menu-mb .vf_menu > ul > li > a.active, .menu-mb .vf_menu li li a.active {
  color: #ff6600;
}
.menu-mb .vf_menu > ul > li {
  border-bottom: 1px solid #e9f5fd;
}
.menu-mb .vf_menu li:last-child {
  border-bottom: none;
}
.menu-mb .vf_menu li li:first-child {
  // border-top: 1px solid #d9d9d9;
}
.menu-mb .vf_menu li a{
  display: block;
  font-size: 15px;
  font-family: "Roboto",sans-serif;
  color: #004993;
}
.menu-mb .vf_menu li li a {
  padding: 10px 15px 10px 40px;
  color: #004993;
  font-size: 15px;
  line-height: 1.5;
}
.menu-mb .vf_menu ul ul {
  display: none;
  list-style: none;
  background: #cfe9fa;
}
/* .menu-mb .vf_menu ul .active-menu-service ul{
  display: block;
} */
.menu-mb .vf_menu li.has-active ul {
  display: block;
}
.menu-mb .vf_menu li.has-active ul ul{
  padding-left: 15px;
}
.logo p span.block-mobile{
  display: inline-block;
}
.btn-menu-close {
  display: none;
  width: 56px;
  height: 40px;
  border-radius: 10px;
  margin-top: -20px;
  position: absolute;
  right: 15px;
  top: 50px;
  z-index: 11;
}
.btn-menu-close.active {
  display: block;
}
.btn-menu {
  display: none;
  width: 56px;
  height: 40px;
  border: 1px solid #00aeef;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 10;
}
.menu-mb .vf_menu li ul li a{
  font-weight: 600
}
.menu-mb .vf_menu li ul li li a{
  font-weight: 300
}
.btn-menu .line {
  width: 26px;
  height: 2px;
  background: #00aeef;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  -webkit-transition: .2s;
  transition: .2s;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-delay: .2s, 0s;
}
.btn-menu .line-top {top: 11px;}
.btn-menu .line-mid {top: 19px;}
.btn-menu .line-bot {top: 27px;}
.btn-menu.active .line {
  transition-delay: 0s, .2s;
}
.btn-menu.active .line-top,
.btn-menu.active .line-bot {
  top: 52%;
}
.btn-menu.active .line-top {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-menu.active .line-mid {
  opacity: 0;
}
.btn-menu.active .line-bot {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.visible-mobile {display: none !important;}
.visible-desktop {display: block !important;}
/* By H-Minh */
.ward{width:120px;max-width:120px;}
.pmprice{display: none;}
.data-page-nag{display:none;}
.pagei-1{display:table-row;}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .logo .name-1 {font-size: 22px;}
  .logo .name-2 {font-size: 20px;}
  .support {font-size: 14px}
  .support span {font-size: 16px;}
  .nav-main > ul > li {margin-right: 15px;}
  .nav-main > ul > li > a {font-size: 14px;}
  .shareholder-information {text-align: center;}
  .shareholder-information ul {margin-right: 0;text-align: left;}
  .shareholder-information .see-all {margin: 30px auto 0;}
  .col-custom {margin-left: 0;}
  .nav-footer > ul > li {margin-bottom: 15px;}
  .info-footer .info-1 div, .info-footer .info-2 div {margin-bottom: 10px;}
  .vf_blk_filewater .formtable table{margin-left:10px; width: 95%;}
  .vf_blk_filewater #district, .vf_blk_filewater .td2col .colright input[type="text"]{width:76%;}
  .form-custom .usedNote{width: auto;}

 .table-reponsive{width:100%; /*overflow-x: scroll;*/}
 /*.table-reponsive table{width:1200px;}*/
 .ward{width:100%; max-width: 76%;}
 /* H-Minh */
 .wprice{display: none;}
 .recordTable tr.row-data td{height: auto;}
 .mobprice{display: table-cell;}	
 .mobprice-data{text-align: left !important; padding: 4px;}
  .mobprice-data div{padding-bottom:8px;}
  .mobprice-data div label{margin-right:4px; width:95px;}
 .recordTable tr td:nth-child(10){width:19% !important;}
}

@media (max-width: 991px) {
  .banner{
    background: #004993 url('../img/bgd-banner-mobile.png') no-repeat right top;
  }
  .blk-banks ul{
    padding: 0 30px;
  }
  .blk-banks li a{
    width: 100%;
  }
  .blk-banks li{
    padding-left: 5px;
  }
  .header {background: #efefef;}
  .sidebar {margin-top: 50px;}
  .logo, .support { float: none;}
  .support {border-top: 1px solid #b5ddf7;padding: 20px 0 0; margin: 20px 0 0;}
  .logo .name-1, .logo .name-2, .blk-about, .nav, .contact-page .sidebar, .gmap {display: none;}
  .nav-footer > ul > li {width: 50%;padding: 0 15px; margin-bottom: 50px;}
  .nav-footer > ul > li + li {margin-left: 0;}
  .slideshow, .btn-menu {display: block;}
  .heading-1 {font-size: 30px; line-height: 1.3;}
  .nav-payment li {margin: 0 15px 30px; width: 180px; height: 180px;}
  .nav-payment li a {padding: 30px 0; font-size: 18px;}
  .feedback-home.form-default .phone-input, .feedback-home.form-default .email-input,.feedback-home.form-default .text-input, .feedback-home.form-default .select-form, .shareholder-information ul {max-width: none;}
  .feedback-home.form-default .phone-input {margin-bottom: 10px;}
  .blk-picture, .blk-video {max-width: 300px;}
  .blk-picture {float: left;}
  .blk-video {float: right;}
  .visible-mobile {display: block !important;}
  .visible-desktop {display: none !important;}
  .gmap {margin-bottom: 50px;}
  /* By H-Minh */
  .fldright{width:100%; float: none;}
  .contractHome .col-xl-5{max-width:100%; width:100%;flex:0 0 96%;}
  .recordTable tr td{line-height: 20px;}
  .mobprice-data div label{margin-right:4px; margin-bottom: 3px; width:50%;}
  .recordTable tr td:nth-child(10){width:26% !important;}
	
  .wcso{display: none;}  
  .mobcso{display: table-cell; width:20% !important;}	
  .mobcso-data{text-align: left !important; padding: 4px; vertical-align: top !important;}
  .mobcso-data div{padding-bottom:8px;}
  .mobcso-data div label{margin-right:4px; width:53%;}	
}
@media (max-width: 767px) {
  .support {padding: 20px 15px 0; margin: 20px -15px 0;}
  .nav-footer > ul > li {width: 100%}
  .blk-faq .see-all {margin-bottom: 50px;}
  .blk-news .hot .img {display: block;margin-bottom: 10px;}
  .blk-picture, .blk-video {float: none;}
  .vf_gallery .img {height: auto}
  .vf_gallery .img img {position: static;min-width: 0;min-height: 0;width: 100%;height: auto;-webkit-transform: none;-ms-transform: none;transform: none;}
  .vf_contact .form-2 label {width: 100%;margin: 0 0 10px;text-align: left;}
  .form-2 .inn { position: static;}
  .form-2 .btn-form {padding-left: 0;}
  .search-faq .text {width: calc(100% - 90px);margin-right: 10px;}
  .form-default .phone-input, .form-default .email-input {max-width: none;}
  .form-default .phone-input {margin: 0 0 10px;}
  .form-default textarea {height: 200px;}
  .cpr {padding: 25px 15px;}
  .look-up-form {margin-bottom: 20px;}
  .vf_blk_filewater .row-form { text-align: left; }
  .vf_filewater .formtable table tr th, .vf_filewater .formtable table tr td {display: block;width: 100%}
  .blk-picture, .blk-video {max-width: none;}
  .blk-picture img { width: 100%; }
  .baobe { padding: 7px 5px; top: 0; }
	
  /* By H-Minh */ 
  .mobprice, .mobcso, .pcmprice{display: none;}
  .pmprice{display: table-cell; text-align: left;}
	.pmprice-data{text-align: left !important; padding: 4px; vertical-align: top !important;}
	.pmprice-data div{padding-bottom:8px; line-height: 20px;}
	.pmprice-data div.brtop{border-top:1px solid #ccc; margin-top: 3px; padding-top: 6px;}
    .pmprice-data div label{margin-right:4px; width:40%;}	
  .recordTable tr td:nth-child(1), .recordTable tr td:nth-child(2){width:3%;}
}

@media (max-width: 590px) {
  .form-custom .rowpos th{width:100%; text-align: left; display: block;}
  .form-custom .rowpos th .row-form{text-align: left;}
  .form-custom .rowpos td{width:100%; text-align: left; display: block;}
  .vf_blk_filewater #district, .vf_blk_filewater #ward, .vf_blk_filewater .td2col .colright input[type="text"], .vf_blk_filewater .formtable input[type="text"]{width: 100%;}
  .ward{width:100%; max-width: 100%;}
  .recordTableInfo tr td label{width:100%; margin-bottom: 5px;}
}
@media (max-width: 460px) {
  .contractHome .col-xl-5{max-width:100%; width:100%;flex:0 0 94%;}
}
@media (max-width: 400px) {
  .pmprice-data{font-size: 14px;}
}
@media (max-width: 360px) {
  .pmprice-data div label{margin-right:4px; width:auto;}	
}
/*Css*/
.slick-track{
  margin: 0 auto;
}
.slick-slide > div{
  margin-bottom: 10px;
}
.result-search-block{
  display: block;
}
.result-search-block .img{
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}
.result-search-block .content-search{
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}
.result-search-block .content-search .tit{
  font-size: 18px;
  font-weight: 600;
}
.result-search-block li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1a1a1a
}
.service-block + .blk-news {
  margin-top: 20px;
}
.check-quality .see-all{
  margin-top: 20px;
}
.article_cat li{
  padding-bottom: 10px;
}
.article_cat .img{
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  padding-right: 10px;
}
.article_cat .content-right{
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
}
.article_cat > ul li .img,
.article_cat > ul li .content-right .desc{
  display: none;
}
.article_cat > ul li:first-child .img,
.article_cat > ul li:first-child .content-right .desc{
  display: inline-block;
}
.article_cat > ul li:first-child .img + .content-right .tit:before,
.article_cat > ul li:first-child .img + .content-right .tit{
  background: none;
  padding-left: 0;
  font-weight: 600;
  font-size: 18px;
}
.article_cat > ul li .img + .content-right .tit{
  font-size: 16px;
  font-weight: 300;
}
.article_cat .content-right .tit,
.article_cat > ul li .content-right .tit{
  position: relative;
  padding-left: 10px;
}
.article_cat .content-right .tit:before,
.article_cat > ul li .content-right .tit:before{
  background: url(../img/icon-arrow-orange.png) no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
}
.article_cat .content-right .tit{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  line-height: 22px;
}
.article_cat .content-right .desc{
  line-height: 22px;
}
.article_cat{
  margin-bottom: 50px;
}
@media screen and (max-width: 991px){
  .logo p:first-child{
    width: 70px;
    margin-right: 10px;
  }
  .logo p:nth-child(2){
    width: 61%;
    padding-top: 16px;
    display: inline-block;
  }
  .logo .name-1{
    display: block;
    font-size: 19px;
    line-height: 1.2;
  }
  .logo p span.block-mobile{
    display: block;
  }
}
@media screen and (max-width: 767px){
  .result-search-block .img,
  .article_cat .img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
    padding-right: 0;
  }
  .recordTableInfo tr td label{text-align: left;}
}
div#wrapper {
  overflow: hidden !important;
}