html, body {
  font-family: "Roboto","Helvetica Neue",arial,sans-serif;
}
:root{
  --main: #152087;
}
input[type="checkbox"][readonly] {
  pointer-events: none !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
a {
  color: #152087;
}
/* CSS LOADER */
#page-loader {
  display: none;
  position: relative;
  z-index: 1500;
}
.sidebar-title {
  color: #ED145B;
}
.sidebar-title span {
    vertical-align: baseline;
    font-size: 0.8em;
    /*top: 3px;*/
    -webkit-text-stroke: 1px white;
}
#page-loader .loader-ov {
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=20);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
#page-loader .loader-content{
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 100001;
  width: 100%;
}

.bg_processing{
  width: 200px;
  background: #fff;
  margin: 0 auto;
  border: 10px solid #00b3f1;
  text-align: center;
  padding: 25px 0;
  line-height: 25px;
  font-family: 'Cuprum', Arial;
  font-size: 16px;
}
.loader-content__text {
  width: 200px;
    margin: 0 auto;
    margin-top: 25px;
    /* background: #fff; */
    color: blue;
    font-weight: bold;
}
/*cssload*/
.cssload-loader {
  position: absolute;
  left: 50%;
  width: 39px;
  height: 39px;
  margin-top: -19px;
  margin-left: -19px;
  border-radius: 50%;
  overflow: hidden;
  animation: 2.38s cssload-spin cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -o-animation: 2.38s cssload-spin cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -ms-animation: 2.38s cssload-spin cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -webkit-animation: 2.38s cssload-spin cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -moz-animation: 2.38s cssload-spin cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
}

.cssload-loader:before, .cssload-loader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 19px solid black;
  border-top-color: rgb(250,66,72);
  border-left-color: rgb(93,219,186);
  border-bottom-color: rgb(237,230,112);
  border-right-color: rgb(100,195,242);
}
.cssload-loader:before {
  filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
}
.cssload-loader:after {
  animation: 2.38s cssload-normal-opacity cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -o-animation: 2.38s cssload-normal-opacity cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -ms-animation: 2.38s cssload-normal-opacity cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -webkit-animation: 2.38s cssload-normal-opacity cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
    -moz-animation: 2.38s cssload-normal-opacity cubic-bezier(0.46, -0.4, 0.2, 1.51) infinite both;
}





@keyframes cssload-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-2160deg);
  }
}

@-o-keyframes cssload-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(-2160deg);
  }
}

@-ms-keyframes cssload-spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-2160deg);
  }
}

@-webkit-keyframes cssload-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-2160deg);
  }
}

@-moz-keyframes cssload-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-2160deg);
  }
}

