@charset "UTF-8";
@media (max-width: 991px) {
  #nav-icon1 {
    width: 48px;
    height: 44px;
    right: 0px;
    position: relative;
    top: -5px;
    z-index: 9;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 27px;
    background: #003e80;
    border-radius: 0;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 12px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 20px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 28px;
  }

  #nav-icon1.open {
    z-index: 99999;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
.mt--20 {
  margin-top: -20px;
}

.text-color-main {
  color: #003e80 !important;
}

.text-color-main-2 {
  color: #06203f !important;
}

.text-underline {
  text-decoration: underline;
}

.width-30 {
  width: 30% !important;
}

.row.m0-10 {
  margin: 0 -10px;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.col-xs-6.p0-10 {
  padding: 0 10px;
}

.padding-30 {
  padding: 30px;
}

.padding-20 {
  padding: 20px !important;
}

.padding-10 {
  padding: 10px;
}

.inline {
  display: inline-block;
}

.margin-right-20 {
  margin-right: 20px;
}

.width-200 {
  width: 200px;
}

.width-50p {
  width: 43%;
}

.space-20 {
  display: block;
  padding: 10px 0;
}

.border-1 {
  border: 1px solid #ddd;
}

.bg-grey {
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
}

.width-100 {
  width: 100% !important;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.alignLeft {
  text-align: left;
  float: left;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.alignRight {
  text-align: right;
  float: right;
}

.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-row-top {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-col {
  max-height: 100%;
}

.flex-left {
  margin-right: auto;
}

.flex-right {
  margin-left: auto;
}

@media (max-width: 767px) {
  html {
    font-size: 4.3px !important;
  }
}
@media (max-width: 480px) {
  .col-xm-12 {
    width: 100% !important;
  }

  .col-xm-6 {
    width: 50% !important;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px !important;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

.uppercase-none {
  text-transform: none !important;
}

.bg-e8e8e8 {
  background-color: #e8e8e8;
}

.padding-30-25 {
  padding: 30px 25px;
}

@media (min-width: 992px) {
  .div-table .item-info .margin-left-40 {
    margin-left: 40px;
  }

  .div-table .item-info .margin-right-40 {
    margin-right: 40px;
  }
}
.bookFreeBlock {
  padding: 20px;
}

#bookFreePCConfirm .modal-content {
  max-width: 600px;
}

.pcConfirm {
  padding: 50px 20px;
}
.pcConfirm .pcInfo {
  font-size: 16px;
  padding-left: 90px;
  position: relative;
}
.pcConfirm .pcInfo:before {
  width: 80px;
  height: 80px;
  background-position: -546px -409px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.pcConfirm .pcInfo p {
  margin-bottom: 5px;
}
.pcConfirm .pcInfo .pcName {
  font-size: 14px;
}
.pcConfirm .pcInfo .pcType {
  font-size: 24px;
}
.pcConfirm .pcInfo .pcType span {
  color: #003e80;
  font-weight: bold;
}
.pcConfirm .pcThanks {
  margin-top: 50px;
  text-align: center;
}

.datepicker.datepicker-dropdown {
  margin-top: 85px !important;
}

.form-control.datepicker[readonly] {
  cursor: pointer;
  background-color: #fff;
}

.div_mi_app_form .form-info ul li.li-full .col-xs-6 .item-field {
  min-height: 78px;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0952a0;
  border-color: #0952a0;
}

.btn-primary {
  background-color: #003e80;
}

.btn-primary:hover {
  background-color: #0952a0;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}

.action-order a[data-tooltip]:before,
.group-visa .inline,
.my-service .table-my-acc thead th,
.n-title,
.nav-tabs-add li a,
.right-text ul li,
.table-plan tr th {
  white-space: nowrap;
}

#main,
[data-tooltip],
p {
  position: relative;
}

*,
.form-visa-home,
.nav-tabs-messa li {
  -webkit-box-sizing: border-box;
}

.italic,
.title-mes {
  font-style: italic;
}

.drop-menu li.userName,
.item-your-applicant .name-app,
.link-msg,
.n-title,
.nav-tabs-add li a {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

[data-tooltip] {
  z-index: 9;
  cursor: pointer;
}

[data-tooltip]:after,
[data-tooltip]:before {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  right: -50%;
  margin-bottom: 5px;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  min-width: 72px;
}

.clearfix:after,
[data-tooltip]:after {
  content: " ";
}

[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}

h3 {
  font-family: Roboto-Bold, Arial, sans-serif;
}

.text-transform-none {
  text-transform: none !important;
}

#uploadproc,
.alert-infor .ms-alert p,
.btn-login,
.btn_apply,
.contact-us .ct-div h3,
.create .button-create,
.detail-embassy .title,
.list-alert h1,
.log .log-title,
.panel-client .panel-heading h3,
.uppercase,
.visa-failed .failed-app p {
  text-transform: uppercase;
}

.container {
  padding: 0 15px;
}

input,
textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.nav-tabs-messa li a,
body {
  font-family: Roboto-Regular, Arial, sans-serif;
}

.change-email,
.continue label,
.continue span,
.create .button-create,
.h2-top,
.ico-delform,
.ico-help,
.ico-hide,
.more:before,
.panel-client .panel-heading,
.panel-client .panel-heading .panel-title,
.table-message tr th span,
label.checkbox,
label.radio {
  cursor: pointer;
}

.clear,
.itemRow {
  clear: both;
}

body {
  margin: 0;
  min-width: 320px;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #323232;
}

:root body,
_::-webkit-full-page-media {
  font-family: Roboto-Light, Arial, sans-serif;
}

html > body,
x:-moz-any-link {
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

html > body .contact-us .title-select-country,
x:-moz-any-link {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

:root body .select2-container .select2-choice > .select2-chosen,
_::-webkit-full-page-media {
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

html > body .select2-container .select2-choice > .select2-chosen,
x:-moz-any-link {
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

html > body .select2-results li,
x:-moz-any-link {
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}

.alert-messages:before,
.edit-done {
  content: "";
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

::-webkit-input-placeholder {
  color: #9cf;
}

:-moz-placeholder {
  color: #9cf;
}

::-moz-placeholder {
  color: #9cf;
}

:-ms-input-placeholder {
  color: #9cf;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color:#0050B8 ;
}

a:hover {
  color: #003e80;
}

.add-an:focus,
.add-an:hover,
.alert-warning a:hover,
.big-title a:hover,
.blue-text a:hover,
.contact-us tr td a,
.cr-email:hover,
.dt-em ul li a:hover,
.em-block p.al-cnt a:hover,
.infor p a:hover,
.li-full-row label a:hover,
.link-blue:hover,
.link-gray,
.link-here,
.link-to-apply a,
.list-item ul li label a:hover,
.log li a:hover,
.login-top p a.forgot-pass,
.ms-visa li.listorder a:hover,
.navbar-right a.creat-acc:hover,
.note-msg a:hover,
.question-content p.att-link a:hover,
.table-message tr .msg-subject a.cr-email:hover,
.table-message tr.msg-content td a:hover,
.ul-confirm a:hover,
.underlined,
.visa-des .des-sum a:hover,
p.note a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 10px;
}

textarea {
  resize: none;
}

[class*="ico-"],
[class^="ico-"] {
  vertical-align: middle;
}

button:focus,
input:focus,
p:focus {
  outline: 0;
}

.cls-uppercase {
  text-transform: uppercase !important;
}

.font-size-small {
  font-size: 12px;
}

em {
  font-style: italic;
}

.content-list-country-popup ul {
  padding-left: 20px;
}

.content-list-country-popup li {
  list-style: disc;
  margin-bottom: 5px;
}

#main {
  margin: 90px auto auto;
}

.btn-green {
  background: #72bf6e;
}

.blue-text {
  color: #0071ab;
}

.bold-text {
  font-weight: 700;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.icon-print {
  width: 17px;
  height: 17px;
  background-position: 0 0;
}

#header,
.bg-loading-ajax {
  position: fixed;
  width: 100%;
  top: 0;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  z-index: 99999;
}

#header {
  z-index: 1000001;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
  background: #fff;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#f2f2f2);
}

.bg-loading-ajax {
  background-color: rgba(255, 255, 255, 0.4);
  height: 100vh !important;
  z-index: 99999;
  text-align: center;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  display: none;
}

#desc_evw,
#desc_nne,
#desc_stv,
#desc_top_evw,
#desc_top_none_evw,
#desc_top_uk,
#top_desc {
  display: none;
}

.width-150 {
  width: 150px;
}

.width-100 {
  width: 100px;
}

.width-50 {
  width: 50px;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  position: relative;
  overflow: hidden;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  min-height: 20px;
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.header-r {
  float: right;
  padding-top: 25px;
  min-width: 205px;
}

.login-header {
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.drop-menu.language-top {
  float: right;
  position: static;
  margin-right: 10px;
  padding: 0;
  margin-top: 5px;
}

.btn-login {
  padding: 8px 5px;
  display: inline-block;
  font-size: 14px;
  color: #444;
  font-weight: 400;
  font-family: Montserrat-Medium, Roboto, Arial, sans-serif;
}

.btn-login:hover {
  color: #003e80;
}

.header-r .btn_apply {
  float: right;
  margin-right: 2px;
}

.drop-menu li,
.ico-dd,
.login-top p,
.logo,
.menu-nav,
.navbar-right {
  float: left;
}

.cont-header {
  margin-left: 190px;
}

.logo {
  position: relative;
  top: 23px;
  left: 0;
}

.logo img {
  height: auto;
  max-height: 42px;
}

.login-top {
  position: absolute;
  top: 52px;
  left: -60px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  width: 300px;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-top: none;
  display: none;
}

.back-drop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.back-drop.open {
  display: block;
}

.btn_apply {
  display: inline-block;
  padding: 9px 18px;
  background-color: #003e80;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  border: none;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  transition: all 0.5s ease;
}

.btn_apply:hover {
  background-color: #0952a0;
  color: #fff;
}

.top-logintable {
  width: 100%;
}

.top-logintable tr td {
  vertical-align: bottom;
}

.caret,
.h2-top,
.navbar-right li {
  vertical-align: middle;
}

.login-top p {
  margin: 0 0 7px;
  width: 100%;
}

.login-top p.lb-login {
  width: 100%;
  min-height: 23px;
}

.login-top p label {
  color: #7ee473;
  font-size: 13.5pt;
  position: relative;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

.login-top p input.log-ip {
  min-width: 130px;
  padding: 0 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 22px;
  width: 100%;
}

.login-top p input.log-ip::-webkit-input-placeholder {
  color: #666;
}

.login-top p input.log-ip::-moz-placeholder {
  color: #666;
}

.login-top p input.log-ip:-ms-input-placeholder {
  color: #666;
}

.login-top p input.log-ip:-moz-placeholder {
  color: #666;
}

.login-top p input.log-ip:focus {
  color: #323232;
  box-shadow: none;
}

.login-top p a.forgot-pass {
  padding-left: 0;
  margin-top: 15px;
  color: #323232;
  display: block;
  font-size: 13px;
}

.login-top p a.forgot-pass:hover {
  color: #003e80;
}

.log-bt {
  padding: 6px 12px;
}

.modal-header .close {
  background: 0 0;
  text-indent: inherit;
  top: 0;
  color: #dcf4ff;
  cursor: pointer;
}

.modal-header .close:hover {
  color: #fff;
}

.menu-nav {
  min-height: 47px;
  margin-top: 24px;
  margin-left: 35px;
}

.menu-nav .navbar-collapse {
  padding-left: 0;
}

.navbar-right li {
  float: left;
  position: relative;
}

.navbar-right li a.noti-mgs {
  display: inline-block;
  padding: 1px 5.5px;
  background-color: red;
  color: #fff;
  position: absolute;
  top: 0;
  right: 7px;
  border-radius: 100%;
  font-size: 10px;
}

.navbar-right li a.noti-mgs:hover,
.navbar-right li.active a.noti-mgs {
  color: #fff !important;
}

.navbar-right li a {
  font-size: 14px;
  font-family: Montserrat-Medium, Roboto, Arial, sans-serif;
  display: block;
  color: #444;
  position: relative;
  padding: 10px 12px;
  border-left: 1px solid #dedede;
}

.drop-menu .dropdown a,
.visa-des .des-sum p {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.navbar-right li:last-child a {
  border-right: 1px solid #dedede;
}

.navbar-right li a:hover,
.navbar-right li:hover > a {
  color: #0fa6ec !important;
}

.navbar-right li.active a,
.navbar-right li:hover > a {
  color: #0fa6ec;
}

.ico-dd {
  width: 13px;
  height: 8px;
  background-position: -4px -28px;
}

.drop-menu,
.drop-menu li:hover {
  background: 0 0;
}

.drop-menu {
  padding: 0 27px 0 0;
  position: absolute;
  top: 0;
  right: 22px;
  height: 35px;
}

.drop-menu li {
  height: 35px;
  padding: 0 0 0 10px;
  line-height: 35px;
}

.drop-menu li,
.drop-menu li a {
  color: #323232;
  font-size: 15px;
}

.drop-menu li.userName {
  max-width: 104px;
  overflow: hidden;
}

.drop-menu li:hover a {
  color: #80b8d5;
}

.drop-menu .dropdown a {
  color: #2c2c2c;
  font-size: 16px;
}

.drop-menu li.dropdown:hover a {
  color: #333;
}

.drop-menu .dropdown-menu > li > a {
  color: #323232;
  font-size: 12px;
}

.drop-menu .dropdown-menu > li > a:hover {
  color: #333;
}

.caret {
  display: inline-block;
  width: 20px;
  height: 15px;
}

.cl-login:hover .caret,
.drop-menu li:hover .caret {
  background-position: -116px -72px;
}

#content,
.choose-visa,
.wrap-content {
  background: #fff;
}

.main-content {
  min-height: 323px;
}

.banner-top {
  position: relative;
}

.choose-visa {
  width: 595px;
  position: absolute;
  bottom: 0;
  left: 60px;
  border-radius: 5px 5px 0 0;
}

.apply-formtext,
.h2-top,
.list-item,
.list-item ul li {
  position: relative;
}

.bn-btt,
.bn-top {
  width: 7px;
  height: 122px;
}

.bn-btt,
.bn-content,
.bn-top {
  background: rgba(255, 255, 255, 0.9);
  float: left;
}

.bn-top {
  border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  -webkit-border-radius: 5px 0 0;
}

.bn-btt {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}

.bn-content {
  width: 581px;
  padding: 13px 0 19px;
}

.vs-choosen {
  padding-left: 13px;
}

.bn-content h2 {
  font-size: 20pt;
  color: #0071ab;
  padding-bottom: 14px;
}

.bn-content .top-select {
  float: left;
  width: 169px;
  margin-right: 27px;
}

.bn-content .last {
  margin-right: 0;
}

.bn-content .top-select label {
  color: #000;
  font-size: 11pt;
  display: block;
  margin-bottom: 7px;
}

.vs-choosen .select2-container {
  position: relative;
  left: -3px;
  margin-top: 5px;
}

.col-left {
  margin-left: 60px;
}

.visa-des {
  background: #ebebeb;
  padding: 30px 22px 25px 20px;
  width: calc(100% - 42px);
  width: -moz-calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: -o-calc(100% - 42px);
}

.visa-des h1 {
  font-size: 19pt;
  margin-bottom: 20px;
}

.visa-des .des-sum {
  font-size: 10pt;
}

.visa-des .des-sum p {
  line-height: 20px;
  margin-bottom: 20px;
}

.visa-des .des-sum a {
  color: #47a447;
}

.visa-des .des-sum table {
  width: 100%;
}

.visa-des .des-sum ul li {
  line-height: 18px;
  font-size: 14px;
}

.left-block {
  display: inline-block;
  border: 1px solid #ccc;
  padding-top: 17px;
  width: calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: -o-calc(100% - 2px);
}

.list-item {
  display: inline-block;
  width: 100%;
}

.apply-formtext {
  display: block;
  margin-bottom: 20px;
}

.h2-top {
  font-size: 17pt;
  margin-bottom: 25px;
  height: 55px;
  padding: 0 28px 0 65px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
  display: table-cell;
  width: 575px;
  line-height: 23px;
}

.left-block .panel-content {
  border: none;
}

.ul-list-panel {
  padding: 0 10px;
  width: 100%;
}

.input-text {
  max-width: 369px;
  top: 0;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 34px;
  font-size: 14px;
  box-shadow: none;
}

.input-text:focus {
  border: 1px solid #5897fb !important;
}

.list-item ul li {
  float: left;
  width: 241px;
  margin-left: 10px;
  padding-bottom: 23px;
  min-height: 68px;
}

.list-item ul li li {
  margin-left: 0;
}

.list-item ul li label {
  color: #868686;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  left: 0;
  font-weight: 400;
  font-family: Roboto-Regular, Roboto, Arial, sans-serif;
}

.col-client .list-item ul li.li-full.alert,
.list-item ul li.alert {
  min-height: auto;
  width: calc(100% - 20px) !important;
  margin: 0 10px 15px !important;
  padding: 5px 10px !important;
  position: relative;
}

.list-item ul li.alert {
  top: -8px;
}

.col-client .list-item ul li.li-full.alert {
  top: 0;
}

.list-item ul li p {
  position: relative;
  float: none;
}

#row_other_reason0 p,
#row_other_reason1 p,
#row_other_reason2 p,
#row_other_reason3 p,
#row_other_reason4 p {
  display: none;
}

.alert-msg,
.help-icon,
.ico-help,
.item.checkbox label,
.list-citizen,
.note-msg,
.top-info {
  display: inline-block;
}

.help-icon {
  width: 20px;
  height: 20px;
}

.ico-help {
  width: 7px;
  height: 9px;
  border-radius: 100%;
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.help-icon:hover .ico-help {
  background-position: -27px 0;
}

.list-item ul li span.inline {
  float: left;
  margin: 7px 25px 0 0;
}

.list-item ul li p span.error {
  position: absolute;
  top: 31px;
  font-size: 12px;
  line-height: 14px;
}

.inline-block {
  position: relative;
}

.inline-block .list-item {
  left: 0;
}

#row_british_citizen {
  width: 100%;
}

.ico-del {
  width: 9px;
  height: 9px;
  background-position: -41px -2px;
  position: absolute;
  right: 7px;
  top: 6px;
}

button.del-block {
  position: absolute;
  top: 20px;
  right: 0;
}

.list-item ul li .list-item {
  width: 100%;
}

.cont-button {
  float: right;
  margin-right: 50px;
}

.cont-button .btn-success {
  min-width: 98px;
  float: right;
  margin-left: 10px;
}

.cont-button .btn.fl {
  margin-right: 10px;
}

.spe-label {
  margin-top: 40px;
}

.check-radio label {
  margin-right: 20px;
  color: #333 !important;
  font-size: 14px !important;
  left: 0 !important;
}

.alert-msg {
  border: 1px solid #f93;
  padding: 15px;
  background: #f9ffd3;
  margin: 10px 20px 0 10px;
}

.alert-msg p {
  padding-bottom: 5px;
  line-height: 16px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.note-msg {
  background: #d0e1e9;
  color: #555 !important;
  padding: 15px;
  line-height: 18px;
  margin: 10px 0 0;
  border: 1px solid #d0e1e9;
}

.list-item ul li.addtion-block,
.list-item ul li:last-child {
  padding-bottom: 0;
}

.list-item ul li label a,
.note-msg a {
  color: #003e80;
}

.agree-term {
  padding-top: 15px;
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
}

.item.checkbox label {
  font-size: 14px !important;
  color: #515151 !important;
  padding-left: 25px;
  font-family: Roboto-Regular, Arial, sans-serif !important;
}

@media (max-width: 767px) {
  .item.checkbox label {
    max-height: 150px;
    overflow: auto;
  }
}
.col-txt h2 a,
.wel-login a {
  color: #0071ab;
}

.dropdown-menu li {
  width: 100%;
  padding: 0;
  height: 25px;
  line-height: 25px;
}

.add-form {
  text-align: right;
  margin: 25px 20px 25px 0;
}

.additional-title {
  font-size: 19pt;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
  padding-left: 20px;
  margin: 35px 0 15px;
}

.app-text,
.list-all li p,
.panel-client .panel-heading .panel-title {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.list-item ul li {
  margin-right: 0;
}

div.radio span input:focus {
  background: 0 0;
}

.list-item ul li:focus {
  outline: 0;
  border: none;
}

.list-item ul li.child-item {
  margin-right: 0;
  width: 573px;
}

.list-citizen ul li {
  width: 70%;
}

.list-citizen {
  margin-top: 15px;
}

.list-citizen .select2-container .select2-choice {
  width: 390px;
}

.list-citizen ul li:last-child {
  margin-bottom: 0;
}

.col-client .list-item ul li {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 15px;
}

.col-client .list-item ul li.child-item,
.col-client .list-item ul li.full {
  width: 100%;
}

.col-client .list-item ul li li {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.list-term-all .ul-list-panel {
  padding: 0;
}

.right-text {
  width: 180px;
  padding-right: 60px;
  float: right;
  padding-top: 30px;
}

.col-client .input-text,
.col-client .select2-container .select2-choice,
.ms-visa,
.select2-container {
  width: 100%;
}

.disclaimer {
  padding-top: 5px;
}

.col-txt {
  margin-bottom: 22px;
}

.col-txt h2 {
  font-size: 14.5pt;
  line-height: 25px;
}

.col-txt p,
.top-info p {
  font-size: 10pt;
}

.app-text,
.col-txt p,
.top-info p {
  line-height: 20px;
}

.price-col {
  margin-top: 15px;
}

.price-col p {
  margin-bottom: 15px;
}

.top-info {
  border-bottom: solid 1px #ccc;
  padding: 55px 0 38px;
}

.info-left {
  padding: 0 60px 0 78px;
}

.info-right {
  padding: 0 60px 0 18px;
}

.info-right h2 {
  margin-bottom: 10px;
}

.wel-login {
  margin: 0 0 10px 20px;
  overflow: hidden;
  height: 80px;
}

.wel-login a {
  font-size: 14.5pt;
  float: left;
  margin-top: 50px;
}

.edit-right,
.ico-hide {
  float: right;
}

.col-client {
  padding: 0;
  margin-right: 60px;
}

.alert-messages:before {
  padding: 8px 25px 12px 15px;
}

.panel-client .panel-display,
.panel-client .panel-display:hover {
  background: #f9f9f9 !important;
}

.app-text {
  font-size: 10pt;
  margin-bottom: 15px;
  padding-left: 20px;
}

.log-right .client-message span:hover,
.log-right li a:hover {
  color: #000;
}

.panel-content {
  border: 1px solid #ddd;
}

.panel-client {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  margin-left: 0;
}

.panel-client .panel-heading {
  border-color: #fff;
  color: #323232;
  font-size: 12pt;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.panel-client .panel-display {
  color: #ccc;
  padding: 0;
}

.panel-client .panel-heading .panel-title:hover {
  background: #e3e3e3;
}

.panel-client .panel-heading .panel-show {
  background: #e1e1e1 !important;
}

.panel-client .panel-heading h3 {
  padding: 0 75px 0 20px;
}

.panel-client .panel-heading .panel-title {
  background-color: #f2f2f2;
  transition: all 0.8s ease;
  font-size: 15px;
}

.panel-client:last-child {
  margin-bottom: 0;
}

.ico-hide {
  padding: 10px;
  background-position: -62px -59px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.panel-show .ico-hide {
  background-position: -62px -32px;
}

.ico-done {
  background-position: -69px 1px;
  padding: 12px;
  position: absolute;
  right: 43px;
  top: 13px;
}

.panel-body {
  display: none;
  position: relative;
}

.panel-client .panel-body {
  padding: 30px 0 5px;
  overflow: inherit !important;
  background: #fff;
}

.alert-infor,
.alert-visa,
.au-em,
.change-pass,
.evisa-conttent,
.help-content,
.list-all,
.log li,
.n-title,
.nav-tabs-add li a,
.policy {
  overflow: hidden;
}

.alert-visa {
  margin-top: 20px;
}

.evisa-conttent {
  padding: 20px 0 5px;
  border: 1px solid #80d77b;
  margin: 0 1px;
}

.vi-button {
  text-align: center;
}

.edit-done {
  background-position: 56px -138px;
  margin-left: 8px;
}

.error .select2-choice {
  border-radius: 3px;
  border: 1px solid red !important;
}

.panel-end {
  margin-bottom: 0;
}

.panel-end .panel-heading {
  border-bottom: none;
}

.ul-travel li:last-child {
  padding-bottom: 0;
}

.list-all li.no-border {
  border-bottom: none;
  padding-top: 25px;
}

.list-all li#row_check_agree label.inline {
  font-size: 15px;
  cursor: pointer;
}

.ms-visa {
  margin: 30px 0 -15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.ms-visa li {
  float: left;
  padding: 5px 20px 5px 0;
  color: #777;
}

.ms-visa li.listorder {
  float: right;
  position: relative;
  padding-right: 0;
}

.ms-visa li.listorder a {
  font-size: 12pt;
  color: #0071ab;
}

.ms-visa li span {
  font-size: 16px;
}

.list-term {
  padding: 0 20px;
}

.list-all li {
  padding: 13px 0;
  border-bottom: 1px solid #e6e6e6;
  width: 50%;
  float: left;
  min-height: 35px;
}

.list-all li label {
  color: #868686;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  left: 0;
}

.list-all li p {
  font-size: 14px;
}

.list-all li p.color {
  color: red;
}

.list-all li p.color-done {
  color: #0393dd;
}

.head-ing {
  width: 100% !important;
  min-height: 20px !important;
}

.head-ing span {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 12pt;
}

.list-alert h1,
.list-all li .inline {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.head-ing a.sercuePayment {
  float: right;
  width: auto;
}

.ico-sercuePayment {
  width: 14px;
  height: 16px;
  background-position: 0 -620px;
  display: inline-block;
}

.infor-error {
  border: 1px solid red;
  margin-bottom: 15px;
  margin-right: 0 !important;
  margin-top: 15px;
  padding: 10px;
}

.infor-error p {
  line-height: 15px;
  margin-bottom: 10px;
}

.infor-error .btn-success {
  float: right;
  margin-right: 5px;
}

.list-all li .inline {
  font-size: 15px;
  margin-bottom: 0;
  color: #333;
}

.list-all li:focus {
  outline: 0;
}

.alert-visa {
  min-height: 40px;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.alert-visa .close {
  right: -2px;
  z-index: 9;
  top: 0;
}

.ico-visa {
  background-position: -132px -296px;
  height: 38px;
  padding: 12px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.btn-download,
.error-alert,
.ft-link,
.list-alert,
.payment-row {
  position: relative;
}

.list-alert {
  padding-left: 40px;
}

.list-alert h1 {
  color: #4d4d4d;
  font-size: 18px;
  padding: 5px 0 10px;
  margin-left: 10px;
  line-height: 1.3;
}

.list-alert h1 span {
  font-size: 12pt;
}

.desc-error {
  padding: 5px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
  line-height: 1.5;
}

.list-alert ul.alert-infor li:first-child {
  width: 50%;
  max-width: 100%;
}

.list-alert ul.alert-infor li:last-child {
  margin-right: 0;
}

.alert-infor {
  margin: 10px 0;
  max-width: 100%;
  float: none;
  width: 100%;
}

.col-client .list-item ul.change-pass li .input-text,
.n-title {
  max-width: 300px;
}

.alert-infor li {
  min-width: 80px;
  float: left;
  line-height: 20px;
  padding: 5px 10px;
  width: 50%;
  margin: 0;
}

.alert-infor li label {
  font-size: 14px;
  color: #323232;
  font-weight: 600;
  margin-right: 10px;
}

.alert-infor li p {
  font-size: 14px;
  display: inline;
  color: #4d4d4d;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.cont-payment,
.create .button-create,
.ico-down,
.infor {
  display: inline-block;
}

.visa-failed .failed-app,
.visa-failed .failed-app label,
.visa-failed .failed-app p {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

li.failed-app p {
  color: #eb0000;
}

.btn-download {
  right: 0;
  top: 10px;
  padding: 4px 15px;
  margin-left: 10px;
}

.visa-refunded {
  background: #d1f4ef;
  border-color: #96bcb7;
}

.visa-paid {
  background: #e3f0db;
  border-color: #b7d6a4;
}

.visa-failed {
  background: #f2dddd;
  border-color: #e4cdd0;
  color: #8e303b;
}

.visa-warning {
  background: #f4f3d1;
  border-color: #bcbd81;
  color: #504e13;
}

.visa-process {
  background: #e7e7f6;
  border-color: #b9b9d5;
}

.visa-expire {
  background: #efefef;
  border-color: #bbb;
}

.visa-expired {
  background: #ffbdbd;
  border-color: #d78282;
}

.visa-paided {
  background: #ddedf7;
  border-color: #accfe2;
  color: #2d5a6d;
}

.visa-processed {
  background: #fdf0cb;
  border-color: #e5cc7b;
  color: #887226;
}

.visa-error,
.visa-error .alert-infor li label,
.visa-error .alert-infor li p,
.visa-error .desc-alert,
.visa-failed .alert-infor li label,
.visa-failed .alert-infor li p,
.visa-failed .desc-alert {
  color: #8e303b;
}

.visa-passed {
  background: #e7e7f6;
  border-color: #b9b9d5;
}

.visa-error {
  background: #f2dddd;
  border-color: #e4cdd0;
}

.visa-denied {
  background: #ffbdbd;
  border-color: #d78282;
}

.visa-paid .ico-visa {
  background-position: -200px -421px;
}

.visa-failed .ico-visa {
  background-position: -200px -353px;
}

.visa-process .ico-visa {
  background-position: -200px -251px;
}

.visa-processed .ico-visa {
  background-position: -200px -133px;
}

.visa-warning .ico-visa {
  background-position: -195px -484px;
}

.visa-expire .ico-visa {
  background-position: -200px -196px;
}

.visa-expired .ico-visa {
  background-position: -200px -66px;
}

.visa-paided .ico-visa {
  background-position: -132px -296px;
}

.visa-refunded .ico-visa {
  background-position: -200px -542px;
}

.visa-error .ico-visa {
  background-position: -72px -599px;
}

.visa-denied .ico-visa {
  background-position: -196px -599px;
}

.visa-passed .ico-visa {
  background-position: -134px -599px;
}

.visa-failed .failed-app {
  background: #f28080;
  padding: 7px 10px;
  color: #8e303b;
}

.visa-expire .btn-download,
.visa-failed .btn-download,
.visa-warning .btn-download {
  top: 35px;
  float: right;
}

.visa-paided .alert-infor li label,
.visa-paided .alert-infor li p,
.visa-paided .list-alert h1 {
  color: #2d5a6d;
}

.visa-warning .alert-infor li label,
.visa-warning .alert-infor li p,
.visa-warning .list-alert h1 {
  color: #504e13;
}

.visa-processed .alert-infor li label,
.visa-processed .alert-infor li p,
.visa-processed .list-alert h1 {
  color: #887226;
}

.visa-passed .alert-infor li label,
.visa-passed .alert-infor li p,
.visa-passed .list-alert h1,
.visa-process .alert-infor li label,
.visa-process .alert-infor li p,
.visa-process .list-alert h1 {
  color: #3b3b63;
}

.visa-expire .alert-infor li label,
.visa-expire .alert-infor li p,
.visa-expire .list-alert h1 {
  color: #505050;
}

.visa-paid .alert-infor li label,
.visa-paid .alert-infor li p,
.visa-paid .list-alert h1 {
  color: #397630;
}

.visa-denied .alert-infor li label,
.visa-denied .alert-infor li p,
.visa-denied .list-alert h1,
.visa-expired .alert-infor li label,
.visa-expired .alert-infor li p,
.visa-expired .list-alert h1 {
  color: #622323;
}

.visa-refunded .alert-infor li label,
.visa-refunded .alert-infor li p,
.visa-refunded .list-alert h1 {
  color: #1b4640;
}

.visa-passed .list-alert h1,
.visa-process .list-alert h1 {
  border-bottom: solid 1px #b9b9d5;
}

.visa-expire .list-alert h1 {
  border-bottom: solid 1px #7d7d7d;
}

.visa-error .list-alert h1,
.visa-failed .list-alert h1 {
  color: #8e303b;
  border-bottom: 1px solid #e4cdd0;
}

.visa-paid .list-alert h1 {
  border-bottom: 1px solid #b7d6a4;
}

.visa-paided .list-alert h1 {
  border-bottom: 1px solid #accfe2;
}

.visa-warning .list-alert h1 {
  border-bottom: 1px solid #c9ca9a;
}

.visa-denied .list-alert h1,
.visa-expired .list-alert h1 {
  border-bottom: 1px solid #d57c7c;
}

.visa-refunded .list-alert h1 {
  border-bottom: 1px solid #d57c7c;
}

.visa-processed .list-alert h1 {
  border-bottom: 1px solid #e5cc7b;
}

.alert-visa .btn-download,
.visa-expired .button-success,
.visa-process .btn-success,
.visa-processed .button-success {
  background: #8ecc8b;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
  padding: 4px 15px;
  margin: -10px 0 15px 10px;
}

.alert-infor .ms-alert p,
.list-payment li label {
  color: #000;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.alert-visa .btn-download:hover,
.visa-expired .button-success:hover,
.visa-process .btn-success:hover,
.visa-processed .button-success:hover {
  background: #78b875;
}

.alert-infor .ms-alert p {
  font-size: 10pt;
}

.list-payment {
  margin: 0 20px 20px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.list-payment li {
  width: 100%;
}

.list-payment li div.cre {
  float: left;
  min-width: 150px;
}

.list-payment li div.cre label {
  margin-right: 50px;
}

.list-payment li.smsg {
  border-bottom: none;
  min-height: 0;
  padding: 0;
}

.list-payment li.hasBorderTop {
  border-bottom: none;
  padding-bottom: 0;
}

.list-payment li label {
  line-height: 30px;
  margin-bottom: 0;
}

.cont-payment {
  margin: 25px 20px;
  float: none;
  width: calc(100% - 40px);
}

.list-all.list-payment .cont-payment {
  margin: 25px 0;
}

.cont-payment button:first-child {
  margin-right: 15px;
}

.versign {
  font-size: 10.5pt;
  margin-bottom: 15px;
  color: #999;
}

.versign span {
  color: #000;
}

.infor {
  padding: 20px 0 10px;
  line-height: 22px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
}

.payment-confirm,
.table-message {
  border-bottom: none;
}

.infor p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.infor p label {
  float: left;
  padding-right: 10px;
  color: #999;
  width: 100px;
}

.infor p span {
  float: left;
  width: calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -o-calc(100% - 110px);
}

.item-payment {
  margin: 0 0 15px;
}

p.note {
  padding: 0 20px;
}

.infor p a,
p.note a {
  color: #003e80;
}

.gift-code {
  width: 100%;
  margin-bottom: 40px;
}

.gift-code .form-control {
  max-width: 300px;
  display: inline-block;
}

.voucher-code-block .input-text {
  width: calc(100% - 286px) !important;
  margin-left: 5px;
}

.col-message {
  padding: 0;
}

.msg-detail {
  width: 100%;
}

.log-right li.active {
  background: #0393dd;
}

.log-right li.active span,
.log-right li.active span:hover {
  color: #fff;
}

.log-right li.active .ico-envelope {
  background-position: -32px -83px;
  color: #fff !important;
}

.table-message {
  margin: 23px 0 30px;
  width: 100%;
  border-right: none;
}

.table-message tr td a,
.table-message tr th {
  text-align: left;
  color: #484848;
  font-size: 14px;
  position: relative;
}

.table-message tr td {
  height: auto !important;
  vertical-align: top;
  border-bottom: solid 1px #e1e1e1;
}

.table-message tbody tr td {
  padding: 10px 12px;
  font-size: 14px;
}

.table-message tbody tr td a:hover {
  color: #003e80;
}

.table-message tbody tr.not-read td {
  font-family: Roboto-Bold, Arial, sans-serif;
}

.table-message tbody tr.not-read td a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #00c105;
  position: absolute;
  left: -12px;
  top: 6px;
}

.table-message span.date {
  font-size: 13px;
  color: #777;
}

.m-sent tr td.attach a {
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
  color: #999;
}

.create .button-create,
.msg-title span,
.nav-tabs-messa li.active a {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.btn-disabled {
  background: #f1f1f1;
  color: #999;
}

.btn-disabled:hover {
  background: #e2e2e2;
}

.msg-title {
  font-size: 12pt;
  padding-left: 20px;
  line-height: 22px;
}

.alert-messages {
  margin: 0;
}

.ico-down {
  width: 14px;
  height: 6px;
  background-position: -91px -122px;
}

.ico-reply {
  background-position: -60px -140px;
}

.ico-basket {
  background-position: -94px -140px;
}

.ico-collapse {
  background-position: -128px -140px;
}

.nav-tabs-messa.nav-tabs-add {
  margin: 30px 0 0;
  float: left;
  width: 100%;
}

.btn-right,
.nav-tabs-messa li.create {
  float: right;
}

.nav-tabs-messa li {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  transition: all 0.5s ease;
}

.nav-tabs-messa li a {
  font-size: 16px;
  color: #323232;
  padding: 9px 20px;
  border-right: 1px solid #ddd;
}

.nav-tabs-messa li:nth-child(10) > a,
.nav-tabs-messa li:nth-child(5) > a {
  border-right: none;
}

.nav-tabs-messa li:nth-child(1) > a {
  border-right: 1px solid #ddd;
}

.nav-tabs-add li a {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 9px 25px 9px 20px;
}

.nav-tabs-messa li.active,
.nav-tabs-messa li.active:hover {
  background: #003e80;
}

.nav-tabs-messa li:hover {
  background-color: #f5f5f5;
}

.nav-tabs-messa li.active a {
  color: #fff;
}

.create .button-create {
  background-color: #003e80;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 15px;
  text-align: center;
  margin-right: 0;
  transition: all 0.5s ease;
}

.table-view,
.textarea {
  border: 1px solid #ddd;
}

.textarea {
  border-radius: 3px;
}

.create .button-create:hover {
  background: #003e80;
}

.pain {
  text-align: center;
}

.msg-title span {
  color: #333;
  margin-left: 17px;
}

.head-title,
.table-view tr th {
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.span-create {
  padding: 20px 0;
}

.textarea {
  min-height: 200px;
  width: 100%;
  padding: 10px;
}

.form-actions {
  text-align: right;
}

.form-actions .btn {
  float: right;
  margin-left: 10px;
  margin-top: 20px;
}

.msg-text {
  margin: 40px 0 30px;
}

.head-title {
  font-size: 12pt;
  margin-bottom: 15px;
}

.table-view {
  margin-bottom: 25px;
  background: #fff;
}

.table-view tr th {
  text-align: left;
  font-size: 10.5pt;
  background: #f1f1f1;
}

.btn-center,
.log .log-title {
  text-align: center;
}

.table-view tr td {
  border-bottom: 1px dotted #ccc;
}

.infor-send {
  color: #666;
}

.infor-send:hover {
  color: #000;
}

.infor-send span {
  font-weight: 700;
  color: #000;
}

.update-mail {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.up-mail {
  display: none;
}

.desc-alert,
.ft-top {
  display: inline-block;
}

.change-pass {
  padding-top: 30px;
  margin: auto;
  padding-left: 0;
}

.change-pass p span.error {
  float: left;
  width: 100%;
}

.col-client .list-item ul.change-pass li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

.col-client .list-item ul.change-pass li.btn-center {
  margin-bottom: 0;
}

.change-pass #password_submit {
  float: right;
  margin-top: 10px;
}

.change-acc {
  margin: 25px 0;
}

.list-term-all {
  padding: 0 10px;
  width: 100%;
}

.change-acc li {
  margin-right: 0 !important;
}

.list-disable {
  margin: 25px 0;
}

.list-item .list-disable li {
  width: 100% !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
  min-height: 34px;
}

.list-disable li label {
  line-height: 34px !important;
  font-size: 14px !important;
  color: #333 !important;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif !important;
}

.list-item .list-disable li .alert {
  margin: 10px 0 25px;
}

.note-acc {
  padding-left: 25px;
  color: #999;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.list-item p {
  color: #4d4d4d;
}

.list-item ul .chonselect {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 12px;
  min-height: 25px;
  padding: 0 0 10px !important;
}

.se-payment {
  float: right;
}

.list-item ul .title-payment {
  padding: 10px;
  min-height: 0;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  margin-bottom: 12px;
}

.col-client .list-item .select2-results li {
  margin-bottom: 0 !important;
}

.text-area {
  min-width: 200px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100% !important;
  padding: 5px 10px;
}

#tr_address .text-area {
  height: 34px;
}

.charater {
  width: 120px !important;
}

.width {
  width: 100% !important;
}

.page-login .log {
  max-width: 400px;
  margin: 100px auto 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 72px rgba(0, 0, 0, 0.1);
}

.desc-alert {
  padding-left: 10px;
  margin: 8px 0;
  width: 100%;
}

.log li {
  padding: 8px;
  color: #515151;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.log li.log-left.text-success {
  color: #3db940 !important;
}

.log li.log-left.text-red {
  color: red !important;
}

.log li.note-success {
  color: #72bf44;
  padding: 8px;
  display: inline-block;
  width: calc(100% - 20px);
  text-align: center;
  margin-bottom: 10px;
  border: solid 1px #72bf44;
  margin: 0 10px 10px 10px;
}

.header-contact .drop-menu.language-top {
  margin-top: 12px;
}

.contact-us-reskin .log li .form-control {
  padding: 8px 12px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border-color: #ddd;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

.contact-us-reskin span.error {
  padding-top: 0;
}

.log .log-title {
  font-size: 22px;
  font-weight: 400;
  font-family: Montserrat-Medium, Roboto-Medium, Arial, sans-serif;
  color: #313131;
  padding: 10px 10px 15px;
}

.error-alert,
.log .btn-success {
  font-family: Roboto-Regular, Arial, sans-serif;
}

.btn {
  padding: 8px 22px;
  font-size: 15px;
}

.log .form-control {
  height: 40px;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 15px;
  color: #555;
}

.log .btn-success {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.contact-us tr td h3,
.contact-us tr th,
.text-area-ac,
.text-area-onl-support,
.title {
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.col-small {
  width: 55.3333%;
}

.log li a {
  color: #003e80;
}

.log-left {
  padding-left: 0;
}

.control-label {
  line-height: 26px;
  width: calc(20.666666666666664% - 10px);
  width: -moz-calc(20.666666666666664% - 10px);
  width: -webkit-calc(20.666666666666664% - 10px);
  padding-right: 10px;
  text-align: right;
}

.text-area-ac,
.text-area-onl-support {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 8px;
  width: 100%;
  font-size: 15px;
  min-height: 100px;
  border-radius: 4px;
  color: #555;
}

.text-area-onl-support {
  min-height: 300px;
  color: #333;
}

.onl-suport ul.log {
  max-width: 840px;
  margin: 0 auto;
}

.onl-suport .log-title {
  text-align: left;
}

.contact-us-reskin input[type="text"]:focus {
  box-shadow: none;
  border-color: #003e80;
}

.text-area-ac::-webkit-input-placeholder,
.text-area-onl-support::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.text-area-ac::-moz-placeholder,
.text-area-onl-support::-moz-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.text-area-ac:-ms-input-placeholder,
.text-area-onl-support:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.text-area-ac:-moz-placeholder,
.text-area-onl-support:-moz-placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.contact-us tr td h3,
.contact-us tr th {
  font-size: 10.5pt;
}

.input {
  width: 40px;
  border: none;
  background: #f1f1f1;
  color: #666;
}

.contact-us tr th {
  padding: 10px;
  background: #0393dd;
  color: #fff;
}

.contact-us tr td {
  padding: 5px 15px;
  width: 50%;
  line-height: 20px;
}

.contact-us tr td h3 {
  color: #0071ab;
  padding: 10px 0;
}

.contact-us tr td p {
  color: #777;
}

.contact-us tr td a {
  color: #0393dd;
}

.contact-us tr td a:hover,
.title {
  color: #0071ab;
}

.au-em,
.policy {
  line-height: 1.6;
  font-size: 15px;
  margin: 30px 0 0;
  padding-bottom: 20px;
}

.au-em {
  padding-bottom: 0;
}

.title {
  font-size: 14.5pt;
  padding: 12px 27px;
  background: #e0e0e0;
  margin-bottom: 20px;
}

.policy h3.term-tt,
.policy strong {
  font-family: Roboto-Medium, Arial, sans-serif;
  font-weight: 400;
}

.help-content strong,
.policy p,
.policy strong {
  color: #2c2c2c;
}

.policy p {
  padding: 5px 20px;
}

.help-content ul,
.policy ul {
  margin: 0 35px;
}

.help-content ul li,
.policy ul li {
  color: #000;
  list-style: circle;
}

.policy strong {
  font-size: 16px;
}

.blue-text a {
  color: #47a447;
}

.policy h3.term-tt {
  font-size: 10pt;
  padding: 10px 20px 5px;
  color: #0071ab;
}

.help {
  width: 352px;
  margin: auto;
}

.help-content {
  border: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.help-content .title {
  font-size: 12pt;
}

.help-content p {
  padding: 10px 10px 0;
  line-height: auto;
  color: #555;
  font-size: 14px;
}

.help-content ul li {
  line-height: 18px;
}

#footer {
  background: #fff;
  min-height: 200px;
}

.footer-content {
  padding: 0 45px;
}

.ft-top {
  border-bottom: solid 1px #e7ebf1;
  width: 100%;
  padding: 8px 0 20px;
}

.ft-logo {
  width: 170px;
}

.ft-link {
  top: 12px;
}

.ft-link ul li {
  float: left;
  margin-bottom: 12px;
  margin-left: 45px;
}

.ft-link ul li a {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.dt-em,
.h2-normal,
.list-embassy li a {
  font-family: Roboto-Light, Arial, sans-serif;
}

.ft-link ul li a:hover {
  color: #003e80;
}

.ft-bottom {
  padding: 20px 0 25px;
  text-align: center;
}

.ft-bottom p,
.ft-bottom p a {
  color: #323232;
  line-height: 1.7;
  font-size: 13px;
}

.ft-bottom p a:hover,
.list-embassy li a.focus,
.list-embassy li a:hover {
  color: #003e80;
}

.ft-img {
  padding-top: 10px;
  padding-bottom: 25px;
}

.list-embassy {
  padding: 0 20px;
}

.list-embassy li {
  float: left;
  width: 33.3333333333%;
}

.list-embassy li a {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.h2-normal {
  font-size: 19pt;
  margin-bottom: 25px;
  height: 55px;
  line-height: 70px;
  padding-left: 20px;
  font-weight: 400;
}

.detail-embassy {
  margin: 0 0 40px;
  border: 1px solid #ccc;
  border-top: none;
}

.detail-embassy .title-payment {
  width: calc(100% - 40px) !important;
  width: -moz-calc(100% - 40px) !important;
  width: -webkit-calc(100% - 40px) !important;
  padding: 10px;
  min-height: 0;
  background: #d0e1e9;
  font-size: 11pt;
  margin: 0 10px 12px;
}

.big-title,
.dt-em ul li label {
  font-size: 15px;
  font-weight: 400;
}

.detail-embassy .h2-normal {
  height: 40px;
}

.em-block {
  margin: 15px 0;
  color: #4e4e4e;
}

.dt-em ul li,
.dt-em ul li a,
.em-block p.al-cnt a {
  color: #323232;
}

.dt-em {
  padding: 15px 27px;
  font-weight: 400;
}

.dt-em ul {
  padding: 10px 0;
}

.dt-em ul li {
  line-height: 18px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.dt-em ul li label {
  float: left;
  width: 215px;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.dt-em ul li p {
  float: left;
  width: calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  word-wrap: break-word;
  margin-bottom: 5px;
}

.add-an,
.fail-eligible .btn-success {
  float: right;
}

.al-cnt {
  padding: 10px 20px 20px;
}

.big-title {
  font-family: Roboto-Light, Arial, sans-serif;
  color: #003e80;
  margin-bottom: 0;
}

.big-title a {
  color: #323232;
}

.detail-embassy .title {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 16px;
  font-family: Roboto-Medium, Arial, sans-serif;
  color: #323232;
}

.col-client .list-item ul li.li-full {
  width: 100% !important;
  margin-right: 0 !important;
}

.col-client .list-item ul li.li-short,
.list-item ul li.li-short {
  min-height: 25px !important;
  padding-bottom: 6px !important;
  margin-bottom: 3px !important;
}

.col-client .list-item ul .title-payment {
  width: 100% !important;
}

.e-interview {
  padding: 0;
}

.e-interview .text-area {
  width: 615px;
  height: 100px;
}

.add-an {
  font-size: 8pt;
  color: #003e80;
  margin: 5px 5px 0;
}

.col-client .list-item div.li-note {
  padding: 0 10px;
}

.payment-row {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.payment-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.alert-err-mes,
.error-alert {
  background-color: #feffe6;
  border-color: red;
}

.list-item ul li label.label-spe {
  margin-top: 5px;
}

.col-client .input-short {
  width: 60px;
}

.col-client .ip-short2 {
  margin-left: 15px;
}

.col-left h1.big-title {
  color: #444;
  font-size: 16pt;
  padding: 40px 0 10px;
}

.info-alert,
.info-alert .error_message {
  color: #4d4d4d;
}

.error-alert {
  line-height: 18px;
  margin: 55px 20px 25px;
  padding: 10px 25px 10px 10px;
  font-size: 14px;
}

.alert-err-mes {
  margin-top: 13px;
}

.error_top span.error,
.ico-delform,
.order-dd {
  position: absolute;
}

.error-alert button.close {
  position: absolute;
  right: 10px;
  top: 15px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-size: 22px;
}

.list-question p.title-payment,
.log li.red-note,
.question-content p label,
table.table-plan tr td.plan-name {
  font-family: Roboto-Medium, Arial, sans-serif;
  font-weight: 400;
}

.info-alert {
  background: #f3fff3;
  border: 1px solid #cdf2cd;
}

.order-dd {
  top: 34px;
  z-index: 99;
  right: 0;
  width: 190px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #f5f5f5;
}

.order-dd li {
  padding: 8px 0;
}

.order-dd li a,
.order-dd li a span {
  font-size: 10.5pt !important;
}

.list-question p.title-payment,
.question-content p label {
  font-size: 14px;
}

.list-question {
  padding-top: 10px;
}

.list-question p.title-payment {
  width: 100%;
  padding: 10px 0;
  min-height: 0;
  margin: 0;
  color: #0071ab;
}

.list-question .dt-em ul {
  padding: 10px 0;
}

.list-question .dt-em ul li {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.list-question .dt-em ul li label {
  width: 200px;
  color: #333;
}

.list-question .dt-em ul li p {
  width: calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  margin-top: 7px;
  margin-bottom: 0;
  color: #333;
}

.alert-warning .close {
  right: -7px;
}

.fail-eligible {
  width: 100% !important;
}

.color-fail {
  color: red;
}

.remove-formbtn .btn-success {
  margin-top: 6px;
}

.ico-delform {
  text-indent: -20000px;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 14px;
  display: none;
  opacity: 0.8;
}

.nav-tabs-messa li.active > .ico-delform,
.nav-tabs-messa li:hover > .ico-delform {
  display: block;
}

.cl-login,
.hide_element {
  display: none;
}

.ico-delform:hover {
  background-position: -24px -52px;
}

.warning-spe {
  margin: 0 20px 10px;
}

.error_top {
  margin-top: -1px;
}

.col-client .list-item ul li.li-inline {
  width: 145px !important;
  margin-right: 10px !important;
  line-height: 20px;
  min-height: 0;
}

.li-inline .input-text {
  width: 70px !important;
  margin-right: 5px;
  float: left;
}

.li-inline span {
  float: left;
  position: relative;
  top: 7px;
}

.error-line {
  color: red;
  margin-top: 3px;
}

.log li.author-line {
  border-top: solid 1px #eee;
  margin-top: 15px;
  color: #666;
  background: #f9f9f9;
  padding: 8px 10px;
}

.log li.red-note {
  color: red;
  padding: 8px 10px 25px;
}

.top-invoice {
  background: #0071ab;
  color: #fff;
}

.top-invoice td {
  padding: 10px;
}

.more:before {
  color: #999;
  content: "More Info";
}

.m-hide:before {
  content: "Hide";
}

.text-expand {
  margin-top: 8px;
}

.more:hover {
  border-bottom: 1px solid #ccc;
}

.policy .first-line {
  margin-top: 1px;
}

.panel-bd {
  padding-top: 30px;
}

.ul-confirm {
  padding: 0 20px;
}

.ul-confirm p {
  margin: 10px 0;
}

.ul-confirm p.right-side {
  text-align: right;
}

.q-text {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.q-text p {
  line-height: 20px;
  margin-bottom: 15px;
}

.alert-warning a {
  color: #003e80;
}

.eta-title {
  margin: 40px 0 15px;
}

.question-content {
  border-top: solid 1px #d0e1e9;
  padding-top: 20px;
  margin-top: 30px;
}

.question-content p.ans-label {
  margin-bottom: 8px !important;
}

.question-content p.att-link a {
  color: #0071ab;
  padding: 2px 0 2px 30px;
}

.error_message a {
  color: #003e80;
}

.ul-confirm a {
  color: #47a447;
}

.list-item ul li p.payment_type {
  max-width: 300px;
}

.list-payment li div.cre.cre-right {
  float: right !important;
  text-align: right;
  position: absolute;
  right: 20px;
  top: -5px;
  min-width: 0 !important;
}

#highlight,
.banner-visa,
.continue,
.desc-page-none-apply,
.ft-social,
.title-sub-page {
  text-align: center;
}

.radio-left {
  float: left;
}

table.table-plan tr td {
  line-height: 20px;
  vertical-align: middle;
}

table.table-plan tr th {
  border-bottom: solid 1px #ccc;
}

.btn-space {
  margin-right: 10px;
}

select.special-select {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

#confirmation_form ul.list-all li {
  min-height: 75px;
}

#confirmation_form ul.list-all li.li-full.noPaddingRight {
  width: 100%;
  padding-right: 0;
}

#confirmation_form ul.list-all li.li-full.noPaddingRight .btn-success {
  float: right;
}

.list-all li.spe-padding {
  padding-top: 8px;
}

.list-all li.remove-formbtn {
  padding-top: 15px;
}

#uploadproc {
  background: #72bf6e;
  padding: 2px 22px;
  margin: 10px 0;
  color: #fff;
}

#uploadproc:hover {
  background: #47a447;
}

.li-full-row {
  width: 100% !important;
  margin-right: 0 !important;
  padding-bottom: 5px !important;
  min-height: 5px !important;
}

.li-full-row label {
  color: #333 !important;
  font-size: 14px !important;
}

.li-full-row label a {
  color: #003e80 !important;
}

.col-client .special-select {
  width: 50%;
  margin-right: 0;
  float: left;
}

.col-client .special-select.month-select {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.li-full {
  width: 100% !important;
}

.table-view tr th.firt-th-invoice {
  width: 440px;
}

.table-view tr th.firt-th-order {
  width: 380px;
}

.table-view .btn {
  font-size: 14px;
  padding: 5px 20px;
}

.cl-login {
  position: absolute;
  right: 20px;
  color: #80b8d5;
  font-size: 10.5pt;
  top: 16px;
}

.cl-login:hover {
  color: #fff;
}

.small-profilescreen {
  display: none;
  z-index: 9;
}

.continue {
  bottom: 5px;
  top: 9px;
}

.continue a,
.continue label {
  font-size: 14px;
  color: #004e74;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 4px;
  border: 1px dashed #b7d0e2;
  background: #eef8ff;
  padding: 6px 15px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

.reapply-option p,
.right-text ul li {
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.continue a:focus,
.continue a:hover {
  background: #e9eff3;
}

.continue span {
  padding-left: 24px;
  font-size: 10.5pt;
}

.ico-expan {
  background-position: 3px -395px;
  padding: 15px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.col-client .list-item ul li.no-pabottom {
  padding-bottom: 0;
  font-size: 14px;
  color: #666;
  min-height: 0;
  float: left;
  width: 100%;
}

.right-text ul {
  position: relative;
  left: -15px;
}

.right-text ul li {
  color: #2a2a2a;
  font-size: 11pt;
  padding-bottom: 20px;
}

.right-text ul li + li + li:before,
.right-text ul li + li:before,
.right-text ul li:before {
  content: "";
  color: #4aa64a;
  padding: 5px 22px;
}

.list-item ul li.li-tabrow {
  min-height: 0;
  padding-bottom: 0;
  width: 100%;
  margin-right: 0;
}

.reapply-option {
  padding: 30px;
}

.reapply-option .reapply-row {
  margin-bottom: 10px;
  left: -8px;
  position: relative;
}

.reapply-option p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.contact-us .ct-div h3,
.contact-us .ct-div p a,
.contact-us p.bl-header {
  font-size: 10.5pt;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.reapply-btn .btn {
  margin: 15px 5px 0 0;
}

.carousel.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  left: 0;
}

.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.right,
.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .active.left,
.carousel.vertical .prev {
  top: -100%;
}

.contact-us p.bl-header {
  padding: 10px;
  background: #0393dd;
  color: #fff;
  text-align: center;
}

.banner-top,
.icon-h {
  background-repeat: no-repeat;
}

.contact-us .contact-if {
  padding: 5px 15px 5px 0;
}

.bottom-contact-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 600px;
  margin-top: 90px;
}
.bottom-contact-page .box-description {
  background-color: #e8e8e8;
  padding: 25px 35px;
  font-size: 24px;
  color: #003e80;
  max-width: 500px;
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .bottom-contact-page .container {
    width: 1170px;
  }
}
@media (max-width: 767px) {
  .bottom-contact-page .box-description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-us .ct-div {
  width: 100%;
  display: block;
  vertical-align: text-top;
}

.contact-us-form span.help-block {
  position: static;
}

.cont-404,
.content-banner-home,
.div-table-cell,
.nav-step ul li a span,
.title-sub-page {
  vertical-align: middle;
}

.icon-h,
.msg-block {
  display: inline-block;
}

.contact-us .ct-div h3,
.contact-us .ct-div p a {
  color: #0071ab;
  padding: 10px 0;
}

.contact-us .ct-div p {
  color: #515151;
  line-height: 1.6;
  font-size: 14px;
}

#row_agree_to_term .li-full-row label,
.page_none-apply #row_button_next .btn.btn-success {
  font-size: 15px;
  font-family: Roboto-Regular, Arial, sans-serif;
  font-weight: 400;
}

.msg-block {
  width: 100%;
}

.msg-block ul {
  margin-bottom: 15px;
}

.msg-block ul li {
  color: #000;
  min-height: auto;
  list-style: disc;
  margin-bottom: 0 !important;
  margin-left: 50px !important;
  float: inherit !important;
  width: calc(100% - 50px) !important;
}

.ques-content {
  border-left: #999 solid 1px;
  padding: 3px 0 3px 20px;
  margin: 35px 0 20px;
}

.ques-content p {
  color: #999 !important;
}

.ico-editmail {
  background-position: -8px -250px;
}

.table-message tr.msg-header:hover .ico-editmail,
.tr-show .ico-editmail {
  background-position: -45px -250px;
}

.table-message tr.msg-header:hover .ico-editmail:hover {
  background-position: -85px -250px;
}

.ask-another-question a {
  color: #fff !important;
  margin-bottom: 10px;
}

.payment-noti p {
  color: #333;
}

.list-item ul li.li-short.li-add {
  float: left;
  margin-top: -31px;
}

#row_add_other_detail {
  max-width: 313px;
  position: relative;
  z-index: 1;
}

#row_add_other_detail .add-an {
  float: left;
  margin-left: 0;
  margin-top: 0;
}

#row_criminal_conviction p {
  width: 100%;
}

.list-item ul li.long-lb {
  margin-bottom: -18px;
}

.list-item ul li.long-lb p label {
  margin-right: 0;
}

.list-item ul li ::-webkit-input-placeholder {
  color: #999;
}

.list-item ul li :-moz-placeholder {
  color: #999;
}

.list-item ul li ::-moz-placeholder {
  color: #999;
}

.list-item ul li :-ms-input-placeholder {
  color: #999;
}

.list-item ul li.sl-datepicker .select2-container {
  width: 77px;
  margin-right: 5px;
  float: left;
}

.page_none-apply .list-item ul li.sl-datepicker .select2-container {
  width: 119px;
}

.page_none-apply .list-item ul li span.inline {
  height: 34px;
}

.list-item ul li.sl-datepicker .select2-container.sl-year {
  margin-right: 0;
}

.list-item ul li.sl-datepicker .select2-container .select2-choice {
  width: auto;
}

.page_none-apply #row_button_next .btn.btn-success {
  padding: 9px 18px;
  border-radius: 5px;
  border: none;
}

.page_none-apply #row_button_next {
  width: 100% !important;
  padding-right: 15px;
}

.col-client .list-item ul li.sl-datepicker .form-control,
.col-client .list-item ul li.sl-datepicker .select2-container {
  width: 119px;
}

.log li.captcha .form-control {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.contact-us .ct-div h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  margin-top: 0;
  line-height: 1.45;
}

.select2-drop-active {
  max-width: 100%;
}

#highlight {
  min-height: 83px;
  background-color: #003e80;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
  padding: 18px 0;
}

.box-content-banner-top,
.title-sub-page {
  font-size: 43px;
  text-transform: uppercase;
  font-family: Montserrat-Medium, Roboto-Regular, Arial, sans-serif;
}
.title-sub-page.normal-text{text-transform: none !important;}
#highlight span {
  position: relative;
  top: 7px;
}

.icon-h {
  margin-right: 10px;
  position: relative;
  zoom: 1;
}

.icon-fast {
  width: 42px;
  height: 42px;
  background-position: 0 0;
}

.icon-safe {
  width: 40px;
  height: 45px;
  background-position: -80px 0;
}

.icon-24-7 {
  width: 48px;
  height: 46px;
  background-position: -155px 0;
}

.icon-gg,
.icon-in,
.icon-int,
.icon-pi,
.icon-tw {
  width: 24px;
  height: 24px;
}

.icon-pi {
  background-position: 0 -63px;
}

.icon-tw {
  background-position: -39px -63px;
}

.icon-int {
  background-position: -78px -63px;
}

.icon-gg {
  background-position: -119px -63px;
}

.icon-in {
  background-position: -159px -63px;
}

.icon-arow-down {
  width: 9px;
  height: 5px;
  background-position: 0 -134px;
  left: -10px;
  top: 8px;
}

.icon-flag-en,
.icon-flag-fr,
.icon-flag-sp {
  width: 27px;
  height: 13px;
}

.icon-flag-en {
  background-position: 0 -104px;
  top: 3px;
}

.icon-flag-fr {
  background-position: -28px -104px;
  top: 3px;
}

.icon-flag-sp {
  background-position: -63px -104px;
  top: 3px;
}

.icon-plus {
  width: 16px;
  height: 16px;
  background-position: -143px -104px;
  top: 3px;
}

#highlight .item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#highlight .col-sm-4:last-child .item {
  border-right: none;
}

.ft-social {
  margin: 20px 0 0;
}

.ft-social a {
  margin-right: 10px;
  transition: all 0.2s ease 0;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
}

.ft-social a:hover {
  opacity: 0.8;
}

.ft-link {
  display: table;
  margin: auto;
}

#questionForm,
.member_site .drop-menu.language-top {
  margin-top: 0;
}

.contact-us-reskin {
  margin: 0;
  padding-top: 20px;
}

.contact-us-reskin .col-sm-5 {
  padding: 0 15px 0 0;
}

.contact-us-reskin .col-sm-7 {
  padding: 0 0 0 15px;
}

.title-sub-page {
  display: table-cell;
  color: #fff;
  padding: 0 15px;
}

.member_site .drop-menu {
  position: static;
  right: 0;
}

.member_site .drop-menu li.logout {
  right: -27px;
  top: -6px;
  position: relative;
}

.member_site .drop-menu li.logout a {
  color: #fff;
  background: #003e80;
  border-radius: 3px;
}

.drop-menu li.logout:hover a {
  color: #fff !important;
  background: #0c96d6;
}

.member_site .navbar-collapse {
  padding-left: 0;
}

.member_site .header-r {
  padding-top: 30px;
}

.member_site .drop-menu li.profile-info li.logout a {
  color: #fff !important;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.box-content-banner-top,
.title-page-visa {
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
}

.btn-success {
  background-color: #003e80;
  border-radius: 3px;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0952a0;
}

.banner-visa {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  display: table;
}

.banner-img-content {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  display: block;
  height: 250px;
}

.banner-img-content:before {
  width: 209px;
  height: 232px;
  display: inline-block;
  content: " ";
  position: absolute;
  bottom: 0;
  right: 80px;
}

.box-content-banner-top {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.title-page-visa {
  font-size: 1em;
  line-height: 1.4;
}

.box-list-ul li strong,
.desc-title {
  font-family: Roboto-Medium, Arial, sans-serif;
  font-weight: 400;
}

.price sup.dvt,
.title-price {
  font-size: 0.375em;
  text-transform: none;
}

.cont-404 h1,
.msg-table h2,
.title-invoice,
.title-select-country {
  text-transform: uppercase;
}

.price sup.dvt {
  top: -1em;
  margin-right: 0.5em;
}
.visa-public-page .top{font-size:16px}

.box-list-ul li,
.desc-title,
.visa-public-page .top p {
  font-size: 16px;
  color: #323232;
}

.visa-public-page .top hr{width:50%; margin:50px auto; border-top-color:#cfcfcf}
.visa-public-page .top h2.title-block{color:#323232}
.visa-public-page .top ol{list-style: decimal;margin-left:30px;margin-bottom: 25px; }
.visa-public-page .top ol ul{margin-top: 10px;}
.visa-public-page .top ol li{margin-bottom: 15px;}
.visa-public-page .top ul {margin-bottom: 25px;}
.visa-public-page .top ul li{margin-bottom: 12px; padding-left:40px; position: relative;}
.visa-public-page .top ul li:before{content:""; width:4px;height:4px; border-radius: 10px; background:#323232;display:inline-block;left:22px; top:8px; position:absolute }
.visa-public-page {
  padding: 50px 0px 0px 0;
}

.visa-public-page .top p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.box-list-ul {
  margin-bottom: 30px;
}
.box-list-ul li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
}
.box-list-ul li strong {
  display: inline-block;
}
.box-list-ul li.has-desc strong {
  position: relative;
  cursor: pointer;
}
.box-list-ul li.has-desc strong:after {
  content: "+";
  margin-left: 5px;
}
.box-list-ul li.has-desc.active strong:after {
  content: "-";
}
.box-list-ul li.has-desc.active span {
  display: block;
}
.box-list-ul li span {
  display: none;
  font-size: 13px;
}

:root body .box-list-ul li strong,
_::-webkit-full-page-media {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

html > body .box-list-ul li strong,
x:-moz-any-link {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.box-list-ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 0;
}

.desc-title {
  margin: 7px 0 20px;
}

.desc-title .price {
  font-size: 22px;
}

.desc-title .dvt {
  font-size: 16px;
}

.action-visa {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1.5;
  position: relative;
}
.action-visa .div-left {
  width: 50%;
}
.action-visa .div-right {
  width: 50%;
}
.action-visa .h1text {
  color: #fff;
  font-size: 80pt;
  line-height: 1;
  font-family: "montserratmedium", "robotomedium", Arial, sans-serif;
}
.action-visa .desc-title {
  text-transform: uppercase;
}
.action-visa .content-highlight-service {
  max-width: 500px;
  background-color: #e8e8e8;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .action-visa .div-left {
    width: 60%;
  }
  .action-visa .div-right {
    width: 40%;
  }
  .action-visa .h1text {
    font-size: 40pt;
  }
}
@media (max-width: 767px) {
  .action-visa .div-table {
    display: block;
    height: auto;
  }
  .action-visa .div-left {
    width: 100%;
    display: block;
  }
  .action-visa .div-right {
    width: 100%;
    display: block;
  }
  .action-visa .h1text {
    font-size: 40px;
  }
  .action-visa .content-highlight-service {
    max-width: 100%;
  }
  .action-visa .content-highlight-service .title-action-visa br {
    display: none;
  }
}

.title-action-visa {
  font-size: 26px;
  color: #003e80;
  font-weight: 400;
  font-family: Montserrat-Medium, Roboto-Medium, Arial, sans-serif;
}

.title-action-visa span {
  font-weight: 400;
  font-family: Montserrat-Light, Roboto-LightArial, sans-serif;
  color: #313131;
}

.box-select-country,
.visa-public-page .top {
  margin-bottom: 40px;
}

.title-select-country {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat-Medium, Roboto-Medium, Arial, sans-serif;
}

.desc-page-none-apply {
  font-size: 15px;
  color: #313131;
  margin-bottom: 30px;
}

.page_none-apply {
  padding: 50px 15px;
  line-height: 1.5;
  max-width: 940px;
  margin: auto;
}

.page_none-apply .list-item {
  text-align: left;
  width: 100%;
}

.not-found {
  height: 100vh;
  background-color: #f1f1f1;
  display: table;
  width: 100%;
}

.cont-404 {
  display: table-cell;
  text-align: center;
}

.col-message .msg-title,
.page_none-apply .apply-formtext,
.page_none-apply .visa-des {
  display: none;
}

.cont-404 h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.desc-404 {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto-Light, Arial, sans-serif;
  margin-bottom: 20px;
}

.page_none-apply .form-eta {
  text-align: left !important;
  max-width: 800px;
  margin: 0 auto;
}

.page_none-apply .left-block {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.page_none-apply .list-item ul li {
  width: 50%;
  margin: 0 0 20px;
  padding: 0 10px;
}

#pnlPaymentNotification .list-term-all,
.page_none-apply .list-item ul li .input-text,
.page_none-apply .select2-container,
.page_none-apply .select2-container .select2-choice,
.page_none-apply .ul-list-panel {
  width: 100%;
}

.page_none-apply .list-item ul li .select2-results li {
  margin-bottom: 0;
}

.page_none-apply .list-item ul li li {
  width: 100%;
  padding: 0;
}

.page_none-apply .list-item ul li p {
  float: none;
}

#sectionContactDetail .btn-success,
#sectionDisableAccount .btn-success,
#sectionDisableEmail .btn-success {
  float: right;
  margin: 10px 10px 20px;
}

#pnlPaymentNotification .btn-success {
  float: right;
  margin: 10px 0 20px 10px;
}

#sectionContactDetail .btn-success {
  margin-top: -10px;
}

#form_unsub .error-alert {
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif !important;
  margin-bottom: 10px;
}

#sectionViewOrder .list-term-all .alert {
  margin: 0 10px 20px;
}

.alert-warning {
  border-color: #e5e6bb;
}

.nav-tab-messager-2 li {
  border: 1px solid #ebebeb;
  width: 115px;
  text-align: center;
}

.nav-tab-messager-2 li a {
  margin-right: 0;
  border: none !important;
}

.nav-tab-messager-2 li:nth-child(2) {
  border-right: none;
}

.nav-tabs-messa.nav-tab-messager-2 li:nth-child(1) > a {
  border: none;
}

.nav-tab-messager-2.nav-tabs-messa li.create {
  margin-right: 0;
  border: none !important;
  background: 0 0 !important;
  width: auto;
}

.nav-tab-messager-2.nav-tabs-messa li.active {
  background-color: #ebebeb;
}

.nav-tab-messager-2.nav-tabs-messa li a {
  color: #323232;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  min-width: 115px;
}

.nav-tab-messager-2.nav-tabs-messa {
  border: none;
}

.msg-table h2 {
  font-weight: 400;
  font-family: Roboto-Bold, Arial, sans-serif;
  font-size: 16px;
}

.msg-table.first {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 30px;
}

.table-message thead tr th {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
  background: #ebebeb;
  padding: 12px;
  border-right: solid 1px #e1e1e1;
}

.col-message .error-alert {
  margin: 15px 0;
}

#content.page-login {
  min-height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#content.page-login.page-expire {
  background: #f2f2f2;
  background-image: none;
  min-height: 500px;
  padding: 30px 0 !important;
}
@media (max-width: 767px) {
  #content.page-login.page-expire {
    min-height: 0;
  }
}

.page-login .wrap-content {
  background: 0 0;
}

.link-to-apply {
  max-width: 320px;
  text-align: center;
  font-size: 15px;
  color: #313131;
  line-height: 1.6;
  margin: 30px auto 0;
}

.link-to-apply a {
  color: #003e80;
}

.login-page .drop-menu.language-top {
  margin-top: 15px;
}

.loginNoti {
  position: absolute;
  width: 350px;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #003e80;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  padding: 23px 12px;
  font-size: 13px;
  line-height: 19px;
  left: -80px;
  top: 52px;
}

.loginNoti:after,
.loginNoti:before {
  bottom: 100%;
  left: 32%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.loginNoti:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.loginNoti:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #003e80;
  border-width: 11px;
  margin-left: -11px;
}

.loginNoti .closeNoti {
  position: absolute;
  right: 12px;
  top: 10px;
}

.lt-ie8 .navbar-toggle {
  display: none !important;
}

.loginNoti .closeNoti:hover .icon-closeNoti {
  background-position: -168px -154px;
}

#pnlPaymentNotification .btn-success {
  margin-left: 0;
}

.nav-tabs-add li a .icon-h {
  margin-right: 0;
}

.cr-email,
.link-blue {
  color: #0fa6ec !important;
}

select.form-control {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 15px;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #313131;
  border-color: #ddd;
}

.li-col-6 select.form-control {
  margin-bottom: 10px;
}

.sl-datepicker select.form-control {
  width: calc(33.3333333333333% - 5px);
  float: left;
  margin-right: 5px;
}

.sl-datepicker select.form-control.sl-year {
  width: 33.333333333333%;
  margin-right: 0;
}

.list-item ul li select.form-control {
  height: 34px;
  line-height: 24px;
  background-position: right 13px;
  border-radius: 2px;
}

select.error.form-control {
  border-color: red;
}
@media (max-width:576px){
  input.form-control{height:48px}
  select.form-control{height:48px;background-position:right 20px}
}

.itemRow {
  float: left;
  width: 150px;
  clear: none;
}

#char_num {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px 5px;
  min-width: 50px;
}

#char_num:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.lastDesRow {
  position: relative;
  top: -30px;
}

.popupWindows {
  margin-top: 30px !important;
}

.lt-ie8 #footer .container,
.lt-ie8 #header .container {
  width: 1170px;
}

.lt-ie8 .col-md-8 {
  width: 655px;
  float: left;
}

.lt-ie8 .col-md-4 {
  width: 285px;
  float: right;
}

.lt-ie8 .input-text {
  padding-right: 0 !important;
  width: 230px;
}

.lt-ie8 .navbar-collapse {
  border-top-width: 0;
}

.lt-ie8 .textarea {
  width: 640px;
}

.lt-ie8 .list-all li {
  width: 389px;
}

.lt-ie8 .col-sm-2 {
  float: left;
  width: 16.6667%;
}

.lt-ie8 .control-label {
  width: 120px;
}

.lt-ie8 .col-sm-10 {
  float: left;
  width: 83.3333%;
}

.lt-ie8 .col-small {
  width: 55.3333%;
}

.lt-ie8 .log .form-control {
  line-height: 34px;
}

.lt-ie8 .text-area,
.lt-ie8 .width {
  width: 765px !important;
}

.lt-ie8 .text-are-ad {
  min-width: 340px !important;
  width: 300px !important;
}

.lt-ie8 .col-client .list-item ul .title-payment,
.lt-ie8 .col-client .list-item ul li.li-full {
  width: 760px !important;
}

.lt-ie8 .col-client .input-text {
  width: 379px;
}

.lt-ie8 .badge {
  width: 21px;
  height: 21px;
  text-align: center;
  padding: 0 !important;
  line-height: 21px;
}

.lt-ie8 .list-item ul .chonselect {
  width: 770px !important;
}

.lt-ie8 .list-payment li {
  width: 100% !important;
}

.lt-ie8 .last-payment-row {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lt-ie8 .li-inline .input-text {
  width: 70px;
}

.lt-ie8 #row_rad_holds_other_citizenship,
.lt-ie8 #row_refused_eta,
.lt-ie8 .col-client .list-item ul li#refusedETA,
.lt-ie8 .col-client .list-item ul li#row_holds_other_citizenship {
  padding-bottom: 0 !important;
}

.lt-ie8 .li-full-row {
  width: 566px !important;
}

.lt-ie8 .infor p span {
  width: 665px;
}

.lt-ie8 .log-bt {
  margin-top: 5px;
}

.lt-ie8 .alert-infor {
  max-width: 588px;
}

.lt-ie8 #row_criminal_conviction .text-area {
  width: 230px !important;
}

.lt-ie8 .log li.captcha .form-control {
  width: 78px;
}

.lt-ie8 #highlight .item {
  border-right: solid 1px #2a4e82;
}

.lt-ie7 .select2-drop {
  width: 100%;
}

.lt-ie7 .select2-search {
  width: auto;
  padding-left: 0;
  margin: 0 10px 0 2px;
}

.lt-ie7 .select2-search input {
  min-height: inherit;
  padding-right: 0;
  width: 100%;
  margin-right: 3px;
}

.lt-ie7 .select2-results .select2-result-label {
  padding: 3px 5px 4px !important;
}

.lt-ie7 .input-text {
  margin-top: -1px;
  height: 17px;
}

.lt-ie7 .list-item p {
  line-height: 9px;
}

.lt-ie7 .nav-message li i {
  display: inline-block;
  padding: 8px 18px 4px;
}

.lt-ie7 .nav-message li {
  line-height: 34px;
}

.lt-ie7 .nav-message li:first-child i {
  background-position: -6px -100px;
}

.lt-ie7 .nav-message li:first-child + li i {
  background-position: -6px -142px;
}

.lt-ie7 .nav-message li:first-child + li + li i {
  background-position: -6px -186px;
}

.lt-ie7 .badge {
  min-width: 22px;
}

.lt-ie7 .app-text {
  display: block;
  width: 100%;
}

.helpIcon,
.ico-helpIcon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.lt-ie7 .nav-tabs-messa {
  display: inline-block;
}

.lt-ie7 .cont-button .btn-success {
  min-width: inherit;
}

.helpIcon {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.ico-helpIcon {
  background-position: 0 -656px;
}

.helpIcon:focus .ico-helpIcon,
.helpIcon:hover .ico-helpIcon {
  background-position: -39px -656px;
}

.modal-body .help {
  width: 100%;
}

.modal-body .help-content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal .title {
  padding: 12px 10px;
}

.more-info {
  margin-top: 10px;
}

.modal-invoice .modal-content {
  width: 100%;
  max-width: 760px;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.36);
  background: 0 0;
  margin: 100px auto;
}

.table-invoice {
  max-width: 100%;
  width: 100%;
  background: #fff;
}

.table-invoice td td {
  padding: 6px 15px;
}

.table-invoice td td td {
  padding: 0;
}

.modal-invoice .modal {
  width: 640px;
  margin: 50px auto;
}

.modal-invoice .modal.fade.in {
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: 0 0;
}

.header-invoice {
  background: #f5f5f5;
  color: #323232;
  border-bottom: 1px solid #ddd;
}

.modal-invoice .col-xs-5,
.modal-invoice .col-xs-6,
.modal-invoice .col-xs-7 {
  padding: 0 15px;
}

.form-invoice {
  padding: 15px;
  font-size: 12px;
}

.logo-invoice {
  padding: 40px 15px;
  text-align: right;
}

.modal-invoice .body-invoice {
  background: #fff;
}

.body-invoice .issue-date,
.body-invoice .refund {
  padding: 0 15px;
}

.modal-invoice.modal-help-content .body-invoice {
  padding: 20px;
}

.modal-invoice.modal-help-content .modal-footer {
  margin-top: 0;
  background: #fff;
  border: none;
  border-radius: 0px;
}

.modal-invoice.modal-help-content .modal-footer .btn-secondary {
  background-color: #003e80;
  color: #fff;
}

.modal-invoice.modal-help-content button.close {
  position: absolute;
  top: 26px;
  right: 19px;
}

.modal-invoice.modal-help-content .header-invoice {
  background: #003e80;
  color: #fff;
}

.modal-invoice.modal-help-content .header-invoice h3 {
  text-transform: uppercase;
}

.title-from-to {
  font-size: 14px;
  color: #a9a9a9;
  margin-bottom: 5px;
}

.top-body {
  padding: 20px 0;
}

.top-body .name {
  font-size: 14px;
  color: #505050;
  margin-bottom: 5px;
}

.top-body .contact-popup {
  font-size: 14px;
  line-height: 1.6;
  color: #505050;
}

.tax-invoice {
  padding: 15px 0;
  margin: 0 15px 15px;
}

.title-invoice {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  border-bottom: 1px #ddd solid;
  padding: 12px 0;
}

.tax-invoice .cont {
  font-size: 14px;
  color: #505050;
  padding: 10px 0;
}

.tax-invoice .item span {
  word-wrap: break-word !important;
  display: block;
  -ms-word-break: break-all !important;
  word-break: break-all !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto;
  overflow-wrap: break-word !important;
}

.table-billings {
  margin: 0 15px;
  text-align: left;
}

.table-billings td {
  vertical-align: top;
}

.table-billings .td-2 {
  text-align: center;
}

.table-billings .td-3,
.table-billings .td-4 {
  text-align: right;
}

.banner-home,
.btn-close,
.scrollHeader,
.scrollTitle {
  text-align: center;
}

.table-billings .bg-gray {
  background: #efefef;
}

.body-invoice {
  padding-bottom: 40px;
}

.table-billings .title-invoice {
  border-bottom: none;
}

.note-invoice {
  padding: 10px 15px;
  font-style: italic;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.row-name-invoice {
  border-bottom: 1px solid #ddd;
}

.total-invoice .td-3,
.total-invoice .td-4 {
  border-top: 1px solid #ddd;
}

.total-invoice .td-4 {
  width: 100px;
}

.tax-invoice .item strong {
  color: #333;
}

.btn-close {
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  color: #fff;
  background: #003e80;
  border-radius: 40px;
  font-size: 13px;
  position: absolute;
  z-index: 999;
  right: -7px;
  top: -7px;
}

.print-invoice {
  padding: 0 15px;
}

.print-invoice .btn {
  padding: 6px 12px;
  font-size: 13px;
}

span.noWrap {
  float: left;
}

.upload-files .modal-body {
  padding: 0;
  background: #f5f5f5;
}

.form-horizontal .controls .btn-default {
  text-transform: none;
  position: relative;
  color: #505050;
  font-weight: 400;
  font-family: Roboto-Regular, Arial, sans-serif;
}

.item-tab a,
.scrollTitle,
.title-block-page,
.title-box-form {
  text-transform: uppercase;
}
.nav-step ul li a{ text-transform:capitalize !Important}

.scrollBody h2,
.scrollBody h3,
.scrollHeader,
.scrollTitle,
.titleHeading {
  font-weight: 400;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.form-horizontal .controls .btn-default:before {
  background-position: -1px -234px;
  content: " ";
  display: inline-block;
  position: relative;
  left: -5px;
  top: 1px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.list-all li.li-checkbox {
  font-size: 14px;
  position: relative;
  padding-top: 0;
}

.list-item ul li.li-checkbox label {
  color: #333;
  position: relative;
  padding-left: 27px;
}

.list-item ul li.li-checkbox label div.checker {
  position: absolute;
  left: 0;
  top: 2px;
}

.mCustomScrollbar {
  padding: 20px 0;
  border: 1px solid #ddd;
  margin-top: 15px;
}

.scrollContent {
  max-height: 450px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0 20px;
  line-height: 24px;
  color: #4d4d4d;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none !important;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-y-rail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  position: absolute;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #aaa;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  width: 8px;
  margin-top: 20px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  min-height: 20px;
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 3;
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: alpha(Opacity=60);
  filter: alpha(opacity=60);
}

.ps-container:hover > .ps-scrollbar-x-rail.in-scrolling,
.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.scrollHeader {
  font-size: 14px;
  margin-bottom: 30px;
}

.scrollContent p {
  margin-bottom: 10px;
}

.scrollTitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.scrollBody h2,
.titleHeading {
  text-transform: uppercase;
  font-size: 16px;
  margin: 25px 0 10px;
}

.scrollContent ul {
  margin-bottom: 20px !important;
}

.scrollContent ul li {
  min-height: auto;
  list-style: disc;
  margin-bottom: 0 !important;
  margin-left: 50px !important;
  float: inherit !important;
  width: calc(100% - 50px) !important;
}

.scrollContent table {
  border: 1px solid #ddd;
  margin: 20px auto;
}

.scrollContent table td {
  padding: 10px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

#pnlTermEngagement .list-term.list-item {
  padding: 0;
}

.banner-home {
  height: 600px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  display: table;
  padding: 30px 0;
  font-size: 14px;
  position: relative;
}
.banner-home:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .banner-home:before {
    background: rgba(0, 0, 0, 0.3);
  }
}
:root body .select2-results li,
_::-webkit-full-page-media {
  color: #111;
}

.top-banner-home {
  font-size: 10px;
}

.content-banner-home {
  display: table-cell;
}

.title-page {
  font-family: "Montserrat-Medium", Roboto, Arial, sans-serif;
  font-size: 4em;
  line-height: 1.3;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: none;
}

.content-banner-home .desc {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 40px;
  font-family: Montserrat-Light, Roboto, Arial, sans-serif;
}

.form-select-visa-bt select.form-control,
.item-input label,
.item-input select.form-control,
.messager {
  font-size: 15px;
}

.banner-home .messager.not-eligible .desc-ok,
.messager.eligible .desc-ok {
  font-family: Roboto-Light;
}

.form-visa-home {
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 760px;
  margin: auto;
  border-radius: 10px;
  background-color: #0fa6ec;
  padding: 20px 20px 40px;
  color: #fff;
}
.form-visa-home h2 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 482px) {
  .form-visa-home h2 {
    font-size: 20px;
  }
}
.form-visa-home .messager .title-mes {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}
.form-visa-home .messager .alert-select-note {
  display: inline-block;
  font-size: 16px;
}
.form-visa-home .messager .alert-select-note.text-large {
  font-size: 18px;
}
.form-visa-home .messager .icon-tick {
  background-position: -158px -196px;
}

.form-visa-home .col-sm-4 {
  padding: 0 15px;
}
.form-visa-home .col-sm-4.item-input:last-child {
  margin-bottom: 0;
}

.item-input label {
  margin-bottom: 10px;
  display: inline-block;
}

.messager.eligible .desc-ok,
.title-block {
  margin-bottom: 30px;
}

.item-input .select2-container {
  width: 100%;
}

.select2-container.selectpicker.form-control {
  border: none;
}

.item-input .select2-container .select2-choice {
  height: 40px;
  font-size: 15px;
  line-height: 38px;
  width: 100%;
  display: block;
}

.form-select-visa-bt .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -38px -186px;
}

.messager {
  text-align: center;
  margin-top: 30px;
}

.messager.eligible {
  font-size: 18px;
}

.messager.not-eligible .desc-ok {
  text-align: left;
  line-height: 1.6;
}

.link-here {
  color: #4fff32;
}

.div-table {
  height: 585px;
  display: table;
  width: 100%;
}

.div-table-cell {
  display: table-cell;
  font-size: 15px;
  padding: 80px 0;
}

.title-block {
  font-size: 2.2em;
  font-family: "Montserrat-Bold,Roboto", Arial, sans-serif;
  line-height: 1.3;
  color: #003e80;
  font-weight: bold;
}

.title-block span {
  font-family: "Montserrat-Light,Roboto", Arial, sans-serif;
  color: #313131;
}

.div-table .item-info {
  width: 58.333333333333%;
  float: left;
  padding: 0 15px;
  line-height: 1.6;
  position: relative;
  z-index: 9;
  font-family: "Montserrat-Light,Roboto", Arial, sans-serif;
}
@media (max-width: 991px) {
  .div-table .item-info {
    width: 100%;
    float: none;
    padding: 30px 15px;
    clear: both;
  }
}

.div-table .item-img {
  width: 41.666666666667%;
  float: left;
  padding: 0 15px;
}
.div-table .item-img img{height:auto !important}
@media (max-width: 991px) {
  .div-table .item-img {
    width: 100%;
    float: none;
    clear: both;
  }
}

.sign-form {
  margin-bottom: 80px;
}

.about-us-visa p.desc {
  font-size: 15px;
  color: #323232;
  line-height: 1.6;
  margin-bottom: 25px;
}

.link-blue {
  color: #0fa6ec;
}

.link-gray,
.title-mes {
  color: #323232;
}

#content {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  #content {
    min-height: 800px;
  }
}

.block-consultation {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}

.block-consultation .div-table-cell {
  padding: 40px 0;
}

.block-consultation .item-img {
  position: absolute;
  right: 12px;
  bottom: 0;
}

.block-consultation .item-img img {
  max-width: inherit;
}

.block-consultation .item-info .desc {
  margin-bottom: 20px;
}

.block-option-visa.visa-eta {
  text-align: right;
  position: relative;
  z-index: 101;
  background-color: #e8e8e8;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-option-visa.visa-eta .form-select-visa-bt {
  float: right;
  width: 100%;
  text-align: left;
}

.block-option-visa.visa-vv {
  position: relative;
  z-index: 99;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .block-option-visa.visa-vv {
    text-align: right;
  }
  .block-option-visa.visa-vv .form-select-visa-bt {
    float: right;
    width: 100%;
    text-align: left;
  }
  .block-option-visa.visa-vv .div-table .item-info {
    float: right;
  }
}
@media (max-width: 767px) {
  .block-option-visa.visa-vv {
    background-size: auto;
  }
}

.block-option-visa.visa-evv .form-select-visa-bt {
  float: left;
  width: 100%;
}

.form-select-visa-bt {
  margin: 25px 0;
  max-width: 327px;
}

.form-select-visa-bt label {
  margin-bottom: 10px;
  font-family: Roboto-Medium;
  display: inline-block;
}

.form-select-visa-bt .select2-results {
  text-align: left;
}

.form-select-visa-bt .select2-container .select2-choice {
  min-width: 327px;
  height: 40px;
  text-align: left;
  background: #fff;
  line-height: 38px;
  font-size: 15px;
}

.block-option-visa.visa-vv .messager-visa-bt {
  padding: 20px;
  background-color: #fff;
}

.title-mes {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 2;
}

.visa-public-page .title-mes {
  margin-bottom: 15px;
}

.title-mes span {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}

.messager-visa-bt .desc {
  margin-bottom: 20px;
}

.box-mes .messager {
  line-height: 1.6;
}

.block-option-visa.visa-evv {
  position: relative;
  z-index: 100;
  background-color: #e8e8e8;
}
@media (min-width: 992px) {
  .block-option-visa.visa-evv {
    text-align: right;
  }
  .block-option-visa.visa-evv .form-select-visa-bt {
    float: right;
    width: 100%;
    text-align: left;
  }
}

.block-option-visa.visa-eta .box-mes .messager.not-eligible .desc-ok {
  text-align: right;
}

.block-option-visa.visa-eta .item-img img {
  position: absolute;
  bottom: 0;
  left: -120px;
}

.block-option-visa.visa-eta.visa-vv .item-img img {
  left: -271px;
}

.block-option-visa.visa-eta .item-info {
  float: right;
}

.block-option-visa.visa-evv .box-mes .messager.not-eligible .desc-ok {
  text-align: left;
}

.block-option-visa.visa-evv .item-img img {
  position: absolute;
  bottom: 0;
  right: -170px;
}

.block-option-visa.visa-evv .item-info {
  float: left;
}

.block-option-visa .item-info .list-text {
  margin-top: 0;
}

.link-gray:hover {
  color: #003e80;
}

.icon-tick {
  width: 26px;
  height: 26px;
  background-position: -101px -104px;
}

.icon-tick-2 {
  width: 26px;
  height: 26px;
  background-position: -28px -225px;
}

.box-mes {
  clear: both;
}

:root .about-us-visa p.desc,
_::-webkit-full-page-media {
  font-weight: 300;
}

:root .block-option-visa p.desc,
_::-webkit-full-page-media {
  font-weight: 300;
}

:root body,
_::-webkit-full-page-media {
  font-weight: 300;
}

.lt-ie8 .container {
  width: 1170px;
}

.lt-ie8 .col-sm-4 {
  width: 33.333333333%;
  float: left;
}

.lt-ie8 .banner-home {
  background-position: top center;
}

.block-page-register {
  padding: 45px 0;
}

.header-block-page {
  padding: 0 15px;
}

.title-block-page {
  font-size: 17px;
  color: #323232;
  font-family: Roboto-Medium, sans-serif;
  margin-bottom: 10px;
}

.header-block-page .desc {
  font-family: Roboto-Regular, sans-serif;
  line-height: 1.75;
}

.form-register {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px 25px;
  max-width: 850px;
  margin: 30px auto;
}

.title-box-form {
  font-size: 16px;
  font-family: Montserrat-Medium, sans-serif;
  padding-bottom: 10px;
  color: #515151;
  margin-bottom: 10px;
}

.box-form {
  padding: 30px 0 20px;
  border-bottom: 1px solid #ddd;
  color: #515151;
}

.box-form:last-child {
  border-bottom: none;
}

.block-page-eta .box-form {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.block-page-eta .box-form:first-child,
.block-page-eta .form-payment .box-form,
.form-eta-member .box-form.box-personal-detail,
.form-eta-public .box-form.box-contact-detail {
  border-top: none;
}

.no-border-top {
  border-top: none !important;
}

.form-info ul {
  margin: 0 -15px;
}

.form-info ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
  min-height: 78px;
  position: relative;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.li-full.li-col-6 .row {
  margin: 0 -15px;
}

.li-col-4 .row,
.li-col-6 .row,
.li-full.li-col-6 .col-xs-6 .row {
  margin: 0 -5px;
}

.li-full.li-col-6 .col-sm-6,
.li-full.li-col-6 .col-xs-6 {
  padding: 0 15px;
}

.li-col-4 .col-xs-4,
.li-col-6 .col-sm-6,
.li-col-6 .col-xs-6,
.li-full.li-col-6 .col-xs-6 .row .col-xs-6 {
  padding: 0 5px;
}

.form-info ul li.li-full {
  width: 100%;
  min-height: inherit;
}

.form-info ul li label {
  font-family: Roboto-Medium, sans-serif;
  font-size: 14px;
  color: #515151;
  margin-bottom: 5px;
  display: inline-block;
}

.form-info ul li label + .btn-help-text {
  color: #515151;
  font-family: Roboto-Regular, sans-serif;
  font-size: 12px;
}

.form-register .item-submit {
  padding: 0 20px;
}

.item-submit {
  text-align: right;
}

.checkbox label::before {
  position: absolute;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  top: 4px;
  cursor: pointer;
  display: inline-block;
}

li.error .checkbox label::before {
  border-color: red;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  color: #666;
  font-size: 11px;
  left: 3px;
  top: 7px;
  position: absolute;
  z-index: 99;
}

input[type="checkbox"].styled:focus + label:before {
  border-color: #66afe9;
}

li.error input[type="checkbox"].styled:focus + label:before {
  border-color: red;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

.form-register .li-full.agree-term .item label {
  padding-left: 25px;
  position: relative;
}

.form-register .li-full.agree-term .item {
  margin-top: 5px;
}

.green-color {
  color: #003e80 !important;
}

.auto-height {
  min-height: inherit !important;
  height: auto !important;
}

.icon_step_1 {
  width: 27px;
  height: 28px;
  background-position: -48px 0;
  margin: 0;
  top: -3px;
}

.icon_step_2,
.icon_step_3,
.icon_step_4 {
  height: 32px;
  margin: 0;
}

.icon_step_2 {
  width: 25px;
  background-position: -91px 0;
  top: -3px;
}

.icon_step_3 {
  width: 25px;
  background-position: -128px 0;
  top: -3px;
}

.icon_step_4 {
  width: 28px;
  background-position: -162px 0;
  top: 3px;
  left: 1px;
}

.icon_complete {
  width: 20px;
  height: 20px;
  background-position: 0 -18px;
}

.icon_plus {
  width: 20px;
  height: 20px;
  background-position: 0 -46px;
}

.icon_american,
.icon_diners_club,
.icon_jcb,
.icon_mastercard,
.icon_paypal,
.icon_visa,
.icon_visa_purchasing,
.visa_delta,
.visa_electron,
.visa_meastro,
.visa_telegraphic {
  width: 80px;
  height: 38px;
}

.icon_visa {
  background-position: 0 -87px;
}

.icon_american {
  background-position: -343px -87px;
}

.icon_credit_card {
  width: 258px;
  height: 40px;
  background-position: -120px -262px;
}

.icon_jcb {
  background-position: -85px -87px;
}

.icon_mastercard {
  background-position: -171px -87px;
}

.icon_diners_club {
  background-position: -257px -87px;
}

.icon_visa_purchasing {
  background-position: -257px -151px;
}

.visa_electron {
  background-position: 0 -151px;
}

.visa_delta {
  background-position: -85px -151px;
}

.visa_meastro {
  background-position: -171px -151px;
}

.visa_telegraphic {
  background-position: -85px -219px;
}

.icon_paypal {
  background-position: 0 -219px;
}

.icon_bin,
.icon_edit {
  width: 16px;
  height: 16px;
}

.icon_cancel-2 {
  width: 14px;
  height: 14px;
  background-position: -595px -27px;
}

.icon_cancel_3 {
  width: 20px;
  height: 20px;
  background-position: -476px -157px;
}

a:hover > .icon_cancel_3 {
  width: 20px;
  height: 20px;
  background-position: -476px -187px;
}

a:hover > .icon_cancel-2 {
  background-position: -595px -49px;
}

.icon_edit {
  background-position: -299px 0;
}

.icon_bin {
  background-position: -336px 0;
}

.icon_view {
  width: 21px;
  height: 12px;
  background-position: -363px 0;
}

.icon_view_details {
  width: 20px;
  height: 20px;
  background-position: -398px 0;
  margin-right: 0;
}

.icon_lock {
  width: 11px;
  height: 13px;
  background-position: -439px 0;
}

.icon_attach {
  width: 17px;
  height: 17px;
  background-position: -475px 0;
}

.icon_complete_large {
  background-position: -442px -27px;
  width: 60px;
  height: 60px;
}

.icon_pound {
  width: 12px;
  height: 15px;
  background-position: -434px -92px;
  margin-right: -2px;
  top: -1px;
}

.icon_pagination_first {
  width: 8px;
  height: 9px;
  background-position: -611px -103px;
  margin-right: 0;
}

.icon_pagination_last {
  width: 8px;
  height: 9px;
  background-position: -611px -85px;
  margin-right: 0;
}

.icon_pagination_next {
  width: 5px;
  height: 9px;
  background-position: -614px -141px;
  margin-right: 0;
}

.icon_pagination_previous {
  width: 5px;
  height: 9px;
  background-position: -614px -125px;
  margin-right: 0;
}

a:hover > .icon_edit {
  background-position: -299px -28px;
}

a:hover > .icon_bin {
  background-position: -336px -28px;
}

a.link-remove-app.highlight > .icon_bin {
  background-position: -336px -58px;
}

a:hover > .icon_view {
  background-position: -363px -28px;
}

a:hover > .icon_view_details {
  background-position: -398px -28px;
}

.select2-container .select2-choice {
  font-family: Roboto-Regular, Arial, sans-serif;
}

.gst-free {
  font-family: Roboto-Bold;
}

.gst-free b {
  font-weight: 700;
  font-size: 16px;
}

.block-page-eta,
.block-page-my-account {
  padding: 35px 0 120px;
}

.date-eta {
  font-size: 14px;
  color: #444;
}

.nav-step {
  padding: 20px 0;
  margin: 0 auto;
}

.nav-step ul li a,
.nav-step ul li a:before {
  background-color: #fff;
  margin: auto;
  z-index: 1;
}

.nav-step ul {
  display: table;
  width: 100%;
}

.nav-step ul li {
  text-align: center;
  position: relative;
  display: table-cell;
}

.nav-step ul li a {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #323232;
  position: relative;
  display: table;
}

.nav-step ul li a:before,
.nav-step ul li:before {
  position: absolute;
  top: 0;
  content: "";
}

.nav-step ul li a:hover,
.nav-step ul li.active a {
  color: #003e80;
}

.nav-step ul li a:before {
  width: 10px;
  height: 3px;
  right: -10px;
  bottom: 0;
}

.nav-step ul li:before {
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
  margin: auto;
  background-color: #003e80;
}

.nav-step ul li:first-child:after,
.nav-step ul li:last-child:after {
  width: 50%;
  height: 3px;
  position: absolute;
  margin: auto;
  top: 0;
  content: "";
}

.nav-step ul li:first-child:after {
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.nav-step ul li:last-child:after {
  background-color: #fff;
  right: 0;
  bottom: 0;
}

.nav-step ul li a span {
  display: inline-block;
}

.nav-step ul li a .box-icon-step {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  border: 1px solid #acacac;
  padding-top: 14px;
  text-align: center;
  margin-right: 20px;
  background-color: #fff;
}

.nav-step ul li.active .box-icon-step {
  border-color: #003e80;
  background-color: #003e80;
}

.nav-step ul li.active .icon_step_1 {
  background-position: -48px -46px;
}

.nav-step ul li.active .icon_step_2 {
  background-position: -91px -46px;
}

.nav-step ul li.active .icon_step_3 {
  background-position: -128px -46px;
}

.nav-step ul li.active .icon_step_4 {
  background-position: -162px -46px;
}

.form-wapper {
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  position: relative;
}

.body-block-page {
  margin-top: 30px;
}

.form-wapper .left {
  width: 260px;
  float: left;
}

.form-wapper .right {
  border-left: 1px solid #e1e1e1;
  min-height: 632px !important;
  background-color: #fff;
  padding: 0 30px;
  width: calc(100% - 260px);
  width: -webkit-calc(100%-260px);
  width: -moz-calc(100%-260px);
  width: -o-calc(100%-260px);
  float: right;
  position: relative;
}

.box-icon-loading {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}

.item-tab a {
  color: #4d4d4d;
  font-family: Roboto-Bold;
  display: block;
  padding: 18px 60px 19px 30px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}

.step-1 .item-tab > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item-tab .action {
  width: 60px;
  position: absolute;
  text-align: right;
  top: 18px;
  right: 0;
  display: table;
}

.item-tab .action .link-remove-app {
  display: inline-block;
  padding: 0;
  border: none !important;
  background: none !important;
}

.item-tab.active .link-remove-app,
.item-tab:hover .link-remove-app {
  display: inline-block;
  text-transform: none;
  font-family: Roboto-Regular;
}

.item-tab {
  background-color: #f5f5f5;
  position: relative;
}

.item-tab .noti-status {
  display: inline-block;
}

.item-tab.active,
.item-tab.active:hover {
  background-color: #fff;
}

.item-tab.active:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #fff;
  z-index: 9;
}

.item-tab:hover {
  background-color: #f8f8f8;
}

.item-tab.add-tab a {
  border-bottom: none;
  text-transform: none;
  font-family: Roboto-Regular;
}

.item-tab.acc_change_pass a {
  border-bottom: none;
}

.box-check-radio-btn {
  margin-top: 5px;
  text-align: left;
}

.box-check-radio-btn label.inline {
  margin-right: 20px;
  font-family: Roboto-Regular;
  cursor: pointer;
}

.write-cmt {
  min-height: 220px;
}

.number-characters {
  margin-top: 10px;
}

.number-characters .max-length {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #e1e1e1;
  margin: 0 5px;
  font-family: Roboto-Medium;
}

.box-term h4,
.cont-term .title-box,
.item-your-applicant .name-app,
.select-visa .title-select,
.title-terms,
.top-payment .detail-price {
  font-family: Roboto-Bold, Arial, sans-serif;
}

.box-form.box-confirm {
  border-bottom: none;
}

.box-form.box-confirm .form-info ul li.li-full.error .help-block {
  font-size: 13px;
  color: red;
}

.form-eta .left.fixed-top {
  position: fixed;
  top: 90px;
  z-index: 9;
}

.form-eta {
  position: relative;
}

.form-eta .left.fixed-top.fixed-bottom {
  position: absolute;
  bottom: 0;
  top: inherit;
}

.item-your-applicant .name-app {
  margin: 0;
  font-size: 16px;
  color: #333;
  padding: 16px 105px 16px 30px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  overflow: hidden;
}

.item-your-applicant .top {
  position: relative;
}

.item-your-applicant .action-app {
  width: 108px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 16px;
  padding-right: 10px;
}

.item-your-applicant .action-app a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.item-your-applicant .action-app a i {
  margin-right: 0;
}

.item-your-applicant {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .item-your-applicant {
    min-height: 514px;
  }
}
@media (min-width: 1200px) {
  .two-applicant .item-your-applicant {
    min-height: 477px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .two-applicant .item-your-applicant {
    min-height: 506px;
  }
}
.visitor-applicant.two-applicant .item-your-applicant,
.visitor-applicant.one-applicant .item-your-applicant {
  min-height: auto !important;
}

.visitor-applicant .item-your-applicant .detail-app {
  border-bottom: none;
}

/*appointment*/
.appointmane-box .tab-content {
  border: none;
  padding: 0;
}

.list-appointment {
  margin-top: 30px;
  margin-bottom: 50px;
}

.item-your-appointment .name-app {
  margin: 0;
  font-size: 16px;
  color: #333;
  padding: 16px 105px 16px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Roboto-Bold, Arial, sans-serif;
}

.item-your-appointment .top {
  position: relative;
}

.item-your-appointment .action-app {
  width: 108px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 16px;
  padding-right: 10px;
}

.item-your-appointment .action-app a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.item-your-appointment .action-app a i {
  margin-right: 0;
}

.item-your-appointment {
  border: 1px solid #e1e1e1;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.item-your-appointment.complete {
  border-bottom: 3px solid #003e80;
}

.item-your-appointment.cancel {
  border-bottom: 1px solid #ddd;
}

.item-your-appointment.in-complete {
  border-bottom: 3px solid #1d6cd7;
}

.text-complete {
  color: #003e80;
}

.text-cancel {
  color: #666;
}

.text-incomplete {
  color: #1d6cd7;
}

.item-your-appointment .cont {
  padding: 20px 15px 0;
  margin-bottom: 10px;
}

.item-your-appointment .detail-app {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

.item-your-appointment .detail-app .item {
  margin-bottom: 20px;
}

.item-your-appointment .detail-app .item.reason-for-visiting {
  min-height: 42px;
}

.item-your-appointment .detail-app .title-field {
  color: #818181;
  margin-bottom: 8px;
  width: 180px;
  float: left;
}

.item-your-appointment .detail-app .detail-field {
  color: #4d4d4d;
  margin-left: 180px;
  text-align: left;
  min-height: 21px;
}

.item-your-appointment .status-applicant {
  padding: 15px;
}

.item-your-appointment .status-applicant p {
  display: block;
  margin-right: 0;
}

.item-your-appointment .status-applicant strong {
  margin-right: 0;
  font-size: 18px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .item-your-appointment .detail-app .title-field {
    width: 100%;
    float: none;
  }

  .item-your-appointment .detail-app .detail-field {
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-your-appointment .detail-app .title-field {
    width: 100%;
    float: none;
  }

  .item-your-appointment .detail-app .detail-field {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .appointmane-box .box-nav-tab-acc {
    padding: 0;
    border: none;
  }

  .appointmane-box .nav-tab-menu-acc {
    margin-bottom: 30px;
    border-bottom: none;
  }

  .appointmane-box .nav-tab-menu-acc li a {
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
  }

  /*  .appointmane-box .nav-tab-menu-acc li.active a{ color:#d0231e;border-color:#d0231e;}*/
  .appointmane-box .nav-tab-menu-acc li.active a:before {
    display: none;
  }

  .appointmane-box .nav-tab-menu-acc li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .appointmane-box .nav-tab-menu-acc li {
    width: 100%;
    float: none;
  }
}
/*end appointment*/
/*content-consulation*/
.content-consulation {
  margin-top: 50px;
}

.content-consulation .title-group {
  font-size: 16px;
  text-transform: uppercase;
  color: #3c3c3c;
  font-family: Montserrat-Medium, Roboto, Arial, sans-serif;
  margin-bottom: 30px;
}

.item-stage .name-stage {
  font-size: 14px;
  color: #3c3c3c;
  font-family: Montserrat-Medium, Roboto, Arial, sans-serif;
}

.item-stage .icon-text-stage {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  color: #fff;
  border-radius: 40px;
  background: #003e80;
  font-size: 16px;
  text-align: center;
  font-family: Roboto-Bold, Arial, sans-serif;
  margin-right: 15px;
  position: relative;
  top: -10px;
}

.item-stage .cont-item {
  padding-left: 55px;
}

.item-stage .title-item {
  margin-bottom: 0;
}

.btn-book-consulation {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  display: block;
  padding: 22px 30px 22px 50px;
  color: #3c3c3c;
  font-family: Montserrat-Medium, Roboto, Arial, sans-serif;
  border-radius: 90px 0 0 90px;
}

.bg-btn {
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.btn-book-consulation .text-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.btn-book-consulation .icon-phone-support {
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.icon-phone-support {
  width: 46px;
  height: 46px;
  background-position: -573px -200px;
}

a:hover > .icon-phone-support {
  background-position: -573px -250px;
}

@media (min-width: 1841px) {
  .btn-book-consulation:before {
    content: "";
    width: 148px;
    height: 148px;
    border-radius: 148px;
    background: #cecece;
    position: absolute;
    left: -11px;
    top: -30px;
    z-index: 1;
    animation: scale 1.5s infinite;
    -webkit-animation: scale 1.5s infinite;
    -o-animation: scale 1.5s infinite;
    -moz-animation: scale 1.5s infinite;
  }

  .btn-book-consulation:after {
    content: "";
    width: 122px;
    height: 122px;
    border-radius: 122px;
    background: #cecece;
    position: absolute;
    left: 1px;
    top: -14px;
    z-index: 1;
    animation: scale 1.5s infinite;
    -webkit-animation: scale 1.5s infinite;
    -o-animation: scale 1.5s infinite;
    -moz-animation: scale 1.5s infinite;
  }
}
@media (max-width: 1840px) {
  .btn-book-consulation {
    background: #003e80;
    border-radius: 3px 0 0 3px;
    padding: 15px;
    color: #fff;
  }

  .btn-book-consulation .icon-phone-support {
    display: none;
  }

  .btn-book-consulation .bg-btn {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1840px) {
  .btn-book-consulation {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    right: -80px;
    top: 50%;
  }
}
@media (max-width: 1023px) {
  .btn-book-consulation {
    top: initial;
    bottom: 6px;
    left: 10px;
    font-size: 10px;
    font-size: 9px;
    padding: 15px;
    border-radius: 50px;
    right: auto !important;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0;
  }
}
/*end content-consulation*/
.item-your-applicant .cont {
  padding: 20px 30px 0;
  margin-bottom: 10px;
}

.item-your-applicant .detail-app {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .item-your-applicant.height-594 .detail-app {
    min-height: 442px;
  }

  .item-your-applicant.height-438 .detail-app {
    min-height: 282px;
  }

  .one-applicant .item-your-applicant .detail-app {
    min-height: inherit;
  }
}
.item-your-applicant .detail-app .item {
  margin-bottom: 20px;
}

.item-your-applicant .detail-app .item.reason-for-visiting {
  min-height: 42px;
}

.item-your-applicant .detail-app .title-field {
  color: #818181;
  margin-bottom: 8px;
  width: 180px;
  float: left;
}

.item-your-applicant .detail-app .detail-field {
  color: #4d4d4d;
  margin-left: 180px;
  text-align: left;
  min-height: 21px;
}

.item-your-applicant .status-applicant {
  padding: 15px 30px;
}

.item-your-applicant .status-applicant * {
  display: inline-block;
  margin-right: 20px;
}

.item-your-applicant .status-applicant p {
  display: block;
  margin-right: 0;
}

.item-your-applicant .status-applicant strong {
  float: right;
  margin-right: 0;
}

.item-your-applicant .status-applicant .desc-stt {
  color: #818181;
  font-size: 13px;
  display: block;
  margin-bottom: 0;
}

.status-applicant span {
  color: #4d4d4d;
}

.text-green {
  color: #003e80;
}

.text-red {
  color: red;
}

.btn-primary {
  padding: 10px 41px;
}

.tems-engaement {
  background-color: #f5f5f5;
  padding: 0 30px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #4c4c4c;
}

.title-terms {
  color: #4c4c4c;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.cont-term {
  padding: 20px 25px;
}

.tems-engaement .mCustomScrollbar {
  height: 362px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  margin-top: 15px;
}

.tems-engaement .item.checkbox label {
  padding-left: 30px;
}

.cont-term .title-box {
  margin: 25px 0;
  font-size: 18px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.box-term h4 {
  font-size: 16px;
  color: #4c4c4c;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.box-term {
  margin-bottom: 30px;
}

.box-term p {
  margin-bottom: 5px;
}

.item-submit .btn-default.fl {
  margin-right: 20px;
  margin-bottom: 10px;
}

.block-payment {
  background-color: #f5f5f5;
  padding: 0 30px 30px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-size: 14px;
  color: #323232;
  max-width: 840px;
  margin: 0 auto;
}

.top-payment {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  margin-top: 30px;
  padding: 20px;
  margin-bottom: 10px;
}

.top-payment .left {
  float: left;
  width: calc(100% - 150px);
  width: -webkit-calc(100%-150px);
  width: -moz-calc(100%-150px);
  width: -o-calc(100%-150px);
}

.top-payment .right {
  float: right;
  width: 150px;
}

.top-payment .info p {
  margin-bottom: 15px;
}

.top-payment .info span {
  width: 90px;
  float: left;
  display: block;
}

.top-payment .info b {
  margin-left: 90px;
  padding-left: 20px;
  display: block;
}

.top-payment .title-price-visa {
  margin-bottom: 5px;
}

.top-payment .detail-price {
  color: #2fb57d;
  font-size: 24px;
}

.select-visa .title-select {
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
  color: #333;
}

.group-visa .inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 44px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  min-height: 70px;
  cursor: pointer;
  white-space: normal;
}

.group-visa .inline div.radio {
  position: absolute;
  bottom: 6px;
  left: 0;
}

.group-visa .inline:last-child {
  margin-right: 0;
}

.group-visa .inline i {
  margin-bottom: 5px;
}

.group-visa .inline img {
  margin-bottom: 5px;
  margin-left: -25px;
}

.group-credit-card.group-visa .inline i {
  margin-left: 0;
}

.group-credit-card.group-visa .group-icon-credit-card {
  margin-left: -25px;
}

@media (max-width: 599px) {
  .group-credit-card.group-visa .group-icon-credit-card i {
    margin-right: 0;
  }
}
.select-visa .visa-type {
  margin-bottom: 25px;
}

.select-visa .visa-type .name-type {
  font-family: Roboto-Medium, Arial, sans-serif;
}

.form-payment {
  max-width: 800px;
  margin: 0 auto 40px;
}

.form-payment .box-form {
  border-bottom: none;
  padding: 0;
}

.payment-telegraphic-transfer .form-payment .box-form {
  padding: 30px 0 20px;
  border-bottom: 1px solid #ddd;
}

.box-form .desc-title-form {
  color: #333;
  font-size: 14px;
}

.form-change-pass .box-form .form-info {
  margin-top: 30px;
}

.block-page-my-account .box-form {
  border-bottom: none;
}

.block-page-my-account .item-submit {
  padding-bottom: 60px;
  margin-top: 0;
}

.list-text {
  margin-top: -5px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.list-text li {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
}

.block-option-visa .list-text li {
  margin-bottom: 10px;
}

.list-text li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #666;
}

.ol-list li:before {
  display: none;
}

.ol-list {
  list-style: lower-alpha;
  padding-left: 20px;
}

.ol-list li {
  padding-left: 0;
}

.link-text-green {
  color: #003e80;
}

.form-info ul li .list-text {
  margin-bottom: 15px;
}

.form-info ul li .list-text li {
  float: none !important;
  min-height: inherit;
  margin-bottom: 5px;
  font-size: 13px;
}

.cont-about p {
  margin-bottom: 15px;
}

.page-content {
  padding: 50px 0;
}

.page-content .top {
  margin-bottom: 60px;
}

.box-content-page {
  margin-bottom: 40px;
}

.box-content-page .title-box {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto-Medium;
}

.box-info-transfer .top h3,
.title-term,
.title-transfer {
  font-family: Roboto-Bold;
}

.title-term {
  font-size: 22px;
  margin: 15px 0;
}

.payment-telegraphic-transfer {
  font-size: 14px;
}

.description-transfer {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.info-payment-transfer {
  max-width: 840px;
  margin: 40px auto 0;
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.title-transfer {
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.box-info-transfer {
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
}

.box-info-transfer .top h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.cont-info-transfer {
  padding: 0 30px;
  color: #666;
}

.cont-info-transfer .item {
  line-height: 1.4;
  margin-bottom: 20px;
}

.cont-info-transfer .item .title-item {
  width: 220px;
  float: left;
  display: block;
  font-family: Roboto-Medium;
  color: #545454;
}

.btn-full-width,
.cont-info-transfer .item .title-item.title-full {
  width: 100%;
}

.cont-info-transfer .item .detail {
  margin-left: 220px;
  display: block;
  padding-left: 30px;
}

.text-small {
  font-size: 12px;
  font-family: Roboto-Italic;
}

.info-payment-transfer .item-submit {
  margin-top: 50px;
}

.payment-telegraphic-transfer .form-payment {
  padding: 15px 0;
  margin-bottom: 0;
}

.payment-telegraphic-transfer .title-box-form {
  text-transform: none;
  font-family: Roboto-Medium;
  color: #333;
  font-size: 18px;
}

.desc-title-box-form {
  margin-bottom: 5px;
  margin-top: -30px;
}

.street-address textarea {
  min-height: 70px;
}

.payment-telegraphic-transfer .form-payment .box-form.last {
  border-bottom: none;
}

.btn-default {
  padding: 9px 22px;
}

.page-login {
  min-height: 65vh;
  background: #f2f2f2;
  padding: 50px 0;
}

.block-page-list-order {
  padding: 30px 0 60px;
}

.title-table-order {
  text-transform: uppercase;
  color: #333;
  font-family: Montserrat-Medium, Roboto-Regular, Arial, sans-serif;
}

.list-order .top .title-table-order {
  float: left;
}

.list-order .top .btn_apply {
  float: right;
}

.table-order {
  margin-top: 10px;
  /*text-align:center;*/
  font-size: 14px;
  color: #333;
  position: relative;
}

.table-order > .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  background-color: #ebebeb;
  font-family: Roboto-Bold;
  padding: 18px 12px;
}

.table-order > .table-bordered > tbody > tr > td {
  padding: 18px 12px;
}

.sub-table-order .table {
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
  color: #515151;
}

.sub-table-order .table th {
  background-color: #f8f8f8;
  padding: 14px 12px;
  border-bottom: 1px solid #ddd !important;
  font-family: Roboto-Bold;
}

.sub-table-order .table td {
  background-color: #f8f8f8;
  padding: 9px 12px;
}

.tr-sub-tab .sub-table-order {
  display: none;
}

.tr-sub-tab > td {
  border: none !important;
  padding: 0 !important;
}

.sub-table-order .table td,
.sub-table-order .table th {
  border: none;
}

.sub-table-order .table td[data-label="Full Name"] {
  text-transform: capitalize;
}

.table-order > .table-bordered > tbody > tr > td {
  border-bottom: none;
}

.table-order > .table-bordered > tbody.show-sub-table > tr > td {
  border-bottom: 1px solid #ddd;
}

.table > tbody + tbody {
  border: none;
}

.table-order:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.table-no-before:before {
  display: none;
}

.btn-re-apply {
  color: #333;
  font-size: 13px;
  padding: 7px 24px !important;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  font-family: Roboto-Regular, Arial, sans-serif;
  margin-left: 17px;
}

.action-order {
  text-align: center;
}

.block-page-my-account .table-my-acc,
.my-service .table-order {
  text-align: left;
}

.action-order a {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .action-order a {
    padding: 0;
    display: block;
    border-right: none;
    text-align: center;
    margin: 5px 0;
  }
}

.action-order a:first-child {
  padding-left: 0;
}

.action-order a:last-child {
  border-right: none;
  padding-right: 0;
}

.action-order a:last-child.btn-re-apply {
  border-right: 1px solid #ddd;
}

.col-action {
  width: 266px;
}

.quick-view.open .icon_view {
  background-position: -363px -28px;
}

.stt-pending {
  color: #009cff;
}

.stt-approved {
  color: #27b77d;
}

.stt-denied {
  color: #eb0000;
}

.group-order {
  margin-top: 40px;
}

.table-my-acc {
  font-size: 14px;
}

.table-my-acc.table-order thead tr th,
.table-my-acc.table-order tbody tr td {
  padding: 8px 10px;
}

.msg-detail,
.msg-detail .btn {
  font-size: 13px;
}

.title-table-my-acc {
  text-transform: uppercase;
  color: #454545;
  font-family: Roboto-Bold, Arial, sans-serif;
  margin-bottom: 10px;
}

.table-my-acc .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  background-color: #ebebeb;
  font-family: Roboto-Bold;
}

.block-page-my-account .icon_view {
  margin-right: 0;
}

.my-service .table > tbody > tr > td,
.my-service .table > tbody > tr > th,
.my-service .table > tfoot > tr > td,
.my-service .table > tfoot > tr > th,
.my-service .table > thead > tr > th,
.table > thead > tr > td {
  border: none;
  border-top: 1px solid #ddd;
}

.name-type-visa {
  background-color: #f7f7f7;
}

.my-service .table-my-acc {
  overflow-x: auto;
}

.my-service .table-order > .table-bordered > tbody > tr > td,
.my-service .table-order > .table-bordered > thead > tr > th {
  padding: 8px 12px;
}

.center,
.cont-noti-paypal,
.desc.subpage {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.msg-detail {
  max-width: 840px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 25px 30px;
}

.msg-detail .title-mgs {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  position: relative;
}

.body-mgs {
  color: #666;
}

.body-mgs .cont {
  margin-bottom: 50px;
}

.item-submit {
  margin-top: 40px;
  padding-top: 25px;
}

.block-page-eta .item-submit {
  margin-top: 0;
}

.acttach-file .item-attach {
  margin-bottom: 0;
}

.acttach-file .item-attach a {
  color: #003e80;
}

.title-transfer {
  position: relative;
}

.title-transfer .help-icon {
  position: absolute;
  top: 10px;
  right: 0;
}

.msg-detail .title-mgs .help-icon {
  position: absolute;
  top: 0;
  right: 0;
}

input.num-character {
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.number-character {
  margin-top: 10px;
}

input.num-character:focus {
  border-color: #ddd;
}

.item-check-re-apply {
  margin-bottom: 10px;
}

.acc-info-top {
  margin-top: 20px;
}

.acc-info-top ul li {
  float: left;
  margin-left: 10px;
}

.attach-file {
  display: inline-block;
  padding: 5px 10px 6px;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #343434;
  background-color: #f5f5f5;
}

.log li a.attach-file {
  color: #454545;
}

.log li a.attach-file:hover {
  text-decoration: none;
  background-color: #eee;
}

.attach:hover,
.view-msg:hover {
  text-decoration: underline;
}

.onl-suport {
  padding-bottom: 30px;
}

.help-link {
  font-size: 12px;
}

.form-info ul li.li-title {
  margin-bottom: 0;
  height: auto;
}

.clear-both {
  clear: both !important;
}

.title-sub-field {
  margin-bottom: 5px;
  font-size: 14px;
}

.sub-title-mgs {
  color: #343434;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: Roboto-Medium, Arial, sans-serif;
}

.link-client,
.table-termination td {
  font-family: Roboto-Medium, sans-serif;
}

.top-mgs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.msg-table #attachments .control-group {
  margin-bottom: 10px;
  position: relative;
  max-width: 370px;
}

.msg-table #attachments .control-group a {
  position: absolute;
  top: 10px;
  right: 10px;
}

#attachments #addupload {
  display: inline-block;
  margin-bottom: 15px;
}

.link-client {
  float: right;
  margin-top: 30px;
}

.link-client a {
  color: #343434;
}

table.calendar thead th {
  position: relative;
}

table.calendar a.next,
table.calendar a.previous {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
}

table.calendar a.previous {
  left: 10px;
}

table.calendar a.next {
  right: 10px;
}

table.calendar a.next:before,
table.calendar a.previous:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.calendar a.previous:before {
  border-right: 5px solid #888;
  left: 0;
}

table.calendar a.next:before {
  border-left: 5px solid #888;
  right: 0;
}

.table-termination {
  margin-bottom: 15px;
}

.table-termination td {
  padding: 6px 12px;
}

.table-termination li {
  position: relative;
  padding-left: 10px;
}

.table-termination li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
  left: 0;
  top: 9px;
  content: "";
}

.tems-engaement .cont-term h3,
.tems-engaement .cont-term ul {
  margin-bottom: 10px;
}

.tems-engaement .cont-term .table-termination ul {
  margin-bottom: 0;
}

.inline.thumb_img img {
  max-height: 252px;
}

.confirm-delete .modal-dialog {
  max-width: 100%;
}

.confirm-delete .modal-content {
  padding: 15px;
  text-align: center;
}

.confirm-delete .modal {
  border-color: #ddd;
}

.confirm-delete .btn.btn-primary.close_modal {
  float: left;
  background: #f2f2f2;
  color: #333;
  box-shadow: none;
  border: 1px solid #ddd;
}

.confirm-delete .dialog-header {
  font-size: 20px;
}

.confirm-delete .item-submit {
  max-width: 400px;
  margin: 20px auto 0;
  text-align: center;
}

.confirm-delete .item-submit .btn {
  margin: 0 15px;
}

@media (max-width: 480px) {
  .confirm-delete .item-submit .btn {
    margin: 0 5px;
  }
}
.confirm-delete .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.confirm-delete .title-modal {
  font-size: 24px;
  font-family: Roboto-Bold, Arial, sans-serif;
}

.cont-noti-paypal {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 45px 30px;
  margin: 30px 0;
}

.cont-noti-paypal .cont {
  margin-bottom: 45px;
}

.title-noti-pay {
  font-size: 24px;
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 35px;
  color: #3bb54a;
  margin-top: 15px;
}

.cont-noti-paypal .btn {
  width: 267px;
  margin: 0 15px;
}

.embassies-block {
  min-height: 1000px;
}
.embassies-block .title-box {
  margin-bottom: 15px;
}

.accordion,
.accordion-group,
.accordion-inner {
  width: 100%;
  float: left;
}

.bottom-our-mgs {
  max-width: 840px;
  margin: 0 auto;
}

.desc.subpage,
.title-block-page.center {
  margin-bottom: 25px;
}

.desc.subpage {
  padding: 0 70px;
}

.block-subpage {
  padding: 25px 0;
}

.dt-em ul li a:hover,
.em-block p.al-cnt a:hover {
  color: #003e80;
}

.accordion {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion-heading {
  background: #e8e8e8;
  border-bottom: solid 1px #ddd;
  text-transform: uppercase;
}

.bfh-selectbox.bfh-countries.error .bfh-selectbox-toggle.form-control,
.form-info ul li.error .bfh-selectbox .bfh-selectbox-toggle {
  border: 1px solid red !important;
}

.accordion-heading a {
  color: #323232;
  font-family: Roboto-Medium, Arial, sans-serif;
  font-size: 20px;
}

.accordion-heading a:hover {
  background: #e0e0e0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 12px 27px;
}

.accordion-toggle {
  cursor: pointer;
  position: relative;
}

.accordion-inner {
  padding: 25px 100px;
  background: #fff;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.accordion-toggle:before {
  content: " ";
  width: 11px;
  height: 7px;
  background-position: -196px 0;
  position: absolute;
  top: 23px;
  right: 27px;
}

.accordion-toggle.collapsed:before {
  background-position: -239px 0;
}

.big-title span {
  position: relative;
}

.big-title span:before {
  content: " ";
  width: 8px;
  height: 9px;
  background-position: -277px 0;
  margin: 0 10px;
  display: inline-block;
}

.bottom-btn {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.attach {
  color: #003e80 !important;
}

.msg-subject p {
  margin-bottom: 0;
}

.link-msg {
  display: inline-block;
  width: calc(100% - 30px);
  overflow: hidden;
}

.link-msg:hover {
  color: #003e80;
}

.view-msg {
  color: #003e80 !important;
}

.contact-page {
  margin: 20px 0 30px;
}

.table-sub {
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}

.table-sub td.action {
  width: 300px;
}

.desc-table-sub {
  margin-bottom: 20px;
}

.flag-00 {
  color: #999;
}

.page-login span.error {
  position: static;
}

.black-drop.open {
  display: none;
}

.table-order > .table-bordered > tbody > tr.tr-sub-tab.show-sub-table > td {
  border-top: solid 1px #ddd !important;
}

.custom-pagination .pagination > li {
  float: left;
  margin-right: 5px;
}

.custom-pagination .pagination > li .input-show-page {
  width: 50px;
  height: 35px;
  display: inline-block;
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.title-mesg {
  font-size: 16px;
  font-family: Montserrat-Bold, sans-serif;
  margin-bottom: 20px;
}

.step-1 .box-form .alert {
  margin-top: 30px;
}

.fix-add-app .form-eta .form-wapper .item-tab.add-tab {
  position: fixed;
  right: 10px;
  z-index: 999;
  bottom: 10px;
  border-radius: 50px !important;
  background: none;
  height: 40px;
  width: auto;
}

.fix-add-app .form-eta .form-wapper .item-tab.add-tab a {
  padding: 10px 15px !important;
  border-radius: 50px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  background: #f5f5f5;
  border: 1px solid #ddd;
}

@media (min-width: 600px) {
  span.error {
    position: absolute;
    line-height: 1;
    font-size: 12px;
    margin-top: -4px;
  }
}
@media (min-width: 768px) {
  .log-bt {
    margin-top: 5px;
  }

  .one-applicant .col-lg-4 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .top-header {
    height: 90px;
  }

  .cont-header {
    display: block !important;
  }

  .td-190px {
    width: 190px;
  }

  .td-120px {
    width: 120px;
  }

  .one-applicant .col-lg-4 {
    width: 50%;
    margin-left: 25%;
  }

  .form-info ul li.agree-term.one-applicant {
    padding-left: 25%;
  }

  .form-info ul li.agree-term.one-applicant .item.checkbox {
    margin-left: 15px;
  }

  .item-your-applicant .detail-app .title-field,
  .two-applicant .col-lg-4 {
    width: 50%;
  }

  .item-your-applicant .detail-app .detail-field {
    margin-left: 50%;
  }

  .homepage #main {
    margin-top: 0;
  }

  .homepage #header {
    position: absolute;
    background: 0 0;
    box-shadow: none;
    top: 0;
  }

  .homepage.hide-header #header {
    display: none;
  }

  .homepage.show-header #header {
    display: block;
    position: fixed;
    top: 0;
    transform: translateY(-90px);
    transition: all ease 0.5s;
  }

  .homepage.fixed-header #header {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
    transform: translateY(0px);
  }
}
@media (min-width: 1000px) {
  .col-client .list-item ul li.ip-mem-age,
  .col-client .list-item ul li.ip-mem-fullname,
  .col-client .list-item ul li.ip-mem-relationship {
    float: left;
  }

  .col-client .list-item ul li.ip-mem-fullname {
    width: 144px;
    margin: 0 !important;
    padding-right: 0;
  }

  .col-client .list-item ul li.ip-mem-relationship {
    width: 144px;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .col-client .list-item ul li.ip-mem-fullname .input-text,
  .col-client .list-item ul li.ip-mem-relationship .input-text {
    width: 100%;
  }

  .col-client .list-item ul li.ip-mem-age {
    width: 50px;
    margin: 0 10px !important;
    padding: 0;
  }

  .col-client .list-item ul li.ip-mem-age .input-text {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
    padding: 0 10px !important;
  }

  .back-drop {
    visibility: hidden;
  }

  .onl-suport #questionForm {
    padding-left: 0;
  }

  .your-applicant .col-lg-4:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .nav-step ul li a {
    font-size: 16px;
  }

  .navbar-right li a {
    padding: 10px 15px;
  }

  /*.group-visa .inline{width:20%;white-space:normal;margin:0 0 15px;float:left}*/
  .block-option-visa.visa-evv .item-img img {
    width: 500px;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .top-banner-home {
    font-size: 8px;
  }

  .cont-header {
    margin-left: 160px;
  }

  .form-wapper .left {
    width: 100%;
    float: none;
    position: relative !important;
    top: 0 !important;
  }

  .form-wapper .right {
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #ddd;
    width: 100%;
    min-height: inherit !important;
  }

  .item-tab .noti-status[data-tooltip]:after,
  .item-tab .noti-status[data-tooltip]:before,
  .item-tab.active:before {
    display: none;
  }

  .item-tab.active .action .link-remove-app {
    display: inline-block;
    border: none !important;
  }

  .item-tab:hover .action .link-remove-app {
    border: none !important;
  }
}
@media (max-width: 999px) {
  .col-client .list-item ul li.ip-mem-fullname {
    width: 100%;
  }

  .choose-visa {
    left: 20px;
    width: auto;
  }

  .visa-des {
    width: calc(100% - 62px);
  }

  .footer-content {
    padding: 0 20px;
  }

  .col-client {
    margin: 0 20px;
  }

  .right-text {
    float: none;
  }
}
@media (min-width: 721px) and (max-width: 999px) {
  .nav-step ul li a .box-icon-step {
    display: block;
    margin: 0 auto 10px auto !important;
  }

  .nav-step ul li a {
    background: none;
  }

  .nav-step ul li:before {
    bottom: 30px;
  }

  .nav-step ul li:first-child:after,
  .nav-step ul li:last-child:after {
    bottom: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-nav {
    margin-left: 0;
  }

  .navbar-collapse {
    padding-left: 0;
  }

  .btn-login,
  .drop-menu li,
  .drop-menu li a,
  .header-r .btn_apply,
  .language-top.drop-menu .dropdown a,
  .navbar-right li a {
    font-size: 12px;
  }

  .navbar-right li a {
    padding: 10px;
    font-size: 11px;
  }

  .acc-info-top {
    font-size: 13px;
  }

  .member_site .logo {
    width: 150px;
  }

  .member_site .cont-header {
    margin-left: 150px;
  }

  .member_site .menu-nav .navbar-right li,
  .navbar-right li {
    padding: 0 15px;
  }

  .drop-menu li {
    padding: 0 0 0 15px;
  }

  .menu-nav .navbar-right li {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .about-us-visa p.desc br,
  .cont-header {
    display: none;
  }

  .block-option-visa.visa-eta,
  .block-option-visa.visa-eta .box-mes .messager.not-eligible .desc-ok {
    text-align: left;
  }

  .div-table .item-info {
    width: 100%;
    float: none;
  }

  .div-table {
    height: 350px;
  }

  .div-table-cell {
    padding: 40px 0;
  }

  .block-option-visa.visa-eta .form-select-visa-bt {
    float: left;
  }

  .about-us-visa p.desc {
    max-width: 100%;
  }

  .list-item ul li .sl-datepicker p {
    float: none;
  }

  .col-client .list-item ul li ul.ul-child li.sl-datepicker .select2-container {
    width: calc(33.3333333333% - 5px) !important;
    margin-right: 5px !important;
  }

  .col-client .list-item ul li ul.ul-child li.sl-datepicker .select2-choice {
    padding-left: 5px;
    padding-right: 5px;
  }

  .box-content-banner-top {
    font-size: 32px;
  }

  .title-price {
    font-size: 0.5em;
  }

  .badge {
    right: auto;
    left: 85px;
  }

  .form-visa-home {
    width: calc(100% - 30px);
    width: -webkit-calc(100%-30px);
    width: -o-calc(100%-30px);
    width: -moz-calc(100%-30px);
  }

  .back-drop {
    z-index: 1001;
  }

  .navbar-right li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0 20px;
  }

  .drop-menu li.dropdown a {
    display: inline-block;
    font-size: 10pt;
  }

  .language-top.drop-menu li.dropdown a {
    display: block;
    width: 100%;
  }

  .drop-menu li {
    width: auto;
  }

  .navbar-right.navbar-collapse.collapse {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    height: auto;
  }

  .header-r {
    float: left;
    margin-left: 15px;
    min-width: inherit;
  }

  .cont-header,
  .menu-nav {
    margin-left: 0;
    width: 100%;
  }

  .cont-header {
    left: 0;
    background: #fff;
    position: absolute;
    top: 80px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  .menu-nav .navbar-right li a {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-nav {
    float: none;
    margin-top: 0;
  }

  #header .container {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 80px;
  }

  #header .top-header {
    padding: 0 15px;
    height: 80px;
  }

  .navbar-right {
    background-color: #fff;
  }

  .logo img {
    max-width: 150px;
    max-height: 50px;
  }

  .login-top {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1002;
  }

  .back-drop {
    background-color: rgba(0, 0, 0, 0.7);
  }

  #nav-icon1 span,
  #nav-icon1.open span {
    background: #003e80;
  }

  #main {
    margin-top: 80px;
  }

  #nav-icon1 {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 27px;
    border-radius: 3px;
    opacity: 1;
    left: 9px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 12px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 20px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 28px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .navbar-right.drop-menu,
  .profile-info {
    height: auto;
  }

  .member_site .drop-menu li {
    height: auto;
    float: left;
    margin-right: 15px;
    padding-left: 3px;
  }

  .member_site .drop-menu li.logout {
    right: 0;
  }

  .col-client .list-item ul li.sl-datepicker .form-control,
  .col-client .list-item ul li.sl-datepicker .select2-container,
  .page_none-apply .list-item ul li.sl-datepicker .select2-container {
    width: calc(33.3333333333333% - 5px);
  }

  .col-client .list-item ul li.sl-datepicker .select2-container.sl-year {
    width: 33.333333333333%;
  }

  .login-header {
    float: left;
  }

  .navbar-right li a {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }

  .navbar-right li:last-child a {
    border-right: none;
  }

  .acc-info-top,
  .link-client {
    float: left;
    margin-left: 10px;
  }

  .nav-step ul li a .box-icon-step {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .accordion-inner {
    padding: 25px 27px;
  }

  .navbar-right li a.noti-mgs {
    top: 10px;
    left: 110px;
    right: inherit;
  }

  .block-consultation {
    background-image: none;
    background-color: #e8e8e8;
  }
}
@media (max-width: 868px) {
  .table-plan td:before {
    content: attr(data-label);
    text-align: left;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    bottom: 0;
    margin: auto;
    display: table;
  }

  .table-plan td {
    position: relative;
    display: block;
    width: 100%;
    border-left: 1px #eee solid;
    padding-left: 160px !important;
    white-space: normal;
  }

  table.table-plan tr td {
    height: auto;
    padding: 8px 10px;
    min-height: 34px;
  }

  table.table-plan thead,
  table.table-plan tr th {
    display: none;
  }

  table.table-plan {
    border: none !important;
  }

  table.table-plan tr {
    margin-bottom: 10px;
    display: block;
    background: #f9f9f9 !important;
  }

  .table-plan tr td:first-child {
    border-top: 1px #ddd solid;
  }

  table.table-plan tr td.plan-name:before {
    display: none;
  }

  table.table-plan tr td.plan-name {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .info-left,
  .info-right {
    padding: 0 40px 0 38px;
  }

  /*.container{width:768px}*/
  .container {
    width: 100%;
  }

  #header .container {
    width: 100%;
  }

  .info-left {
    margin-bottom: 25px;
  }

  .navbar-collapse {
    padding-left: 25px;
  }

  .col-left {
    margin-left: 20px;
  }

  .col-client {
    margin-right: 25px;
  }

  .right-text {
    width: auto;
    padding: 35px 40px 0;
  }

  .wel-login {
    margin: 0 40px 10px 35px;
  }

  .col-client {
    margin-left: 25px;
  }

  .input-text {
    width: 100% !important;
  }

  .bn-content {
    width: 714px;
  }

  .bn-content .top-select {
    width: 213px;
  }

  .vs-choosen .select2-container .select2-choice {
    width: 192px;
  }

  .list-item ul .chonselect {
    width: calc(100% - 68px);
  }

  .col-client .list-item ul li.li-inline {
    width: 145px !important;
  }

  .li-inline .input-text {
    width: 70px !important;
  }

  .col-client .list-item ul li.child-item {
    width: 700px;
  }

  .col-client .list-item ul li ul.ul-child li.sl-datepicker .select2-container {
    width: 96px;
  }

  .col-client .list-item ul li.ip-mem-fullname .input-text {
    width: 328px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_none-apply
    .list-item
    ul
    li
    ul.ul-child
    li.sl-datepicker
    .select2-container {
    width: 90px !important;
  }

  .page_none-apply .form-eta {
    max-width: none;
    width: 735px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .form-eta .form-wapper .item-tab {
    position: relative;
    margin-top: 5px;
    width: 50%;
    display: block;
    float: left;
    padding: 0 5px;
    background: #fff;
    margin-bottom: 5px;
  }

  .form-eta .form-wapper .item-tab a {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
  }

  .form-eta .form-wapper,
  .form-eta .form-wapper .item-tab.active a {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .content-banner-home .desc br,
  .footer-block-step-3 .btn-print,
  .head-title-table,
  .title-block br {
    display: none;
  }

  .input-text {
    max-width: 100% !important;
  }

  .list-payment li div.cre label {
    margin: 0 0 7px;
    width: 155px;
  }

  .banner-top {
    height: 140px;
  }

  .title-sub-page {
    font-size: 27px;
  }

  .ft-link {
    width: auto;
    margin-top: 20px;
  }

  .ft-link ul li {
    margin-left: 15px;
  }

  .box-content-banner-top {
    font-size: 24px;
  }

  .title-price {
    font-size: 0.5em;
  }

  .nav-tab-messager-2 li:nth-child(2) {
    border-left: 1px solid #ddd;
  }

  .contact-us-reskin .col-sm-5,
  .contact-us-reskin .col-sm-7 {
    padding: 0;
  }

  .log li {
    padding: 8px 0;
  }

  .log-left {
    padding-left: 0 !important;
  }

  #content {
    padding-bottom: 20px;
  }

  .col-client .list-item ul li,
  .li-full .ms-visa,
  .li-full .select2-container,
  .li-full .select2-container .select2-choice {
    width: 100%;
  }

  .list-item ul li .scrollContent ul li {
    width: calc(100% - 50px) !important;
  }

  .list-alert ul.alert-infor li {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page_none-apply .list-item ul li,
  .page_none-apply .list-item ul li .input-text,
  .page_none-apply .select2-container .select2-choice,
  .page_none-apply .ul-list-panel {
    width: 100%;
  }

  .list-item ul li p {
    float: none;
  }

  #highlight {
    padding: 25px 30px;
    text-align: left;
  }

  #highlight .item {
    border: none;
    margin-bottom: 25px;
    text-align: left;
  }

  .col-client #pnlPaymentNotification .list-item ul li,
  .item-input {
    margin-bottom: 15px;
  }

  #highlight .icon-h {
    width: 40px;
    margin-left: -17px;
  }

  #highlight .icon-h.icon-fast {
    width: 30px;
    height: 30px;
    background-position: 0 -153px;
    top: 5px;
  }

  #highlight .icon-h.icon-safe {
    width: 30px;
    height: 30px;
    background-position: -50px -153px;
    top: 5px;
  }

  #highlight .icon-h.icon-24-7 {
    width: 30px;
    height: 30px;
    background-position: -96px -153px;
    top: 5px;
  }

  #content.page-login {
    min-height: 0;
  }

  .page-login .log {
    margin-top: 30px;
  }

  .panel-client .panel-heading {
    height: auto;
    min-height: 50px;
  }

  .panel-client .panel-heading h3 {
    line-height: 24px;
    padding: 13px 75px 13px 20px;
  }

  .list-item ul li p span.error {
    position: inherit;
    top: inherit;
    line-height: 15px;
  }

  .content-banner-home .desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .top-banner-home {
    font-size: 6px;
  }

  .title-block {
    font-size: 1.7em;
  }

  .content-banner-home .container {
    padding: 0 15px;
  }

  .form-select-visa-bt .select2-container {
    min-width: 240px;
  }

  .form-select-visa-bt .select2-drop-active {
    left: 0 !important;
  }

  .your-applicant > .row > .col-xs-6 {
    width: 100%;
  }

  .item-your-applicant {
    height: auto;
  }

  .overflow-hidden-xs {
    overflow: hidden;
  }

  .table-order .table {
    border: none !important;
  }

  .table-order .table,
  .table-order tbody,
  .table-order td,
  .table-order th,
  .table-order tr {
    display: block;
    width: 100%;
    text-align: left;
  }

  .table-order tr {
    margin-bottom: 10px;
    background-color: #f8f8f8;
  }

  .table-order td {
    padding: 12px !important;
    border-top: none !important;
    border-bottom: 1px solid #eee !important;
    border-left: none !important;
    border-right: none !important;
  }

  .table-order td:last-child {
    border-bottom: none !important;
  }

  .table-order td:before {
    content: attr(data-label);
    font-size: 13px;
    color: #505050;
    width: 125px;
    display: inline-block;
    font-family: Roboto-Bold;
    position: absolute;
    left: 10px;
    white-space: nowrap;
  }

  .block-page-list-order
    .table-order
    > .table-bordered
    > tbody
    > tr
    > td[data-label] {
    padding-left: 150px !important;
    text-align: left !important;
    min-height: 42px;
  }

  .my-service .table-order > .table-bordered > tbody > tr > td[data-label] {
    padding-left: 140px !important;
    min-height: 46px;
    text-align: left !important;
  }

  .action-order a {
    margin-bottom: 10px;
    border-right: none;
  }

  .table-order .action-order {
    display: inline-block;
  }

  .tr-sub-tab > td {
    padding: 0 !important;
  }

  .tr-sub-tab > td:before {
    display: none;
  }

  .table-order tr.tr-sub-tab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    z-index: 100;
    display: none;
    padding: 10px;
    min-width: 300px;
    background: 0 0;
    overflow: auto;
    height: 100vh;
  }

  .table-order tr.tr-sub-tab > td {
    position: absolute;
    width: 90%;
    padding: 10px !important;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin: 150px auto;
    left: 0;
    right: 0;
  }

  .table-order tr.tr-sub-tab.show-sub-table {
    display: block;
  }

  .sub-table-order .table td {
    padding-left: 135px !important;
    background-color: #f2f2f2;
    min-height: 46px;
  }

  .table-order .sub-table-order td:before {
    left: 20px;
  }

  .black-drop {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    display: none;
  }

  .black-drop.open {
    display: block !important;
  }

  .block-page-my-account .item-submit {
    margin-top: 0;
    padding-top: 0;
  }

  .block-page-eta {
    padding-bottom: 60px;
  }

  .table-sub td.action {
    width: 95px;
  }

  .table-sub td.title-td {
    min-width: 140px;
  }

  .table-sub td.action .box-check-radio-btn label.inline {
    display: block;
    margin-bottom: 10px;
  }

  .print-invoice .btn.btn-print {
    display: none;
  }
}
@media (max-width: 720px) {
  .modal-invoice .modal.fade.in {
    margin: 0;
    width: 100% !important;
  }

  .modal-invoice .modal-content {
    max-width: 90%;
    margin: 80px auto;
  }

  .btn-close {
    right: 0;
    top: 0;
  }

  .nav-step ul li a span.box-text-step {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .info-left,
  .info-right {
    padding: 0 40px 0 38px;
  }

  .info-left {
    margin-bottom: 25px;
  }

  .navbar-collapse {
    padding: 10px 0;
    margin: 0 20px;
  }

  .col-left {
    margin-left: 20px;
  }

  .right-text {
    width: auto;
    padding: 35px 40px 0;
  }

  .col-client,
  .drop-menu {
    padding-right: 0;
  }

  .wel-login {
    margin: 0 40px 10px 35px;
  }

  .col-client {
    margin-right: 20px;
  }

  .choose-visa {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }

  .bn-content {
    width: calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
  }

  .bn-content h2 {
    font-size: 18pt;
    padding-bottom: 0;
  }

  .vs-choosen .select2-container {
    width: 100%;
  }

  .bn-content .top-select {
    margin-right: 0;
    width: 100%;
  }

  .bn-content .top-select label {
    margin: 8px 0 2px;
  }

  .vs-choosen .select2-container .select2-choice {
    width: calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: -webkit-calc(100% - 17px);
  }

  .ft-link ul li {
    margin-right: 0;
  }

  .col-client .input-text,
  .col-client .list-citizen ul li,
  .col-client .select2-container .select2-choice {
    width: 100%;
    max-width: inherit;
  }

  .col-client .list-citizen .select2-container .select2-choice {
    width: 293px;
  }

  .top-header {
    height: auto;
  }

  .drop-menu li {
    width: auto !important;
    text-align: right;
  }

  .drop-menu li .dropdown-menu li {
    float: left;
    text-align: right;
    height: auto;
    width: auto;
  }

  .dropdown-menu {
    min-width: 105px;
  }

  .dropdown-menu > li > a {
    padding: 0 14px;
    width: 77px;
  }

  .cl-login {
    display: block;
  }

  .login-top {
    right: 0;
    display: none;
    top: 207px;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  }

  .appear {
    display: block;
  }

  .small-profilescreen {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 23px 0;
    width: calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: -webkit-calc(100% - 86px);
    box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
  }

  .small-profilescreen ul li {
    color: #fff;
    font-size: 10.5pt;
    padding-bottom: 10px;
    float: left;
    margin-right: 20px;
    line-height: 24px;
  }

  .col-small {
    width: 100%;
  }

  .col-small .form-control {
    width: calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
  }

  .cont-payment {
    text-align: left;
    margin: 25px 20px 15px;
  }

  .cont-payment .btn-success {
    margin-bottom: 10px;
  }

  .list-item ul .chonselect {
    width: calc(100% - 48px) !important;
    width: -moz-calc(100% - 48px) !important;
    width: -webkit-calc(100% - 48px) !important;
  }

  .h2-top {
    font-size: 18pt;
  }

  .text-area-ac {
    width: 100% !important;
  }

  .col-client .list-item ul li.child-item {
    width: 525px;
  }

  .list-item ul li {
    margin-right: 30px;
  }
}
@media (max-width: 720px) {
  .nav-step ul li a,
  .nav-step ul li a:before {
    background: 0 0;
  }
}
@media (max-width: 599px) {
  .footer-block-step-3 .item-submit .btn {
    width: 130px;
  }

  #char_num,
  .e-interview .text-area,
  .input-text,
  .log .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .container {
    min-width: 240px;
  }

  .logo {
    left: 0;
  }

  .drop-menu {
    padding-right: 0;
    text-align: right;
  }

  .cont-payment,
  .nav-tabs-add li a,
  .table-message td:before,
  .top-payment .price-visa.text-right {
    text-align: left;
  }

  .info-left,
  .info-right {
    padding: 0 20px;
  }

  .info-left {
    margin-bottom: 25px;
  }

  .navbar-collapse {
    padding: 10px 0;
    margin: 0 20px;
  }

  .visa-des {
    width: calc(100% - 43px);
  }

  .col-left {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    margin: 0 auto 0 15px;
  }

  .right-text {
    width: auto;
    padding: 35px 40px 0;
  }

  .list-item ul li {
    margin-right: 0;
    width: 100% !important;
    min-height: 0;
  }

  .list-item ul li .list-item {
    width: auto;
  }

  .wel-login {
    margin: 0 20px 10px;
  }

  .choose-visa {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
  }

  .bn-content {
    width: calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: -webkit-calc(100% - 14px);
    padding: 13px 0 5px;
  }

  .vs-choosen {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 19px);
    width: -webkit-calc(100% - 19px);
  }

  .bn-content h2 {
    font-size: 14pt;
    padding-bottom: 10pt;
  }

  .bn-content .top-select label {
    font-size: 11pt;
    margin-bottom: 0;
  }

  .bn-content .top-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9px;
  }

  .bn-btt,
  .bn-top {
    height: 208px;
  }

  .ul-list-panel {
    width: auto;
  }

  .alert-msg {
    margin-right: 10px;
  }

  #bristish-passport .check-radio label {
    width: 275px;
  }

  .col-client .input-text,
  .col-client .select2-container .select2-choice,
  .nav-tabs-add li a,
  .nav-tabs-messa li {
    width: 100%;
    max-width: inherit;
  }

  .nav-tabs-messa {
    border-right: none;
  }

  .nav-tabs-messa li:nth-child(10) > a,
  .nav-tabs-messa li:nth-child(5) > a {
    border-right: solid 1px #ddd;
  }

  .col-client .list-item ul li {
    width: 100%;
    min-height: 0;
  }

  .col-client .item-payment.list-item ul li {
    margin-bottom: 15px;
  }

  .list-citizen .select2-container .select2-choice {
    width: 322px;
  }

  .list-item ul li p {
    width: 100%;
  }

  .left-block {
    width: calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: -webkit-calc(100% - 3px);
  }

  .select2-container,
  .select2-container .select2-choice,
  .select2-drop,
  .select2-search,
  .select2-search input {
    width: 100%;
  }

  .navbar-default .navbar-toggle {
    left: 0;
    top: 0;
  }

  .drop-menu li {
    width: auto;
  }

  .login-top {
    right: 0;
    display: none;
    top: 207px;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  }

  .appear,
  .cl-login,
  .profile-info {
    display: block;
  }

  .profile-info {
    padding-left: 5px;
  }

  .small-profilescreen {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 23px 0;
    width: calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: -webkit-calc(100% - 86px);
    background: 0 0;
    margin-left: 20px;
  }

  .small-profilescreen ul li {
    color: #323232;
    font-size: 14px;
    padding-bottom: 10px;
    float: left;
    margin-right: 20px;
    line-height: 24px;
  }

  .dropdown-menu {
    min-width: 135px;
  }

  .dropdown-menu > li > a {
    padding: 0 14px;
    width: 77px;
  }

  .contact-us,
  .log {
    max-width: 100%;
  }

  .cont-payment .btn-success {
    margin-bottom: 10px;
  }

  .list-item ul .chonselect {
    width: 100% !important;
  }

  .col-client .list-item ul .title-payment {
    margin-top: 10px;
  }

  .list-disable {
    margin-left: 0;
  }

  .form-horizontal .control-label {
    float: none !important;
  }

  .form-horizontal .controls {
    margin-left: 0 !important;
  }

  .h2-top {
    font-size: 16pt;
    overflow: hidden;
  }

  .list-item ul li p.payment_type {
    width: auto;
    margin-right: 8px;
  }

  .change-acc li.width {
    width: calc(100% - 8px) !important;
    width: -moz-calc(100% - 8px) !important;
    width: -webkit-calc(100% - 8px) !important;
  }

  .li-inline .input-text {
    width: 70px !important;
  }

  .col-client .list-item ul li.child-item,
  .col-client .list-item ul li.li-full {
    width: 100%;
  }

  .col-client .list-item ul li.sl-datepicker p {
    width: calc(100% - 7px);
  }

  .cont-404 h1 {
    font-size: 30px;
  }

  .cont-404 img {
    max-width: 250px;
  }

  .col-client .list-item ul li.full .select2-container,
  .col-client .list-item ul.change-pass li .input-text {
    max-width: 100%;
  }

  .list-item ul li#row_passport_line {
    display: none !important;
  }

  .list-item ul li#row_refused_eta {
    margin-bottom: 20px;
  }

  table.table-view td:before {
    content: attr(data-label);
    text-align: left;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    bottom: 0;
    margin: auto;
    display: table;
  }

  table.table-view td {
    position: relative;
    display: block;
    width: 100%;
    border-left: 1px #eee solid;
    padding-left: 160px !important;
    white-space: normal;
  }

  table.table-view tr td {
    height: auto;
    padding: 8px 10px;
    min-height: 34px;
  }

  table.table-view thead,
  table.table-view tr th {
    display: none;
  }

  table.table-view tr {
    margin-bottom: 10px;
    display: block;
    background: #f9f9f9 !important;
  }

  .form-info ul li.number-phone br,
  .form-info ul li.number-phone label,
  .list-payment li div.cre.cre-right,
  table.table-message thead,
  table.table-message tr th,
  table.table-view tr td.plan-name:before {
    display: none;
  }

  table.table-view tr td.plan-name {
    padding-left: 0 !important;
  }

  table.table-view tr:last-child {
    margin-bottom: 0;
  }

  table.table-view tr:last-child td:last-child {
    border-bottom: none;
  }

  .list-embassy li {
    width: 100%;
  }

  #highlight {
    padding: 25px 15px 10px;
  }

  .footer-content {
    padding: 0 15px;
  }

  .ft-link ul li {
    margin-left: 0;
    margin-right: 15px;
  }

  .box-list-ul {
    margin-bottom: 30px;
  }

  .banner-visa.visa-eta .banner-img-content:before {
    right: 60px;
    left: inherit;
  }

  .banner-visa.visa-visitor .banner-img-content:before {
    right: 0;
  }

  .banner-visa.visa-evv .banner-img-content:before,
  .banner-visa.visa-vv .banner-img-content:before {
    right: 50px;
  }

  .policy p {
    padding: 5px 0;
  }

  blockquote {
    padding: 15px 0 5px;
  }

  .voucher-code-block .input-text {
    width: 100% !important;
    margin: 5px 0 0;
  }

  .nav-tab-messager-2.nav-tabs-messa li {
    width: 50%;
  }

  .nav-tab-messager-2.nav-tabs-messa li.create {
    float: left;
    width: 100%;
    margin-bottom: 19px;
  }

  .nav-tab-messager-2.nav-tabs-messa li.create a {
    width: 100%;
  }

  .span-create {
    padding: 0;
  }

  .ico-delform {
    right: 20px;
  }

  .modal {
    width: calc(100% - 40px) !important;
    margin: 20px;
    left: 0;
    top: 0 !important;
  }

  .modal-re-apply .modal {
    margin-top: 110px;
  }

  .confirm-delete .modal {
    margin-top: 120px;
    visibility: hidden;
  }

  .modal-open .confirm-delete .modal {
    visibility: visible;
  }

  .itemRow {
    width: 100px;
  }

  .list-item ul li.li-short.li-add {
    margin-top: -10px;
  }

  .list-item ul li .scrollContent ul li {
    width: calc(100% - 50px) !important;
  }

  .detail-app .col-xs-6,
  .form-info ul li,
  .form-info ul li.li-full .col-xs-6 {
    width: 100%;
  }

  .form-info ul li {
    min-height: inherit;
    height: auto;
  }

  .li-col-6 .col-xs-6 {
    margin-bottom: 10px;
  }

  .form-wapper .right {
    padding: 0 15px;
  }

  .item-tab a {
    padding-left: 15px;
  }

  .top-payment .left,
  .top-payment .right {
    width: 100%;
    float: none;
  }

  .top-payment .price-visa {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }

  .top-payment .price-visa .title-price-visa {
    width: 90px;
    float: left;
    padding-top: 8px;
  }

  .top-payment .detail-price {
    margin-left: 90px;
    padding-left: 20px;
  }

  table.table-message {
    border: none !important;
  }

  table.table-message tr {
    margin-bottom: 10px;
    display: block;
    background: #f9f9f9 !important;
  }

  .table-message tr td:first-child {
    border-top: 1px #eee solid;
  }

  .table-message td:before {
    content: attr(data-label);
    font-weight: 400;
    font-family: Roboto-Medium, Arial, sans-serif;
    position: absolute;
    top: 0;
    left: 6px;
    width: 120px;
    bottom: 0;
    margin: auto;
    display: table;
    font-size: 13px;
  }

  .table-message td {
    position: relative;
    display: block;
    width: 100%;
    border-left: 1px #e1e1e1 solid;
    padding-left: 20px !important;
    white-space: normal;
    vertical-align: top;
    border-right: 1px solid #ddd;
  }

  .link-msg {
    white-space: normal;
    overflow: inherit;
  }

  .edit-msg {
    position: relative;
    z-index: 9;
    top: -6px;
  }

  .info-payment-transfer {
    padding: 15px;
  }

  .cont-info-transfer {
    padding: 0;
  }

  .cont-info-transfer .item .title-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .cont-info-transfer .item .detail {
    margin-left: 0;
    padding-left: 0;
  }

  .table-my-acc {
    font-size: 12.5px;
  }

  .alert-infor li,
  .desc-alert,
  .list-alert {
    padding-left: 0;
  }

  .list-alert h1 {
    margin-left: 0;
  }

  .ico-visa {
    display: none;
  }

  .visa-paided .list-alert h1 {
    padding-left: 32px;
  }

  .list-order .top {
    position: relative;
    padding-top: 65px;
  }

  .list-order .top .btn_apply {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .list-order .top .title-table-order {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .dt-em ul li label,
  .dt-em ul li p {
    width: 100%;
    float: none;
  }

  .msg-detail {
    padding: 25px 15px;
  }

  .msg-detail .body-mgs {
    padding: 20px 0;
  }

  .msg-detail .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .action-order a {
    padding: 0 5px;
    margin: 0;
  }

  .btn-re-apply {
    margin-left: 3px;
    padding: 7px 9px !important;
  }

  .msg-table #attachments .control-group {
    width: 100%;
    max-width: inherit;
  }

  .msg-table #attachments .control-group input[type="file"] {
    width: 100%;
  }

  .pull-right.btn-acceptance-form {
    float: none !important;
  }
}
@media (max-width: 530px) {
  .footer-block-step-3 .item-submit {
    margin-top: 40px;
    position: relative;
  }

  .footer-block-step-3 .item-submit .button-download {
    position: absolute;
    left: 0;
    top: -40px;
  }
}
@media (max-width: 480px) {
  .panel-client .panel-body {
    padding-top: 15px;
  }

  .drop-menu.language-top {
    float: left;
  }

  .member_site .header-r {
    padding-top: 10px;
  }

  .member_site .drop-menu li.logout {
    margin-top: 10px;
  }

  #highlight .row {
    margin: 0;
  }

  .list-all li {
    width: 100%;
  }

  #confirmation_form ul.list-all li {
    padding: 5px 10px 5px 0;
    min-height: 0;
    margin-bottom: 10px;
  }

  #confirmation_form ul.list-all li#row_check_agree {
    margin-bottom: 10px;
  }

  .table-message tr td a.n-title {
    max-width: 50px;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: inherit;
  }

  .cont-button .btn.fl {
    float: right;
    margin: 0 0 12px 10px;
  }

  .scrollHeader {
    font-size: 13px;
    line-height: 20px;
  }

  .scrollTitle {
    font-size: 18px;
  }

  .scrollBody h2,
  .titleHeading {
    margin: 15px 0 8px;
    font-size: 15px;
  }

  .list-item ul li .scrollContent ul li {
    margin-left: 35px !important;
    width: calc(100% - 35px) !important;
  }

  .tax-invoice .item {
    margin-bottom: 20px;
  }

  .modal-invoice .top-body .col-xs-6 {
    width: 100%;
  }

  .modal-invoice .top-body .refund {
    margin-bottom: 10px;
  }

  .table-billings .table {
    font-size: 12px;
  }

  .table-billings .table > tbody > tr > td,
  .table-billings .table > tbody > tr > th {
    padding: 8px 6px;
  }

  .tax-invoice {
    margin-bottom: 0;
  }

  .header-invoice .col-xs-5,
  .header-invoice .col-xs-7 {
    width: 100%;
    float: none;
  }

  .header-invoice .col-xs-5 {
    display: table-header-group;
  }

  .header-invoice .col-xs-7 {
    display: table-footer-group;
  }

  .logo-invoice {
    text-align: left;
  }

  .form-invoice,
  .logo-invoice {
    padding: 15px 30px;
  }

  .write-cmt {
    min-height: 120px;
  }

  .nav-step ul li a .box-icon-step {
    margin: 0 10px 0 0;
  }

  .block-payment,
  .tems-engaement {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-payment {
    margin-top: 15px;
  }

  .tems-engaement .mCustomScrollbar {
    height: 240px;
  }

  .item-your-applicant .detail-app .title-field {
    width: 130px;
  }

  .item-your-applicant .detail-app .detail-field {
    margin-left: 130px;
  }

  .block-page-my-account .table-my-acc td,
  .block-page-my-account .table-my-acc th {
    font-size: 11px;
  }

  .banner-home {
    height: 520px;
  }

  .item-your-applicant .cont,
  .item-your-applicant .name-app,
  .item-your-applicant .status-applicant {
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .form-select-visa-bt {
    max-width: 280px;
  }

  .form-select-visa-bt .select2-container .select2-choice {
    min-width: 280px;
  }

  .li-col-6 .col-xs-6,
  .li-full .col-xs-6 {
    width: 100%;
    float: none;
  }

  .li-time.li-col-6 .col-xs-6 {
    width: 50%;
    float: left;
  }

  .confirm-delete .btn-primary {
    padding: 7px 15px;
  }
}
@media (max-width: 360px) {
  .block-page-my-account .table-my-acc td,
  .block-page-my-account .table-my-acc th {
    padding: 6px 4px;
  }
}
#desc_eta,
#desc_nne,
#desc_stv,
#desc_top_ca,
#desc_top_eta,
#desc_top_none_eta,
#top_desc {
  display: none;
}

.tax-invoice-footer {
  text-align: center;
  margin-top: 20px;
}

.tax-invoice-footer p,
.tax-invoice-footer p a {
  color: #323232;
  line-height: 1.7;
  font-size: 13px;
}

.tax-invoice-footer p a:hover {
  color: #003e80;
}

.top-my-eta {
  border-bottom: 1px #ddd solid;
  padding: 12px 0;
}

.top-my-eta .filter,
.top-my-eta .search {
  float: left;
  margin-right: 10px;
  max-height: 32px;
}

.top-my-eta .filter .form-filter {
  display: inline-block;
}

.top-my-eta .filter label {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 6px;
}

.top-my-eta .filter .form-filter .chosen-container-single .chosen-single,
.top-my-eta .filter .form-filter .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
  min-width: 242px;
  max-width: 100%;
}

.top-my-eta .filter .chzn-container-single .chzn-single div b {
  background-position: 0 -198px;
}

.top-my-eta .filter .form-filter .chosen-container-single .chosen-single span {
  line-height: 20px;
}

.top-my-eta .filter .form-filter .chzn-container-single .chzn-single span {
  line-height: 30px;
  height: 34px;
}

.top-my-eta .filter .form-filter .chosen-container-single .chosen-single div {
  top: -5px;
}

.top-my-eta .search {
  position: relative;
  min-width: 380px;
  max-width: 100%;
  margin-right: 15px;
}

@media (max-width: 480px) {
  .top-my-eta .search {
    min-width: 260px;
  }
}
/*.top-my-eta .search:before{background-image: url(../../images/theme2017/icon-new-3.png);display: inline-block; margin-right: 10px;background-repeat: no-repeat;vertical-align: middle;position: relative;background-position:-475px -60px}*/
.top-my-eta .search span {
  float: left;
  margin-right: 10px;
  font-family: Roboto-Medium;
  position: relative;
  top: 6px;
  width: 48px;
}

.top-my-eta .search .form-control {
  height: 34px;
  width: calc(100% - 58px);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-right: 30px;
}

.top-my-eta .search .form-control:focus {
  border-color: #109fe0;
}

.top-my-eta .search .btn-search {
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  background: #f2f2f2;
  padding: 6px 8px;
  height: 32px;
  border-radius: 0 3px 3px 0;
}

.icon_search {
  width: 17px;
  height: 17px;
  background-position: -475px -60px;
  display: inline-block;
  margin-right: 0;
}

.icon_search:hover,
.btn-search:hover .icon_search {
  background-position: -475px -91px;
}

.btn-search:hover {
  background: #e9e9e9 !important;
}

.btn-add-app {
  background-color: #003e80;
  color: #fff;
  border-radius: 5000px;
  padding: 6px 34px;
}

.btn-add-app:hover {
  color: #fff;
  background-color: #003e80;
}

.top-my-eta .btn-add-app {
  float: right;
}

.cont-my-eta .title-group {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.cont-my-eta .title-group h3 {
  display: table;
  margin: 0 auto;
  border-bottom: 2px solid #ddd;
  padding: 12px 0;
  font-size: 24px;
  color: #707070;
  text-transform: uppercase;
}

.box-eta .title-box,
.box-eta .top-box .code,
.cont-box-eta .code {
  font-size: 16px;
  text-transform: uppercase;
}

.box-eta {
  border-radius: 4px;
  margin-bottom: 20px;
}

.box-eta .title-box {
  color: #444;
  margin: 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cont-my-eta .col-md-6:nth-child(2n + 1) {
  clear: both;
}

.box-eta .top-box {
  height: 60px;
  padding: 10px 20px;
  background: #ececec;
  margin-bottom: 0;
}

.box-eta .top-box .action {
  width: 150px;
  float: right;
  text-align: right;
}

.box-eta .top-box .action a {
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  border: 1px solid #cecece;
  line-height: 24px;
  border-radius: 5000px;
  line-height: 37px;
  padding: 0;
}

.box-eta .top-box .action a i {
  left: 0 !important;
  top: 0;
  margin: 0;
}

.box-eta .top-box .action a:hover {
  background: #f9f9f9;
}

.box-eta .top-box .code {
  float: right;
  font-weight: 700;
  color: #505050;
}

.cont-box-eta {
  padding: 30px 15px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  min-height: 320px;
}

.cont-box-eta .code {
  font-weight: 700;
  color: #303030;
}

.cont-box-eta .icon-stt {
  width: 50px;
  height: 50px;
  margin: 0 auto 13px;
  border-radius: 5000px;
  line-height: 50px;
}

.cont-box-eta .text-stt {
  font-size: 24px;
  font-style: italic;
  font-family: Georgia;
}

.box-eta.processing .icon-stt {
  background-color: #00c6ff;
}

.box-eta.processing .cont-box-eta .text-stt {
  color: #00c6ff;
  margin-bottom: 15px;
}

.box-eta.approved .cont-box-eta .text-stt {
  color: #4bc300;
  margin-bottom: 35px;
}

.box-eta.approved .icon-stt {
  background-color: #4bc300;
}

.box-eta.expired-soon .cont-box-eta .text-stt {
  color: #ffac4e;
  margin-bottom: 35px;
}

.box-eta.expired-soon .icon-stt {
  background-color: #ffac4e;
}

.box-eta.denied .icon-stt {
  background-color: #9e5321;
}

.box-eta.denied .cont-box-eta .text-stt {
  color: #9e5321;
}

.box-eta.Refund .icon-stt {
  background-color: #8c8c8c;
}

.box-eta.Refund .cont-box-eta .text-stt {
  color: #424242;
}

.box-eta.canceled .icon-stt {
  background-color: #8c8c8c;
}

.box-eta.canceled .cont-box-eta .text-stt {
  color: #424242;
}

.box-eta.expired-soon .icon-clock-2 {
  margin-top: -4px;
  margin-left: 1px;
}

.box-eta.expired-on .cont-box-eta .text-stt {
  color: #ff7376;
  margin-bottom: 35px;
}

.box-eta.expired-on .icon-stt {
  background-color: #ff7376;
}

.cont-my-eta .group {
  margin: 30px 0;
}

.header-order,
.list-order {
  margin-top: 30px;
}

.cont-box-eta .description {
  font-size: 16px;
  color: #707070;
  margin-bottom: 15px;
}

.cont-box-eta .date-detail {
  font-size: 16px;
  color: #505050;
  font-weight: 700;
  margin-bottom: 21px;
}

.cont-box-eta .date-detail span {
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 400;
}

.btn-eta-detail {
  color: #003e80;
  border-radius: 5000px;
  padding: 6px 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
  background-color: #fff;
  min-width: 132px;
  border: 1px solid #003e80;
  white-space: inherit;
}

.btn-eta-detail.disabled {
  background-color: #ddd;
  color: #aaa9a9;
}

.btn-eta-detail:hover {
  background-color: #003e80;
  color: #fff;
}

/*.item-order{border-top:1px solid #ddd}*/
.item-order.active {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-top-width: 0;
}

.item-order:first-child.active {
  border-top-width: 1px;
}

/*.item-order.active .btn-order,.item-order:last-child{border-bottom:1px solid #ddd}*/
.item-order.active:last-child {
  border-bottom: none;
}

.cont-my-eta,
.header-order {
  border-bottom: 1px solid #ddd;
}

.btn-order {
  display: block;
  text-align: left;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  color: #707070;
  padding: 10px 8px;
}

.item-order.active .btn-order {
  background: #f5f5f5;
}

.btn-order:hover {
  background: #f9f9f9;
}

.order-name {
  color: #109fe0;
  max-width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .order-name {
    width: 100%;
    overflow: inherit;
  }
}

.cont-my-eta {
  padding: 0 15px;
}

.header-order {
  padding: 5px 8px;
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #505050;
}

.icon-stt {
  width: 70px;
  height: 70px;
  border-radius: 5000px;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
}

.box-status.valid .icon-stt {
  background: #53d000;
  margin-bottom: 23px;
}

.box-status.expired-soon .icon-stt,
.box-status.no-reference-number .icon-stt {
  background: #ffac4e;
  margin-bottom: 23px;
}

.box-status.expired .icon-stt {
  background: #ff7376;
  margin-bottom: 23px;
}

.box-status.valid .text-stt {
  color: #46b000;
}

.box-status.expired-soon .text-stt,
.box-status.no-reference-number .text-stt {
  color: #ffac4e;
}

.box-status.expired .text-stt {
  color: #ff7376;
}

.box-status .text-stt {
  font-size: 24px;
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 55px;
}

.status-detail .description {
  font-size: 18px;
  color: #505050;
  line-height: 30px;
  margin-bottom: 40px;
}

.box-status .btn_sign-in {
  padding: 13px 37px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}

.status-detail {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
}

.box-status .link-check {
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 30px 0;
}

.box-status .link-check a {
  color: #0071d7;
}

.bottom-visa-stt {
  background: #f7f7f7;
  padding: 70px 0;
  text-align: center;
  margin-bottom: -50px;
}

.bottom-visa-stt .title {
  font-size: 24px;
  color: #303030;
  margin-bottom: 40px;
}

.bottom-visa-stt .description {
  font-size: 18px;
  color: #505050;
  margin-bottom: 30px;
  line-height: 25px;
}

.bottom-visa-stt .description a {
  color: #0071d7;
}

.bottom-visa-stt .btn_update {
  padding: 13px 20px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 25px;
}

.icon_download {
  background-position: -433px -27px;
  display: inline-block;
  width: 16px;
  height: 19px;
  left: -8px !important;
}

a:hover .icon_download {
  background-position: -465px -27px;
}

.top-box .action .icon_new {
  position: relative;
  left: -6px;
  top: -1px;
}

.top-box .action .icon_new.icon_view {
  left: -10px;
}

.cont-box-eta .icon-stt .icon_new,
.top-box .action .icon_new {
  margin: 0;
}

.icon_hourglass {
  width: 28px;
  height: 24px;
  background-position: -433px -180px;
}

.icon_more {
  width: 23px;
  height: 24px;
  background-position: -433px -150px;
}

.icon_refund {
  width: 30px;
  height: 16px;
  background-position: -584px 0;
  top: -1px;
  right: -2px;
}

.icon_refund_2 {
  width: 23px;
  height: 12px;
  background-position: 0px -272px;
  margin-right: 0;
  right: -2px;
}

a:hover > .icon_refund_2 {
  background-position: -30px -272px;
  right: -2px;
}

.icon_cancel-4 {
  width: 27px;
  height: 5px;
  background-position: -70px -272px;
  margin-right: 0;
  top: -2px;
}

.icon_valid {
  width: 28px;
  height: 24px;
  background-position: -433px -61px;
}

.icon_clock_2 {
  width: 28px;
  height: 37px;
  background-position: -433px -104px;
}

.icon_remove {
  width: 28px;
  height: 25px;
  background-position: -433px -217px;
}

.top-my-eta .filter label.control-label {
  width: auto;
  font-family: Roboto-Medium;
  font-size: 15px;
  position: relative;
  top: -2px;
}

.form-filter.short-select .select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
}

.form-filter.short-select .select2-container .select2-choice .select2-arrow b {
  position: relative;
  top: -3px;
}

table .head-title-table tr th {
  border-bottom-width: 1px;
  background-color: #ebebeb;
  font-family: Roboto-Medium;
  padding: 18px 12px;
  text-align: left;
}

.order-name .subName {
  font-size: 14px;
  color: #444;
}

.order-date {
  font-size: 14px;
  position: relative;
  top: 3px;
}
@media (max-width: 660px) {
  .order-date {
    float: left;
    clear: both;
    opacity: 0.8;
  }
}

.align-center {
  text-align: center;
}

.nav-tabs > li {
  margin-right: 5px;
}

.nav-tabs > li > a {
  padding: 10px 20px;
  border: 1px solid #cecece;
  border-radius: 5px 5px 0 0;
  color: #515151;
  font-size: 15px;
  font-family: Roboto-Medium;
  background: #f2f2f2;
}

.nav-tabs > li.active > a {
  background: #fff;
}

.top-tab {
  margin-top: 15px;
}

.top-tab .btn-success {
  margin-top: -41px;
}

.tab-content {
  padding: 30px 20px;
  border: 1px solid #ddd;
}

.icon-attached {
  background-position: -1px -234px;
  display: inline-block;
  position: relative;
  left: -5px;
  top: 1px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  opacity: 0.6;
}

p.date {
  margin-bottom: 20px;
  margin-top: -17px;
  font-style: italic;
  font-size: 13px;
}

.item-attach .icon-attached {
  margin-left: 0;
  left: 0;
}

.css-icon-dropdown {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.acc-info-top .noti-number {
  display: inline-block;
  background-color: #0fa6ec;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 6px;
  border-radius: 100px;
  margin-right: 10px;
  position: relative;
  top: -10px;
}

.acc-info-top .name-client .noti-number {
  position: absolute;
  top: -5px;
  left: -25px;
  margin-right: 0;
}

.acc-info-top .drop-menu-client {
  position: absolute;
  min-width: 180px;
  left: 0;
  background-color: #fff;
  top: 37px;
  padding: 15px 0 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 18px rgba(56, 56, 56, 0.32);
}

.acc-info-top .drop-menu-client:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  border-bottom: 3px solid #bbb;
  top: -20px;
  right: 0;
}

.acc-info-top .drop-menu-client li {
  list-style: none;
  text-align: left;
  float: none;
}

.acc-info-top .drop-menu-client a {
  display: inline-block;
  white-space: nowrap;
  color: #444;
  padding: 8px 5px;
  position: relative;
}

.acc-info-top .drop-menu-client a:hover {
  color: #003e80;
}

@media (min-width: 992px) {
  .h-username:hover .drop-menu-client {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.h-username {
  position: relative;
}

.h-username a {
  color: #323232;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.notifications-alert {
  width: 410px;
  max-width: 90%;
  position: fixed;
  top: 100px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 0 12px;
  z-index: 999;
  overflow: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
}

.notifications-alert .mCustomScrollbar {
  max-height: 265px;
  border: none;
  padding-right: 10px;
}

.notifications-alert .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.notifications-alert .ps-container > .ps-scrollbar-y-rail {
  right: 0;
  width: 4px;
}

.notifications-alert .btn-remove-noti {
  font-size: 16px;
  color: #313131;
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 10px;
  right: 0;
  cursor: pointer;
  z-index: 999;
}

.notifications-alert .item-noti:first-child {
  padding-top: 0;
  border-top: none;
}

.notifications-alert .item-noti {
  padding: 18px 20px 18px 0;
  border-top: 1px solid #e1e1e1;
}

.notifications-alert .item-noti .title {
  display: block;
  color: #191919;
  margin-bottom: 3px;
  font-size: 14px;
  background: 0 0;
  padding: 0;
  font-family: Roboto-Medium;
}

.notifications-alert .item-noti .title:hover {
  color: #003e80;
}

.notifications-alert .item-noti .desc {
  font-size: 13px;
  color: #404040;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.4;
}

.notifications-alert .item-noti .link-text {
  display: inline-block;
  padding: 3px 0;
  font-size: 13px;
}

.footer-invoice {
  padding: 0 20px 20px;
  background: #fff;
  text-align: right;
  margin-top: -20px;
}

.header-invoice h3 {
  padding: 20px;
  font-size: 16px;
  font-family: Roboto-Medium;
}

.refund-wrapper {
  padding: 20px;
}

.refund-wrapper .text-area {
  min-width: inherit;
}

.refund-wrapper table {
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
}

.refund-wrapper table thead tr th {
  text-align: left;
  font-family: Roboto-Medium;
  background: #efefef;
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
}

.refund-wrapper table tbody tr td {
  padding: 6px 10px;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  font-size: 13px;
}

.refund-wrapper table tbody tr td .checkbox label {
  font-size: 13px !important;
  margin-top: 2px;
}

.refund-wrapper table tbody tr td .checkbox {
  margin-bottom: 5px;
}

.social-link {
  position: fixed;
  top: 50%;
  right: 35px;
  bottom: 0;
  margin: -150px auto auto;
  z-index: 9;
  display: table;
}

span.help-block {
  color: #e20c0c !important;
  margin: 0;
  line-height: 1.1;
  font-size: 12px;
  margin: 5px 0 0;
  position: absolute;
}

.page-login span.help-block {
  position: static;
}

.has-error input.form-control,
.has-error .chosen-container-active.chosen-container-single .chosen-single,
.has-error .bfh-selectbox-toggle.form-control,
.has-error .bfh-selectbox .bfh-selectbox-toggle,
.has-error .chosen-container-active.chosen-with-drop .chosen-single,
.has-error .chosen-container-single .chosen-single,
.has-error .text-area-ac,
.has-error .textarea,
.form-control[aria-invalid="true"],
.text-area[aria-invalid="true"] {
  border: 1px solid red !important;
}

.has-error div.radio span {
  background-position: -184px -279px;
}

.contact-page span.help-block {
  position: relative;
}

.form-group {
  margin-bottom: 0;
}

.box-images-upload {
  position: relative;
  display: inline-block !important;
  margin-top: 10px;
}

.box-images-upload .del_ea_attach {
  position: absolute;
  top: -10px;
  right: 0;
  background: #003e80;
  text-align: center;
  line-height: 19px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
}

.del_ea_attach_pdf {
  background: #003e80;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 17px;
}

.box-images-upload .del_ea_attach .icon-closeNoti {
  position: relative;
  left: 2px;
}

.show_ea_attach {
  display: inline-block;
  margin-right: 10px;
}

.listFileUploads {
  margin-top: 20px;
}

.listFileUploads p {
  margin-bottom: 5px;
}

.listFileUploads span {
  font-size: 13px;
  color: #777;
}

.listFileUploads span:before {
  width: 5px;
  height: 5px;
  border-radius: 15px;
  background: #888;
  content: " ";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.listFileUploads a.delFile {
  margin-left: 20px;
  position: relative;
  top: 6px;
}

.inputHidden {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 41px;
  cursor: pointer;
}

.uploadControl .controls {
  position: relative;
}

.uploadControl .help-icon {
  width: 10px;
  position: relative;
  top: -2px;
  left: -4px;
}

.create-message span.help-block,
.form-change-pass span.help-block {
  position: static;
  display: inline-block;
}

span.help-block:empty {
  display: none;
  background: none;
}

.btn-info {
  font-size: 13px;
  padding: 6px 12px;
}

.box-info-content {
  background-color: #fff;
  text-align: center;
  color: #003e80;
  font-size: 20px;
  padding: 35px 15px;
}
.box-info-content p {
  margin-bottom: 0;
}

.content-list-check {
  text-align: left;
  background-color: #003e80;
  padding: 25px;
  margin-top: 0;
}

.content-list-check li {
  color: #fff;
  font-size: 16px;
  font-family: "montserratmedium", "robotomedium", Arial, sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.content-list-check li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .group .col-sm-12 {
    width: 50%;
  }
}
.acc-info-top .drop-menu-client li.back-menu {
  display: none;
}

@media (max-width: 991px) {
  .acc-info-top .drop-menu-client {
    width: 100%;
    box-shadow: none;
  }

  .open-drop-client .acc-info-top .drop-menu-client {
    z-index: 9;
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-top: 0;
  }

  .drop-menu-client:before {
    display: none;
  }

  .h-username {
    position: static;
  }

  .acc-info-top .drop-menu-client li.back-menu {
    position: relative;
    padding-left: 10px;
    display: block;
  }

  .acc-info-top .drop-menu-client li.back-menu:before {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 4px solid #aaa;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 16px;
    left: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.appointment-management .btn-add-app {
  padding: 7px 17px 5px;
}

@media (max-width: 767px) {
  .group .col-xs-6 {
    width: 100%;
  }

  .top-tab .btn-success {
    margin-top: -100px;
  }

  .custom-pagination .pagination.fr {
    float: none;
  }
}
@media (max-width: 686px) {
  .top-my-eta .btn-add-app {
    margin-top: -90px;
    float: left;
  }

  .top-my-eta .search {
    margin-top: 40px;
  }
}
.token-expired {
  text-align: center;
}

.note-token-expired {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.token-expired .btn-primary {
  padding: 6px 17px;
  color: #666;
  background-color: #fff;
}

@media (max-width: 420px) {
  .form-payment span.help-block {
    position: static;
  }
}
.sorting-by {
  color: #333;
  position: relative;
}

.css-icon-sorting {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
}

.sorting-by.down .css-icon-sorting {
  border-top: 4px solid rgba(0, 0, 0, 0.6);
}

.sorting-by.up .css-icon-sorting {
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
}

.link-view-detail:before {
  white-space: nowrap;
}

.modal-detail-app .body-modal {
  background: #fff;
  padding: 15px;
  max-height: 600px;
  overflow: auto;
}

.modal-detail-app .header-modal {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px;
}

.modal-detail-app .title-modal {
  font-family: Roboto-Bold, Arial, sans-serif;
}

.modal-invoice.modal-detail-app .modal-content {
  max-width: 960px;
  padding-bottom: 40px;
  background: #fff;
}

.modal-detail-app .table {
  border: 1px solid #ddd;
}

.modal-detail-app .table td {
  border: 1px solid #ddd;
}

.modal-detail-app .table th {
  text-align: left;
  border: 1px solid #ddd;
  text-transform: uppercase;
}

.modal-detail-app .table thead th {
  background: #e3e3e3;
  font-family: Roboto-Bold, Arial, sans-serif;
}

.modal-detail-app .table tbody th {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .modal-detail-app .table .detail-td {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .modal-detail-app .table .detail-td {
    width: 100px;
  }
}
.note-confirm {
  padding: 20px 30px 20px 80px;
  background: #fcf8e3;
  border: 1px solid #efecda;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
}

.note-confirm p {
  margin-bottom: 0;
  color: #dd900a;
  font-size: 14px;
}

.icon_warning_mes {
  width: 33px;
  height: 33px;
  background-position: -577px -162px;
  margin-right: 0;
}

.note-confirm .icon_warning_mes {
  position: absolute;
  top: 26px;
  left: 30px;
}

.note-unsubscribed {
  font-size: 30px;
}

@media (max-width: 767px) {
  .note-unsubscribed {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .note-confirm {
    padding: 64px 30px 20px 30px;
  }
}
.select-service-visa {
  margin-bottom: 30px;
}

.item-select-service {
  text-align: center;
  display: block;
  padding: 20px 10px 15px 10px;
  position: relative;
  height: 145px;
  border: 1px #dddddd solid;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.item-select-service:hover {
  background-color: #f8f8f8;
}
.item-select-service.disabled {
  cursor: default;
  background: #f1f2f2;
}
.item-select-service.disabled:hover {
  background: #f1f2f2;
}
.item-select-service .title-service {
  font-size: 18px;
  color: #505050;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.item-select-service .price-service {
  color: #003e80;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.1;
}
.item-select-service .dateline-service {
  font-size: 14px;
  color: #707070;
  margin-bottom: 15px;
  display: block;
}
.item-select-service .recomment {
  color: #fff;
  background-color: #003e80;
  display: inline-block;
  padding: 4px 20px;
  position: absolute;
  right: -19px;
  top: 10px;
  z-index: 9;
  font-size: 10px;
  transform: rotate(39deg);
}
.item-select-service.active {
  background-color: #003e80;
}
.item-select-service.active .title-service {
  color: #fff;
}
.item-select-service.active .price-service {
  color: #fff;
}
.item-select-service.active .dateline-service {
  color: #fff;
}
.item-select-service.active .desc {
  color: #fff;
}
.item-select-service.active .recomment {
  display: none;
}
@media (max-width: 480px) {
  .item-select-service {
    height: 140px;
    margin-bottom: 10px;
    padding-top: 25px;
  }
  .item-select-service .title-service {
    font-size: 16px;
  }
  .item-select-service .price-service {
    font-size: 18px;
  }
  .item-select-service .dateline-service {
    font-size: 13px;
  }
  .item-select-service .desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .select-service-visa .row {
    margin: 0 -5px;
  }

  .select-service-visa .col-sm-3 {
    padding: 0 5px;
  }
}
/**/
.select-price-applicant {
  position: relative;
  text-align: center;
}

.select-price-applicant .price-applicant {
  margin-bottom: 0;
  cursor: pointer;
  padding: 10px 15px;
}

.select-price-applicant .price-applicant .top-price {
  text-transform: uppercase;
  font-weight: bold;
}

.select-price-applicant .price-applicant .bottom-price {
  color: #707070;
}

.drop-list-price {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -240px;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.drop-list-price li {
  border-bottom: 1px solid #ddd;
}

.drop-list-price li a {
  display: block;
  padding: 8px 15px;
  background-color: #f8f8f8;
  color: #323232;
}

.drop-list-price li a:hover {
  background-color: #fff;
}

.drop-list-price li.active a {
  background-color: #003e80;
  color: #fff;
}

.drop-list-price .title-service-dropdown {
  text-transform: uppercase;
  font-family: Roboto-Bold, Arial, sans-serif;
}

.select-price-applicant.open .drop-list-price {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}

.item-your-applicant.eligible {
  border-bottom: 3px solid #003e80;
}

.item-your-applicant.ineligible {
  border-bottom: 3px solid #003e80;
}

.name-client span {
  max-width: 130px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-payment-info {
  text-align: left;
}

.table-payment-info .table {
  background: #fff;
}

.table-payment-info .table > tbody > tr > th {
  background: #efefef;
  vertical-align: bottom;
}

.table-payment-info .table > tbody > tr > td {
  vertical-align: top;
}

.group-visa .name-type {
  width: 80px;
  display: inline-block;
}

@media (max-width: 480px) {
  .table-payment-info {
    font-size: 12px;
  }

  .table-payment-info .table > tbody > tr > td,
  .table-payment-info .table > tbody > tr > th {
    padding-left: 3px;
    padding-right: 3px;
  }

  .group-visa .name-type {
    display: block;
    margin-bottom: 10px;
  }
}
.bg-overlay-confirm {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000003;
}

.cont-confirm-paypal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000004;
}

.cont-confirm-paypal h2 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cont-confirm-paypal h2 span {
  color: #003e80;
}

.cont-confirm-paypal .desc {
  margin-bottom: 40px;
}

.box-content-diglog {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
}

.cont-confirm-paypal .div-table {
  height: 100vh;
}

@media (max-width: 480px) {
  .box-content-diglog {
    padding: 30px 15px;
  }
}
.note-mes-content {
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background: #f8f8f8;
  margin-bottom: 25px;
  font-style: italic;
}

.note-mes-content p {
  margin-bottom: 5px;
}

.note-mes-content ul {
  margin-bottom: 20px;
}

.note-mes-content ul:last-child {
  margin-bottom: 0;
}

.note-mes-content ul li {
  padding-left: 15px;
  position: relative;
}

.note-mes-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #888;
  position: absolute;
  top: 10px;
  left: 0;
}

.nav-tab-menu-acc {
  margin-bottom: 10px;
}

.nav-tab-menu-acc li {
  float: left;
  list-style: none;
  margin-right: 5px;
}

.nav-tab-menu-acc li a {
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  color: #333;
  background: #f2f2f2;
  font-size: 16px;
  font-family: Montserrat-Bold, sans-serif;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
}

.nav-tab-menu-acc li.active a {
  background: #fff;
  color: #003e80;
  border-color: #003e80;
}

.tab-content.table-group-invoice {
  padding: 0;
  margin: 0;
  border: none;
}

.link-text-main {
  color: #003e80;
}

.link-text-main:hover {
  text-decoration: underline;
}

.group-appointment {
  margin-bottom: 60px;
}

.group-appointment .pagination {
  margin: 0;
}

.group-appointment .top-my-eta {
  border-bottom: none;
}

.table-appointment .link-text-main {
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 599px) {
  .nav-tab-menu-acc {
    margin-bottom: 40px;
  }

  .nav-tab-menu-acc li a {
    font-size: 13px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1200px) {
  .table-appointment {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .table-appointment thead {
    display: none;
  }

  .table-appointment td:before {
    content: attr(data-label);
    font-size: 13px;
    color: #505050;
    width: 150px;
    display: inline-block;
    font-family: Roboto-Bold;
    position: absolute;
    left: 10px;
  }

  .table-appointment tbody,
  .table-appointment tbody tr,
  .table-appointment tbody tr td {
    display: block !important;
  }

  .table-appointment table {
    border: none;
  }

  .table-appointment tbody tr {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
  }

  .table-appointment tbody tr td {
    padding-left: 165px !important;
    position: relative;
    border-top: none;
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .group-appointment .top-my-eta .search {
    min-width: 320px;
  }
}
.note-field {
  font-size: 13px;
  color: #717171;
  margin-top: 10px;
}

.note-field .item-note {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
}

.note-field .item-note:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #818181;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (min-width: 1200px) and (max-width: 1420px) {
  .block-consultation .item-img img {
    max-width: 430px;
  }

  .block-option-visa.visa-eta .item-img img {
    left: 0;
  }

  .block-option-visa.visa-evv .item-img img {
    right: -87px;
  }
}
/*block-customers-review*/
#customers_review {
  padding: 0 15%;
  height: auto;
}

.block-customers-review {
  padding: 90px 0;
  text-align: center;
  font-family: "Montserrat-Regular", Roboto-Medium, Arial, sans-serif;
}
.block-customers-review .carousel-control {
  box-shadow: none !important;
  background: none !important;
}
.block-customers-review .cont-review {
  font-size: 18px;
  margin-bottom: 30px;
}
.block-customers-review .name-customer {
  display: inline-block;
  color: #134b96;
  font-size: 24px;
}
.block-customers-review .address-customer {
  display: inline-block;
  font-style: italic;
}
.block-customers-review .ratting-by-customer {
  margin-top: 20px;
}
.block-customers-review .carousel-control .icon_new {
  position: absolute;
  top: 40%;
  margin-top: -18px;
}
.block-customers-review .carousel-inner > .item {
  min-height: 220px;
}
@media (min-width: 1200px) {
  .block-customers-review .carousel-inner > .item {
    height: auto;
  }
}
@media (max-width: 500px) {
  .block-customers-review .carousel-inner > .item {
    height: auto;
    min-height: 240px;
  }
  .block-customers-review .cont-review {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .block-customers-review .name-customer {
    font-size: 18px;
  }
  .block-customers-review .ratting-by-customer {
    margin-top: 0;
  }
}

/**/
/*FAQ page*/
.block-form-faq {
  padding: 60px 0;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #ccc;
}

.block-form-faq .cont-form-faq {
  max-width: 600px;
  background-color: #fff;
  padding: 30px;
}

.list-faqs {
  padding: 60px 0;
}

.list-faqs .description-block {
  margin-bottom: 80px;
}

.item-faq {
  padding-left: 40px;
  position: relative;
  margin-bottom: 40px;
}

.item-faq .question-text {
  font-family: "Montserrat-Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.item-faq .question-text:before {
  content: "";
  width: 27px;
  height: 27px;
  background-position: -91px -432px;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: -40px;
}

.item-faq.active .question-text:before {
  content: "";
  width: 27px;
  height: 27px;
  background-position: -133px -432px;
}

.item-faq .question-text:hover {
  color: #003e80;
}

.item-faq .answer-text {
  font-style: italic;
  color: #000000;
  display: none;
}

.item-faq ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.item-faq ul li {
  list-style: circle;
}

.item-faq .faq-country-list {
  margin: 20px 20px;
}

.item-faq .faq-country-list li {
  list-style: none;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .list-faqs .cont-list-faq > .row {
    margin: 0 -60px;
  }

  .list-faqs .cont-list-faq > .row > .col-sm-6 {
    padding: 0 60px;
  }
}
/**/
/* new visitor visa page */
.new-content-vs .vs-options a {
  background: #003e80;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
  width: 395px;
  margin-right: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.new-content-vs .vs-options a:hover {
  background: #0952a0;
}
.new-content-vs .vs-options a:last-child {
  margin-right: 0;
}
@media (max-width: 676px) {
  .new-content-vs .vs-options a {
    width: calc(50% - 13px);
  }
}
@media (max-width: 468px) {
  .new-content-vs .vs-options a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.new-content-vs .vs-options .op-title {
  font-family: Roboto-Medium, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #0fa6ec;
  text-transform: uppercase;
}
.new-content-vs .vs-options p {
  font-size: 13px;
  margin-bottom: 5px;
  font-family: Roboto-Light, sans-serif;
}
.new-content-vs .vs-options .op-price {
  font-family: Roboto-Medium, sans-serif;
  font-size: 15px;
}
.new-content-vs .vs-options .op-price span {
  font-size: 13px;
  font-family: Roboto-Light, sans-serif;
}

.op-table {
  margin-top: 30px;
}
.op-table table {
  width: 100%;
}
.op-table table thead th {
  padding: 10px 12px;
  border: solid 1px #666;
  font-weight: 400;
  background: #f7f7f7;
  font-family: Roboto-Medium, sans-serif;
}
@media (max-width: 460px) {
  .op-table table thead th {
    padding: 8px 5px;
  }
}
.op-table table thead th.text-center {
  width: 130px;
}
@media (max-width: 460px) {
  .op-table table thead th.text-center {
    width: auto;
  }
}
.op-table table thead th span {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 368px) {
  .op-table table thead th span {
    font-size: 13px;
  }
}
.op-table table thead th p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 368px) {
  .op-table table thead th p {
    font-size: 13px;
  }
}
.op-table table thead th.first-th span {
  font-size: 18px;
  font-family: Roboto-Medium, sans-serif;
}
@media (max-width: 368px) {
  .op-table table thead th.first-th span {
    font-size: 14px;
  }
}
.op-table table thead th.first-th p {
  font-size: 13px;
}
@media (max-width: 368px) {
  .op-table table thead th.first-th p {
    font-size: 12px;
  }
}
.op-table table tbody tr td {
  padding: 10px 12px;
  border: solid 1px #666;
}
@media (max-width: 991px) {
  .op-table table tbody tr td {
    vertical-align: top;
  }
  .op-table table tbody tr td .icon-check {
    position: relative;
    top: 5px;
  }
}
@media (max-width: 460px) {
  .op-table table tbody tr td {
    font-size: 12px;
  }
}
.op-table table tbody tr td.active {
  background: #ffffd8;
}
@media (max-width: 460px) {
  .op-table table tbody tr td {
    padding: 8px 5px;
  }
}
.op-table table tbody tr .has-content .detailed-if {
  display: none;
  padding-right: 20px;
  padding-top: 10px;
}
.op-table table tbody tr .has-content p {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
}
.op-table table tbody tr .has-content p:after {
  content: "+";
  font-family: Roboto-Medium, sans-serif;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #333;
  font-size: 18px;
  top: -3px;
}
.op-table table tbody tr .has-content ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 8px;
}
.op-table table tbody tr .has-content ul li:before {
  width: 2px;
  height: 2px;
  border-radius: 10px;
  background: #666;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 9px;
  content: " ";
}
@media (max-width: 480px) {
  .op-table table tbody tr .has-content ul li {
    font-size: 13px;
  }
}
.op-table table tbody tr .has-content.active .detailed-if {
  display: block;
}
.op-table table tbody tr .has-content.active p:after {
  content: "–";
  font-family: Roboto-Bold, sans-serif;
}

.action-visa.lazy-background.visible:before {
  width: 165px;
  height: 200px;
  display: inline-block;
  content: " ";
  position: absolute;
  right: 10%;
  top: 100px;
}
@media (max-width: 1199px) {
  .action-visa.lazy-background.visible:before {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .action-visa.lazy-background.visible:before {
    display: none;
  }
}

/*-- end --*/
.note-remove {
  font-size: 13px;
  font-style: italic;
  color: #d28a07;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.note-visitor-visa {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  margin: 15px 0 0;
}

@media (max-width: 480px) {
  li.col-xs-6.col-sm-4.item.eta-item {
    min-height: 265px;
  }
}
@media (max-width: 300px) {
  li.col-xs-6.col-sm-4.item.eta-item {
    min-height: 287px;
  }
}

.item-field-login .cont-field.note-form.highlight-text {
  background: #ffd89d;
  padding: 10px 10px 0;
  border: solid 1px #ffbf60;
  font-size: 14px;
  color: #444;
}
.item-field-login .cont-field.note-form.highlight-text a {
  text-decoration: underline;
}
.item-field-login .cont-field.note-form.highlight-text a:hover {
  color: #0952a0;
}

/*___ MI FORM --*/
.list-order.list-document {
  margin-top: 10px;
}
.list-order.list-document .item-order {
  border: none !important;
}
.list-order.list-document .btn-order {
  background: none;
  padding: 18px 0;
}
.list-order.list-document .btn-order:focus {
  outline: 0;
  box-shadow: none;
}
.list-order.list-document .btn-order:active {
  box-shadow: none;
}
.list-order.list-document .cont-my-eta {
  padding: 0;
}
.list-order.list-document .cont-my-eta .group {
  margin-top: 10px;
}
.list-order.list-document .cont-my-eta .tb-tab {
  border: none;
  border-bottom: solid 1px #ddd;
}
.list-order.list-document.document-checklistPage .app-tabBar .tb-tab span {
  display: inline-block;
  width: calc(100% - 235px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .list-order.list-document.document-checklistPage .app-tabBar .tb-tab {
    border-bottom: none;
    padding-bottom: 50px;
  }
  .list-order.list-document.document-checklistPage .app-tabBar .tb-tab span {
    width: 100%;
    overflow: visible;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .list-order.list-document.document-checklistPage .app-tabBar .noti-btn {
    position: absolute;
    float: left;
    bottom: 0;
    left: 0;
    padding: 0 18px;
    margin: 0 15px 10px;
    top: auto;
  }
}

.icon-note {
  width: 25px;
  height: 22px;
  margin-right: 8px;
  background-position: -698px 0;
}

.icon-tbDownload {
  width: 17px;
  height: 17px;
  background-position: -698px -39px;
}

.icon-tbUpload {
  width: 17px;
  height: 17px;
  background-position: -698px -69px;
}

a:hover .icon-tbUpload,
.upFile:hover .icon-tbUpload {
  background-position: -734px -69px;
}

.disabled .icon-tbUpload,
.disabled:hover .icon-tbUpload {
  background-position: -734px -97px;
}

.icon-tbHelp {
  width: 14px;
  height: 14px;
  background-position: -698px -128px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.icon-tbFile {
  width: 16px;
  height: 17px;
  background-position: -699px -101px;
  margin-right: 0;
  position: relative;
  top: 2px;
}

.icon-done {
  width: 24px;
  height: 24px;
  background-position: -733px 0;
}

.icon-modalClose {
  width: 15px;
  height: 17px;
  background-position: -697px -262px;
}

.close:hover .icon-modalClose {
  background-position: -732px -154px;
}

.icon-inprogress {
  width: 24px;
  height: 24px;
  background-position: -732px -195px;
}

.icon-pending {
  width: 24px;
  height: 24px;
  background-position: -697px -195px;
}

.icon-removeFile {
  width: 12px;
  height: 12px;
  background-position: -698px -237px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.icon-noti {
  width: 14px;
  height: 10px;
  background-position: -734px -262px;
  position: absolute;
  right: -19px;
  bottom: 4px;
}

.needMod {
  position: relative;
}

a:hover .icon-tbDownload {
  background-position: -734px -39px;
}
a:hover .icon-tbHelp {
  background-position: -734px -128px;
}
a:hover .icon-removeFile {
  background-position: -731px -237px;
}

a.disabled {
  cursor: default;
}

.app-tabBar {
  position: relative;
}

.tb-tab {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  background: #f4f3f4;
  padding: 15px 22px;
  border: solid 1px #ddd;
  border-radius: 0;
}

.noti-btn {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  padding: 0 18px;
  font-size: 13px;
  border: solid 1px #ddd;
  right: 5px;
  top: 10px;
  color: #3c3c3c;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 660px) {
  .noti-btn {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .noti-btn {
    position: relative;
    float: left;
    top: 0;
    right: auto;
    padding: 0 18px;
  }
}

.noti-btn .icon_new {
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.fileReview {
  position: relative;
  padding: 7px 7px 7px 10px;
  background: #f8f8f8;
  border: solid 1px #ddd;
  border-radius: 3px;
  display: inline-block;
}

.tb-checklist {
  border: solid 1px #ddd;
  border-bottom: none;
  border-top: none;
}

.tb-checklist .table {
  margin-bottom: 0;
}

.tb-checklist .table > tbody > tr > td,
.tb-checklist .table > tbody > tr > th,
.tb-checklist .table > tfoot > tr > td,
.tb-checklist .table > tfoot > tr > th,
.tb-checklist .table > thead > tr > td,
.tb-checklist .table > thead > tr > th {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 13px;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .tb-checklist.table-order .table > tbody > tr.doc-type {
    margin-bottom: 0 !important;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #ddd;
  }
  .tb-checklist.table-order .table > tbody > tr.doc-type .xs-none {
    display: none !important;
  }
  .tb-checklist.table-order .table > tbody > tr.doc-type td {
    padding-left: 15px !important;
  }
  .tb-checklist.table-order .table > tbody > tr td {
    padding-left: 150px !important;
    text-align: left !important;
    min-height: 41px;
  }
  .tb-checklist.table-order .table > tbody > tr td:before {
    text-align: left !important;
  }

  .help-docchecklist-modal .table-bordered,
  .help-docchecklist-modal .table-bordered > tbody > tr > td,
  .help-docchecklist-modal .table-bordered > tbody > tr > th,
  .help-docchecklist-modal .table-bordered > tfoot > tr > td,
  .help-docchecklist-modal .table-bordered > tfoot > tr > th,
  .help-docchecklist-modal .table-bordered > thead > tr > td,
  .help-docchecklist-modal .table-bordered > thead > tr > th {
    word-break: break-word;
  }
}
.form-wapper .tooltip.left {
  width: auto !important;
}

.tb-checklist .table > thead > tr > th {
  padding: 15px 10px;
  text-align: left;
}

.tb-checklist .table > thead > tr > th.align-center {
  text-align: center;
}

.tb-checklist .table > tbody > tr.doc-type > td {
  font-weight: 700;
  text-transform: uppercase;
  background: #f8f8f8;
  color: #3c3c3c;
  font-size: 14px;
}

.tb-checklist .table > tbody > tr > td i {
  margin-right: 0;
}

.tb-checklist .box-form {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.tb-checklist .box-form .title-box-form {
  position: relative;
  font-size: 14px;
}
.tb-checklist .box-form .title-box-form a {
  display: block;
  background: #ecf9ff;
  color: #515151;
  margin: 0 -10px;
  padding: 8px 10px 8px 38px;
  font-weight: 400;
}
.tb-checklist .box-form .title-box-form:before {
  background-position: -196px 0;
  width: 11px;
  height: 7px;
  display: inline-block;
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
}
.tb-checklist .box-form .title-box-form.active:before {
  background-position: -239px 0;
}

.tb-checklist .form-info.in {
  padding-bottom: 20px;
}

.tb-checklist .box-form:last-child .form-info.in {
  padding-bottom: 0 !important;
}

.cont-my-eta.block-document-check-list {
  border-bottom: none;
}

.doc-completed {
  color: #003e80;
}

.noti-btn.status-app-doc {
  color: #666;
  font-weight: 700;
  font-size: 14px;
}
.noti-btn.status-app-doc.doc-completed {
  color: #003e80;
}
.noti-btn.status-app-doc.doc-incomplete {
  color: #ff0000;
}

.accepted-stt {
  font-weight: 700;
  color: #3caf14;
}

.modify-stt {
  font-weight: 700;
  color: #ff0000;
}

.modify-stt a {
  color: #ff0000;
}

.noPddLeft {
  padding-left: 0 !important;
}

.noPddRight {
  padding-right: 0 !important;
}

ul.li-style {
  margin-left: 20px;
}

ul.li-style li,
.md-content ul li {
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

ul.li-style li:before,
.md-content ul li:before {
  width: 5px;
  height: 5px;
  content: " ";
  display: inline-block;
  border-radius: 10px;
  background: #969696;
  position: absolute;
  top: 10px;
  left: 0;
}

.upFile {
  position: relative;
  cursor: pointer;
  float: left;
  top: 3px;
  margin-right: 10px;
}
.upFile .inputHidden {
  height: 23px;
  width: 100%;
  cursor: pointer;
}

.disabled.upFile .inputHidden {
  cursor: default;
}

.tooltip .tooltip-inner {
  word-break: break-all;
  max-width: 300px;
  background: #222;
  padding: 5px 15px;
  color: #fff;
}
@media (max-width: 480px) {
  .tooltip .tooltip-inner {
    font-size: 12px;
    max-width: 180px;
    padding: 5px 10px;
  }
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}

.new-note {
  float: left;
  font-size: 13px;
  font-style: italic;
  text-transform: none;
}
.new-note b {
  color: red;
}

@media (max-width: 480px) {
  .cont-my-eta .tb-checklist {
    overflow-x: auto;
  }
}
.top-MI {
  padding-bottom: 5px;
  border-bottom: solid 1px #ddd;
}
.top-MI .sl-order label {
  float: left;
  font-weight: 500;
  position: relative;
  top: 0;
  font-size: 13px;
}
@media (max-width: 430px) {
  .top-MI .sl-order label {
    display: none;
  }
}
.top-MI .sl-order .or-list {
  float: left;
  margin: -10px 0 0 10px;
}
@media (max-width: 660px) {
  .top-MI .sl-order {
    float: left;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 430px) {
  .top-MI .sl-order label {
    display: none;
  }
  .top-MI .sl-order .or-list {
    margin-left: 0;
    width: 100%;
  }
}

.dc-order {
  cursor: default;
}

.block-document-check-list .tb-checklist {
  border: none;
  padding-top: 20px;
}
.block-document-check-list .tb-checklist.collapse {
  padding-top: 0;
  height: 0 !important;
}
.block-document-check-list .tb-checklist .alert {
  margin-top: 10px;
  padding-right: 10px;
}

.group_work_undertaken_MI74_active,
.group_work_undertaken_MI80_active,
.group_work_undertaken_MI87_active,
.group_work_undertaken_MI94_active,
.group_work_undertaken_MI101_active,
.group_work_undertaken_MI112_active {
  padding: 0;
}

.MI-page .tb-tab.collapsed {
  border-radius: 0 !important;
}

.required-as {
  color: #ff0000;
  padding-left: 3px;
}

.dc-order {
  cursor: default;
}

.block-document-check-list .tb-checklist {
  border: none;
  padding-top: 20px;
}
.block-document-check-list .tb-checklist.collapse {
  padding-top: 0;
  height: 0 !important;
}
.block-document-check-list .tb-checklist .alert {
  margin-top: 10px;
  padding-right: 10px;
}

.group_work_undertaken_MI74_active,
.group_work_undertaken_MI80_active,
.group_work_undertaken_MI87_active,
.group_work_undertaken_MI94_active,
.group_work_undertaken_MI101_active,
.group_work_undertaken_MI112_active {
  padding: 0;
}

.MI-page .tb-tab.collapsed {
  border-radius: 0 !important;
}

.div_mi_app_form {
  border: 1px solid #ddd;
}

.tb-tab {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.tb-tab .app-name {
  max-width: calc(100% - 160px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (max-width: 660px) {
  .tb-tab .app-name {
    max-width: calc(100% - 145px);
  }
}
@media (max-width: 480px) {
  .tb-tab .app-name {
    max-width: 100%;
    width: 100%;
    white-space: normal;
    margin-bottom: 5px;
  }
}

.modal-dialog {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: auto;
    margin: 0 auto;
  }
}
.modal-footer {
  float: left;
  width: 100%;
}

.modal-header {
  background: #003e80;
}

@media (max-width: 599px) {
  .modal.modal-verify {
    top: 80px !important;
  }
}
.form-info ul li.li-full .col-xs-12 .col-xs-6 .item-field {
  min-height: 78px;
}
.form-info ul li.li-full .col-xs-12 .col-xs-12 .item-field {
  min-height: auto;
}

.holiday-noti {
  position: relative;
  padding: 0 80px 30px 0;
  float: left;
  width: 100%;
  background: #ffefd1;
  margin: 80px 0 30px;
}
.holiday-noti img {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.holiday-noti .hl-content {
  width: calc(100% - 290px);
  text-align: center;
  margin: 50px 0 30px 290px;
}
.holiday-noti .hl-content .hl-title {
  font-size: 38px;
  font-weight: bold;
  font-family: Tahoma, "Roboto-Regular", Arial, sans-serif;
  color: #ff4444;
  margin-bottom: 20px;
  line-height: 1.2;
}
.holiday-noti .hl-content p b {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .holiday-noti {
    padding-right: 30px;
  }
  .holiday-noti .hl-content {
    margin-left: 230px;
    width: calc(100% - 230px);
  }
}
@media (max-width: 550px) {
  .holiday-noti {
    overflow: hidden;
  }
  .holiday-noti img {
    opacity: 0.2;
    width: 100%;
    height: auto;
    top: 0;
  }
  .holiday-noti .hl-content {
    width: 100%;
    margin-left: 0;
  }
  .holiday-noti .hl-content .hl-title {
    font-size: 30px;
  }
  .holiday-noti .hl-content p br {
    display: none;
  }
}

.main-content.fl {
  float: left;
  width: 100%;
}

.cls-not-fees {
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #444;
}

.icon-location {
  width: 10px;
  height: 15px;
  background-position: -198px -319px;
  margin-right: 5px;
}

.icon_minus {
  width: 20px;
  height: 20px;
  background-position: -23px -46px;
}

.icon_pass {
  width: 14px;
  height: 11px;
  background-position: -0px -349px;
  margin-right: 0;
}

.icon_fail {
  width: 12px;
  height: 12px;
  background-position: -23px -349px;
  margin-right: 0;
}

.icon-tc-phone {
  background-position: 0 -372px;
  width: 26px;
  height: 27px;
}

.icon-tc-hands {
  background-position: -66px -375px;
  width: 55px;
  height: 28px;
}

.icon-tc-check {
  background-position: -133px -372px;
  width: 31px;
  height: 34px;
}

.icon_chat {
  background-position: -197px -372px;
  width: 24px;
  height: 21px;
  margin-right: 10px;
}

.icon_user_mobile {
  background-position: -569px -316px;
  width: 26px;
  height: 26px;
  margin-right: 0px;
}

.icon-newTick {
  width: 29px;
  height: 29px;
  display: inline-block;
  background-position: -242px -377px;
}

.icon_faster_visa {
  width: 18px;
  height: 22px;
  display: inline-block;
  background-position: -578px -360px;
}

.icon_next {
  width: 18px;
  height: 35px;
  background-position: -59px -432px;
  margin-right: 0;
}

.icon_prev {
  width: 18px;
  height: 35px;
  background-position: -39px -432px;
  margin-right: 0;
}

.icon_star {
  width: 22px;
  height: 22px;
  background-position: 0 -432px;
}

a:hover .icon_faster_visa {
  background-position: -608px -360px;
}

.icon-check {
  width: 15px;
  height: 11px;
  background-position: -176px -104px;
}

.icon-app-stt {
  width: 24px;
  height: 25px;
  background-position: -139px -475px;
}

.doc-completed .icon-app-stt {
  background-position: -70px -475px;
}

.icon-acc-stt {
  width: 20px;
  height: 20px;
  background-position: -212px -475px;
  position: absolute;
  left: 0;
  top: 7px;
}

.group-completed .icon-acc-stt {
  background-position: 0 -18px;
}

.icon-none {
  width: 10px;
  height: 11px;
  background-position: -201px -105px;
}

.box-remove-name-app {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 15px 0;
  top: -10px;
  position: relative;
}
.box-remove-name-app a:hover {
  text-decoration: underline;
}

.btn-add-name {
  margin-bottom: 15px;
}
.btn-add-name a:hover {
  text-decoration: underline;
}

.parent_elemen > .item-field {
  margin-bottom: 40px;
}

.item-field {
  margin-bottom: 20px;
}

.list-check-box {
  margin-top: 5px;
}
.list-check-box .checkbox label::before {
  left: 1px;
}
@media (min-width: 1000px) {
  .list-check-box .col-md-4:nth-child(3n + 1) {
    clear: both;
  }
}
@media (max-width: 999px) {
  .list-check-box .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
}
.list-check-box .item.checkbox {
  margin-bottom: 5px;
}

.pagination .chosen-container {
  display: inline-block;
  width: auto !important;
}

.item-confirm-visa {
  background-color: #f8f8f8;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .item-confirm-visa .text-status {
    white-space: nowrap;
  }
}
.item-confirm-visa.status-eligible {
  border-bottom: 3px solid #72bf44;
}
.item-confirm-visa.status-eligible .text-status {
  color: #72bf44;
}
.item-confirm-visa.status-not-eligible {
  border-bottom: 3px solid red;
}
.item-confirm-visa.status-not-eligible .text-status {
  color: red;
}
.item-confirm-visa .top-item {
  display: table;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .item-confirm-visa .top-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.item-confirm-visa .info-item {
  display: table-cell;
  vertical-align: middle;
}
.item-confirm-visa .info-item .name-item {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #3c3c3c;
}
.item-confirm-visa .info-item .desc {
  margin-bottom: 0;
  font-size: 14px;
}
.item-confirm-visa .action-item {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  min-width: 100px;
}
.item-confirm-visa .action-item > a {
  width: 40px;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
}
.item-confirm-visa .action-item > a > .icon_new {
  margin: 0;
}
.item-confirm-visa .action-item > a:first-child {
  border-left: none;
}

.table-points {
  font-size: 14px;
  padding-bottom: 10px;
}
.table-points .table > thead > tr > th {
  text-align: left;
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .table-points .table > thead > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.table-points .table > tbody > tr > td {
  text-align: left;
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .table-points .table > tbody > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.table-points .table > tbody > tr:nth-child(odd) > td {
  background-color: #e8e8e8;
}
.table-points .table > tfoot {
  border-top: 1px solid #ddd;
}
.table-points .table > tfoot > tr > td {
  text-align: left;
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .table-points .table > tfoot > tr > td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.select-service-visa-style-2 {
  margin-bottom: 30px;
  padding-top: 30px;
}

.item-select-service-style-2 {
  padding: 20px 15px;
  border: 1px solid #ddd;
  display: block;
  color: #333;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.item-select-service-style-2.recomment-service:before {
  content: "";
  width: 64px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: -633px -403px;
}
.item-select-service-style-2.active {
  border-color: #003e80;
  border-width: 2px;
  background-color: #f8fff4;
}
.item-select-service-style-2:hover {
  background-color: #f2f2f2;
}
.item-select-service-style-2:hover.active {
  background-color: #f8fff4;
}
.item-select-service-style-2 .title-service {
  text-transform: uppercase;
  font-size: 20px;
  font-family: Roboto-Bold, sans-serif;
  padding-right: 50px;
}
.item-select-service-style-2 .desc-service {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  min-height: 80px;
  margin-top: 20px;
}
.item-select-service-style-2 .price-service {
  color: #003e80;
  font-size: 18px;
  margin-bottom: 0;
}
.item-select-service-style-2 .more-info {
  color: #666;
  font-size: 14px;
}
.item-select-service-style-2 .more-info:hover {
  text-decoration: underline;
}
.item-select-service-style-2 .text-compare {
  color: #0fa6ec;
}

.note-confirm-visa {
  padding: 20px 30px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 50px;
  position: relative;
}
.note-confirm-visa ul li {
  margin-bottom: 3px;
  color: #454545;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  font-style: italic;
}
.note-confirm-visa ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 0;
  background-color: #454545;
  position: absolute;
  top: 8px;
  left: 0;
}

.box-step.your-purchases {
  margin-top: 30px;
}

.box-step .title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  background: none;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #06203f;
}

.table.table-price > thead > tr > th {
  background: #efefef;
  padding: 15px 20px;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 460px) {
  .table.table-price > thead > tr > th {
    padding: 15px 5px;
  }
}

.table.table-price > tbody > tr > td {
  padding: 10px 20px !important;
  border-bottom: none;
  border-top: 0;
}
@media (max-width: 460px) {
  .table.table-price > tbody > tr > td {
    padding: 15px 5px !important;
    border-bottom: solid 1px #ddd;
  }
}

.table.table-price > tbody > tr > td.td-number {
  text-align: center;
}

.table.table-price > tbody > tr.tr-head > td {
  font-weight: bold;
  color: #003e80;
  background: #f9f9f9;
  border-top: 1px #f2f2f2 solid;
  border-bottom: 1px #f2f2f2 solid;
}

.table.table-price > tbody > tr.first-totalRow > td {
  border-top: solid 1px #f2f2f2;
}

.table.table-price > tbody > tr.last-totalRow > td.td-title,
.table.table-price > tbody > tr.last-totalRow > td.td-price {
  border-top: solid 1px #f2f2f2;
  font-weight: bold;
  color: #003e80;
}

.totalAmount {
  margin-top: 30px;
}
.totalAmount h3 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .your-purchases .table.table-price > thead > tr > th,
  .your-purchases .table.table-price > tbody > tr > td {
    padding: 8px 10px !important;
  }
}
@media (max-width: 480px) {
  .your-purchases .table.table-price > thead > tr > th,
  .your-purchases .table.table-price > tbody > tr > td {
    padding: 8px 5px !important;
    font-size: 14px;
  }
}
.select-type {
  padding: 10px 15px 15px;
  text-align: center;
}

.select-type a {
  display: inline-block;
  padding: 12px 13px 11px;
  font-size: 16px;
  color: #707070;
  text-transform: none;
  position: relative;
  border-radius: 0;
  border: 2px solid #ddd;
  text-align: center;
  margin-bottom: 5px;
}
.select-type a.disabled {
  cursor: default;
  border-color: #ddd;
}

.select-type a {
  display: inline-block;
  padding: 12px 13px 11px;
  font-size: 16px;
  color: #707070;
  text-transform: none;
  position: relative;
  border-radius: 0;
  border: 2px solid #ddd;
  text-align: center;
  margin-bottom: 5px;
}
.select-type a.disabled,
.select-type a.disabled:hover {
  background: #f1f2f2;
  cursor: default;
}
.select-type a.disabled .title,
.select-type a.disabled .price,
.select-type a.disabled:hover .title,
.select-type a.disabled:hover .price {
  color: #888;
}

.select-type a:hover {
  background: #f7f7f7;
}

.select-type a.active {
  background: #264b66;
  border-color: #264b66;
}
.select-type a.active.disabled,
.select-type a.active.disabled:hover {
  cursor: default;
  color: #888;
  background: #264b66;
}
.select-type a.active.disabled .title,
.select-type a.active.disabled .price,
.select-type a.active.disabled:hover .title,
.select-type a.active.disabled:hover .price {
  color: #999;
}

.select-type a .title {
  text-transform: none;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 15px;
  margin-right: 10px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  border-bottom: none;
  color: #303030;
  padding: 0;
}

.select-type a.active .title {
  color: #fff !important;
}

.select-type a .price {
  color: #707070;
}

.select-type a.active .price {
  color: #fff !important;
}

.item-select-service-style-2 {
  padding: 20px 15px 50px;
  border: 1px solid #ddd;
  display: block;
  color: #333;
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 767px) {
  .item-select-service-style-2 {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
.item-select-service-style-2.recomment-service:before {
  content: "";
  width: 64px;
  height: 57px;
  position: absolute;
  top: -1px;
  right: -2px;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: -634px -403px;
}
.item-select-service-style-2.active {
  border-color: #003e80;
  border-width: 2px;
  background-color: #e7faff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}
.item-select-service-style-2 .bottom-item {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .item-select-service-style-2 .bottom-item {
    position: inherit;
    margin-top: 30px;
    width: 100%;
  }
}
.item-select-service-style-2:hover {
  background-color: #eeffe6;
}
.item-select-service-style-2:hover.active,
.item-select-service-style-2:hover.active:hover {
  background-color: #eeffe6;
}
.item-select-service-style-2 .title-service {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-right: 40px;
  color: #003e80;
}
.item-select-service-style-2 .title-service span {
  text-transform: none;
  font-size: 14px;
  color: #003e80;
}
@media (min-width: 968px) and (max-width: 991px) {
  .item-select-service-style-2 .title-service {
    padding-right: 0;
  }
}
.item-select-service-style-2 .title-service a {
  margin-left: 5px;
  position: absolute;
}
.item-select-service-style-2 .desc-service {
  color: #707070;
  margin-bottom: 20px;
  line-height: 1.6;
  min-height: 160px;
  margin-top: 20px;
}
.item-select-service-style-2 .price-service {
  color: #003e80;
  font-family: Roboto-Medium, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  width: calc(100% - 132px);
  position: relative;
  top: 5px;
}
.item-select-service-style-2 .price-service span {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 430px) {
  .item-select-service-style-2 .price-service {
    width: 100%;
  }
}
.item-select-service-style-2 .more-info {
  text-transform: uppercase;
  color: #80b8fd;
}
@media (max-width: 430px) {
  .item-select-service-style-2 .more-info {
    float: left !important;
  }
}
.item-select-service-style-2 .more-info:hover {
  text-decoration: underline;
}

.step-4 .selected-vsBlock {
  max-width: 840px;
  margin: 0 auto 50px;
}
.step-4 .selected-vsBlock .btn-white {
  color: #111;
  background: #f2f2f2;
  border: solid 1px #ddd;
  padding: 15px 20px;
  margin-top: 10px;
  font-family: Roboto-Bold, Arial, sans-serif;
}
.step-4 .selected-vsBlock .btn-white:hover {
  color: #003e80;
}

.sv-wrapper {
  color: #333;
  font-size: 13px;
  margin: 15px 0;
}
.sv-wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin: 0 0 10px 15px;
  font-family: Roboto-Bold, Arial, sans-serif;
}
.sv-wrapper ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #333;
  position: absolute;
  left: 0;
  top: 7px;
}

.breadcrumb {
  padding: 6px 0px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
  background: none;
}
.breadcrumb li a {
  color: #09213e;
}
.breadcrumb li a:hover {
  color: #003e80;
}
.breadcrumb li + li:before {
  content: ">";
  padding: 0 20px;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.table-balance thead tr th {
  background-color: #f2f2f2;
  vertical-align: middle;
  border-bottom-width: 1px;
}
.table-balance tbody tr td {
  vertical-align: middle;
  text-align: center;
}

.table-compare-service {
  overflow-x: auto;
}
.table-compare-service .fa-check {
  color: #40ae49;
}
.table-compare-service .fa-times {
  color: #ff0000;
}
.table-compare-service .table {
  text-align: center;
  margin-bottom: 0;
}
.table-compare-service .table tbody tr td {
  padding: 12px 10px;
}
.table-compare-service .table tbody tr td.bg-grey b {
  display: inline-block;
  width: calc(100% - 180px);
}
.table-compare-service .table tbody tr td.bg-grey .expandView {
  float: right;
  font-weight: bold;
}
@media (max-width: 520px) {
  .table-compare-service .table tbody tr td.bg-grey b {
    display: inline-block;
    width: 100%;
  }
  .table-compare-service .table tbody tr td.bg-grey .expandView {
    float: left;
  }
}
.table-compare-service .table tbody tr td.active {
  background-color: #c7edff;
  color: #007eb8;
}
.table-compare-service .table tbody tr td:first-child {
  text-align: left;
}
.table-compare-service .table tbody tr td table tbody tr td {
  text-align: center;
}
.table-compare-service .table tbody tr td table tbody tr td:first-child {
  text-align: left;
}
@media (max-width: 400px) {
  .table-compare-service .table tbody tr td.gva,
  .table-compare-service .table tbody tr td.mvs {
    width: 107px !important;
  }
}
.table-compare-service .table tbody tr td i {
  margin-top: 5px;
}
.table-compare-service .table tbody tr.trChild table tr td {
  border-top: none;
}
.table-compare-service .table tbody tr.trChild table tr td:first-child {
  border-left: none;
}
.table-compare-service .table tbody tr.trChild table tr td:last-child {
  border-right: none;
}
.table-compare-service .table tbody tr.trChild table tr:first-child td {
  border-top: none;
}
.table-compare-service .table tbody tr.trChild table tr:last-child td {
  border-bottom: none;
}
.table-compare-service .table tfoot {
  display: none;
}
.table-compare-service .table thead tr th.bg-grey {
  padding: 12px 10px;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #06203f;
  color: #fff;
  border: none;
  text-align: left;
}
.table-compare-service .table thead tr th.bg-grey .title-col-1 {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.table-compare-service .table thead tr th.bg-grey .desc-title-col-1 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .table-compare-service .table thead tr th.bg-grey {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .table-compare-service .table thead tr th.bg-grey .desc-title-col-1 {
    display: none;
  }
  .table-compare-service .table thead tr th.bg-grey .title-col-1 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-compare-service .table thead tr th.bg-grey {
    vertical-align: middle;
  }
}
.table-compare-service .table thead tr th.bg-grey.active {
  color: #40ad48;
}
.table-compare-service .table thead tr th.bg-grey span {
  display: block;
  position: relative;
}
.table-compare-service .table thead tr th.bg-grey span.mva-col:before {
  width: 30px;
  height: 30px;
  background-position: -713px -403px;
  display: inline-block;
  content: "";
  position: absolute;
  top: -12px;
  right: -10px;
}
.table-compare-service .table thead.top-btnRow {
  display: none;
}
.table-compare-service .table thead.top-btnRow th {
  padding: 00;
  border: none;
}
.table-compare-service .table thead.top-btnRow th a.top-btn {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  font-size: 12px;
  color: #718091;
  background: #06203f;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .table-compare-service .table thead.top-btnRow th a.top-btn {
    font-size: 11px;
  }
}
.table-compare-service .table thead.top-btnRow th a.top-btn.mva:after {
  content: "";
  height: calc(100% + 15px);
  background: #fff;
  width: 1px;
  position: absolute;
  right: -1px;
  top: 0;
}
.table-compare-service .table thead.top-btnRow th a.top-btn:hover {
  color: #fff;
  opacity: 0.9;
}
.table-compare-service .table thead.top-btnRow th a.top-btn.active {
  background: #40ae49;
  color: #fff;
}
.table-compare-service .table thead.top-btnRow th a.top-btn:before {
  content: "";
  display: inline-block;
}
.table-compare-service .table thead.top-btnRow th a.top-btn.mva:before {
  content: "Recommended";
}
.table-compare-service .table thead.top-btnRow th a.top-btn.active.gva:before,
.table-compare-service .table thead.top-btnRow th a.top-btn.active.mva:before {
  content: "Selected";
}

.modal-invoice.modal-compare-services .modal-content {
  max-width: 1024px;
}
@media (max-width: 480px) {
  .modal-invoice.modal-compare-services .body-invoice {
    padding: 20px 0;
  }
}

.select-serviceBlock .table-compare-service {
  margin: 50px auto 80px;
  max-width: 940px;
}
.select-serviceBlock .table-compare-service .table-bordered {
  border: none;
  border-right: solid 1px #ddd;
}
.select-serviceBlock .table-compare-service .table-bordered thead.top-btnRow {
  display: table-header-group;
}
.select-serviceBlock .table-compare-service .table-bordered thead.title-tb {
  border-left: solid 1px #ddd;
}
.select-serviceBlock .table-compare-service .table-bordered tbody {
  border-left: solid 1px #ddd;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tbody
  tr
  td
  table
  tbody {
  border: none;
}
.select-serviceBlock .table-compare-service .table-bordered tfoot {
  border-top: solid 1px #ddd;
  display: table-footer-group;
}
.select-serviceBlock .table-compare-service .table-bordered tfoot tr td {
  border: none;
  color: #06203f;
  padding: 0;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn {
  display: inline-block;
  width: 100%;
  background: #06203f;
  padding: 30px 0 15px;
  position: relative;
  text-align: center;
  color: #718091;
  margin-top: 15px;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.mva:after {
  content: "";
  height: calc(100% + 15px);
  background: #fff;
  width: 1px;
  position: absolute;
  right: -1px;
  bottom: 0;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 10px;
}
@media (max-width: 480px) {
  .select-serviceBlock
    .table-compare-service
    .table-bordered
    tfoot
    tr
    td
    a.service-btn:before {
    font-size: 11px;
  }
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.active {
  background: #00a1ed;
  color: #fff;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.active
  .circle:before {
  border-color: #fff;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.gva.active:before,
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.mva.active:before {
  content: "Selected" !important;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn.mva:before {
  content: "Upgrade";
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn
  .circle:before {
  width: 5px;
  height: 5px;
  background: transparent;
  content: "";
  display: inline-block;
  border-radius: 100px;
  border: solid 7px #718091;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn:hover {
  color: #fff;
  opacity: 0.9;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td
  a.service-btn:hover
  .circle:before {
  border-color: #fff;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td.text-right {
  padding-right: 15px;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td.text-right
  .selected-sv {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  display: none;
  margin-top: 10px;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td.text-right
  .selected-sv
  span {
  font-weight: normal;
  font-style: italic;
}
.select-serviceBlock
  .table-compare-service
  .table-bordered
  tfoot
  tr
  td.text-right
  .selected-sv.active {
  display: inline-block;
}
@media (max-width: 480px) {
  .select-serviceBlock
    .table-compare-service
    .table-bordered
    tfoot
    tr
    td.text-right
    .selected-sv {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.vv-page .table-compare-service .table {
  margin-bottom: 30px;
}

.content-404 {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .content-404 {
    text-align: center;
  }
}
.content-404 .img img {
  float: left;
}
@media (max-width: 767px) {
  .content-404 .img img {
    float: none;
  }
}
.content-404 .text {
  margin-left: 420px;
  margin-top: 30px;
}
.content-404 .text .title-404 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content-404 .text p {
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .content-404 .text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .content-404 .text {
    margin-left: 0;
  }
}

@media (max-width: 999px) {
  .book-tc-page .flex-row-top {
    display: block !important;
  }
}
.book-tc-page .flex-left {
  background: #e6e7e8;
  padding: 0;
}
@media (max-width: 999px) {
  .book-tc-page .flex-left {
    display: block !important;
    margin: 0 15px;
  }
}
.book-tc-page .flex-right {
  padding-right: 0;
  padding-left: 30px;
}
@media (max-width: 999px) {
  .book-tc-page .flex-right {
    display: block !important;
    padding: 0 15px;
  }
}

.booktc-banner-right {
  height: 196px;
  position: relative;
}
.booktc-banner-right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: inherit;
  object-fit: cover;
}
.booktc-banner-right .title-banner {
  font-family: "roboto_slabregular", "Helvetica Neue", Arial, Helvetica,
    sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #09213e;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.166666667;
  z-index: 10;
  max-width: 345px;
}

.booktc-content-right {
  padding: 30px 30px 20px;
}
@media (max-width: 999px) {
  .booktc-content-right {
    padding: 30px 0 20px;
  }
}
.booktc-content-right .item-content .item-title {
  font-size: 20px;
  color: #72bf44;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.booktc-content-right .item-content p {
  font-size: 13px;
  line-height: 1.66666666667;
  color: #999;
}
.booktc-content-right .item-content p b {
  color: #213954;
  font-weight: 700;
}
.booktc-content-right .item-content ul {
  margin-bottom: 20px;
}
.booktc-content-right .item-content ul li {
  list-style: inside;
  color: #999;
  font-size: 13px;
  line-height: 1.666666666667;
}
.booktc-content-right .item-content .h3-list {
  margin: 0;
  margin-top: 20px;
}
.booktc-content-right .item-content .h3-list li {
  list-style: inside;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6666666666667;
  color: #213954;
}

.achieve-block {
  background-color: #dcddde;
  padding: 20px 10px 10px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 13px;
  max-width: 220px;
  margin: 10px auto;
}
.achieve-block p {
  color: #000 !important;
  line-height: 1.5;
  margin-top: 10px;
}
.achieve-block p span {
  font-size: 18px;
}
.achieve-block span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.booktc-content-left {
  padding: 30px;
}
.booktc-content-left .item-content .item-title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #231f20;
  margin: 0;
  border-bottom: solid 1px #231f20;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.booktc-content-left .item-content .item-title:before {
  width: 5px;
  height: 30px;
  content: " ";
  background: #72bf44;
  position: absolute;
  left: 0;
  display: inline-block;
}
.booktc-content-left .item-content .item-title b {
  font-weight: 700;
}
.booktc-content-left .item-content .lg-list-left {
  border-bottom: solid 1px #231f20;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.booktc-content-left .item-content .lg-list-left:before {
  width: 5px;
  height: 30px;
  content: " ";
  background: #72bf44;
  position: absolute;
  left: 0;
  display: inline-block;
}
.booktc-content-left .item-content .lg-list-left li {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 15px;
  padding-right: 35px;
  position: relative;
}

.block-feedback {
  position: relative;
}
.block-feedback:before {
  width: 5px;
  height: 30px;
  content: " ";
  background: #72bf44;
  position: absolute;
  left: -30px;
  top: 250px;
  display: inline-block;
}
.block-feedback .carousel {
  height: auto;
}
.block-feedback .carousel-inner > .item {
  height: auto;
}
.block-feedback .carousel-control {
  background: none;
}
.block-feedback .carousel-control i.fa {
  position: absolute;
  top: 100px;
  font-size: 30px;
}
.block-feedback .item-left-review {
  max-width: 350px;
}
.block-feedback .item-left-review img {
  width: 100%;
}
.block-feedback .item-left-review .text {
  font-style: italic;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  margin-top: 30px;
}
.block-feedback .item-left-review .text span {
  font-weight: 700;
  font-style: normal;
}

.booktc-btn {
  font-size: 18px;
  margin-top: 20px;
}

.booktc-box-content-right {
  border: 1px solid #ddd;
}
@media (max-width: 999px) {
  .booktc-box-content-right {
    padding: 0 15px;
  }
}

.icon-tc-phone {
  margin: 0;
  top: -10px;
}

.icon-tc-hands {
  margin: 0;
  top: -10px;
}

.icon-tc-check {
  margin: 0;
  position: absolute;
  float: right;
  top: -10px;
  right: 0;
}

.drag-drop-file {
  width: 100%;
  height: 120px;
  border: 2px dashed #999;
  border-radius: 8px;
  color: transparent;
  position: relative;
  cursor: pointer;
  outline: 0 !important;
  transition: all 0.3s ease;
}

li.has-error .drag-drop-file {
  border-color: #e20c0c;
}

.drag-drop-file:hover,
.drag-drop-file.on-drop {
  background-color: #0000000f;
}

.drag-drop-file::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
}

.drag-drop-file::after {
  display: block;
  content: 'Upload file here';
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% + 8px);
  font-size: 16px;
  line-height: 24px;
  left: 0;
  color: #999;
}

.drag-drop-file::-webkit-file-upload-button {
  display: none;
}
.ft-bottom .copyright a{color:#0fa6ec; transition: ease all .2s;}
.ft-bottom .copyright a:hover{text-decoration: underline;}
.why-us-section{
  background:#e8e8e8
}
.why-list {display:flex; flex-wrap:wrap; padding:80px 0 50px; 
}

.why-list .col-12 {
  margin-bottom: 30px;
}

.why-box {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: 100%;
  text-align: center;
  padding: 30px;
}

.why-box svg {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 12px;
}

.why-box h3 {
  font-size: 16px;
  font-family: "Montserrat-Bold,Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #313131;
  margin-bottom: 8px;
}

.why-box div {
  color: #313131;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .why-list{padding:40px 0 10px}

  .why-us-section .common-title-block {
    margin-bottom: 24px;
  }

  .why-us-section .common-title-block h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .why-box {
    padding: 24px;
  }

  .why-list .col-12 {
    margin-bottom: 24px;
    width:100%
  }
}

@media (max-width: 576px) {
  .why-box {
    text-align: left;
    position: relative;
    padding: 16px 16px 16px 50px;
  }

  .why-box img {
    position: absolute;
    left: 16px;
    top: 16px;
    max-width: 24px;
    max-height: 24px;
  }

  .why-box h3 {
    margin-bottom: 8px;
  }

  .why-list .col-12 {
    margin-bottom: 8px;
  }

  .why-list {
    margin-bottom: 15px;
  }
}

.visa-public-page .top .why-list{padding:0}

.sub-list .row{display:flex; flex-wrap:wrap}
.sub-list .row .col{        flex: 0 0 auto;padding:0 15px;margin-bottom: 20px;
  width: 50%;}
.cm-visa-block {
  background: #fff;
  border-radius: 10px;
  padding: 24px 24px 96px;
  position: relative;
  height: 100%;
  border:solid 1px rgba(0, 0, 0, .12);
}

.cm-visa-block h3 {
  color: #0050B8;
  font-size: 20px;
  line-height: 32px;
}

.subclass {
  font-size: 14px;
  text-transform: none;
  opacity: 0.6;
  margin-bottom: 6px;
}


.cm-visa-block .short-des p {
  margin-bottom: 8px;
}

.cm-visa-block .vs-action {
  padding: 20px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 32px;
  width: calc(100% - 64px);
  bottom: 0;
}

.btn-line-black {
  border: solid 1px #313131;
  background: none;
  color: #313131;
  font-family:'Roboto-Regular', Arial, sans-serif;
  font-weight: normal;
}

.btn-line-black:hover {
  background: #313131;
  color: #fff;
}

.home .custom-reviews-section {
  background: #fff;
}

@media (max-width: 1199px) {
  .cm-visa-block {
    padding: 20px 20px 82px;
  }

  .cm-visa-block h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .cm-visa-block .vs-action {
    width: calc(100% - 40px);
    left: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .cm-visa-block {
    padding: 20px 16px 82px;
  }

  .cm-visa-block h3 {
    font-size: 20px;
    font-family: "Montserrat-Bold,Roboto",Arial,sans-serif;
  }

  .cm-visa-block .short-des {
    min-height: 0;
  }

  .visa-cat-section {
    padding-bottom: 10px;
  }

  .cm-visa-block .vs-action {
    width: calc(100% - 40px);
  }
}