
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */

  
/*************************************************************************************
*
* color: #25408F;
* color: #7AB1E0;
* rgb: rgba(37,64,143,.9);
* rgb: rgba(122,177,224,.9);
* background-color: #fff;
* background-color alt: #f6f4f4;
*
*************************************************************************************/

 /*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');*/
 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

/* ==========================================================================================
  OVERWRITE BOOTSTRAP
========================================================================================== */
html {
  overflow-x: hidden;
}
body {
  font-family: 'Nunito Sans', Arial, sans-serif; /* , sans-serif "Nunito Sans" */
  font-size: 15px;
  color: #1c1d1b;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
  /*font-family: "Nunito Sans";*/
}
a{
  color: #1c1d1b;
  text-decoration: none !important;
}
a:hover,
a:focus{
  color: #25408F;
}
.btn{
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 0;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
.form-control{
  border-radius: 0;
  font-size: inherit;
}
input[disabled="disabled"],
.form-control:disabled,
.form-control[readonly]{
  background-color: #ccc;
  cursor: no-drop;
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder,
input::placeholder {
  color: #868e96;
  opacity: 1;
}
p{
  margin-bottom: 10px;
}
.hidden{
  display: none !important;
}
.clearfix:before,
.clearfix:after{
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
  .container-fw-xs{
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
  .container-fw-sm{
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
  .container-fw-md{
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
  .container-fw-lg{
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
  .container-fw-xl{
    max-width: 100%;
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width:1320px
  }
}

/* ==========================================================================================
  DISPLAY TABLE - DISPLAY TABLE CELL
========================================================================================== */
.display-table{
  display: table;
  width: 100%;
}
.display-table .display-table-cell{
  display: table-cell;
}

/* ==========================================================================================
  OVERWRITE .panel TO .cart [Bootstrap 4.1.3]
========================================================================================== */
.card-group > .card{
  border-radius: 0;
  margin-bottom: 15px;
}
.card-group {
  -ms-flex-flow: column;
  flex-flow: column;
}
.card-header{
  border-bottom: 0;
}
.card-header .card-title{
  margin-bottom: 0;
}
.card-group .card-header + .card-collapse .card-body{
  border-top: 1px solid #e7e7e7;
}
.card-group > .card + .card{
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body{
  padding: 15px;
}

/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  row-78
**
**  row
**  margin-left: -7px;
**  margin-right: -8px;
**
**  col
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  col
**  padding-left: 0;
**  padding-right: 0;
**
**********************************************************************/
.row-78{
  margin-left: -7px !important;
  margin-right: -8px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-78 > div{
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.row-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-0 > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 992px){
  .row-desktop-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-desktop-0 > div{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  col 20%
**
**
**********************************************************************/
@media screen and (min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
.container-large {
  max-width: 1440px;
}
.mt-15{
  min-height: 1px;
  margin-top: 15px !important;
}
.mt-20{
  min-height: 1px;
  margin-top: 20px !important;
}
.mt-30{
  min-height: 1px;
  margin-top: 30px !important;
}
.mb-10{
  min-height: 1px;
  margin-bottom: 10px !important;
}
.mb-15{
  min-height: 1px;
  margin-bottom: 15px !important;
}
.mb-20{
  min-height: 1px;
  margin-bottom: 20px !important;
}
.mb-25{
  min-height: 1px;
  margin-bottom: 25px !important;
}
.mb-30{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-40{
  min-height: 1px;
  margin-bottom: 40px !important;
}
.mb-50{
  min-height: 1px;
  margin-bottom: 50px !important;
}
.line-height-22{
  line-height: 22px !important;
}
.pt-10{
  padding-top: 10px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-25{
  padding-top: 25px !important;
}
.pb-15{
  padding-bottom: 15px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pb-40{
  padding-bottom: 40px !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-15{
  padding-right: 15px !important;
}
.mr-10{
  margin-right: 10px;
}
.b-15{
  bottom: 15px;
}
.t-15{
  top: 15px;
}
.r-15{
  right: 15px;
}
.l-15{
  left: 15px;
}
.fs-24{
  font-size: 24px !important;
}
.bg-f7{
  background-color: #f7f7f7;
}
.bg-f1{
  background-color: #f1f1f1;
}
.bg-fff{
  background-color: #fff !important;
}
.br-4{
  border-radius: 4px !important;
}
.bc-transparent{
  border-color: transparent !important;
}
.text-white a{
  color: #fff !important;
}
.bg-theme{
  background-color: #25408F;
}
.color-theme{
  color: #25408F !important;
}
.color-theme-sub{
  color: #111 !important;
}
.color-theme-alt{
  color: #FF8C00 !important;
}
.btn-theme{
  background-color: #25408F;
  color: #fff;
  border: 1px solid #25408F;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: #fff !important;
  color: #25408F !important;
}
.btn-theme-2{
  background-color: #fff;
  color: #4a4c4e;
  border: 1px solid #4a4c4e;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-theme-2:hover,
.btn-theme-2:focus{
  background-color: #4a4c4e !important;
  color: #fff !important;
  border: 1px solid #4a4c4e;
}
.btn-theme-xl{
  padding: 15px 40px;
}
.btn-theme-alt{
  background-color: #fff;
  color: #25408F;
}
.btn-theme-alt:hover,
.btn-theme-alt:focus{
  background-color: #25408F !important;
  color: #fff !important;
}
.hover-img{
  position: relative;
}
.hover-img:before,
.hover-img:after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(245, 246, 247, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.hover-img:before{
  left: 0;
}
.hover-img:after{
  right: 0;
}
.hover-img:hover:before,
.hover-img:hover:after{
  opacity: 1;
  visibility: visible;
  width: 0;
}
.text-middle {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-left {
  -ms-flex-pack: left !important;
  justify-content: left !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-right {
  -ms-flex-pack: right !important;
  justify-content: right !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-bottom-left{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.scale-img{
  position: relative;
  overflow: hidden;
}
.scale-img img{
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.badget {
  background-color: #555;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}
.border-soc-alt {
  border-bottom: 1px solid #f7f7f7;
}
.no-border{
  border: 0 !important;
}

/* ==========================================================================================
  OTHER BANNER
========================================================================================== */
.popup_bottom{
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 1001;
  margin: 0px auto;
  display: block;
  right: 0;
}
.popup_bottom img {
    max-height: auto !important;
    width: 100% !important;
}
body #popupContact {
  z-index: 9999;  
}
#popupContact img{
  max-height: auto !important;
    width: 100% !important;
  border: 5px solid #000; 
}
#popupContactClose{
  right: -13px !important;
  top: -11px !important;
  border-radius: 50%;background-color: #f00 !important;
}
#box_content #popupContact{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:767px){
  #box_content #popupContact{
    max-width: -webkit-calc(100% - 30px) !important;    
    max-width: -moz-calc(100% - 30px) !important;   
    max-width: calc(100% - 30px) !important;    
    max-height: 200px !important;
  }
}

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #25408F;
  color: #fff;
  font-size: 12px;
}
.copyright-powered a{
  color: #fff;
}
.copyright span{
  font-weight: 700;
}
.powered-by{
  text-align: right;
}
@media (max-width:991px) {
  .copyright-powered{
    padding-left: 0;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
  }
  .copyright-powered{
    padding-top: 15px;
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 20px;
}
.pagination .page-link{
  padding: 12px 18px;
  color: #525252;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link{
  background-color: #25408F;
  border-color: #25408F;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-content h2 {
    font-size: 400px;
    line-height: 0.8;
    color: #25408F;
  font-weight: 700;
}
.error-content h2 span {
    position: relative;
}
.error-content h2 span:after {
  position: absolute;
  content: '';
  -webkit-background-size: contain; 
  background-size: contain; 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: repeat;
}
.error-content span.error-para {
    display: block;
    font-size: 70px;
    color: #25408F;
}
.error-content a {
    margin-top: 20px;
}
@media screen and (min-width:992px){
  .error-content h2 {
      font-size: 350px;
  } 
}
@media screen and (min-width:768px) and (max-width:991px){
  .error-content h2 {
      font-size: 280px;
  } 
}
@media screen and (min-width:576px) and (max-width:767px){
  .error-content h2 {
      font-size: 190px;
  } 
  .error-content span.error-para{
    font-size: 30px;
  }
}
@media screen and (max-width:575px){
  .error-content h2 {
      font-size: 100px;
  }   
  .error-content span.error-para{
    font-size: 25px;
  }
}

/* ==========================================================================================
  COMING SOON PAGE
========================================================================================== */
body.coming-soon{
  padding-top: 0 !important;
}
.coming-soon-page {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-page:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.coming-content-area {
  height: 100vh;
  position: relative;
  z-index: 2;
}
.coming-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coming-content h2 {
  color: #25408F;
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.coming-content p {
  color: #fff;
  margin-bottom: 15px;
}
.coming-content a {
  margin-top: 35px;
  margin-right: 15px;
}

/* ==========================================================================================
  BODY
========================================================================================== */
body{
  background-color: #fff;
  position: relative;
}
body.cke_editable{
  padding-top: 0;
}
body.member .container{
  max-width: 100%;
}
@media screen and (min-width: 992px){
  body.member .container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px){
  body{
    padding-top: 70px;
  }
}
/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
body {
  position: relative;
}
.scrollTop {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;  
}
.scrollTop a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/backtotop.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.scrollTop a:hover {
  opacity: 1;
}

/* ==========================================================================================
  TOP HEADER
========================================================================================== */
.top-header{
  color: #fff;
  background-color: #25408F;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.top-right{
  list-style: none;
  padding-right: 330px;
}
ul.top-right li{
  display: inline-block;
  margin-left: 10px;
}
ul.top-right li a{
  color: #fff;
  font-size: 13px;
}

/* ==========================================================================================
  HEADER MENU
========================================================================================== */
.header-menu-main{
  -webkit-box-shadow: 0 4px 6px -6px rgba(84,84,120,.26);
  box-shadow: 0 4px 6px -6px rgba(84,84,120,.26);
}
.menu-main{
  position: relative;
}
.nav-menu .menu-main .nav-item{
  position: relative;
}
.nav-menu .menu-main .nav-link{
  color: #000;
  padding: 10px 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .4px;
  white-space: nowrap;
}
.nav-menu .menu-main .nav-link.active,
.nav-menu .menu-main .nav-link:hover{
  color: #FF8C00;
}
@media screen and (min-width: 992px){
  .navbar-brand{
    position: relative;
    height: 80px;
  }
  .navbar-brand img{
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    height: 130px;
  }
  .nav-menu .menu-main .nav-search{
    position: absolute;
    z-index: 1;
    top: -31px;
    right: 55px;
  }
  .form-search-main{
    width: 260px;
  }
  .form-search-main input.form-control{
    /*border-radius: 15px 0 0 15px !important;*/
    background-color: #eaecf3;
    height: 25px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .form-search-main .btn-search{
    background-color: #7AB1E0;
    padding: 0 7px 0 7px;
    /*border-radius: 0 15px 15px 0 !important;*/
    border: 2px solid #7AB1E0;
    color: #fff;
    font-size: 10px;
  }
  .nav-menu .menu-main > .nav-item > .nav-link{
    padding: 40px 20px;
    font-size: 18px;
  }
  .nav-menu .menu-main .nav-link .fa-home{
    font-size: 1.3333333em;
    line-height: .75em;
    vertical-align: -15%;
  }
  .nav-menu .menu-main > .nav-item:last-child .nav-link{
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.navbar-brand img{
		bottom: 4px;
		height: 110px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  	.navbar-brand img{
    	height: 55px;
	  	bottom:20px;
  	}
  .nav-menu .menu-main > .nav-item > .nav-link{
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu-main > .sub-dropdown > .sub-toggle::after{
    right: -1px;
  }
}
@media screen and (max-width: 991px){
  .header-menu-main{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: #fff;
  }
  .navbar-brand{
    margin-right: 0;
  }
  .navbar-brand img{
    height: 60px;
  }
  .header-menu-main .navbar-collapse.collapsing, 
  .header-menu-main .navbar-collapse.collapse.show{
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  .nav-search{
    margin-bottom: 15px;
  }
  .navbar-collapse ul.navbar-nav{
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
    overflow: auto;
    padding-bottom: 70px;
  }
  .menu-main > li.nav-item:last-child{
    height: 150px;
    display: block;
  }
  .btn-search{
    background-color: #25408F;
    border-color: #25408F;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-menu-main .user span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #808080;
    color: #fff;
  }
  .nav-menu .menu-main .nav-link{
    padding-left: 0;
  }
}
@media screen and (max-width: 575px){
  .header-menu-main{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
footer{
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #7AB1E0;
  color: #25408F;
}
footer a{
  color: #25408F;
}
.box-footer h3{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.menu-footer{
  padding-left: 0;
  list-style: none;
}
.menu-footer li a{
  padding-top: 7px;
  padding-bottom: 8px;
  display: block;
  font-size: 16px;
}
.menu-footer.menu-cate li a{
  padding-left: 20px;
  position: relative;
}
.menu-footer.menu-cate li a:before{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 14px;
}

.menu-footer.menu-address li a{
  padding-left: 20px;
  position: relative;
}
.menu-footer.menu-address li a .fa{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 11px;
  font-size: 14px;
}
.menu-footer.menu-social li a .fa{
  margin-right: 15px;
}

.social-wrapper{

}
.social-wrapper .menu-social{
  padding-left: 20px;
}
.social-wrapper .menu-social li{
  margin-right: 15px;
}
.social-wrapper .menu-social li a{
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #25408F;
  border-radius: 5px;
}
.social-wrapper .menu-social li a .fa{
  font-size: 16px;
}

@media screen and (max-width: 767px){
  .box-footer h3{
    font-size: 18px;
    font-weight: 700;
  }
  .menu-footer li a{
    font-size: 14px;
  }
  .social-wrapper .menu-social li a .fa{
    font-size: 15px;
  }
}

/* ==========================================================================================
  BANNER
========================================================================================== */
.carousel-item img{
  width: 100%;
}
@media screen and (min-width: 992px){
  .carousel-item.carousel-item-home img{
    /*height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);*/
  }
  .carousel-item.carousel-item-page{
    /*max-height: 350px;
    overflow: hidden;*/
  }
  .carousel-item.carousel-item-page img{
    /*height: auto;*/
  }
}
.text-banner{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.text-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.text-banner .wrapper-text{
  position: relative;
  z-index: 2;
}
.text-banner .wrapper-text h1{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px){
  .text-banner .wrapper-text h1{
    font-size: 20px;
  }
}

/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
section.slider-section {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.slider-wrapper {
  height: 100%;
  width: 100%;
}
.slider-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 100%;
  /*min-height: 100vh;*/
  max-height: 667px;
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  /*background-color: rgba(0,0,0,0.25);*/
}
.slider-wrapper .item .container{
  position: relative;
}
.slider-wrapper .owl-nav {
  position: absolute;
  top: 52vh;
  width: 100%;
  z-index:999;
  color:#fff;
  letter-spacing:3px;
  font-size:8px;
  text-transform:uppercase;
}
.slider-wrapper .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 10px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  padding: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;  
}
.slider-wrapper .owl-theme .owl-nav [class*="owl-"]{
  display: none;
}
.slider-wrapper .owl-prev {
  float: left;
  margin-left:20px !important;
  position: relative;
}
.slider-wrapper .owl-next {
  float: right;
  margin-right:20px !important;
  position: relative;
}
.slider-wrapper .owl-prev:after,
.slider-wrapper .owl-next:after{
  position:absolute;
  content:'';
  width:50%;
  height:1px;
  background-color:#878989;
  bottom:-1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider-wrapper .owl-prev:after {
  right:0px ;
}
.slider-wrapper .owl-next:after {
  left:0px ;
}
.slider-wrapper .owl-prev:hover:after,
.slider-wrapper .owl-next:hover:after{
  width:100%; 
}
.slider-wrapper .owl-dots {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-wrapper .owl-dot {
  display: inline-block;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 5px 7px;
  background: #878989;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}
.slider-wrapper .slider-text .btn{
  min-width: 150px;
  margin: 0 8px;
}

body.sub-page .slider-wrapper .item {
  /*min-height: 75vh;*/
}
@media (min-width: 991px){
  section.slider-section{
    height: -webkit-calc(100% - 136px);
    height: calc(100% - 136px);
  }
  .slider-wrapper .item {
    height: -webkit-calc(100vh - 136px);
    height: -moz-calc(100vh - 136px);
    height: calc(100vh - 136px);
  }
}
@media (max-width: 991px){
  section.slider-section {
  }
  section.slider-section{
    /*height: -webkit-calc(100% - 60px);*/
    /*height: calc(100% - 60px);*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider-wrapper .item{
    height: 35vh;
  }
}
@media (max-width: 767px){
  /*.slider-wrapper .item{
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }*/
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .slider-wrapper .item{
    height: 40vh;
  }
}
@media screen and (max-width: 575px){
  .slider-wrapper .item{
    height: 30vh;
  }
}

/* ==========================================================================================
  SECTION
========================================================================================== */
.padding-section{
  padding-top: 60px;
  padding-bottom: 30px;
}
.title-section{
  color: #1c1d1b;
  position: relative;
  font-size: 40px;
  font-weight: 700;
}
.title-section-2{
  font-size: 30px;
  font-weight: 700;
  color: #1c1d1b;
}
.title-sub{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1c1d1b;
}
.bb-line{
  width: 100%;
  height: 1px;
  background-color: #e5e7e8;
}
.bb-line-2{
  width: 100%;
  height: 2px;
  background-color: #1c1d1b;
}
.date{
  color: #808080;
  font-style: italic;
  margin-bottom: 10px;
}
.date a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.bg-section{
  background-color: #25408F;
  color: #fff;
}
.bg-section .title-section,
.bg-section .title-section-2{
  color: #fff;
}
.bg-theme{
  color: #fff !important;
}
.bg-theme a{
  color: inherit;
}
.bg-theme .title-section,
.bg-theme .title-section-2{
  color: #fff;
}
.bg-theme .title-section:after{
  border-color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 991px){
  .padding-section{
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px){
  .padding-section{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .title-section{
    font-size: 25px;
  }
  .title-section-2{
    font-size: 25px;
  }
}

/* ==========================================================================================
  INDEX ABOUT
========================================================================================== */
.box-img-about img{
  max-width: 100%;
}
.box-cate{
  padding-top: 50px;
}
.bb-about{
  padding-bottom: 30px;
}
.bb-about:after{
  content: "";
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (min-width: 1200px){
  .box-img-about{
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  
}
@media screen and (max-width: 767px){
  .box-img-about{
    margin-bottom: 30px;
  }
  .box-cate{
    padding-top: 40px;
  }
}

/* ==========================================================================================
  INDEX BOX CATE
========================================================================================== */
.box-cate-item{

}
.box-cate-item > a{
  display: block;
}
.box-cate-item figure{
  max-width: 60px;
  height: 60px;
}
.box-cate-item img{
  max-width: 100%;
  height: 100%;
}
.box-cate-item h3{
  text-transform: uppercase;
  letter-spacing: .7px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  color: #25408F;
}
.box-cate-item .intro{
  font-size: 15px;
  color: #808080;
  min-height: 52px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-cate-item .intro p{
  margin-bottom: 0;
}
.box-cate-item .readmore{
  display: inline-block;
  border-bottom: 1px solid #7AB1E0;
  color: #404040;
}

@media screen and (min-width: 992px){
  .box-cate-item{
    height: 100%;
    -webkit-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .box-cate-item > a{
    padding: 15px;
  }
  .box-cate-item h3{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .box-cate-item:hover{
    -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
    box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
  }
  .box-cate-item:hover h3{
    color: #FF8C00;
  }
  .box-cate-item:hover .intro{
    color: #1c1d1b;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  
}
@media screen and (max-width: 767px){
  .box-cate-item{
    margin-top: 20px;
    text-align: center;
  }
  .box-cate-item figure{
    display: inline-block;
  }
}

/* ==========================================================================================
  SECTION NEWSLETTER
========================================================================================== */
.section-newsletter{
  padding-top: 40px;
  padding-bottom: 40px;
}
.box-newsletter-content h3{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-newsletter-content h3{
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .box-newsletter-content h3{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .section-newsletter .text-middle-left{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .box-newsletter-content{
    margin-bottom: 20px;
  }
  .box-newsletter-content h3{
    font-size: 22px;
    text-align: center;
  }
}
/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
.newsletter-box .form-control {
  padding-right: 45px;
  box-shadow: none;
  height: 45px;
  border: 1px solid #e5e8ed;
  font-size: 14px;
  color: #808080;
}
.newsletter-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
  border-radius: 0;
  padding: 0;
  background-color: #7AB1E0;
  border-color: #7AB1E0;
}
.newsletter-box .btn:hover {
  background-color: #7AB1E0 !important;
  border-color: #7AB1E0 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px){
  .newsletter-box{
    padding-bottom: 20px;
  }
}

/* ==========================================================================================
  BOX NEWS
========================================================================================== */
.box-news{
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.box-news img{
  max-width: 100%;
}
.box-news h3{
  font-size: 22px;
  font-weight: 700;
}
.box-news .intro-box{
  color: #808080;
}
.box-news .box-news-bottom{
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
  color: #808080;
}
.box-news .box-news-bottom a{
  color: #808080;
}
.box-news .box-news-bottom .fa{
  color: #25408F;
}
.box-news:hover{
  -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
  box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
}

@media screen and (min-width: 992px){
  .box-news figure{
    margin-bottom: 0;
  }
  .box-news h3{
    line-height: 30px;
  }
  .box-news .intro-box{
    padding: 20px;
  }
  .box-news .box-news-bottom{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-news h3{
    font-size: 20px;
  }
}
@media screen and (min-width: 768px){
  .box-news{
    padding-bottom: 52px;
  }
  .box-news .box-news-bottom{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .box-news h3{
    font-size: 16px;
    line-height: 26px;
  }
  .box-news .intro-box{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .box-news h3{
    font-size: 16px;
    line-height: 26px;
  }
  .box-news .intro-box{
    padding-bottom: 20px;
  }
  .box-news .box-news-bottom{
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
  }
}

/* ==========================================================================================
  INDEX SOCIAL MEDIA
========================================================================================== */
.section-social-media{
  padding-bottom: 30px;
}
.title-social-media{
  border-bottom: 1px solid #7AB1E0;
  padding-bottom: 5px;
}
.box-social-media{
  margin-bottom: 15px;
  text-align: center;
}
.box-social-media figure a{
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #25408F;
  color: #fff;
  border-radius: 50%;
}
.box-social-media h3{
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .box-social-media h3{
    font-weight: 700;
  } 
}

/* ==========================================================================================
  CONTACT PAGE
========================================================================================== */
.box-contact-form input.form-control{
  height: 45px;
} 
.contact-address ul{
  list-style: none;
  padding-left: 0;
}

/* ==========================================================================================
  NEWS PAGE
========================================================================================== */
.box-news-page-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.news-item-bb{
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #eaeaea;
  height: 1px;
  width: 100%;   
}
.box-news-page-item figure img{
  max-width: 100%;
}
.box-news-page-item h3{
  font-weight: 700;
}
.box-news-page-item h3 a{
  color: #25408F;
}
.box-news-page-item .intro,
.box-news-page-item .intro-box{
  color: #808080;
  text-align: justify;
  overflow: hidden;
}
/************************* right *************************/
.box-cate-right{
  /*border-top: 3px solid #25408F;
  padding-top: 30px;*/
  margin-bottom: 30px;
}
.box-cate-right > h3{
  font-size: 20px;
  color: #1c1d1b;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-cate-right ul.menu-right{
  padding-left: 0;
  list-style: none;
}
.box-cate-right ul.menu-right li a{
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font-weight: 500;
}
.box-cate-right ul.menu-right li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
}
.box-cate-right ul.menu-right li a.active,
.box-cate-right ul.menu-right li a:hover{
  color: #25408F;
}
@media screen and (min-width: 992px){
  .box-news-page-item{
    padding-right: 40px;
  }
  .news-item-bb{
    width: -webkit-calc(100% - 30px) !important;    
    width: -moz-calc(100% - 30px) !important;   
    width: calc(100% - 30px) !important;    
  }
  .box-news-page-item .intro{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
  .box-news-page-item figure{
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .box-news-page-item h3{
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px){
  .box-news-page-item figure{
    float: left;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .box-news-page-item h3{
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px){

}

/* ==========================================================================================
  NEWS DETAIL PAGE
========================================================================================== */
.content-img img{
  width: 100%;
}
.content img{
  max-width: 100% !important;
}
.box-news-page-item-2{
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.box-news-page-item-2 figure{
  float: left;
  width: 75px;
  margin-right: 10px;
  margin-bottom: 0;
}
.box-news-page-item-2 figure img{
  max-width: 100%;
}
.box-news-page-item-2 h3{
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}
.box-news-page-item-2 .intro-box{
  overflow: hidden;
  font-size: 12px;
}
.box-news-page-item-2 .intro-box .date{
  font-style: inherit;
}
@media screen and (min-width: 992px){
  .content-detail{
    /*padding-right: 40px;*/
  }
}
@media screen and (max-width: 991px){
  .content img{
    width: auto !important;
    height: auto !important;
  }
}

.content figure.media > div{
  width: 100%;
  height: 100%;
}
/*.content-detail a{
  color: #25408F;
  font-style: italic;
  font-weight: bold;
}*/
.content-detail .ck {
  display: none!important;
}

/* ==========================================================================================
  GALLERY PAGE
========================================================================================== */
.box-gallery{
  position: relative;
}
.box-gallery img{
  width: 100%;
}
.box-gallery span.overlay{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box-gallery span.title{
  position: absolute;
  z-index: 2;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-gallery span.btn{
  position: absolute;
  z-index: 2;
  left: 15px;
}
@media screen and (min-width: 992px){
  .box-gallery{
    margin-bottom: 30px;
  }
  .row-desktop-0 .box-gallery{
    margin-bottom: 0;
  }
  .box-gallery span.overlay{
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
  }
  .box-gallery span.title{
    opacity: 0;
    visibility: hidden;
    bottom: 100px;
    -webkit-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
  }
  .box-gallery span.btn{
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
  }
  .box-gallery:hover span.overlay{
    background-color: rgba(0,0,0,0.5);
  }
  .box-gallery:hover span.title{
    opacity: 1;
    visibility: visible;
    bottom: 65px;
  }
  .box-gallery:hover span.btn{
    opacity: 1;
    visibility: visible;
    bottom: 15px;
  }
}
@media screen and (max-width: 991px){
  .box-gallery{
    margin-bottom: 30px;
  }
  .box-gallery span.overlay{
    background-color: rgba(0,0,0,0.2);
  }
  .box-gallery span.title{
    bottom: 65px;
  }
  .box-gallery span.btn{
    bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  .box-gallery{
    margin-bottom: 15px;
  }
}

/* ==========================================================================================
  GALLERY DETAIL PAGE
========================================================================================== */
.box-gallery-item{
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.box-gallery-item img{
  width: 100%;
}
.box-gallery-item .overlay{
  position: absolute;
  z-index: 1;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px){
  .box-gallery-item .overlay{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
  }
  .box-gallery-item:hover .overlay{
    opacity: 1;
    visibility: visible;
    background-color: rgba(0,0,0,0.5);
  }
  .box-gallery-item .fa{
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 37px;
    padding: 5px;
    background-color: #eaeaea;
    border-radius: 50%;
    text-align: center;
    color: #25408F;
  }
  .box-gallery-item .title{
    margin-top: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;

  }
}
@media screen and (max-width: 991px){
  .box-gallery-item .overlay{
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0,0,0,.0);
    opacity: 0;
  }
  .box-gallery-item .title{
    display: none;
  }
}
@media screen and (max-width: 767px){
  
}

/* ==========================================================================================
  PROGRAM PAGE
========================================================================================== */
.detail-program .title-section-2{
  color: #25408F;
  text-transform: uppercase;
}

/*****************************************************************/
/* box-right-scroll */
.box-right-scroll{
  position: relative;
  top: 0;
  z-index: 1;
}
.box-right-fixed{
  position: fixed;
}
.box-right-fixed{
  overflow: auto;
  max-height: -webkit-calc(100vh - 20px);
  max-height: calc(100vh - 20px);
}
.box-right-absolute{
  position: absolute;
}
.list-item-scroll{

}
.list-item-scroll .item-scroll{

}
.list-item-scroll .item-scroll .nav-link{
  border-bottom: 1px solid rgba(255,255,255,.7);
  background-color: #25408F;
  color: #fff;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-family: "Nunito Sans";
}
.list-item-scroll .item-scroll .nav-link:before{
  position: absolute;
  left: 6px;
  top: 10px;
  font-family: "FontAwesome";
  content: "+";

}
.list-item-scroll .item-scroll .nav-link.active:before{
  content: "-";

}
.list-item-scroll .item-scroll .nav-link:hover,
.list-item-scroll .item-scroll .nav-link.active{
  background-color: #7AB1E0;
}
@media screen and (max-width:991px){
  .box-right-scroll-left{
    /*overflow: auto;*/
    max-height: -webkit-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
  }
  .box-right-scroll{
    position: fixed;
    z-index: 1;
    top: 80px;
    /*right: -webkit-calc(-100vw + 50px);
    right: calc(-100vw + 50px);
    width: -webkit-calc(100vw - 50px);
    width: calc(100vw - 50px);*/
    width: 300px;
    right: -300px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .box-right-scroll.box-right-scroll-left{
    right:0;
  }
  .icon-scroll-mobile{
    position: absolute;
    left: -44px;
    top: 0;
    background-color: rgba(37,64,143,.9);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
  }
  .icon-scroll-mobile.fa-right{
    border-radius: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -ms-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
  }
  .icon-scroll-mobile.fa-right .fa:before{
    content: "\f00d";
  }
}

/* ==========================================================================================
  NEWSLETTER PAGE
========================================================================================== */
.newsletter-page h3{
  font-size: 28px;
  font-weight: 700;
}
.newsletter_form input.form-control{
  height: 45px;
  border-width: 2px;
  border-radius: 2px;
}
.newsletter_form label{
  color: #525252;
}
.box-bg{
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width:767px){
  .box-bg{
    padding: 15px;
  }
}

/* ==========================================================================================
  CALENDAR PAGE
========================================================================================== */
.title-calendar{
  font-size: 30px;
  font-weight: 600;
  color: #1c1d1b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.title-calendar span{
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  color: #525252;
}
.calendar-item{
  margin-bottom: 20px;
  font-size: 16px;
}
.calendar-item .calendar-date{
  float: left;
  width: 50px;
  margin-right: 30px;
  color: #525252;
  text-align: center;
}
.calendar-item .calendar-date .calendar-d{
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
  line-height: 40px;
}
.calendar-item .calendar-date .calendar-m{
  font-size: 20px;
  margin-bottom: 5px;
}
.calendar-item .calendar-date .calendar-y{
  font-size: 16px;
  color: #808080
}
.calendar-item .calendar-intro{
  overflow: hidden;
}
.calendar-item .calendar-intro h3{
  color: #25408F;
  font-size: 26px;
  font-weight: 600;
}
.calendar-item .calendar-intro h3 a{
  color: inherit;
}
.calendar-item .calendar-intro h3:hover a{
  text-decoration: underline !important;
}
.calendar-item .calendar-intro .intro{
  color: #808080;
}
.calendar-item .calendar-intro .fa{
  width: 25px;
}

/* ==========================================================================================
  MEMBER PROFILE
========================================================================================== */
.title-act{
  font-size: 20px;
  color: #25408F;
}
.title-act .title-icon{
  color: #808080;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
}
.title-act .title-cate{
  color: #525252;
  font-size: 14px;
  line-height: 28px;
}
.title-act .viewalll-text{
  color: #333;
  font-style: italic;
  font-size: 14px;
  position: relative;
  top: -2px;
}
/* member - left */
.member-head{
  border-bottom: 1px solid #7AB1E0;
}
.member-head img{
  max-width: 75%;
}
.member-head h3{
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.attr_profile{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.attr_profile a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.attr_profile a.active{
  color: #25408F;
}
.attr_profile .fa{
  width: 25px;
}

/* who_form */
.who_form input.form-control{
  height: 38px;
}

/* Profile */
.empty-error:empty{
  display: none;
}
.empty-error{
  color: #f00;
  font-size: 12px;
}
.input-group.field-profile .input-group-text{
  width: 120px !important;
  font-size: 14px;
}
.input-group.field-profile > .fs-wrap{
  /* f-select */
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
  margin-bottom: 0;
  color: #495057;
}
.phone_error_field .form-control{
  border-color: #dc3545 !important;
}

/* Calendar */
.event-dot{
  background-color: #7AB1E0;
  width: 15px;
  height: 15px;
}

body.modal-open, .modal-open .modal{
  padding-right: 0;
}
.events-modal .modal-dialog{
  max-width: 1140px;
  margin-top: 90px;
}
.events-modal button.close{
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 9px;
}
.events-modal .modal-body{
  height: auto !important;
}
@media screen and (min-width: 1200px){
  .cal-year-box [class*="span"], 
  .cal-month-box [class*="cal-cell"]{
    min-height: 75px;
  }
  .cal-month-day{
    height: 75px;
  }
  .events-modal .modal-body{
    padding: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .cal-year-box [class*="span"], 
  .cal-month-box [class*="cal-cell"]{
    min-height: 64px;
  }
  .cal-month-day{
    height: 64px;
  }
  .events-modal .modal-body{
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .cal-year-box [class*="span"], 
  .cal-month-box [class*="cal-cell"]{
    min-height: 63px;
  }
  .cal-month-day{
    height: 63px;
  }
}
@media screen and (max-width: 767px){
  .cal-year-box [class*="span"], 
  .cal-month-box [class*="cal-cell"]{
    min-height: 50px;
  }
  .cal-month-day{
    height: 50px;
  }
  span[data-cal-date]{
    margin-top: 8px;
    margin-right: 8px;
  }
}

/* timeline */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #243e83;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
/* Container around content */
.container-timeline {
  padding: 10px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #243e83;
  border: 4px solid #e6e6e6;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.left {
  left: 0;
}
/* Place the container to the right */
.right {
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
  left: -10px;
  background-color: #FF8C00;
}
/* The actual content */
.container-timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;

  -webkit-box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
  -moz-box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
  box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
}
/* Media queries - Responsive timeline on screens less than 600px wide */
/*@media screen and (max-width: 767px) {*/
  /* Place the timelime to the left */
  .timeline::after {
    left: 10px;
  }
  /* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 35px;
    padding-right: 0;
  }
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 25px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 0;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  /* The actual content */
  .container-timeline .content {
    padding: 15px;
  }
/*}*/

.timeline-wrapper .timeline .time{
  color: #243e83;
  font-weight: 700;
}
.timeline-wrapper .timeline .right .time{
  color: #FF8C00;
  font-weight: 700;
}
@media screen and (min-width: 768px){
  /*.timeline-wrapper .timeline .time{
    position: absolute;
    z-index: 1;
    top: 8px;
    right: -175px;
  }
  .timeline-wrapper .timeline .time:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 11px;
    right: -webkit-calc(100% + 10px);
    right: calc(100% + 10px);
    width: 50px;
    border-bottom: 2px dotted #243e83;
    height: 1px;
  }
  .timeline-wrapper .timeline .right .time{
    left: -175px;
    right: auto;
  }
  .timeline-wrapper .timeline .right .time:before{
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
    right: auto;
  }*/
}

/* ==========================================================================================
  VACANCIES PAGE
========================================================================================== */
.vacancies-wrapper .vacancies-item{
  border-top: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow:5px 0 20px rgba(0,0,0,0);
  box-shadow:5px 0 20px rgba(0,0,0,0);
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.vacancies-wrapper .vacancies-item:hover{
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.1);
  box-shadow:0 5px 20px rgba(0,0,0,.1);
  border-top-color: rgba(0,0,0,0);
}
.vacancies-wrapper .vacancies-item:hover+.vacancies-item{
  border-top-color: rgba(0,0,0,0);
}
.vacancies-wrapper > .vacancies-item:last-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vacancies-wrapper > .vacancies-item:last-child:hover{
  border-bottom: 1px solid rgba(0,0,0,0);
}
.vacancies-item .vacancies-box{
  display: block;
  width: 100%;
  position: relative;
}
.vacancies-item .vacancies-box:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 5px;
  transform: -webkit-scale(.6);
  transform: -moz-scale(.6);
  transform: -o-scale(.6);
  transform: scale(.6);
  opacity: 0;
  background-color: #25408F;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.vacancies-item:hover .vacancies-box:before{
  transform: -webkit-scale(1);
  transform: -moz-scale(1);
  transform: -o-scale(1);
  transform: scale(1);
  opacity: 1;
}

.vacancies-item .vacancies-title{
  text-transform: uppercase;
  font-weight: 600;
}
.vacancies-item .vacancies-box .fa{
  margin-right: 10px;
}
@media screen and (min-width: 768px){
  .vacancies-item .vacancies-box{
    padding: 40px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .vacancies-item .vacancies-address{
    margin-right: 30px;
    margin-left: auto;
    max-width: 200px;
  }
  .vacancies-item .vacancies-date{
    min-width: 230px;
    text-align: right;
  }
}
@media screen and (max-width: 767px){
  .vacancies-item .vacancies-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vacancies-item .vacancies-box span{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* ==========================================================================================
  LOGIN PAGE
========================================================================================== */
.box-login{
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.1);
  box-shadow:0 5px 20px rgba(0,0,0,.1);
  border-radius: 5px;
}
.login_form input.form-control,{
  height: 50px;
  border-color: transparent;
  background-clip: inherit;
  background-color: #f8fafa;
}
.login_form .log-body .input-group-text {
  border-color: transparent;
  width: 45px;
}
@media screen and (min-width: 768px){
  .box-login{
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px){
  .box-login{
    padding: 20px 25px;
  }
}

/* ==========================================================================================
  MEMBER ACCOUNT
========================================================================================== */
.member-account .log-body .input-group-text {
  border-color: transparent;
  width: 45px;
}
.change_password_form .input-group-text{
  width: 160px !important;
  font-size: 14px;
}

@media screen and (min-width: 768px){
  .member-account{
    
  }
}
@media screen and (max-width: 767px){
  .member-account{
    
  }
}

/* ==========================================================================================
  OUR TEAM 
========================================================================================== */
.events-modal.modal-hr .modal-dialog{
  margin-top: 100px;
  max-width: 940px;
}
.box-hr{
  position: relative;
  margin-bottom: 30px;
}
.box-hr .hr-wrapper{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 20px 10px 15px;
  background-color: #fff;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: -54px auto 0;
  z-index: 1;
  position: relative;
}
.box-hr .hr-wrapper h2{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-hr .hr-wrapper .intro{
  font-size: 12px;
  color: #525252;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
  min-height: 50px;
}
.box-hr img,
.box-hr-2 img{
  width: 100%;
}
.title-hr{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.content-hr span.info .fa{
  width: 20px;
}
@media screen and (min-width: 768px){
  .box-hr-wrapper{
    padding: 15px;
  }
  .box-hr-2 figure{
    margin-bottom: 0;
  }
  .content-hr span.info{
    display: inline-block;
    width: 130px;
  }
}
@media screen and (max-width: 767px){

}

/* ==========================================================================================
  DROPDOWN MENU
========================================================================================== */
.menu-main .nav-link.active.sub-toggle:after,
.menu-main .nav-link.sub-toggle:hover:after{
  border-top-color: #FF8C00;
}
.menu-main > .sub-dropdown > .sub-menu > .sub-dropdown > .nav-link.sub-toggle:hover:after{
  border-top-color: transparent;
  border-left-color: #FF8C00;
}

.sub-dropdown .sub-toggle:after{
  position: absolute;
  z-index: 1;
  content: "";
  right: 5px;
  border-top: .3em solid #444;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
@media screen and (min-width: 992px){
  .nav-menu .navbar-nav .sub-menu{
    position: absolute;
    z-index: 1000;
    left: 0;
    min-width: 10rem;
    background-clip: padding-box;
    list-style: none;

    background-color: #fff;
    top: 120px;
    border: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-top: 2px solid #FF8C00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
    -ms-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out;
  }
  .nav-menu .navbar-nav .nav-item.sub-dropdown:hover > .sub-menu{
    top: 98px;
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .navbar-nav .nav-item.sub-dropdown .sub-menu .sub-menu{
    left: 100%;
    top: 0;
    border-top: 0;
    border-left: 1px solid #FF8C00;
  }
  .nav-menu .navbar-nav .nav-item.sub-dropdown .sub-menu .nav-item{
    border-bottom: 1px solid rgba(0,0,0,0.075);
    border-left: 1px solid rgba(0,0,0,0.075);
    border-right: 1px solid rgba(0,0,0,0.075);
  }
  .menu-main > .sub-dropdown > .sub-toggle:after{
    top: 48px;
  }
  .menu-main > .sub-dropdown > .sub-menu > .sub-dropdown .sub-toggle:after{
    top: 16px;
    right: 5px;

    border-left: .3em solid #444;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
  }
 
}
@media screen and (max-width: 991px){
  .sub-dropdown > .sub-menu{
    list-style: none;
    padding-left: 15px;
  }
  .sub-dropdown > .sub-menu > .nav-item > .nav-link{
    font-weight: 400;
    position: relative;
  }
  .sub-dropdown > .sub-menu > .nav-item > .nav-link:before{
    content: "-";
    margin: 10px;
  }
  .sub-dropdown > .sub-menu > .nav-item.sub-dropdown > .sub-menu > .nav-item > .nav-link:before{
    content: "+";
  }
  .menu-main > .nav-item{
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .menu-main > .nav-item.nav-search{
    padding-bottom: 15px;
  }
  .menu-main > .nav-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #eee;
  }
  .menu-main > .sub-dropdown > .sub-menu > .sub-dropdown .sub-toggle:after{
    top: 16px;
    right: 5px;

    border: 0;
  }
}

/* ==========================================================================================
  VIDEO PAGE
========================================================================================== */
.box-video {
  margin-bottom: 30px;
  position: relative;
}
.box-video a:before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0
  left: 0;
  background-color: rgba(0,0,0,0);

  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-video:hover a:before{
  opacity: 1;
  visibility: visible;
  background-color: rgba(0,0,0,0.3);
}
.box-video a span{
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  /*opacity: 0;
  visibility: hidden;*/
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-video img{
  width: 100%;
}
.box-video a:before{
  opacity: 1;
  visibility: visible;
  background-color: rgba(0,0,0,0.1);
}
.box-video:hover a:before{
  background-color: rgba(0,0,0,0.3);
}
.box-video span{
  opacity: 1;
  visibility: visible;
}
.box-video span.text{
  top: auto;
  bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  width: auto;
  height: auto;
  line-height: 25px;
}
@media (min-width:992px){
  /*.box-video:hover a span{
    opacity: 1;
    visibility: visible;
  }*/
}

/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
.language {
  display: inline-block;
  position: relative;
}
.language .dropdown-menu{
  background-color: rgba(44,44,44,.92);
  border-color: rgba(44,44,44,.92);
  left: -4px;
  margin-top: 5px;
  min-width: 46px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  padding-top: 5px;
  padding-bottom: 5px;
}
.language .caret {
  border-top: 4px solid #111;
}
.language .dropdown-toggle:after{
  vertical-align: 0.155em;
  border-top-color: #525252;
}
.language .dropdown-menu > li{
  display: block;
  line-height: 1.42857143;
}
.language .dropdown-menu > li > a {
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}
.language img{
  height: 16px;
}
.language .dropdown-menu > li:hover > a{
  background-color: transparent;
}
@media screen and (min-width: 992px){
  .language {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -31px;
    -webkit-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
  }
  .language .dropdown-toggle:after{
    border-top-color: #fff;
  }
}
@media screen and (max-width: 991px){
  .language{
    right: 10px;
    margin-left: auto;
  }
  .language .caret{
    border-top-color: #777;
  }
  .language .dropdown-toggle:after{
    /* border-top-color: #aaa; */
  }
  .language img{
    height: 20px;
  }
}

/* ==========================================================================================
  FIXED MENU
========================================================================================== */
@media screen and (min-width: 992px){
  .navbar-fixed-top .nav-menu{
    -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    background-color: rgba(0,0,0,0.8);
    top: 0;
    position: fixed;
    z-index: 1111;
    width: 100%;
    background-color: #fff;
  }
  .navbar-brand img{
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
  }
  .navbar-fixed-top .navbar-brand{
    height: 70px;
  }
  .navbar-fixed-top .navbar-brand img{
    height: 75px;
	  bottom: -2px;
  }
  .navbar-fixed-top .nav-menu .menu-main > .nav-item > .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-fixed-top .nav-menu .menu-main > .sub-dropdown > .sub-toggle::after{
    top: 38px;
  }
  .navbar-fixed-top .nav-menu .navbar-nav .nav-item.sub-dropdown:hover > .sub-menu{
    top: 78px;
  }
  .navbar-fixed-top .nav-menu .navbar-nav .nav-item.sub-dropdown:hover > .sub-menu .sub-menu{
    top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .navbar-fixed-top .nav-menu .menu-main > .nav-item > .nav-link{
    padding-left: 15px;
    padding-right: 15px;
  }
	
  .navbar-fixed-top .navbar-brand img{
    height: 55px;
	  bottom: 13px;
  }
}

/* ==========================================================================================
  PATH WAY
========================================================================================== */
.path-way-wrapper {
  background-color: #f5f5f5;
}
.path-way-wrapper .breadcrumb{
  margin-bottom: 0;
  padding: 10px 0;  
  background-color: transparent;
}
.path-way-wrapper .breadcrumb li{
  margin-right: 10px;
  color: #25408F;
  font-weight: 700;
  font-size: inherit;
}
.path-way-wrapper .breadcrumb a{
  color: inherit;
  
  -webkit-transition: all .35s ease-out 0s; 
  -moz-transition: all .35s ease-out 0s;
  -o-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s; 
}
.path-way-wrapper .breadcrumb a .fa{
  font-size: 14px;
}
.path-way-wrapper .breadcrumb li:last-child,
.path-way-wrapper .breadcrumb li:last-child a{
  color: #FF8C00;
}
.path-way-wrapper .breadcrumb a:HOVER{
  color: #FF8C00 !important;
}
.path-way-wrapper .breadcrumb > li + li::before{
  content: "/";
  color: #909aa2;
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (min-width:992px){
  .path-way-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper{
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper .breadcrumb a{
    font-size: 14px;
  } 
}

/* ==========================================================================================
  BOX CHAT
========================================================================================== */
.chatbox{
  width: 300px;
  height: 400px;
  background-color: #f1f1f1;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 100;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
  -moz-box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
  box-shadow: 0px 1px 9px 4px rgba(36,62,131,.2);
  -webkit-transition: bottom 0.1s ease-in 0s;
  -ms-transition: bottom 0.1s ease-in 0s;
  transition: bottom 0.1s ease-in 0s;

  opacity: 1;
  visibility: visible;
}
.chatbox.chatbox-hide{
  bottom: -353px;
}
.chatbox.chatbox-remove{
  opacity: 0;
  visibility: hidden;
}
.chatbox-wrapper{
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}

/* header */
.chatbox-wrapper .chatbox-header{
  position: relative;
  background-color: #FF8C00;
  cursor: pointer;
}
.chatbox-wrapper .chatbox-header h3{
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  display: inline-block;
}
.chatbox-wrapper .chatbox-header h3 a{
  color: #fff;
} 
.chatbox-wrapper .chatbox-header h3:after{
  /*content: "-";
  position: absolute;
  right: 15px;
  top: 15px;*/
}
.chatbox-hide .chatbox-wrapper .chatbox-header h3:after{
  /*content: "+";*/
}

.chatbox-wrapper .chatbox-header .click-close{
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 11px;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
}
.chatbox-wrapper .chatbox-header .close-chat{
  position: absolute;
  z-index: 4;
  right: 10px;
  top: 11px;
  padding-left: 3px;
  padding-right: 3px;
  color: #777;
}

.chatbox-wrapper .select_division{
  position: absolute;
  background-color: #FF8C00;
  top: 17px;
  right: 10px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 20px;
  border-color: transparent !important;
  line-height: 1;
  height: 20px !important;
  color: #fff !important;

  -webkit-appearance: none;
  rance: none;
  appearance: none;
  background-clip: padding-box;
  background-image: url('images/icon-dropdown-3.png') !important;
  background-position: center right 8px !important;
  background-repeat: no-repeat;
  border: no-moz-appeane;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
}
.chatbox-wrapper .select_division option{
  background-color: #fff0;
}

/* body */
.chatbox-wrapper .chatbox-body{
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.chatbox-wrapper .chatbox-body .chatbox-body-content{
  overflow: auto;
  height: 283px;
  background-color: #fff;
  padding: 10px;
}
.chatbox-wrapper .chatbox-body .chatbox-body-content:empty{
  background-image: url(ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

/* footer */
.chatbox-wrapper .chatbox-footer{
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15px;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
} 
.chatbox-wrapper .chatbox-footer .chatbox-form{
  position: relative;
} 
.chatbox-wrapper .chatbox-footer .chatbox-form input{
  position: relative;
  height: 34px;
  padding-right: 40px;
  font-size: 12px;
} 
.chatbox-wrapper .chatbox-footer .chatbox-form button{
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 34px;
  box-shadow: none;
  border: 0;
  background-color: #FF8C00;
  color: #fff;
} 

/* content */
.chatbox-item{
  font-size: 12px;
  padding-right: 15px;
}
.chatbox-item .chatbox-item-wrapper{
  background-color: #f7f7f7;
  padding: 5px;
  border-radius: 4px;
}
.chatbox-item .item-wrapper{
  
}
.chatbox-item .item-img{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  margin-right: 7px;
  float: left;
}
.chatbox-item .item-img img{
  width: 100%;
}
.chatbox-item .item-name{
  overflow: hidden;
  float: left;
  line-height: 16px;
}
.chatbox-item .item-date{
  font-style: italic;
  color: #888;
  font-size: 9px;
}
.chatbox-item .item-content{
  line-height: 20px;
  display: inline-block;
  padding-left: 35px;
}
/* right*/
.chatbox-item.item-right{
  padding-right: 0;
  padding-left: 15px;
  text-align: right;
  color: #fff;
}
.chatbox-item.item-right .chatbox-item-wrapper{
  background-color: #7AB1E0;
}
.chatbox-item.item-right .item-img{
  margin-right: 0;
  margin-left: 7px;
  float: right;
}
.chatbox-item.item-right .item-name{
  float: right;
}
.chatbox-item.item-right .item-date{
  color: #eee;
}
.chatbox-item.item-right .item-content{
  padding-left: 0;
  padding-right: 35px;
}

/* ==========================================================================================
  BOX MAIL CHIMP
========================================================================================== */
.box-mailchip form{
  padding: 0 !important;
}
.box-mailchip .mc-field-group{
  padding-bottom: 30px !important;
}
.box-mailchip label{
  color: #525252 !important;
}
.box-mailchip input[type="email"],
.box-mailchip input[type="text"]{
  border: 2px solid #ced4da !important;
  color: #495057 !important;
}
.box-mailchip input:focus{
  border: 2px solid #ced4da !important;
}
.box-mailchip .mce_inline_error{
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.box-mailchip .btn-subscribe{
  display: inline-block !important;
  margin: 0 !important;
}
.box-mailchip div#mce-responses{
  margin: 0 !important;
  float: inherit !important;
  width: 100% !important;
}
.box-mailchip div.response{
  padding: 0 !important;
  margin-top: 0 !important;
}
.box-mailchip #mce-error-response{
  color: red !important;
  font-weight: normal !important;
}

/* ==========================================================================================
  SHARE DOCUMENT
========================================================================================== */
/* table */
.table-share-document tr{
  font-size: 13px;
  line-height: 20px;
}
/* fselect */
.update_account_form .fs-wrap{
  width: 100% !important;
  position: relative;
}
.update_account_form .fs-label-wrap .fs-label{
  height: 36px !important;
  line-height: 1.6;
}
.update_account_form .fs-dropdown{
  width: 100% !important;
}
.table-share-document .file-name{
  font-size: 10px;
  color: #525252;
}

@media screen and (min-width:768px){
  .file-name{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
}

.img-wrap{
  font-size: 12px !important;
  width: auto;
  padding: 5px;
  font-weight: 700;
}
.text-obey{
  color: #f00;
  font-size: 12px;
}

/* ==========================================================================================
  FAQ
========================================================================================== */
.faq-container .card{
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.faq-container .card-header{
  background-color: transparent;
  padding: 0;
}
.faq-container .card-body{
  padding-left: 0;
  padding-right: 0;
}
.faq-container .card-header h3{
  font-size: 16px;
}
.faq-container .card-header h3 a{
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 25px;
  line-height: 1.5;
}
.faq-container .card-header h3 a .fa{
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 0;
}

/* ==========================================================================================
  SURVEY
========================================================================================== */
.table-survey td{
  vertical-align: middle;
}
.btn-survey{
  border-radius: 3px !important;
  padding: 5px 10px;
}


.survey-container .input-group-text{
  font-size: inherit;
  border-radius: 0;
  width: 100px;
  text-align: center;
  display: block;
}
.question-box .question-item{
  font-size: 16px;
  margin-bottom: 20px;
}
.question-box .answer-item .control-label.label-input input.input-answer{
  margin-right: 7px;
}
.question-box .answer-item .control-label.label-input input.input-answer-more{
  margin-left: 7px;
}

@media screen and (min-width:991px){
  .survey-container{
    padding: 50px 40px 40px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,.11);
    box-shadow: 0 0px 20px 0 rgba(0,0,0,.11);
  }
  .question-box .answer-item .control-label.label-input{
    width: 45%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width:768px) and (max-width: 991px){
  .survey-container{
    padding: 30px 20px 20px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,.11);
    box-shadow: 0 0px 20px 0 rgba(0,0,0,.11);
  }
  .question-box .answer-item .control-label.label-input{
    width: 45%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width:767px){
  .question-box .answer-item .control-label.label-input{
    width: 98%;
  }
}

/* ==========================================================================================
  SURVEY
========================================================================================== */
.sitemap-wrapper{
  position: relative;
}
.parent-cate{
  position: relative;
}
.parent-cate div {
  position: relative;
}
.parent-cate > div{
  padding-left: 70px;
}
.parent-cate div:after{
  content: "";
  position: absolute;
  top: 23px;
  left: 25px;
  width: 35px;
  height: 1px;
  background-color: #ccc;
}
.parent-cate:before{
  content: "";
  position: absolute;
  top: 35px;
  left: 24px;
  width: 1px;
  height: -webkit-calc(100% - 57px);
  height: calc(100% - 57px);
  background-color: #ccc;
}
.parent-cate .sub-cate:before{
  content: "";
  position: absolute;
  top: 35px;
  left: 94px;
  width: 1px;
  height: -webkit-calc(100% - 57px);
  height: calc(100% - 57px);
  background-color: #ccc;
}
.sub-cate > div{
  padding-left: 70px;
}
.parent-cate a{
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.parent-cate a:hover,
.parent-cate a:focus{
  color: #FF8C00;
}

/* ==========================================================================================
  FORUM
========================================================================================== */
.table-forum{
  line-height: 20px;
}
.btn-topic{
  padding: 5px 10px;
}
.btn-topic-add{
  background-color: #FF8C00;
  color: #fff;
}
.frt-name .frt-link a{
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.frt-name .frt-intro{
  color: #525252;
  font-size: 14px;
}
.frt-name .frt-create{
  color: #525252;
  font-size: 12px;
}
.frt-name .frt-by{
  color: #FF8C00;
  font-weight: 600;
  font-size: 13px;
}
.frt-name .frt-by-color{
  color: #7AB1E0;
}
.frt-name .frt-date{
  font-size: 11px;
}
.frt-lastmessage{
  color: #525252;
  font-size: 12px;
}
.frt-lastmessage .lm-by{
  font-weight: 600;
}

.change-group{
  display: block;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.change-group:before{
  /*content: "/";
  color: #808080;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;*/
}
.change-group.dropdown .dropdown-toggle{
  color: #FF8C00;
  font-weight: 700;
}
.change-group.dropdown .dropdown-toggle::after{
  margin-left: 7px;
  position: relative;
  top: 0px;
  color: #808080;
}
.change-group.dropdown .dropdown-menu{
  background-color: #fff;
  min-width: 100px;
  padding-top: 5px;
  padding-bottom: 0;
}
.change-group.dropdown .dropdown-menu a{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #525252;
  padding-bottom: 5px;
  display: block;
}
.change-group.dropdown .dropdown-menu a:hover,
.change-group.dropdown .dropdown-menu a.active{
  color: #FF8C00;
  font-weight: 600;
}


/* ==========================================================================================
  TOPIC DETAIL
========================================================================================== */
.detail-topic,
.detail-cmt{
  border: 1px solid #ddd;
  background-color: #fdfdfd;
  border-radius: 3px;
  padding: 15px;
}
.head-topic{
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 7px;
}
.head-topic .head-l{
  font-size: 24px;
  font-weight: 700;
  color: #25408F;
}
.head-pb{
  font-size: 14px;
  margin-right: 15px;
  font-style: italic;
}
.head-r{
  display: -ms-flexbox !important;
  display: flex !important;

  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.hr-r{
  font-style: italic;
  color: #525252;
  font-size: 14px;
}
.hr-e{
  margin-left: 5px;
}
.topic-ed .dropdown-toggle > a{
  padding-left: 10px;
  padding-right: 10px;
  color: #525252;
  font-size: 15px;
}
.topic-ed .dropdown-toggle:after{
  display: none;
}
.topic-ed .dropdown-menu{
  left: auto !important;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 5rem;
  font-size: 14px;
}
.topic-ed .dropdown-menu a{
  display: block;
}
.head-vc{
  margin-bottom: 20px;
}
.vc-l .vc-label{
  display: inline-block;
  padding: 4px 5px 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  margin-right: 5px;
}
.vc-l .vc-label-1{
  background-color: #6c757d;
}
.vc-l .vc-label-2{
  background-color: #FF8C00;
}
.head-cmt{
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 7px;
  border-bottom: 1px solid #7AB1E0;
  margin-bottom: 5px;
}
.cmt-item-cmt{
  border-bottom: 1px solid #eee;
}
.head-cmt-item{
  margin-bottom: 15px;
  padding-top: 15px;
}
.cmt-item .body-cmt-item .detail{
  padding-bottom: 10px;
  padding-left: 40px;
}
.cmt-item .body-cmt-item .detail img,
.cmt-item .body-cmt-item .detail .image img{
  max-width: 100%;
}
.cmt-created{
  color: #25408F;
  font-size: 14px;
  font-weight: 700;
}
.cmt-avata{
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: super;
}
.cmt-avata img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cmt-date > div{
  display: inline-block;
}
.cmt-date .date{
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}
.foot-cmt-item ul li{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #25408F;
}
.foot-cmt-item ul li a{
  color: inherit;
}
.foot-cmt-item ul li a.foot-reply{
  background-color: #25408F;
  color: #fff;
  padding: 5px 10px 4px;
  border-radius: 3px;
  font-size: 12px;
}
.foot-reply .fa{
  margin-right: 5px;
}
.foot-reply:hover{
  background-color: #FF8C00;
  color: #fff;
}
.list-reply{
  padding-left: 50px;
}
.reply-item{
  border-top: 1px solid #eee;
}
.body-cmt > .cmt-item:last-child .cmt-item-cmt,
.reply-item > .cmt-item:last-child .cmt-item-cmt{
  border-bottom-width: 0;
}
.body-cmt{
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #7AB1E0;
}
.list-reply-form .form-post-cmt{
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
.form-post-cmt .btn{
  padding: 6px 15px;
  border-radius: 3px;
}
@media screen and (max-width:991px){
  .list-reply{
    padding-left: 25px;
  }
  .cmt-created{
    font-size: 13px;
  }
  .cmt-date .date{
    font-size: 11px;
  }
  .topic-ed .dropdown-toggle > a{
    margin-left: 5px;
    margin-right: 5px;
  }
}

/* ==========================================================================================
  TOPIC MODAL
========================================================================================== */
.modal_edit_cr.modal.show .modal-dialog{
  margin-top: 85px;
  max-width: 66.66666%;
}
@media screen and (max-width:991px){
  .modal_edit_cr.modal.show .modal-dialog{
    margin-top: 80px;
    max-width: 95%;
  }
}

/* ==========================================================================================
  FILE FOLDER
========================================================================================== */
.table-folder,
.table-file{
  line-height: 20px;
}
.frt-link .fa-folder-open,
.frt-link .fa-file-pdf-o{
  color: #d5a42f;
}
@media screen and (min-width:992px){
  .table-file-container .table.table-folder thead tr > td:nth-child(2){
    width: 100px;
  }
  .table-file-container .table.table-folder thead tr > td:nth-child(3){
    width: 200px;
  }
  .table-file-container .table.table-file thead tr > td:nth-child(3){
    width: 130px;
  }
  .table-file-container .table.table-file thead tr > td:nth-child(4){
    width: 50px;
  }
}
.table-file-container .table.table-file .frt-name .frt-link{
  font-size: 13px;
}
.table-file-container .table.table-file .frt-lastmessage .frt-link a{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.table-file-container .table.table-file .frt-lastmessage .frt-link a:hover{
  color: #FF8C00;
}
.table-file-container .table.table-file .frt-file a{
  font-size: 12px;
}
.table-file-container .posted-by{
  font-size: 12px;
  color: #525252;
}

/* ==========================================================================================
  CHAT SECTION
========================================================================================== */
.list-user{
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-user .user-item .user-online{
  /*display: block;*/
  position: relative;
  padding: 3px 0 3px 3px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  font-size: 12px;
  color: #111;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;

}
.list-user .user-item .user-online:hover{
  background-color: #f7f7f7;
}
.list-user .user-item .user-online.on:after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 12px;
  background-color: #31a24c;
}
.list-user .user-item .user-online img{
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
}
.list-user .user-item .user-online.off{
  color: #808080;
}
.list-user .user-item .user-online.off:after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 12px;
  background-color: rgba(199, 0, 57,.5);
}
.list-user .user-item .user-online.off img{
	/* Safari 6.0 - 9.0 */
  /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
}
.box-input-search > input{
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  height: auto;
  border-radius: 2px;
}

/* ==========================================================================================
  COMMUNITY INFO BOARD
========================================================================================== */
.community-board .board-item{
  border-bottom: 1px dotted #ccc;
  padding-top: 8px;
}
.community-board > .board-item:first-child{
  padding-top: 0;
}
.community-board > .board-item:last-child{
  border-bottom: none;
}
.board-item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 22px;
}
.board-item:hover{
  background-color: #fafafa;
}
.board-item .item-title{
  position: relative;
  padding-left: 25px;
}
.board-item .item-title:before{
  font-family: "FontAwesome";
  content: "\f0a2";
  position: absolute;
  color: #FF8C00;
  left: 0;
  top: 0;
}
.board-item .item-title h3{
  font-size: 15px;
  line-height: inherit;
}
.board-item .item-title h3 a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.board-item .item-date{
  margin-left: auto;
  text-align: right;
}
.board-item .item-date .date{
  margin-bottom: 0;
  font-size: 13px;
  width: 100px;
}

@media screen and (min-width:992px){

}

/* ==========================================================================================
  CKEDITOR
========================================================================================== */
.ck-content a,
.bd-detail a,
.body-cmt-item a{
  color: #25408F;
}




/*************************************************************************************
*
* color: #25408F;
* color: #7AB1E0;
* rgb: rgba(37,64,143,.9);
* rgb: rgba(122,177,224,.9);
* #cccccc
color: #FF8C00;
*
*************************************************************************************/