@keyframes cssload-normal-opacity {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes cssload-normal-opacity {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes cssload-normal-opacity {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cssload-normal-opacity {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes cssload-normal-opacity {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* spinner */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #069D86;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.form-messages {
  margin-bottom: 8px;
}
.form-messages.error {
  color: red;
}
.form-messages.success {
  color: green;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb;
}
.bgblack{
    background: rgba(0,0,0,0.65);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1040;
    top: 0px;
    left: 0px;
}
.pop{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 400px;
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 1045;
}
.pop img{
    display: block;
}
.pl-0px{
  padding-left: 0px;
}
.pr-0px{
  padding-right: 0px;
}
.inputxs{
    width: 180px;
}
.mb-3{
    margin-bottom: 5px;
}
.modal-title{
    float: left;
}
.parsley-error {
  border-color: #ff5d48 !important;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ff5d48;
  margin-top: 5px;
}
.form-section {
  padding-left: 15px;
  border-left: 2px solid #FF851B;
  display: none;
}
.form-section.current {
  display: inherit;
}
.text-danger{
    color: red;
}
.alert-danger{
    background: #ff9191;
    border-color: #fd7474;
}
.alert-danger, .btn-danger:hover, .btn-danger:focus{
    color: white;
}

#main_menu{
  background: rgba(206,208,205,0.7);
}
.navbar-brand{
  height: auto;
}
.navbar{
  min-height: 30px;
}
#main_menu .navbar-default{
    border: none;
    background: none;
}
.navbar-right .money{
    color: white;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: red;
    font-size: 12px;
    text-transform: lowercase;
}
.home {
    background: #35acfc url("../images/banner-cut.jpg") no-repeat top center;
    background-size: auto auto;
    background-size: 100% 100%;
    overflow: hidden;
}
.overlay {
    /*background-color: rgb(64 80 92 / 0.75);*/
    background-color: rgb(14 120 182 / 0.5);
    width: 100%;
    height: 100%;
}
.home .nav-tabs{
  border-bottom: 0px;
}
.home_skew_border {
    position: relative;
}
#my-tab-content{
  padding: 10px;
  background: rgba(255,255,255,0.8);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background: rgba(255,255,255,0.8);
  border-bottom: none;
}
.home_skew_border{
    position: relative;
}
.main_home{
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}
.main_home h1, .main_home h3{
  color: #fff;
  margin-bottom:20px;
}
.main_home h4{
  color: #fff;
  /*margin-bottom:10px;*/
  font-weight: bold;
  text-align: left;
}
.main_home p{
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.loginhome {
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  background-color: white;
  height: auto;
  font-family: "Open Sans",sans-serif;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 99999;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 2px #bababa;
}

.wptrans{
    position: relative;
}
.texttrans{
    position: absolute;
    text-align: left;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #444;
    background: rgba(255,255,255,1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 333;

}
.texttrans .res{
    padding: 5px 7px;
    display: block;
    cursor: pointer;
}
.texttrans .res:hover{
    background: #f5f5f5;
}

/*** spin ***/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 10px 0px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** #price-service ***/
#price-service{
  padding: 30px 0px;
}
.section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  color: #30373b;
  font-weight: bold;
}
.section-description {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.box-price__wrap {
  box-shadow: 0 0 15px 0px 
  #ccc;
}
.box-price__title {
  background-color: #c1392b;
  padding: 4px;
  color:
  #fff;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.box-price__title span {
  font-size: 14px;
  margin-left: 10px;
}
.box-price__title::before, .box-price__title::after {
  content: '';
  background: url("../images/bg-title.png") no-repeat scroll 0 0 
  transparent;
  height: 100%;
  height: 79px;
  width: 11px;
  top: 0;
  position: absolute;
}
.box-price__title::after {
  background: url("../images/bg-title-right.png") no-repeat scroll 0 0 
  transparent;
  right: -10px;
  -webkit-transform: skewX(-360deg);
  -ms-transform: skewX(-360deg);
  transform: skewX(-360deg);
}
.box-price__title::before {
  left: -10px;
}
.box-price__step span {
  margin-right: 70px;
}
.box-price__content {
  padding: 30px;
}
.box-price__step {
  margin-bottom: 15px;
}
.box-price__pay .title {
  font-weight: bold;
  display: inline;
}
.box-price__pay .pay-step span {
  width: 20px;
  height: 20px;
  background-color: 
#fdd882;
  color:
  #c1392b;
  display: inline-block;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
  position: relative;
}
.box-price__pay .pay-step span::before {
  content: '+';
  position: absolute;
  right: -20px;
  color: 
  #222;
}
.box-price__pay .pay-step span:last-child::before {
  display: none;
}
.box-price__pay .pay-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
.box-price__body .step {
  margin-bottom: 15px;
}
.box-price__body .step::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: 
#c1392b;
color:
  #fff;
  text-align: center;
  margin-right: 5px;
  border-radius: 100%;
  line-height:20px;
}
.box-price__body .first-step::before {
  content: '1';
}
.box-price__body .second-step::before {
  content: '2';
}
.box-price__body .third-step::before {
  content: '3';
}
.box-price__body .fourth-step::before {
  content: '4';
}
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px !important;
}
.content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content table td, table th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}
.content table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.content{
  /*overflow-x: auto;*/
}
.content p, .content img{
  margin-bottom: 10px;
}
.table thead th {
  background: #969494;
  color:#fff;
  border-right: 1px solid#fff;
  border-bottom: 2px solid#fff;
}
@media screen and (max-width: 767px){
  .box-price__content {
    padding: 30px 10px;
  }
  .box-price__title {
      font-size: 15px;
      line-height:20px;
  }
  .box-price__step img {
    display: none;
  }
  .box-price__title::before{
    left:-6px;
  }
  .box-price__title::after{
    right:-6px;
  }
  .box-price__title:before, .box-price__title:after {
    background-size: auto 65px;
  }
  .box-price__title span {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 10px;
  }
  .box-price__step span {
    display: block;
  }
  .box-price__step span:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fdd882;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
  }
}

