html {
  SCROLLBAR-BASE-COLOR: #CCCCCCC;
  SCROLLBAR-ARROW-COLOR: #000000;
}

body {
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0;
}

p {
  margin: 0px;
  padding: 5px 0px;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #0e59a0
}

a:hover {
  color: #0e59a0;
  text-decoration: none;
}

img {
  border: 0 none;
  height: auto !important;
  max-width: 100%;
}

.clearfix:after {
  content: '[DO NOT LEAVE IT IS NOT REAL]';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline;
  position: relative;
}

/*\*/
.clearfix {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

/* -------------------------------------------------------------------
 format text
------------------------------------------------------------------- */

.font_err {
  color: #FF0000;
}

.font_err a:active, .font_err a:link, .font_err a:visited {
  text-decoration: none;
  color: #FF0000
}

.font_err a:hover {
  color: #FF0000;
  text-decoration: underline;
}

/* -------------------------------------------------------------------
 format input
------------------------------------------------------------------- */
.btn {
  background: #f1f100;
  color: #000;
  border-color: #f1f100;
  font-weight: bold;
  min-height: 30px;
  line-height: 18px;
  min-width: 80px;

  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}

.btn-default { background:#0d5aa2; color:#ffffff ; border-color: #0d5aa2;    text-transform:uppercase; font-weight:bold; height:34px; line-height:20px;

}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0d5aa2;
  border-color: #0d5aa2;
}


.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #282828;
  border-color: #282828;
}

.btn-reset { background:#272727; color:#ffffff ; border-color: #272727;    text-transform:uppercase; font-weight:bold; height:34px; line-height:20px;  }
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active,
.open > .dropdown-toggle.btn-reset {
  color: #ffffff;
  background-color: #272727;
  border-color: #272727;
}


.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #a1a1a1;
}

/* align glyph */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.left-addon textarea {
  padding-left: 30px;
}

.carousel .row {
  margin-left: -10px;
  margin-right: -10px;
}

.carousel .col-xs-4 {
  padding: 0px 10px;
}

.carousel .col-xs-4.rightest {
}

.carousel-control.left, .carousel-control.right {
  background: none;
  width: 23px;
  height: 23px;
  position: absolute;
  text-indent: -99999px;
  top: -40px;
}

.carousel-control.left {
  background: url(../images/prev.png) center left no-repeat;
  left: auto !important;
  right: 25px;
}

.carousel-control.right {
  background: url(../images/next.png) center left no-repeat;
  right: 0px;
}

/*LAYOUT*/
#vnt-header {
  position: relative;
}

#vnt-header .header {
  background: #b9e8fb;
  padding: 15px 15px;

}

#vnt-header .header-l {
  float: left;
  width: calc(100% - 120px);
}

#vnt-header .header-l .logo {
  max-height: 50px;
}

#vnt-header .header-l .logo img {
  width: auto;
  max-height: 50px;
}

#vnt-header .header-r {
  float: right;
  overflow: hidden;
  width: 110px;
}

#vnt-header .icon_search {
  float: left;
  height: 50px;
  width: 50px;
  padding: 10px;
  background: #e25d14;
  color: #ffffff;
  cursor: pointer;
  margin-right: 10px;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#vnt-header .icon_search i {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
#vnt-header .icon_menu {
  float: left;
  height: 50px;
  width: 50px;
  padding: 10px 10px;
  text-align: center;
  background: #0d5aa2;
  color: #ffffff;
  font-size: 11px;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
#vnt-header .icon_menu i {
  display: block;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

#vnt-header .header-hotline {
  background: #0d5aa2;
  padding: 5px 15px;
  text-align: center;
}
#vnt-header .header-hotline .fHotline {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 30px;
}
#vnt-header .header-hotline .fHotline  a {color: #ffffff;}


.mobile-search {
  border-top: 1px solid #cccccc;
  padding: 10px 15px;
  position: relative;
}
.mobile-search .form-control {
  background:#fff;
  font-weight:normal;
  color:#333;

  border: 1px solid #dfdfdf !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  height:30px !important;
}
.mobile-search .btn-search {
  width: 40px;
  height: 30px;
  min-width:inherit;
  text-align: center;
  color: #ffffff;
  background: #e25d14;
  font-size: 16px;
  border-color:#e25d14 ;

  display:inline-block;
  text-shadow: none;
  box-shadow: none;
  z-index: 3;
}










#vnt-container {
  background: #ffffff;
  position: relative;
  padding: 15px 0px
}

#vnt-footer {
  background: #014488;
  color: #ffffff;
}
#vnt-footer a {color: #ffffff;}

#vnt-footer .footer-address {
  padding: 15px 0px;
  color: #ffffff;
}
.footer-address tr:first-child td { padding-bottom: 5px;}
.footer-address tr:first-child td strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px !important;
  color: #ffffff;
  line-height: 25px;
}

.footer-address .company {
  font-weight: bold;
  font-size: 18px !important;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}