/*** ly do ***/
.box {
  padding: 40px 0;
  position:relative;
}
.v2-reason{
  background:#f5f5f5;
}
.v2-reason .box-title {
  position: relative;
  z-index: 3;
}
.box .box-title {
  text-align: center;
}
.box .box-title .box-title-name {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: 
  #333;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
}
.box .box-title .box-title-name span {
  color: #152087;
}
.box .box-title .box-title-name::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  height: 9px;
  width: 150px;
  margin-left: -75px;
  border-top: 1px solid 
  #fc950a;
  background: url("../images/box-title-bulet.png") no-repeat bottom center;
}
.v2-reason .v2-reason-col {
  width: 380px;
  position: relative;
  z-index: 3;
}
.v2-reason .v2-reason-col .grid {
  margin-top: 45px;
  min-height: 62px;
}
.v2-reason .v2-reason-col.pull-left .grid .img {
  float: right;
}
.v2-reason .v2-reason-col .grid .img img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.v2-reason .v2-reason-col.pull-left .grid .g-content {
  margin-left: 0;
  margin-right: 80px;
  text-align: right;
}
.v2-reason .v2-reason-col .grid .g-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
.v2-reason .v2-reason-col .grid .g-title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.v2-reason .v2-reason-col .grid .g-row {
  color: 
  #333;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.v2-reason .v2-reason-col .grid .g-row:last-child {
  margin-bottom: 0;
}
.v2-reason .v2-reason-col {
  width: 380px;
  position: relative;
  z-index: 3;
}
.grid .img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.v2-reason .v2-reason-col .grid .g-content {
  margin-left: 80px;
}
.v2-reason .v2-reason-bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .v2-reason .v2-reason-bg {
    display: none;
  }
  .v2-reason .v2-reason-col{
    width:100%;
  }
  .v2-reason .v2-reason-col.pull-left .grid .img{
    float:left
  }
  .v2-reason .v2-reason-col .grid .img {
    margin-top: 5px;
  }
  .v2-reason .v2-reason-col.pull-left .grid .g-content{
    margin-left: 80px;
    margin-right:0px;
    text-align:left;
  }
}



/*==================================================================
            service section Style
====================================================================*/
#service{
  background: #202020;
}
#service .item{
  margin-bottom: 50px;
}
.main_service .head_title{
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}
.main_service .head_title h2{
    color:#fff;
}
.main_service .single_service_img {
    position: relative;
    height: 676px;
}
.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right:0px;
}
.main_service .single_service.single_service_text .single_service_icon img{
    background: #f4f5f9;
    width:70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:var(--main);
    position: relative;
    z-index: 9;
    border:5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}
.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}
.main_service .single_service.single_service_text .single_service_right_text h4{
    color:var(--main);
}
.main_service .single_service.single_service_text .single_service_right_text p{
    color:#999999;
}

/*** news category ***/
.newscat{
    margin-bottom: 15px;
}
.newscat h2{
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .newscat p{
        height: 75px;
        overflow: hidden;
    }
}

/*** quy trinh new ***/
.quy-trinh-block {
  background: #f5f5f5;
  padding-bottom: 20px;
  border-bottom: 1px solid
  #d5d8dc;
}
.quy-trinh-block ul {
  margin-top: 20px;
  background: url(../images/hr-qt-bg.jpg) repeat-x 0px 0px 
  transparent;
  padding-top: 20px;
}
.quy-trinh-block ul li {
  float: left;
  border: 1px solid 
#d5d5d5;
background:
  white;
  border-radius: 3px;
  margin-right: 17px;
  width: 15.42%;
  padding: 5px;
      padding-right: 5px;
      padding-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.quy-trinh-block ul li::after {
  background: url(../images/li-after-right.jpg) no-repeat 0px 0px 
  transparent;
  content: "";
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  width: 19px;
  height: 24px;
}
.quy-trinh-block ul li span span.icon {
  float: left;
  width: 38px;
  height: 41px;
  background-position: -71px -126px;
  margin-right: 10px;
}
.quy-trinh-block ul li b {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
}
span.icon {
  background: url(../images/icon.png) no-repeat 0px 0px 
  transparent;
      background-position-x: 0px;
      background-position-y: 0px;
}
.quy-trinh-block ul li.item-2 span span.icon {
  background-position: -124px -125px;
  width: 59px;
}
.quy-trinh-block ul li.item-3 span span.icon {
  background-position: -201px -124px;
  width: 47px;
}
.quy-trinh-block ul li.item-4 span span.icon {
  background-position: -261px -122px;
  width: 43px;
}
.quy-trinh-block ul li.item-5 span span.icon {
  background-position: -311px -120px;
  width: 43px;
}
.quy-trinh-block ul li.item-6 span span.icon {
  background-position: -365px -120px;
  width: 53px;
}
.quy-trinh-block ul li.last {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .quy-trinh-block ul li {
    width: calc( 33% - 17px );
    margin-bottom: 10px;
  }
  .quy-trinh-block ul li b{
    font-size:12px;
  }
}
@media (max-width: 480px) {
  .quy-trinh-block ul li {
    width: calc( 50% - 17px );
  }
}

/*** dich vu ***/
.dv_cc h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #152087;
  position: relative;
  margin: 0;
      margin-top: 0px;
  padding: 0;
  margin-top: 65px;
}
.dv_cc ul {
  float: left;
  width: 100%;
  padding-top: 33px;
}
.dv_cc ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 330px;
  padding-top: 30px;
  position: relative;
  margin-bottom: 15px;
}
.dv_cc ul li h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
      padding-top: 0px;
  padding-top: 25px;
  font-weight: bold;
}
.dv_cc ul li h3 a {
  font-size: 18px;
  color: 
  #333;
}
.dv_cc ul li p {
  float: left;
  width: 100%;
  text-align: center;
  white-space: pre-line;
  font-size: 14px;
  line-height: 20px;
}
.img_dv {
  text-align: center;
  width: 133px;
  height: 133px;
  display: inline-block;
}
.dv1 {
  background: url(../images/dv1.png) no-repeat;
}
.dv2 {
  background: url(../images/dv2.png) no-repeat;
}
.dv3 {
  background: url(../images/dv3.png) no-repeat;
}
.dv_cc ul li.hv1:hover .dv1 {
  background: url(../images/dv1_hover.png) no-repeat;
}
.dv_cc ul li.hv2:hover .dv2 {
  background: url(../images/dv2_hover.png) no-repeat;
}
.dv_cc ul li.hv3:hover .dv3 {
  background: url(../images/dv3_hover.png) no-repeat;
}
.dv_cc ul li:hover {
  transition: .1s;
  box-shadow: 0 1px 10px 
  rgba(0,0,0,.19);
}
.dv_cc h2::before, .qt_cc h2::before {
  content: '';
  display: block;
  background: url(../images/ic9.png) no-repeat;
  top: -17px;
  position: absolute;
  width: 123px;
  height: 10px;
  left: calc( 50% - 62px);
  /*margin-left: 104px;*/
}
@media (max-width: 767px) {
  .dv_cc ul li {
    width:100%;
  }
}