.footer-address p {
  padding: 0;
  margin: 0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.footer-address p::before {
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  color: #e5d900;
  font-size: 16px;
}
.footer-address p.address::before {
  content: "\f015";
}
.footer-address p.phone::before {
  content: "\f095";
}
.footer-address p.fax::before {
  content: "\f1ac";
}
.footer-address p.email::before {
  content: "\f0e0";
}
.footer-address p.website::before {
  content: "\f0ac";
}
.footer-address p.view-maps::before {
  content: "\f041";
}



#vnt-footer .div-view-desktop{
  background: #ffffff;
  border-top: 1px solid #cfcfcf;
  padding: 15px;
  text-align: center;
}


a.view-desktop {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #333333 !important ;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
}
a.view-desktop::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f108";
  left: 0;

  color: #e25d14 !important;
  font-size: 25px;
  line-height: 25px;
}



#vnt-footer .footer-tool {

}
#vnt-footer .footer-tool.row {
  margin-left: -5px;
  margin-right: -5px;
}
#vnt-footer .footer-tool.row [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
#vnt-footer .footer-btn {
  margin-bottom: 10px;
}

#vnt-footer .footer-btn a {
  display: block;
  background: #27609a;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 5px;
  text-align: center;
  text-transform: uppercase;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#vnt-footer .footer-btn  i {


  display: inline-block;
  font-size: 25px;
  line-height: 30px;

  margin-right: 10px;

}

#vnt-footer .footer-btn a.view-maps {

}



#vnt-footer .social-network {
  padding: 10px 0px;
  position: relative ;
}

#vnt-footer .social-network a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
}

#vnt-footer .social-network a i {
  color: #ffffff;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}



#vnt-footer .social-network a:hover {
  color: #ffffff;
}

#vnt-footer .copyright {
  border-top: 1px solid #3469a0;
  line-height: 20px;
  padding: 10px 0px;
  position: relative;
  font-style: italic;
  color: #d9d9d9;
}
#vnt-footer .copyright span , #vnt-footer .copyright a { font-weight: bold;  color: #ffffff; font-style: normal;}

#vnt-footer a.thietkeweb {
  color: #d9d9d9;
  font-style: italic;
  font-weight: normal;
}

#vnt-footer .go_top {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}
#vnt-footer .go_top i {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 22px;
  color: #ec9362;
}


/*CSS BOX */
.box {
  padding-bottom: 10px;
}

.box-title {
  background: #2469b9;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 15px;
}

.box-title .fTitle {
  display: block;
  color: #fff;
  font-size: 20px;
  display: block;
  line-height: 30px;
  font-weight: normal;
  text-transform: none !important;
}

.box-content {

}

.box_category {
  margin-bottom: 15px;
}

.box_category .select-control {
  height: 35px;
  padding: 5px 12px;
  font-size: 18px;

  line-height: 25px;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.box_category .select-control .caret {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 20px;
  color: #666666;
}

.box_category ul.dropdown-menu {
  width: 100%;
  font-size: 12px;

  min-width: 160px;
  padding: 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;

}

.box_category ul.dropdown-menu li {
  border-bottom: 1px solid #ccc;
}

.box_category ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.box_category ul.dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: normal;
}
.box_category ul.dropdown-menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.box_category ul.dropdown-menu li a:hover,
.box_category ul.dropdown-menu li a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.box_category ul.dropdown-menu li.active > a,
.box_category ul.dropdown-menu li.active > a:hover,
.box_category ul.dropdown-menu li.active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #e25d14;
  outline: 0;
}

.box_category ul.dropdown-menu li ul {
  list-style: none;
  border-top: 1px solid #ccc;
}
.box_category ul.dropdown-menu li ul li a {
  padding-left: 20px;
}


.box_category.cat_product  .select-control {
  height: 35px;
  padding: 5px 12px;
  font-size: 18px;

  line-height: 25px;
  color: #ffffff;
  background-color: #e25d14;
  background-image: none;
  border: 1px solid #e25d14;
  cursor: pointer;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.box_category.cat_product .select-control .caret {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 20px;
  color: #ffffff;
}


.box-mid { }

.mid-title {
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.fTitle {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}
.fTitle h1 { font-weight: normal ; font-size: 25px; line-height: 30px;   }
.mid-title .fTitle {
  color: #333333;
}
.mid-content {
  padding: 0;
  position: relative;
}


.desc table {
  max-width: 100% !important;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*mmenu*/



.header-menu .divmm {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  text-align: left;
  z-index: 99999;
}
.header-menu .divmm .mmContent {
  width: 100%;
  height: 100%;
  max-width: 560px;
  padding-left: 55px;
  margin: 0 0 0 auto;
  position: relative;
  top: 0px;
  right: 0;
  z-index: 101;
  -webkit-transform: translate(100%, 0%);
  -moz-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}


.header-menu .divmm .mmContent .mmTitle{

  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: #ffffff;
  padding: 10px ;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;


}

.header-menu .box-lang {
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  padding-bottom: 10px;
}
.header-menu .box-lang a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #333333;
  border: 1px solid #ededed;
  background: #ffffff;
  padding: 5px;
  margin: 0px 2px;
}
.header-menu .box-lang a.current {
  color: #2469b9;
}


.header-menu .divmm .mmContent .mmMenu {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  color: #000000;
  pointer-events: auto;
}
.header-menu .divmm .mmContent .mmMenu ul {
  width: 100%;
}
.header-menu .divmm .mmContent .mmMenu > ul{
}
.header-menu .divmm .mmContent .mmMenu ul li {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}
.header-menu .divmm .mmContent .mmMenu ul li:first-child{

}
.header-menu .divmm .mmContent .mmMenu ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;

  text-decoration: none;
  padding: 5px 10px 5px 20px;
  position: relative;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.header-menu .divmm .mmContent .mmMenu ul li a:hover{
  background: #2469b9;
  color:#ffffff;
  text-decoration: none
}
.header-menu .divmm .mmContent .mmMenu > ul > li > .m-sub > a:after,
.header-menu .divmm .mmContent .mmMenu > ul > li > a:after {
  position: absolute;
  font-family: "fontawesome";
  top: 10px;
  left: 10px;
  font-size: 6px;
  line-height: 24px;
  color: #e25d14;
}
.header-menu .divmm .mmContent .mmMenu ul li ul {

  background: #f4f4e6;
}
.header-menu .divmm .mmContent .mmMenu ul li ul li{

  border-bottom: 1px solid #bebeb3;
}
.header-menu .divmm .mmContent .mmMenu ul li ul li a {
  font-size: 16px;
  font-weight: lighter;
  text-transform: none;
  position: relative;
}

.header-menu .divmm .mmContent .mmMenu ul li ul li a:hover{
  background: #2469b9;
  color:#ffffff;
  font-weight: normal;
}

.header-menu .divmm .mmContent .mmMenu ul li .m-sub{
  position: relative;
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
  cursor: pointer;
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu:after{
  position: absolute;
  top: 50%;
  left: 50%;
  font-family:"fontawesome";
  content: '\f105';
  font-size: 26px;
  line-height: 36px;
  color: #e25d14;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.header-menu .divmm .mmContent .mmMenu ul li .button-submenu.show:after {
  content: '\f107';
}

.header-menu .divmm .mmContent .close-mmenu {
  position: absolute;
  top: 46px;
  left: 300px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
  opacity: 0;
  pointer-events: auto;
}
.header-menu .divmm .mmContent .close-mmenu:after{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 40px;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color: #7f7f7f;
  font-family: "fontawesome";
  content: "\f00d";
}
.header-menu .divmm.show {
  visibility: visible;
}
.header-menu .divmm.show .mmContent {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.header-menu .divmm.show .mmContent .close-mmenu {
  left: 4px;
  top: 0;
  opacity: 1;
}
.header-menu .divmm .divmmbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header-menu .divmm.show .divmmbg {
  opacity: 1;
  visibility: visible;
}



/********************* CSS for box_redirect ****************************/
#box_redirect {
  border: 1px solid #505050;
  width: 99%;
  margin: 0px auto;
  background: #fff;
}

#box_redirect p {
  line-height: 18px;
}

#box_redirect .top {
  background: #F78600;
  border-bottom: 1px solid #5C5C5C;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  height: 22px;
  padding: 2px;
  text-align: left;
}

#box_redirect .fontMess {
  color: #65D700;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
}

#box_redirect .mess {
  background: #383838;
  color: #FFFFFF;
  text-align: center
}

#box_redirect .bottom {
  background: #FFF3DD;
  color: #000;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

/******************** PHAN TRANG **************/
.pagination ul {
  float: none;
  display: inline-block;
  overflow: hidden;
}

.pagination.center {
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {

  color: #497522;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #497522;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #008d34;
  border-color: #008d34;
}

/******************** PHAN TRANG **************/
.vnt-pagination {
  border-top: 1px dotted #dedede;
  padding-top: 15px;
  text-align: center;
}

.vnt-pagination .pagetotal {
  font-weight: bold;
  padding: 2px 3px;
}

.vnt-pagination a, .vnt-pagination a:visited {
  padding: 0px;
  display: inline-block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #848484;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.vnt-pagination a:hover, .vnt-pagination a:active {
  text-decoration: none;
  border: 1px solid #181818;
  background: #181818;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.vnt-pagination .pagecur {
  font-weight: bold;
  display: inline-block;
  border: 1px solid #181818;
  background: #181818;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.vnt-pagination .btnPage {
  color: #868686;
  text-align: center;
  font-weight: bold;
}

.vnt-pagination a:visited.btnPage {
  color: #868686;
  font-weight: bold;
}


@media screen and (max-width: 360px) {


  #vnt-footer .footer-btn a{
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {

  #vnt-footer .footer-btn a{
    font-size: 14px;
  }
}