/*** question ***/
.question {
  background: url(../images/bg_hoi.jpg) no-repeat center top;
  background-size: auto;
  margin-top: 15px;
  min-height: 597px;
  background-size: 100% 100%;
}
.question h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: 
  #f26222;
  position: relative;
  margin: 0;
  padding: 0;
      padding-top: 0px;
      padding-left: 0px;
  padding-left: 178px;
  padding-top: 60px;
}
.question h3::before {
  content: '';
  display: inline-block;
  background: url(../images/ic11.png) no-repeat;
  top: 42px;
  position: absolute;
  width: 123px;
  height: 10px;
  margin-left: 72px;
}
.question ul {
  float: left;
  width: 100%;
  margin-top: 27px;
  position: relative;
}
.question ul li {
  float: left;
  width: 580px;
}
.question li p {
  display: none;
}
.question li.active p {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  background: #fff;
  padding: 20px 25px;
  font-size: 14px;
  color:#444;
  margin: 0;
  line-height: 20px;
  white-space: pre-line;
}
.question ul li span {
  float: left;
  width: 100%;
  height: 48px;
  background: #f0f0f0 url(../images/ic10.png) no-repeat;
  background-position: 540px 17px;
  margin-bottom: 12px;
  line-height: 49px;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  padding-left: 30px;
  cursor: pointer;
}
.question li.active span {
  background: 
#f26222 url(../images/ic12.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
background-position: 545px 17px;
color:
  #fff;
}
@media screen and (max-width: 1200px){
  .question ul li.active p {
    position: unset;
    width: 100%;
    margin-bottom: 12px;
  }
  .question ul li {
    float: none;
    width: 100%;
    max-width: 585px;
    margin: auto;
  }
  .question ul li.active span {
    background-position: top 17px right 13px;
  }
  .question ul li span {
    height: auto;
    line-height: 20px;
    padding: 14px 30px 14px 20px;
    background-position: top 17px right 10px;
  }
  .question h3 {
    padding-left: 0;
    text-align: center;
  }
}


/*=====================================================================
                    counter section css
=======================================================================*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{
    padding:80px 20px;
}

.main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.main_counter_area .single_counter i{
    color: #fff;
    font-size: 1.875rem;
    display: inline-block;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.main_counter_area .single_counter h4{
    color:#fff;
    font-size:0.8125rem;
    text-transform: lowercase;
}


/* Pricing2 Section */
#pricing{
  padding: 50px 0px 35px 0px;
}
.main_pricing_area{
  overflow: hidden;
}
.single_pricing{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.single_pricing:hover {
  box-shadow: 0px 5px 10px 5px #b8b8b8;
}
.pricing_business .pricing_head{
  background:var(--main);
}
.pricing_business .pricing_head .p_r{
  color:var(--main);
}
.pricing_business .pricing_head h3{
  color:#fff;
}
.pricing_business .btn-md{
  background: var(--main);
}
.pricing_head {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px 0px;
  position: relative;
  height: 200px;
}
.pricing_head h3{
  text-transform:uppercase;
  color:#fff;
  font-size:24px;
}
.pricing_head .pricing_price{
  background: #fff;
  position: absolute;
  left: calc(50% - 75px);
  bottom: -30%;
  width: 150px;
  height: 150px;
  margin:0 auto;
  padding: 30px 0px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(244,245,249,0.3);
  font-size: 75px;
}
.pricing_body {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 10px 30px 10px;
  color:white;
  min-height:300px;
  font-size:18px;
}
.single_pricing ul li{
  line-height:45px;
  height:45px;
  font-size:18px;
}
.single_pricing a{
  margin-top:30px;
}


/*** footer ***/
footer{
  padding: 30px 0px 15px 0px;
  background: #3284d9;
  color: #e5e5e5;
}
#logof{
  max-height: 100px;
}
.infof .fa{
  width: 22px;
}
.socials{
  padding:10px 0px 24px 38px;
}
.socials li{
  font-size: 25px;
  display: inline;
  margin-right: 5px;
}
.socials a{
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 12px;
  text-align: center;
  padding:3px;
}
footer .strong{
    color: #ff0000;
}
.socials .fa{
  color: white;
  font-size: 13px;
  width: auto;
}
.twitter a{
  background: #1DA1F2;
}
.facebook a{
  background: #3B5998;
}
.flickr a{
  background: #FF0084;
}
.vimeo a{
  background: #0088CC;
}
.instagram a{
  background: #CD2E80;
}
.youtube a, .google a{
  background: #FF0000;
}
.pinterest a{
  background: #BD081B;
}
.mail a{
  background: #e67700;
}
footer .menu a{
  color: #fff;
  line-height: 30px;
}
footer .menu a:before{
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}
footer .menu a:hover{
  padding-left: 10px;
}
footer .infof a{
    color: #fff;
}
.title-f{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
#copyright{
  padding: 7px 0px;
  background: #152087;
  color: white;
}

/***  content  ***/
#content{
  padding: 20px 0px;
}
.dataTables_wrapper{
    padding: 0px;
}

#icons{
  position: fixed;
  right: 5px;
  bottom: 150px;
  z-index: 999;
  width: 50px;
  left: auto;
  padding-left: 0px;
}
#icons li{
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
  list-style: none;
}


/*** member ***/
.wpstep{
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top: 3px solid #f0f0f0;
    margin-bottom: 15px;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    padding: 0px 5px;
    width: 10%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.stepwizard-step p{
    font-size: 13px;
}
.wpxam{
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 15px;
}
.titlebox{
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom:  2px solid #e5e5e5;
    font-size: 17px;
    font-weight: bold;
}
.line{
    height: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*** don ky gui ***/
.sttrow{
    background: #e0e0e0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.donkygui tr{
    margin-bottom: 10px;
}
#bodykygui .first .deleterow{
    display: none;
}

/*** responsive ***/
@media (min-width: 1024px) {
    .main_service .head_title h2{
        margin-right: 7%;
        padding-right: 5%;
    }
}
@media (max-width: 1023px) {
    .single_pricing{
        background-size: auto 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none;
  }
  .menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;
  }
  .main_menu_bg{
      margin-top: 0px;
      background-color: transparent;
  }
  .main_menu_bg .navbar-default {
      background-color: transparent;
      border-color: transparent;
      transition: all .6s;
      margin: 5px auto;
  }
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
      color:var(--main);
      background: transparent;
  }
  .main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
      color: var(--main);
      padding-bottom: 22px;
      border-bottom: 1px solid var(--main);
      background: transparent;
  }
  .main_menu_bg .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      color: #444;
  }
  .navbar-brand {
      padding: 0px 15px;
  }
  .navbar-brand>img {
      max-height: 45px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
      background-color:transparent;
      color:var(--main);
  }
  .pop{
    left: calc(50% - 200px);
  }
}

@media (max-width: 767px) {
  .hidden-mobile{
    display: none;
  }
  .nave_menu{
    margin-left: -10px;
    margin-right: -10px;
  }
  .navbar-header{
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-brand{
    padding: 5px 10px;
  }
  .navbar-brand img{
    max-height: 40px;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
  }
  .navbar-collapse{
    border: none;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
    margin:0px;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .dropdown-menu{
    padding:0px;
  }
  .navbar-nav > li > a, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    line-height: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > .current-menu-parent > a, .navbar-nav .dropdown .dropdown.open > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background: #e5e5e5;
  }
  .btnaccmo li{
    float: right;
    margin-right: 20px;
  }
  .btnaccmo li > a{
    line-height: 50px;
    color: #444;
  }
  .loginhome{
    right: 20px;
  }

}
@media (min-width: 380px) and (max-width: 680px){

}
@media (max-width: 580px) {
    .pricing_body{
        min-height: auto;
    }
}
@media (max-width: 480px) {
    .main_home .nav>li>a{
        padding: 10px 5px;
        background: transparent !important;
        border: none !important;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
        color: white;
    }
    .main_home p{
        max-width: 100%;
    }
    .main_service .head_title h2{
        text-align: center;
    }
    .home_skew_border:before, .home_skew_border:after{
        border-color: transparent;
    }
}

@media (min-width: 380px) and (max-width: 580px){
    .single_pricing{
        background-size: 100% auto !important;
    }
}
@media (max-width: 380px) {

}

