  @import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-Regular.ttf") format("truetype"),
    url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-RegularIt.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-SemiBold.ttf") format("truetype"),
    url("/templates/web1/assets/fonts/Myriad-ProMyriad-Pro/MyriadPro-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-SemiBoldIt.ttf") format("truetype"),
    url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-SemiBoldIt.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-Bold.ttf") format("truetype"),
    url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-BoldIt.ttf") format("truetype"),
    url("/templates/web1/assets/fonts/Myriad-Pro/MyriadPro-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/*
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 400;
  src: local('Myriad Pro Regular'), url('/templates/web1/assets/css/myriad-pro-cufonfonts-webfont/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 600;
  src: local('Myriad Pro Semibold'), url('/templates/web1/assets/css/myriad-pro-cufonfonts-webfont/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: italic;
  font-weight: 600;
  src: local('Myriad Pro Semibold Italic'), url('/templates/web1/assets/css/myriad-pro-cufonfonts-webfont/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 700;
  src: local('Myriad Pro Bold'), url('/templates/web1/assets/css/myriad-pro-cufonfonts-webfont/MYRIADPRO-BOLD.woff') format('woff');
}
@font-face {
  font-family: 'MyriadPro';
  font-style: italic;
  font-weight: 700;
  src: local('Myriad Pro Bold Italic'), url('/templates/web1/assets/css/myriad-pro-cufonfonts-webfont/MYRIADPRO-BOLDIT.woff') format('woff');
}
*/

  
/
*
* color: #004A8F;
* rgb: rgba(0,74,143,.9);
* color: #ED3237;
* rgb: rgba(237,50,55,.9);
* background-color: #fff;
* background-color alt: #f6f4f4;
*
/

/* ==========================================================================================
  OVERWRITE BOOTSTRAP
========================================================================================== */
html {
  overflow-x: hidden;
}
body {
  font-family: 'MyriadPro', sans-serif;
  font-size: 16px;
  color: #424141;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 25px;
  background-color: #F6FBFF;
}
@media screen and (max-width: 991px){
  body{
    font-size: 14px;
  }
}
a{
  color: #424141;
  text-decoration: none !important;
}
a:hover,
a:focus{
  color: #004A8F;
}
.btn{
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 5px;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  line-height: 20px;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
@media screen and (max-width: 991px){
  .btn{
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media screen and (max-width: 767px){
  .btn{
    line-height: 1;
  }
}
.form-control{
  border-radius: 5px;
}
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: #999;
  opacity: .7;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
.form-control::placeholder,
input::placeholder {
  color: #999;
  opacity: .7;
}
.form-control:focus-visible{
  text-shadow: none;
}
p{
  margin-bottom: 10px;
}
.hidden{
  display: none !important;
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
}
@media screen and (max-width: 991px){
  .pb-m-0{
    padding-bottom: 0 !important
  }
}

/* ==========================================================================================
  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,
.row-78 > .col-form-label{
  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 (max-width: 575px){
  .row-xs-78 {
    margin-left: -7px !important;
    margin-right: -8px !important;
  }
  .row-xs-78 > div{
    padding-left: 7px !important;
    padding-right: 8px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .row-sm-78{
    margin-left: -7px !important;
    margin-right: -8px !important;
  }
  .row-sm-78 > div{
    padding-left: 7px !important;
    padding-right: 8px !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
========================================================================================== */
.b-15{
  bottom: 15px;
}
.t-15{
  top: 15px;
}
.r-15{
  right: 15px;
}
.l-15{
  left: 15px;
}
.bg-f7{
  background-color: #f7f7f7;
}
.bg-f1{
  background-color: #f1f1f1;
}
.bg-fff{
  background-color: #fff !important;
}
.color-theme{
  color: #004A8F !important;
}
.color-theme-sub{
  color: #ED3237 !important;
}
.btn-theme{
  background-color: #ED3237;
  color: #fff;
  border: 1px solid #ED3237;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: #fff !important;
  color: #ED3237 !important;
}
.btn-theme-2{
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-theme-2:hover,
.btn-theme-2:focus{
  background-color: #ED3237 !important;
  color: #fff !important;
  border-color: #ED3237 !important;
}
.btn-theme-xl{
  padding: 15px 40px;
}
.btn-theme-alt{
  background-color: transparent;
  color: #004A8F;
  border: 1px solid #004A8F;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-theme-alt:hover,
.btn-theme-alt:focus{
  background-color: #004A8F !important;
  color: #fff !important;
}
.btn-theme-alt-2{
  background-color: transparent;
  color: #ED3237 !important;
  border: 1px solid #ED3237;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-theme-alt-2:hover,
.btn-theme-alt-2:focus{
  background-color: #ED3237 !important;
  color: #fff !important;
}
.btn-radius{
  border-radius: 25px !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;
}
@media screen and (max-width: 575px){
  .mb-xs-3{
    margin-bottom: 1rem !important;
  }
  .mb-xs-2{
    margin-bottom: .5rem !important;
  }
  .ml-xs-0{
    margin-left: 0 !important;
  }
}

/* ==========================================================================================
  checkbox + radio
========================================================================================== */
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #004A8F;
    border-radius: .25em;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* ==========================================================================================
  ORDER 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 .row > .col-12:nth-child(2){
  display: none;
}
.copyright-powered .row > .col-12:nth-child(1){
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center;
}
/**/
.copyright-powered{
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #004A8F;
  color: #fff;
}
.copyright-powered a{
  color: #fff;
}
.copyright span{
  font-weight: 700;
}
.powered-by{
  text-align: right;
}
@media (max-width:991px) {
  .copyright-powered{
    padding-left: 0;
  }
  .copyright-powered{
    padding-top: 10px;
    padding-bottom: 8px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 10px;
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 27px;
}
.pagination li{
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
}
.pagination .page-link{
  color: #004A8F;
  border-width: 0;
  width: 45px;
  height: 45px;
  line-height: 29px;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link{
  background-color: #ED3237;
  border-color: #ED3237;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-content h1 {
  font-size: 400px;
  line-height: 0.8;
  color: #004A8F;
  font-weight: 700;
}
.error-content h1 span {
    position: relative;
}
.error-content h1 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: #004A8F;
}
.error-content a {
    margin-top: 20px;
}
@media screen and (min-width:768px) and (max-width:991px){
  .error-content h1 {
    font-size: 280px;
  } 
}
@media screen and (min-width:576px) and (max-width:767px){
  .error-content h1 {
    font-size: 190px;
  } 
  .error-content span.error-para{
    font-size: 30px;
  }
}
@media screen and (max-width:575px){
  .error-content h1 {
    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: #004A8F;
  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: #F6FBFF;
}
body.cke_editable{
  padding-top: 0;
}
@media screen and (max-width: 991px){
  body{
    padding-top: 75px;
  }
}
@media screen and (min-width: 1280px){
  .container-inner {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1200px){
  .container-inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 992px){
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 992px){
  .main-scrollbar{
    /*position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
  }
  .main-scrollbar.scrollbar-modal{
    position: relative !important;
    bottom: auto;
    right: auto;
  }
  .main-scrollbar.scrollbar-modal > .scroll-content{
    transform: none !important;
  }
  .main-scrollbar.scrollbar-modal .scrollbar-track{
    display: none !important;
  }
}

/* ==========================================================================================
  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);
  */
  position: relative;
  z-index: 11;
  width: 100%;
}
.navbar-brand{
  position: relative;
}
.navbar-brand img{
  height: 50px;
}
.navbar-brand .text-o{
  text-transform: uppercase;
  font-weight: 600;
  color: #ED3237;
  display: block;
  padding-top: 8px;
  font-size: 19px;
}
.menu-main{
  position: relative;
}
.nav-menu .menu-main .nav-item.nav-item-space{
  position: relative;
}
.nav-menu .menu-main .nav-item.nav-item-space:active{
  background-color: transparent;
}
.nav-menu .menu-main .nav-link{
  color: #004A8F;
  padding: 10px 14px;
  text-transform: uppercase;
  line-height: 19px;
  font-size: 15px;
  font-weight: 600;
}
.nav-menu .menu-main .nav-link.active,
.nav-menu .menu-main .nav-link:hover{
  color: #ED3237;
}
.nav-menu .navbar-nav .dropdown-menu > li > a{
  color: #424141;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	
  .nav-menu .menu-main .nav-link{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}
.nav-menu .menu-main .nav-link.dropdown-toggle:after{
  border: 0 !important;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  vertical-align: 0;
}
@media screen and (min-width: 992px){
  .nav-menu .menu-main > .nav-item{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .nav-menu .menu-main .nav-link{
    /*padding-top: 30px;
    padding-bottom: 30px;*/
  }
  .nav-menu .menu-main > .nav-item > .nav-link{
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
  }
  .nav-menu .menu-main > .nav-item:hover > .nav-link{
    color: #ED3237 !important;
  }
  .nav-menu .menu-main .nav-link.dropdown-toggle:after{
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, border 0.35s ease-in-out;
  }
  .nav-menu .menu-main > .nav-item:hover > .nav-link.dropdown-toggle:after{
    
  }
  .nav-menu .menu-main .nav-link.active.dropdown-toggle:after,
  .nav-menu .menu-main .nav-link.dropdown-toggle:hover:after{
    
  }
  .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
  }
  .nav-menu .navbar-nav .dropdown-menu{
    border-radius: 8px;
    background-color: rgba(255,255,255,1);
    top: 100px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
    opacity: 0;
    visibility: hidden;
    display: inherit;
    letter-spacing: 0;
    -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:hover > .dropdown-menu{
    top: 80px;
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .navbar-nav .dropdown-menu > li{
    padding-left: 0;
    padding-right: 0;
    background-color: transparent !important;
  }
  .nav-menu .navbar-nav .dropdown-menu > li > a{
    padding: 6px 25px 4px 20px;
    font-weight: 400;
    font-size: 16px;
  }
  .nav-menu .navbar-nav .dropdown-menu > li > a.active,
  .nav-menu .navbar-nav .dropdown-menu > li:hover > a{
    color: #ED3237;
  }
  .nav-menu .navbar-nav .dropdown-menu .dropdown-menu{
    top: -10px !important;
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: 0;
    visibility: hidden;
  }
  .nav-menu .navbar-nav .dropdown-menu .nav-item:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .navbar-nav .dropdown-menu .dropdown-toggle:after{
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 9;
    content: "\f105";
  }
  .nav-menu .menu-main .dropdown-menu .nav-link.active.dropdown-toggle:after,
  .nav-menu .menu-main .dropdown-menu .nav-link.dropdown-toggle:hover:after{
    border-left-color: #ED3237;
    border-top: .3em solid transparent;
  }

  .nav-menu .navbar-nav .dropdown[data-code="_news"] > a:after,
  .nav-menu .navbar-nav .dropdown[data-code="_news"] .dropdown-menu,
  .nav-menu .navbar-nav .dropdown[data-code="_product"] > a:after,
  .nav-menu .navbar-nav .dropdown[data-code="_product"] .dropdown-menu,
  .nav-menu .navbar-nav .dropdown[data-code="_career"] > a:after,
  .nav-menu .navbar-nav .dropdown[data-code="_career"] .dropdown-menu{
    display: none !important;
  }
}
@media screen and (max-width: 991px){
  .header-menu-main{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 12px 1px rgba(84,84,120,.26);
  }
  .nav-menu .navbar-toggler{
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-menu .navbar-brand{
    margin-right: 0;
  }
  .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 - 75px);
    height: calc(100vh - 75px);
    overflow: auto;
  }
  .navbar-collapse ul.navbar-nav{
    height: -webkit-calc(100vh - 75px);
    height: calc(100vh - 75px);
    overflow: auto;
  }
  .nav-menu .navbar-nav .dropdown .dropdown-menu{
    display: block;
  }
  .nav-menu .navbar-nav .dropdown-menu{
    padding-top: 0;
    margin-top: 0;
  }
  .nav-menu .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    border-color: transparent;
  }
  .nav-menu ul.navbar-nav > li:last-child{
    min-height: 200px;
  }
  .nav-menu .navbar-nav .dropdown-menu > li{
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-menu .navbar-nav .dropdown-menu > li a{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.075);
  }
  .nav-menu .navbar-nav .dropdown-menu .dropdown-menu .nav-link{
    font-weight: 400;
    text-transform: capitalize;
  }
  .navbar-brand .text-o{
    padding-top: 0;
  }
}
@media screen and (max-width: 767px){
  
}
@media screen and (min-width: 1200px) and (max-width: 1339px){
  .nav-menu .menu-main .nav-link{
	padding-left: 10px;
  	padding-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  
}
@media screen and (min-width: 992px){
  
}
@media screen and (max-width: 991px){
  .navbar-light .navbar-toggler{
    border-color: rgba(0,74,143,.5);
  }
  .navbar-toggler-icon{
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 74, 143, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
}
@media screen and (max-width: 575px){
  .navbar-brand img{
    height: 40px;
  }
  .navbar-brand .text-o{
    font-size: 15px;
  }
}

/* ==========================================================================================
  LANGUAGE
========================================================================================== */
.lang-drop .dropdown-toggle:after{
  display: none;
}
.lang-drop .icon-lang a{
  color: #004A8F;
  font-weight: 600;
}
.lang-drop .lang_page_url{
  left: auto;
  right: 0;
  padding: 9px 12px 7px;
  border: 0;
  -webkit-box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
}
.lang-p{
  display: block;
  padding: 5px 12px;
  white-space: nowrap;
}
.lang-p:hover,
.lang-p.active{
  color: #ED3237;
}
.lang-en.active-en,
.lang-vn.active-vn,
.lang-cn.active-cn{
  color: #ED3237;
}
@media screen and (min-width: 992px){
  .lang-drop {
    position: absolute;
    z-index: 1;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .lang-drop .icon-lang a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px){
  .lang-drop {
    margin-left: 30px;
  }
  .lang-drop .icon-lang a{
    font-size: 18px;
  }
}

/* ==========================================================================================
  SEARCH HEADER
========================================================================================== */
.show-box-search{
  position: absolute;
  z-index: 1;
  right: 125px;
}
.icon-show-search{
  color: #004A8F;
}
.box-search{
  -webkit-box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  position: absolute;
  width: 300px;
  z-index: 1;
  right: 0;
  top: 100px;
  visibility: hidden;
  opacity: 0;
  -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;
}
.box-search.show{
  visibility: visible;
  opacity: 1;
  top: 45px;
}
.form-search-main input.form-control{
  border-bottom-color: #eee;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-radius: 0;
}
.form-search-main input.form-control:focus{
  border-bottom-color: #ddd;
}
.btn-search{
  background-color: #ED3237;
  color: #fff;
  padding: 5px 13px 3px;
}
.btn-search .s-loadding{
  display: none;
  -webkit-animation: sLoading 1s linear infinite;
  animation: sLoading 1s linear infinite;
}
@keyframes sLoading {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.show-loading .s-icon{
  display: none;
}
.show-loading .s-loadding{
  display: inline-block;
}
.search-result{
  padding: 8px 10px 3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f9f9fb;
}
.search-result:empty{
  display: none;
}

@media screen and (min-width: 992px){
  .show-box-search{
    top: 45px;
  }
}
@media screen and (max-width: 991px){
  .show-box-search{
    top: 28px;
  }
  .box-search{
    position: fixed;
    left: 0;
    right: 0;
    height: calc(100% - 85px);
    width: 100%;
    background-color: #f9f9fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
  }
  .box-search.show{
    top: 75px;
  }
  .form-search-main input.form-control{
    border-left: 1px solid rgba(0,74,143,.66);
    border-top: 1px solid rgba(0,74,143,.66);
    border-bottom: 1px solid rgba(0,74,143,.66) !important;
    border-right: 0;
    border-radius: 5px;
  }
  .btn-search{
    background-color: #fff;
    color: rgba(0,74,143,.66);
    border-top: 1px solid rgba(0,74,143,.66);
    border-right: 1px solid rgba(0,74,143,.66);
    border-bottom: 1px solid rgba(0,74,143,.66);
    border-radius: 0 5px 5px 0 !important;
  }
  .search-result .rs-item mark{
    padding: 0 2px;
  }
  .search-result .rs-item a{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .icon-show-search{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .show-box-search{
    right: 50px;
  	top:25px;
  }
  .lang-drop .lang_page_url{
    min-width: auto;
    margin-top: 17px;
  }
}
/* ==========================================================================================
  SCROLL ICON
========================================================================================== */
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 992px){
  .scroll-btn.show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: -webkit-calc(100vh - 50px);
    top: calc(100vh - 50px);
  }
  .scroll-btn.show .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #004A8F;
    border-radius: 23px;
    opacity: .75;
  }
  .scroll-btn.show .mouse > span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background-color: #004A8F;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
  }
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
footer{
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}
footer a:hover{
  color: #555;
}
footer a:hover{
  color: #ED3237;
}
@media screen and (max-width: 1366px){
  footer{
    font-size: 14px;
  }
}
.footer-logo {
  display: inline-block;
}
.footer-logo img{
  width: 250px;
  max-width: 100%;
  margin-bottom: 15px;
}
.footer-logo .text{
  color: #ED3237;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.footer-social li{
  display: inline-block;
  margin-right: 5px;
}
.footer-social li a{
  color: #004A8F;
  border: 1px solid #004A8F;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -ms-flex-align: center;
  align-items: center;

  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.footer-social li a:hover{
  color: #fff;
  border-color: #ED3237;
  background-color: #ED3237;
}
.footer-info{
  padding-left: 25px;
  margin-bottom: 1rem;
}
.footer-info a i{
  color: #ED3237;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.footer-menu ul li{
  margin-bottom: 15px;
}
@media screen and (min-width: 992px){
  .fr-wrapper > .row > .col-lg-7{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .fr-wrapper > .row > .col-lg-5{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 991px){
  footer{
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .footer-logo .text{
    font-size: 20px;
  }
  .footer-info{
    margin-bottom: 5px;
  }
  .footer-info a i{
    top: 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px){
  footer{
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-logo .text{
    font-size: 24px;
  }
  .footer-menu-wrapper{
    margin-top: 15px;
  }
}

/* ==========================================================================================
  BANNER HEADER SLIDE
========================================================================================== */
.carousel-item img{
  width: 100%;
}
.banner-item{
  position: relative;
}
.banner-item:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,74,143,.6);
}
.carousel-item-home .banner-item:after{
  display: none;
}
.banner-item-text{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;

  -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;
}
.banner-item-text .bit-c{
  width: 50%;
}
.banner-item-text .bit-c .bi-text{
  font-weight: 700;
  text-transform: uppercase;
  color: #004A8F;
  line-height: 1.4;
}
.banner-item-text .bit-c .bi-text span{
  color: #ED3237;
}
.banner-item-text .bit-c .bi-btn{
  margin-top: 40px;
}
.slider-wrapper .carousel-indicators{
  left: auto;
  margin-right: 0;
}
.slider-wrapper .carousel-indicators li{
  background-color: rgba(0,74,143,.66);
}
.slider-wrapper .carousel-indicators li.acive{
  background-color: rgba(0,74,143,1);
}
.banner-home .banner-item-text .bit-c .bi-text{
	text-transform: none !important;
	font-family: 'Alata', sans-serif;
}

@media screen and (min-width: 1200px){
  .banner-item-text .bit-c .bi-text{
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .banner-item-text .bit-c .bi-text{
    font-size: 30px;
  }
}
@media screen and (min-width: 992px){
  .navbar-nav{
    margin-right: 180px;
  }
  .carousel-item-home .banner-item-text .bit-c .bi-text{
    line-height: 50px;
  }
  .carousel-item-home.carousel-item .banner-item img{
    /*height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);*/
    /*height: 100vh;*/
  }
}
@media screen and (max-width: 991px){
  .slider-wrapper .carousel-indicators{
    margin-bottom: 0;
  }
  .banner-item-text .bit-c .bi-text{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .banner-item-text .bit-c .bi-btn{
    margin-top: 15px;
  }
  .banner-item-text .bit-c .bi-text{
    font-size: 14px;
  }
  .slider-wrapper .carousel-indicators{
    
  }

  /* slider-section */
  .slider-section .container{
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-item-home .banner-item .banner-item-text{
    padding-left: 15px;
  }
  .carousel-item-page .banner-item{
    height: 250px;
    width: 100%;
  }
  .carousel-item-page .banner-item > a img{
    position: absolute;
    object-fit: cover;
    height: 100%;
  }
}

/* ==========================================================================================
  SECTION
========================================================================================== */
.padding-section{
  padding-top: 60px;
  padding-bottom: 30px;
}
.title-section{
  font-weight: 700;
  text-transform: uppercase;
  color: #004A8F;
  font-size: 30px;
}
.title-section span{
  color: #ED3237;
}
.ts-mb{
  margin-bottom: 40px !important;
}
.ts-mt{
  margin-top: 40px !important;
}
.intro-section{
  color: #525252;
}
.title-section.title-page{
  margin-bottom: 1rem;
  font-size: 36px;
}
.title-section.title-page-1{
  font-size: 30px;
}
.bg-section-alt{
  background-repeat: no-repeat;
  background-size: cover,contain;
}
.bg-section{
  background-color: #004A8F;
  background-repeat: no-repeat;
  background-size: cover,contain;
}
.bg-section .title-section,
.bg-section .title-section.text-white span{
  color: #fff;
}
.content img,
.content-img img{
  max-width: 100% !important;
  width: auto !important;
  border-radius: 5px;
}
.content p a{
  color: #004A8F;
}
.content table{
  max-width: 100%;
  width: auto;
}
.show-more{
  color: #004A8F;
}
.content.text-white a.show-more,
.content.text-white a{
  color: #fff;
}
.box-section{
  max-width: 740px;
  margin: 0 auto;
}
.box-section-2{
  max-width: 940px;
}
@media screen and (min-width: 992px){
  .title-20{
    font-size: 20px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .title-section,
  .title-section.title-page,
  .title-section.title-page-1{
    font-size: 25px;
  }
}
@media screen and (max-width: 991px){
  .padding-section,
  .padding-section-md{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .title-section,
  .title-section.title-page,
  .title-section.title-page-1{
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .wrapper-button{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px){
  .padding-section,
  .padding-section-xs{
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .title-section,
  .title-section.title-page,
  .title-section.title-page-1{
    font-size: 18px;
  }
}

/* ==========================================================================================
  BOX WHY-US
========================================================================================== */
.box-whyus{
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.box-whyus figure{
  text-align: center;
}
.box-whyus img{
  height: 48px;
}
.box-whyus h3{
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.box-whyus h3 a{
  color: #004A8F;
  height: 48px;
  -webkit-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-whyus:hover h3 a{
  
}
.box-whyus .intro{
  height: 75px;
  text-align: center;
  margin-bottom: 20px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.button-arrow{
  text-align: center;
}
.button-arrow a{
  background-color: #F6FBFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #004A8F;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.button-arrow a:hover,
.button-arrow a:focus{
  background-color: #ED3237;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-whyus{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .box-whyus h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px){
  .box-whyus{
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  .box-whyus img{
    height: 36px;
  }
  .box-whyus h3{
    font-size: 12px;
  }
  .box-whyus h3 a{
    height: 34px;
    line-height: 18px;
  }
  .box-whyus .intro{
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ==========================================================================================
  BOX WHO
========================================================================================== */
.box-who-img img{
  width: 100%;
  border-radius: 8px;
}
.box-who-img .img1,
.box-who-img .img2{
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  border-radius: 8px;
  display: inline;
}
.box-who-img > .img1{
  margin-right: 20px;
  vertical-align: top;
}
.box-who-img > .img2{
  margin-top: 13%;
}
.box-who-content .title-section{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.box-who-content .content{
  margin-bottom: 40px;
  text-align: justify;
}
.bwa-c{
  margin-bottom: 40px;
}
.bwa-c .box-who-a{
  position: relative;
  padding-right: 30px;
}
.bwa-c .box-who-a:after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 30px;
  background-color: #f00;
  width: 2px;
  height: 30px;
}
.bwa-c .row > div:last-child .box-who-a:after{
  width: 0;
}
.bwa-c .box-who-a .bw-n{
  color: #ED3237;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.bwa-c .box-who-a .bw-t{
  color: #004A8F;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper-button{
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px){
  .box-who-content{
    padding-left: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-who-content{
    padding-left: 30px;
  }
  .bwa-c .box-who-a .bw-t{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px){
  .box-who-content.box-introduction .title-section{
    margin-top: 0;
  }
}
@media screen and (max-width: 991px){
  .box-who-content .content,
  .bwa-c{
    margin-bottom: 20px;
  }
  .bwa-c .box-who-a{
    padding-right: 20px;
  }
  .bwa-c .box-who-a .bw-n{
    font-size: 20px;
  }
  .bwa-c .box-who-a .bw-t{
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px){
  .bwa-c .box-who-a{
    padding-right: 0;
  }
  .bwa-c .box-who-a .bw-t{
    font-size: 10px;
  }
}

/* ==========================================================================================
  BOX PARTNER
========================================================================================== */
.box-partner{
  overflow: hidden;
  height: 85px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.box-partner img{
  filter: grayscale(100%);
  opacity: .75;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 100%;
  width: auto !important;
  border-radius: 5px;
}
.box-partner:hover img{
  filter: grayscale(0%);
  opacity: 1;
}
.slider-partner {
  margin-bottom: 3rem;
}
.slider-partner .owl-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  text-align: center;
}
.slider-partner .owl-dot {
  display: inline-block;
}
.slider-partner .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-partner .owl-theme .owl-dots .owl-dot.active span, 
.slider-partner .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ED3237 !important;
}
@media screen and (max-width: 991px){
  .section-partner{
    padding-top: 10px;
  }
  .slider-partner {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px){
  .box-partner{
    height: 55px;
  }
  .slider-partner .owl-dots{
    bottom: -35px;
  }
}

/* ==========================================================================================
  BOX NEWS
========================================================================================== */
.cate-tab{
  text-align: center;
  margin-bottom: 50px;
}
.box-ct {
  background-color: #4c80b0;
  border-radius: 30px;
  display: inline-block;
  padding: 5px;
}
.box-ct .ct-item{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-ct .ct-item a{
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  overflow: hidden;
}
.box-ct .ct-item.active a,
.box-ct .ct-item a:hover,
.box-ct .ct-item a.active{
  background-color: #ED3237;
  box-shadow: 0px 0px 20px 5px rgba(237, 50, 55, 0.2);
}
.box-ct .ct-item a.active{
  color: #fff !important;
}
.box-news{
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.box-news figure{
  position: relative;
  padding-top: 66%;
  margin-bottom: 0;
}
.box-news figure img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-news .box-wrapper{
  padding: 28px 20px;
}
.box-news .box-wrapper h3{
  height: 52px;
  margin-bottom: 20px;
}
.box-news .box-wrapper h3 a{
  color: #004A8F;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
}
.box-news:hover .box-wrapper h3 a{
  color: #ED3237;
}
.box-news .box-wrapper .intro{
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-news .box-wrapper .intro:empty{
  display: none;
}
.box-news .box-wrapper .created-post {
  color: #004A8F;
  font-size: 14px;
}
.box-news:hover .box-wrapper .created-post {
  color: #ED3237;
}
.box-news .box-wrapper .created-post .created-by,
.box-news .box-wrapper .created-post .created-date{
  display: inline-block;
}
.box-news .box-wrapper .created-post .created-by{
  margin-right: 5px;
}
.box-news .box-wrapper .created-post .created-by img{
  margin-right: 5px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.section-news .wrapper-button{
  margin-top: 30px;
}
.list-box-news .box-news .box-wrapper h3{
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  
}
@media screen and (min-width: 768px){
  .list-box-news .item-news{
    margin-bottom: 30px;
  }
  .list-box-news.ts-mb .item-news{
    margin-bottom: 0;
  }
  .box-news .box-wrapper h3 a{
    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-news .box-wrapper{
    padding: 15px 10px 10px;
  }
  .box-news .box-wrapper h3{
    height: 51px;
  }
  .box-news .box-wrapper h3 a{
    font-size: 14px
  }
  .box-news{
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .box-news .box-wrapper h3 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px){
  .cate-tab{
    margin-bottom: 15px;
  }
  .list-box-news .item-news{
    margin-bottom: 15px;
  }
  .box-news .box-wrapper h3{
    height: auto;
    margin-bottom: 10px;
  }
  .box-news .box-wrapper h3 a{
    line-height: 20px;
    display: inline-block;
  }
  .box-ct .ct-item a{
    padding: 5px 10px 5px;
    font-size: 12px;
    line-height: 1;
  }
  .box-ct .ct-item.active a,
  .box-ct .ct-item a:hover,
  .box-ct .ct-item a.active{
    box-shadow: 0px 0px 9px 2px rgba(237, 50, 55, 0.2)
  }
}


/* ==========================================================================================
  BOX PORJECT
========================================================================================== */
.list-box-project .item-box-project{
  margin-bottom: 30px;
}
.box-project {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.box-project figure{
  margin-bottom: 0;
}
.box-project .intro .intro-c{
  position: relative;
  z-index: 2;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  text-transform: uppercase;
}
.box-project .intro .title{
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: 700;
}
.section-project .wrapper-button{
  margin-top: 10px;
}
@media screen and (min-width: 992px){
  .box-project .intro{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;

    -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;
  }
  .box-project:hover .intro,
  .box-project:focus .intro{
    opacity: 1;
    visibility: visible;
  }
  .box-project .intro:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .box-project:hover .intro:before{
    background-color: rgba(0, 0, 0, .33333);
  }
  .box-project figure{
    height: 100%;
  }
  .box-project figure img{
    width: 100%;
  }
}
@media screen and (max-width: 991px){
  .box-project .intro{
    background-color: #fff;
  }
  .box-project .intro .intro-c{
    color: #004A8F;
    padding: 10px;
  }
  .box-project .intro .title{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .box-project .intro .intro-c .viewmore{
    font-size: 12px;
  }
  .box-project figure span.img{
    padding-top: 67%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .box-project figure span.img img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px){
  .list-box-project .item-box-project{
    margin-bottom: 15px;
    height: 100%;
  }
  .item-box-project .box-project .intro .title{
    height: 36px;

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

@media screen and (min-width: 1400px){
  .box-project figure img{
    height: 270px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
  .box-project figure img{
    height: 255px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-project figure img{
    height: 198px;
  }
}

/* ==========================================================================================
  BOX TESTIMONIAL
========================================================================================== */
.slider-testimonial .owl-carousel{
  padding-left: 80px;
  padding-right: 80px;
}
.box-testimonial{
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}
.box-testimonial .bt-created-by{
  font-size: 18px;
  margin-bottom: 17px;
  text-transform: uppercase;
  line-height: 24px;
}
.box-testimonial .bt-created-by .img{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 20px;
  float: left;
}
.box-testimonial .bt-created-by img{
  height: 50px;
  width: 50px;
}
.box-testimonial .bt-created-by .title{
  color: #004A8F;
  font-weight: 700;
  position: relative;
  top: 4px;
}
.box-testimonial .bt-created-by .intro{
  color: #4c80b0;
  font-weight: 600;
  position: relative;
  top: 4px;
}
.section-testimonial .wrapper-button {
  margin-top: 40px;
}
.bt-created-intro{
  text-align: justify;
}
.bt-created-intro{
  /*display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;*/
}
.bt-created-intro .show-more{
  text-transform: uppercase;
}
.bt-created-intro .bhide,
.bt-created-intro.show .bshow{
  display: none;
}
.bt-created-intro.show .bhide,
.bt-created-intro .bshow{
  display: inherit;
}
.bt-created-intro .bt-p1,
.bt-created-intro.show .bt-p2{
  display: inherit;
}
.bt-created-intro .bt-p2,
.bt-created-intro.show .bt-p1{
  display: none;
}

/* nav style */
.slider-testimonial .owl-nav .owl-prev,
.slider-testimonial .owl-nav .owl-next{
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
}
.slider-testimonial .owl-nav .owl-prev{
  left: 0;
}
.slider-testimonial .owl-nav .owl-next{
  right: 0;
  content: "\f105";
}
.slider-testimonial .owl-nav .owl-prev:before,
.slider-testimonial .owl-nav .owl-next:before{
  font-family: "FontAwesome";
  font-size: 18px;
  color: #004A8F;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slider-testimonial .owl-nav .owl-prev:hover:before,
.slider-testimonial .owl-nav .owl-next:hover:before{
  color: #ED3237;
}
.slider-testimonial .owl-nav .owl-prev:before{
  content: "\f060";
}
.slider-testimonial .owl-nav .owl-next:before{
  content: "\f061";
}

@media screen and (max-width: 991px){
  .box-testimonial{
    padding: 15px;
  }
  .box-testimonial .bt-created-by{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box-testimonial .bt-created-by .img{
    margin-right: 5px;
  }
  .box-testimonial .bt-created-by .img img{
    width: 35px;
    height: 35px;
  }
  .box-testimonial .bt-created-by .intro{
    display: block;
    padding-left: 40px;
  }
  .slider-testimonial .owl-carousel{
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ==========================================================================================
  MODAL
========================================================================================== */
.modal-style{
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-style.show{
  /* display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
   */
}
.modal-style .modal-dialog{
  max-width: 970px;
  min-width: 350px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-style .modal-header{
  border-bottom-width: 0;
  padding-bottom: 0;
}
.modal-style .modal-header .modal-title{
  font-weight: 700;
  color: #004A8F;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.modal-style button.modal-close span{
  font-size: 0;
}
.modal-style .modal-header .close{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: .5rem;
}
@media screen and (min-width: 992px){
  .modal-style .modal-header{
    padding: 30px 35px 0;
  }
  .modal-style .modal-body{
    padding: 30px 35px;
  }
}

/* ==========================================================================================
  HISTORY
========================================================================================== */
.slider-history{
  position: relative;
}
.slider-history:before{
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: 3px;
  left: -30px;
  bottom: 42px;
}
.slider-history:after{
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 1;
  left: -33px;
  bottom: 31px;
  font-weight: 900;
  color: #fff;
  font-size: 25px;
}
.slider-history .owl-carousel{
  overflow: hidden;
}
.slider-history .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.slider-history .owl-carousel .owl-item:after{
  /*content: "";
  position: absolute;
  z-index: 1;
  border-bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #fff;*/
}
.slider-history .owl-carousel .owl-stage{
  z-index: 2;
}
.slider-history .owl-item .item-history .item-detail{
  padding: 20px 20px 10px;
  opacity: .7;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(255,255,255,.7);
  text-align: center;
  margin-bottom: 40px;
  height: 110px;

  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.slider-history .owl-item.active .item-history .item-detail{
  color: inherit;
  opacity: 1;
  background-color: #fff;
}
.slider-history .owl-item .item-history .item-detail .content{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
  max-height: 80px;
}
.item-history{
  padding-left: 15px;
  padding-right: 15px;
}
.item-history .title-line{
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.item-history .title-line:after{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #ED3237;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.popover{
  font-family: 'MyriadPro', sans-serif;
  font-size: 16px;
  top: 90px !important;
  box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
}
.popover .popover-body{
  text-align: center;
  color: #424141;
  padding: 20px 20px 10px;
}

@media screen and (min-width: 992px){
  .slider-history{
    right: -85px;
  }
  .slider-history .owl-carousel{
    padding-left: 60px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px){
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider-history .owl-carousel{
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-history:before{
    left: -10px;
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
  }
  .slider-history:after{
    left: -15px;
  }
}
@media screen and (max-width: 767px){
  .slider-history .owl-carousel{
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-history:before{
    left: -5px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .slider-history:after{
    left: -10px;
  }
  .slider-history .owl-item .item-history{
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider-history .owl-item .item-history .item-detail{
    padding: 10px;
    height: 100px;
  }
}



/* ==========================================================================================
  HR CIRCLE
========================================================================================== */
.hr-area {
  display: block;
  position: relative;
}
.hr-area .indicators {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.hr-area .indicators li {
  position: absolute;
  display: block;
  transition: all .3s linear 0s;
  animation: rotationcricle 60s linear infinite;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.hr-area .indicators li.testimonial_1 {
  right: 0;
  border: 1px solid rgba(255,255,255,1);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.hr-area .indicators li.testimonial_2 {
  border: 1px solid rgba(255,255,255,1);
  border-radius: 50%;
  animation: rotationcricle 35s linear infinite;
}
@keyframes rotationcricle{
  100%{
    transform: translate(-50%,-50%) rotate(360deg)
  }
}
.hr-area .indicators li > .img{
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  top: 0;
  overflow: hidden;
}
.hr-area .indicators li > .img img{
  width: 100%;
}
@media screen and (min-width: 768px){
  .hr-area {
    height: 380px;
  }
  .hr-area .indicators {
    width: 350px;
    height: 350px;
  }
  .hr-area .indicators li.testimonial_1 {
    width: 350px;
    height: 350px;
  }
  .hr-area .indicators li.testimonial_2 {
    width: 170px;
    height: 170px;
  }
  .hr-area .indicators li > .img{
    width: 70px;
    height: 70px;
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(1) {
    left: 160px;
    transform: translate(0,-33px);
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(2) {
    left: -15px;
    transform: translate(0,210px) rotate(-118deg);
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(3) {
    left: 250px;
    transform: translate(0,270px) rotate(130deg);
  }
  .hr-area .indicators li.testimonial_2 > .img:nth-child(1) {
    left: 130px;
    transform: translate(0,20px) rotate(75deg);
  }
  .hr-area .indicators li.testimonial_2 > .img:nth-child(2) {
    left: -23px;
    transform: translate(0,20px) rotate(-73deg);
  }
}
@media screen and (max-width: 767px){
  .bl-history{
    margin-bottom: 30px;
  }
  .hr-area {
    height: 270px;
  }
  .hr-area .indicators {
    width: 250px;
    height: 250px;
  }
  .hr-area .indicators li.testimonial_1 {
    width: 250px;
    height: 250px;
  }
  .hr-area .indicators li.testimonial_2 {
    width: 100px;
    height: 100px;
  }
  .hr-area .indicators li > .img{
    width: 50px;
    height: 50px;
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(1) {
    left: 100px;
    transform: translate(0,-22px);
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(2) {
    left: -15px;
    transform: translate(0,160px) rotate(-118deg);
  }
  .hr-area .indicators li.testimonial_1 > .img:nth-child(3) {
    left: 185px;
    transform: translate(0,190px) rotate(130deg);
  }
  .hr-area .indicators li.testimonial_2 > .img:nth-child(1) {
    left: 70px;
    transform: translate(0,20px) rotate(75deg);
  }
  .hr-area .indicators li.testimonial_2 > .img:nth-child(2) {
    left: -23px;
    transform: translate(0,20px) rotate(-73deg);
  }
}

/* ==========================================================================================
  BANNER PAGE
========================================================================================== */
.banner-page-text{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-page-text .bit-c{
  color: #fff;
}
.banner-page-text .bit-c .bi-text{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  /*margin-bottom: 20px;*/
}
.banner-page-text .bi-intro{
  margin-top: 20px;
}
.banner-page-text .bi-btn{
  margin-top: 20px;
}
.banner-page-text .btn-transparent{
  color: #fff;
  box-shadow: none;
}
@media screen and (min-width: 1200px){
  .banner-page-text .bit-c .bi-text{
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .banner-page-text .bit-c .bi-text{
    font-size: 30px;
  }
}
@media screen and (min-width: 992px){
  .banner-page-text .bit-c{
    max-width: 1040px;
  }
  /*.banner-page-text .bit-c .bi-intro{
    font-size: 18px;
  }*/
}
@media screen and (max-width: 991px){
  .banner-page-text .bit-c .bi-text{
    font-size: 20px;
  }
  .banner-page-text .bit-c{
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px){
  .banner-page-text .bit-c .bi-text{
    font-size: 14px;
  }
  .banner-page-text .bit-c .bi-intro{
    line-height: 20px;
  }
}

/* ==========================================================================================
  SERVICE PAGE
========================================================================================== */
.ts-sevices{
  margin-bottom: 1rem;
}
.sb-wrapper .img{
  margin-bottom: 0;
  overflow: hidden;
}
.sb-wrapper .img img{
   width: 100%; 
}
.is-art .sb-content .wrapper-button{
  margin-bottom: 0;
  margin-top: 25px;
}
.is-art .sb-content .wrapper-button a.btn-theme{
  color: #fff;
}
.is-art .sb-content .wrapper-button a.btn-theme:hover{
  color: #ED3237;
}
.title-service{
  font-size: 24px;
  text-transform: uppercase;
  color: #004A8F;
  font-weight: 700;
}
.sb-content .title-service{
  font-size: 30px;
  margin-bottom: 30px;
}
.is-art .sb-content .content{
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 1400px){
  .is-list > .is-art:nth-child(2n) .sb-content{
    padding-left: 100px;
    padding-right: 100px;
  }
  .is-list > .is-art:nth-child(2n+1) .sb-content{
    padding-left: 100px;
    padding-right: 100px;
  }
  .sb-content{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
  .is-list > .is-art:nth-child(2n) .sb-content{
    padding-left: 50px;
    padding-right: 50px;
  }
  .is-list > .is-art:nth-child(2n+1) .sb-content{
    padding-left: 50px;
    padding-right: 50px;
  }
  .sb-content{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px){
  .sb-wrapper,
  .sb-wrapper figure.img,
  .sb-wrapper .img img{
    height: 100%;
  }
}
@media screen and (max-width: 1199px){
  .is-list > .is-art .sb-content{
    padding: 15px;
  }
  .is-art .sb-content .wrapper-button{
    margin-top: 10px;
  }
  .is-art .sb-content .content{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .title-service{
    font-size: 17px;
  }
  .sb-content .title-service{
    font-size: 17px;
    margin-bottom: 10px;
  }
}

/* ==========================================================================================
  NEWS PAGE
========================================================================================== */
.carousel-news{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nb-wrapper{
  max-width: 1040px;
  min-height: 200px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.nb-wrapper .nb-text{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
}
.nb-wrapper .nb-btn .btn{
  color: #fff;
}
.slider-wrapper .carousel-news .carousel-indicators{
  left: 0;
  margin-right: 15%;
}
.slider-wrapper .carousel-news .carousel-indicators li{
  background-color: rgba(255,255,255,.9);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
.slider-wrapper .carousel-news .carousel-indicators li.active{
  background-color: rgba(237,50,55,.9);
}
/***/
.cate-tab-tpl{
  margin-bottom: 30px;
}
.cate-tab-tpl .box-ct{
  background-color: #fff;
}
.cate-tab-tpl .box-ct .ct-item a{
  color: #004A8F;
  font-weight: 600;
}
.cate-tab-tpl .box-ct .ct-item.active a,
.cate-tab-tpl .box-ct .ct-item:hover a{
  color: #fff;
}
/***/
.bit-d .created-post{
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.bit-d .created-post .created-by,
.bit-d .created-post .created-date{
  display: inline-block;
}
.bit-d .created-post .created-by,
.bit-d .created-post .created-by img{
  margin-right: 5px;
}
.bit-d .created-post .created-by img{
  width: 41px;
  height: 41px;
  border-radius: 50%;
}

@media screen and (min-width: 1200px){
  .nb-wrapper .nb-text{
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .nb-wrapper{
    min-height: 125px;
  }
  .nb-wrapper .nb-text{
    font-size: 26px;
  }
}
@media screen and (max-width: 991px){
  .nb-wrapper{
    min-height: 100px;
  }
  .nb-wrapper .nb-text{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  .nb-wrapper{
    min-height: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nb-wrapper .nb-text{
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
  .box-ct .ct-item a{
    font-weight: normal;
  }
}
@media screen and (max-width: 767px){
  .cate-tab-smgt .box-ct{
    background-color: transparent;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
  }
  .cate-tab-tpl {
    margin-bottom: 15px;
  }
  .cate-tab-smgt .ct-item{
    /*width: 47%;*/
  }
  .cate-tab-smgt .box-ct .ct-item a{
    background-color: #fff;
    /*width: 100%;
    padding: 10px 15px;
    font-size: 14px;*/
  }
  .cate-tab-smgt .box-ct .ct-item a:hover,
  .cate-tab-smgt .box-ct .ct-item a:focus{
    color: #004A8F !important;
  }
  .cate-tab-smgt .box-ct .ct-item a.active,
  .cate-tab-smgt .box-ct .ct-item.active a{
    background-color: #ED3237;
    color: #fff !important;
  }
  .cate-tab-smgt .box-ct > .ct-item:nth-child(2n+1){
    /* margin-right: 3%; */
  }
  .cate-tab-smgt .box-ct > .ct-item:nth-child(2n+2){
    /*margin-bottom: 10px;*/
  }
  .cate-tab-smgt .box-ct > .ct-item{
    margin-right: 10px; 
  }
}

/* ==========================================================================================
  NEWS DETAIL
========================================================================================== */
.container-m{
  max-width: 900px;
  margin: 0 auto;
}
.c-detail{
  padding-top: 50px;
  padding-bottom: 30px;
}
.c-detail iframe{
  width: 100% !important;
  border-radius: 5px;
  overflow: hidden;
}
.content-detail{
  position: relative;
}
.s-share .b_share{
  font-size: 20px;
}
.s-share.sv-share{
  padding-top: 0;
}
.s-share.sv-share .b_share{
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  text-align: left;
}
.s-share .s-facebook{
  color: #3B9AF3;
}
.s-share .s-twitter{
  color: #22A9E3;
}
.s-share .s-linkedin{
  color: #0A66C2;
}
.form-post-cmt .form-wrapper{
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 40px 40px 30px;
  max-width: 100%;
  background-color: #fff;
}
.form-post-cmt input.form-control{
  height: 45px;
}
.form-post-cmt button.btn{
  height: 45px;
}
.list-o .item-o{
  margin-bottom: 15px;
}
.o-item{
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.o-item figure{
  position: relative;
  padding-top: 66%;
  margin-bottom: 0;
}
.o-item img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.o-item .o-content{
  padding: 15px;
}
.o-item .o-content h3{
  margin-bottom: 0;
}
.o-item .o-content a{
  color: #004A8F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.o-item:hover .o-content a{
  color: #ED3237;
}

@media screen and (min-width: 992px){
  .c-detail iframe{
    height: 500px !important;
  }
  .scroll-boxshare{
    position: absolute;
    top: 0;
    left: -75px;
  }
  .scroll-boxshare.scroll-box{
    position: fixed;
    top: 150px;
  }
  .box-share{
    background-color: #fff;
    /*position: absolute;
    z-index: 1;
    left: -75px;
    top: 50px;*/
    border-radius: 5px;
    border: 1px solid #eee;
  }
  .s-share{
    padding-top: 10px;
  }
  .s-share .b_share{
    display: block;
    padding: 8px 12px;
    text-align: center;
  }
  .list-o{
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px){
  .s-share{
    padding-top: 20px;
  }
  .s-share .s-text{
    margin-right: 10px;
    font-weight: 700;
  }
  .s-share .b_share{
    display: inline-block;
    margin-right: 15px;
  }
  .o-item .o-content a{
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px){
  .c-detail{
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .form-post-cmt .form-wrapper{
    padding: 15px 15px 1px;
  }
}

/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
.newsletter-wrapper{
  max-width: 400px;
  margin: 0 auto;
}
.carousel-newsletter{
  min-height: 250px !important;
}
.newsletter-wrapper input.form-control{
  height: 45px;
}
.newsletter-wrapper .input-group{
  border-radius: 5px;
  overflow: hidden;
}

/* ==========================================================================================
  COMMENT
========================================================================================== */
.detail-cmt{
  border-top: 1px solid #004A8F;
}
.head-cmt{
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0,74,143,.5);
  margin-bottom: 5px;
}
.head-cmt i,
.head-cmt span{
  font-size: 30px;
  margin-right: 5px;
  color: #004A8F;
  font-weight: 700;
}
.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: #424141;
  font-size: 16px;
  font-weight: 700;
}
.cmt-avata{
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: super;
}
.cmt-avata img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cmt-date > div{
  display: inline-block;
}
.cmt-date .date{
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0;
  color: #808080;
}
.foot-cmt-item ul li{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #424141;
}
.foot-cmt-item ul li a{
  color: inherit;
}
.foot-cmt-item ul li a.foot-reply{
  background-color: #004A8F;
  color: #fff;
  padding: 5px 10px;
  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;
  border-left: 1px solid rgba(0,74,143,.5);
}
.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 rgba(0,74,143,.5);
}
.list-reply-form .form-post-cmt{
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
}
@media screen and (max-width:991px){
  .list-reply{
    padding-left: 25px;
  }
  .cmt-created{
    font-size: 13px;
  }
  .cmt-date .date{
    font-size: 11px;
  }
}

/* ==========================================================================================
  WORK BOX
========================================================================================== */
.bw-checkbox {
  margin-right: 15px;
}
.bw-checkbox .checkbox label{
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 30px 9px;
  color: #004A8F;
}
.bw-checkbox .checkbox label{
  margin-bottom: 0;
  cursor: pointer;
}
.bw-checkbox .checkbox .lb-t{
  color: #004A8F;
  font-size: 18px;
}
.bw-checkbox .checkbox .cr{
  vertical-align: sub;
  margin-left: 15px;
  margin-right: 0;
  float: right;
  margin-top: 2px;
}
.bw-checkbox .checkbox .cr .cr-icon{
  font-size: 1em;
}
.carousel-work{
  min-height: 375px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.cw-wrapper{
  width: 100%;
}
.cw-wrapper .btn-prev{
  margin-bottom: 40px;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
}
.form-work textarea{
  max-width: 450px;
}
.form-work input{
  max-width: 250px;
}
.cw-wrapper .btn-next{
  margin-top: 30px;
}
.form-work .cw-i{
  max-width: 500px;
}
.cw-wrapper .title-section{
  position: relative;
}
.cw-s{
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  color: #ccc;
}
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item.active {
  opacity: 1;
}
.error-form{
  font-size: 12px;
  color: #ED3237;
}
.error-form:empty{
  display: none;
}

@media screen and (min-width: 768px){
  .cw-wrapper .btn-next.btn-form{
    float: right;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px){
  .bw-checkbox{
    margin-bottom: 15px;
    margin-right: 0;
  }
  .bw-checkbox .checkbox .cr{
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }
  .bw-checkbox .checkbox label{
    min-width: 200px;
  }
}

/* ==========================================================================================
  PARTNER PAGE
========================================================================================== */
.cl-list{
  padding-top: 10px;
}
.cl-list .cl-item{
  margin-bottom: 30px;
}
.cl-list .cl-item .box-partner img{
  max-width: 100%;
}
.cl-item img{
  width: 100%;
}
.bs_partner:focus{
  background-color: transparent !important;
  color: #ED3237 !important;
}
@media screen and (max-width: 767px){
  .cl-item{
    margin-bottom: 15px;
  }
  .cl-list .cl-item .box-partner{
    height: 85px;
  }
}
/* ==========================================================================================
  CAREER PAGE
========================================================================================== */
.list-career .item-career{
  margin-bottom: 30px;
}
.list-career .item-career .box-news{
  margin-bottom: 0;
  height: 100%;
}
.box-whyus.box-career h3 a{
  height: auto;
}
.box-whyus.box-career .intro{
  height: auto;
  max-height: 75px;
  margin-bottom: 0;
}
.box-news.box-career .box-wrapper h3{
  /*height: auto;*/
}
.box-news.box-career .box-wrapper h3 a{
  /*line-height: 30px;
  height: 60px;*/
}
.box-news.box-career .box-wrapper .intro{
  /*text-align: center;*/
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.fs-career input.form-control{
  height: 42px;
}
.fs-fselect .fs-wrap{
  display: block;
  position: relative;
}
.fs-fselect .fs-wrap .fs-label-wrap{
  border-radius: 5px;
  border-color: #fff;
}
.fs-fselect .fs-wrap.fs-open .fs-label-wrap{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fs-fselect .fs-wrap .fs-label-wrap .fs-label{
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px; 
  padding-left: .75rem;
}
.fs-fselect .fs-wrap .fs-label-wrap .fs-arrow{
  border-top-color: #808080;
}
.fs-fselect .fs-wrap .fs-dropdown{
  margin-top: 0;
  box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
.fs-fselect .fs-search input{
  padding: 10px 8px;
}
.fs-fselect .fs-dropdown .fs-options{
  max-height: 250px;
  padding-bottom: 8px;
}
.fs-fselect .fs-option{
  padding: 8px 0 2px;
  border-bottom-width: 0;
  text-transform: uppercase;
}
.fs-fselect .fs-option .fs-option-label{
  padding: 10px 12px 8px;
}
.fs-fselect .fs-option:hover .fs-option-label,
.fs-fselect .fs-option.selected .fs-option-label{
  color: #ED3237;
  background-color: rgba(237,50,55,.2);
}
@media screen and (min-width: 992px){
  .list-career{
    padding-top: 10px
  }
  .fs-career.fs-fselect .form-group{
    margin-bottom: 1.5rem;
  }
}

/* ==========================================================================================
  CAREER DETAIL PAGE
========================================================================================== */
.bd-career{
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 40px 40px 20px;
}
.bdc-i{
  margin-bottom: 20px;
}
.bdc-i i{
  color: #ED3237;
  margin-right: 10px;
}
.bdc-i.mi{
	position: relative;
	padding-left: 30px;
}
.bdc-i.mi .material{
  	color: #ED3237;	
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 0;
	font-size: 21px;
}
.bdc-i strong{
  display: inline-block;
  margin-right: 10px;
}
.share-career{
  padding-left: 40px;
  padding-top: 20px !important;
}
.fc-apply input.form-control,
.fc-apply select.form-control{
  border-color: #ddd;
  height: 45px;
}
.fc-apply .fc-l{
  font-size: 16px;
}
.fc-apply.fc-apply-2 .fc-l strong{
  font-weight: 600 !important;
  line-height: inherit;
}
.s-file{
  display: block;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
.s-file .s-icon{
  position: relative;
  color: #ED3237;
}
.s-file .s-icon i{
  margin-bottom: 10px;
}
.s-file .s-icon i:first-child{
  font-size: 22px;
}
.s-file .s-icon i:last-child{
  font-size: 10px;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 4px;
}
.s-file .n-file{
  color: #aaa;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px){
  .bd-career{
    padding: 20px 15px 5px;
    margin-bottom: 15px;
  }
  .bdc-i{
    margin-bottom: 10px;
  }
  .share-career{
    padding-top: 10px !important;
    margin-bottom: 20px;
  }
}
/* ==========================================================================================
  CONTRUCTION PAGE
========================================================================================== */
.box-spm .btn-spm .spm1,
.box-spm .btn-spm.collapsed .spm2{
  display: none;
}
.box-spm .btn-spm .spm2,
.box-spm .btn-spm.collapsed .spm1{
  display: block;
}
.box-spm-map{
  padding-top: 30px;
  height: 400px;
}
.box-spm-map .map_tuts{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.info_p h3{
  color: #004A8F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.info_p h3 a{
  color: #004A8F;
}
.box-contruct{
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.box-contruct figure{
  position: relative;
  padding-top: 66%;
}
.box-contruct img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-contruct .infor{
  padding: 8px 25px 12px;
}
.box-contruct .infor h3 {
  margin-bottom: 20px;
  line-height: 22px;
  text-align: center;
}
.box-contruct .infor h3 a{
  color: #004A8F;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  /*display: block;*/

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.info_pm .bc-i i{
  top: 1px;
}
@media screen and (min-width: 768px){
  .box-spm{
    margin-bottom: 50px;
  }
  .p-list{
    padding-top: 5px;
  }
  .p-list > div{
    margin-bottom: 30px;
  }
  .box-contruct{
    height: 100%;
  }
  .box-contruct .infor h3 a{
    height: 44px;
  }
}
@media screen and (max-width: 767px){
  .box-spm{
    margin-bottom: 30px;
  }
  .p-list > div{
    margin-bottom: 15px;
  }
  .info_p h3{
    font-size: 14px;
  }
  .box-contruct .infor{
    padding: 0px 15px 5px;
  }
  .box-contruct .infor h3 {
    margin-bottom: 15px;
  }
  .box-contruct .infor h3 a{
    font-size: 16px;
  }
}

/* ==========================================================================================
  CONTRUCTION DETAIL PAGE
========================================================================================== */
.bc-info{
  margin-bottom: 15px;
}
.bc-i{
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.bc-i i{
  position: absolute;
  z-index: 1;
  left: -3px;
  top: 5px;
  color: #ED3237;
  width: 20px;
  text-align: center;
}
.bc-i strong{
  font-weight: 600 !important;
}
.bc-map{
  margin-bottom: 30px;
}
.bc-map iframe{
  width: 100% !important;
  border-radius: 10px;
  height: 100%;
}

/* show more - expanded text */
.view-more-desc{
  max-height: 122px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

/* slide */
.box-slide-congtrinh{
  padding-left: 50px;
}
.box-slide-congtrinh .flexslider{
  border-width: 0;
  margin-bottom: 30px;
  background-color: transparent;
}
.box-slide-congtrinh .yv{
  position: relative;
  display: block;
}
.box-slide-congtrinh .yv .iv{
  color: #ff0000;
  opacity: 0.75;
  visibility: visible;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-color: rgba(255,255,255,.4);

  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-slide-congtrinh .yv:hover .iv{
  opacity: 1;
  visibility: visible;
}
.box-slide-congtrinh .yv .iv i{
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.box-slide-congtrinh .slider_congtrinh .yv .iv i{
  font-size: 40px;
  width: 45px;
  height: 40px;
}
.box-slide-congtrinh .carousel_congtrinh .yv .iv i{
  width: 18px;
  height: 16px;
}
.box-slide-congtrinh .flex-direction-nav a{
  font-size: 0;
}
.box-slide-congtrinh .flex-direction-nav a:before{
  font-size: 26px;
}
.box-slide-congtrinh .slides li{
  border-radius: 8px;
  overflow: hidden;
}
.box-slide-congtrinh .carousel_congtrinh .slides li a{
  border: 1px solid #ddd;
  display: block;
  position: relative;
}
.box-slide-congtrinh .carousel_congtrinh .slides li a:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,.2);
}
.box-slide-congtrinh .carousel_congtrinh .slides li.flex-active-slide a:before{
  background-color: rgba(255,255,255,0);
}
.box-slide-congtrinh .carousel_congtrinh .flex-direction-nav a{
  top: 60%;
}
.box-slide-congtrinh .slider_congtrinh .flex-direction-nav a{
  top: 55%;
}
/* related */
.box-contruct-alt{
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.box-contruct-alt img{
  width: 100%;
}
.box-contruct-alt .intro{
  padding: 10px 20px 15px;
}
.box-contruct-alt .intro h2{
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.box-contruct-alt .intro h2 a{
  color: #004A8F;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.box-contruct-alt:hover .intro h2 a{
  color: #ED3237;
}
@media screen and (min-width: 992px){
  .cdi-lh{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
  }
  .cdi-lh1{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
  }
  .cdi-lh11{
    display: flex;
    flex: none;
  }
  .cdi-lh12{
    display: flex;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 991px){
  .box-contruct-alt .intro h2{
    font-size: 14px;
  }
  .box-contruct-alt .intro {
    padding: 0px 15px 7px;
  }
  .box-slide-congtrinh{
    padding-left: 0;
  }
  .box-slide-congtrinh .flexslider{
    margin-bottom: 15px;
  }
  .box-slide-congtrinh .yv .iv{
    opacity: 1;
    visibility: visible;
    background-color: rgba(255,255,255,.1);
  }
}
/* ==========================================================================================
  CONTACT PAGE
========================================================================================== */
.cp-map{
  height: 100%;
}
.cp-map iframe{
  width: 100% !important;
}
.branch-list > .company-i:nth-child(2n){
  background-color: #004A8F;
}
.branch-list > .company-i:nth-child(2n) .cp-company .title-section,
.branch-list > .company-i:nth-child(2n) .cp-company .bc-info,
.branch-list > .company-i:nth-child(2n) .cp-company .bc-info a,
.branch-list > .company-i:nth-child(2n) .cp-company .bc-info i{
  color: #fff;
}
.form-wrapper{
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  .cp-company{
    padding: 70px 80px 60px;
  }
  .cp-map iframe{
    height: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .cp-company{
    padding: 50px 50px 30px;
  }
}
@media screen and (max-width: 767px){
  .cp-company{
    padding: 30px 15px 20px;
  }
  .cp-map iframe{
    height: 230px !important;
  }
}

/* ==========================================================================================
  HR PAGE
========================================================================================== */
.list-hr .item-hr{
  margin-bottom: 30px;
}
.box-hr{
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.box-hr figure{
  padding: 30px 30px 10px;
}
.box-hr figure a{
  position: relative;
  width: 70%;
  padding-top: 70%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.box-hr figure img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}
.box-hr .hr-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.box-hr .hr-wrapper h2 a{
  color: #004A8F;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.box-hr .hr-wrapper .intro{
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.mhr-l .img{
  margin-bottom: 10px;
}
.mhr-l .img img{
  width: 100%;
}
.mhr-l .intro{
  text-align: center;
}
/* modal */
.modal-hr .mhr-l{
  background-color: #e5edf4;
  padding: 30px;
  border-radius: 8px;
}
.modal-hr .mhr-l .img{
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 8px 3px #ccc;
  position: relative;
  padding-top: 100%;
}
.modal-hr .mhr-l img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-hr .intro{
  text-transform: uppercase;
  text-align: center;
}
.share-hr{
  padding-top: 7px;
  padding-bottom: 1px;
}
/* hr box other */
.mm-list > div{
  margin-bottom: 15px;
}
.box-mm{
  background-color: #fff;
  border-radius: 8px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.box-mm .box-hr figure{
  padding: 15px 15px 10px;
}
.box-mm .box-hr .hr-wrapper{
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
}
.modal-hr .modal-dialog{
  max-width: 1140px;
}
@media screen and (min-width: 1200px){
  .modal-hr .mhr-l .title-service{
    font-size: 18px;
  }
}
@media screen and (min-width: 992px){
  .modal-hr .modal-body{
    padding: 15px 50px 50px;
  }
  .modal-hr .modal-body .mhr-r{
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .modal-hr .mhr-l .title-service{
    font-size: 17px;
  }
}
@media screen and (max-width: 767px){
  .list-hr .item-hr{
    margin-bottom: 15px;
  }
  .mhr-r{
    padding-top: 30px;
  }
  .modal-hr .mhr-l .title-service{
    font-size: 16px;
  }
  .box-hr .hr-wrapper h2 a{
    font-size: 14px;
  }
  .box-hr figure{
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-hr figure a{
    width: 80%;
    padding-top: 80%;
  }
}

/* ==========================================================================================
  LETTER PAGE
========================================================================================== */
.list-tkdg .item-tkdg{
  margin-bottom: 30px;
}
.b-letter {
  text-align: center;
  position: relative;
}
.b-letter figure{
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.b-letter img{
  max-width: 100%;
}
@media screen and (min-width: 576px){
  .b-letter {
    height: 100%;
    padding-bottom: 70px;
  }
  .b-letter figure{
    margin-bottom: 0;
    height: 100%;
  }
  .b-letter .intro{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .b-letter .intro .title-service{
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: normal;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 767px){
  
}

/* ==========================================================================================
  MISSION VALUE PAGE
========================================================================================== */
.mv-list{
  margin-bottom: 30px;
}
.mv-list > .col-12{
  margin-bottom: 15px;
}
.bmv-item{
  background-color: #fff;
  padding: 40px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.bmv-item img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.bmv-item .infor{
  padding-left: 30px;
  padding-top: 10px;
}
.bmv-item .infor h3,
.cv-item .infor h3{
  color: #004A8F;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.cv-item{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px 30px;
}
.cv-item .img img{
  width: 40px;
}
.cv-item .infor{
  padding-left: 20px;
  padding-top: 10px;
}
.cv-list .cv-des{
  color: #004A8F;
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 50px;
}
.bp-c{
  padding-top: 40px;
  padding-bottom: 60px;
  width: 740px;
  margin: 0 auto;
}
.bpca{
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.bpcb{
  width: 300px;
}
.bpc1, .bpc2, .bpc3, .bpc4{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.bpc1, .bpc3, .bpc4{
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
}
.bpc1,.bpc3{
  border: 1px solid #004A8F;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  color: #004A8F;
}
.bpc40{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.bpc4{
  border: 1px solid #ED3237;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ED3237;
  line-height: 30px;
}
.bpc2{
  color: #004A8F;
  padding-top: 20px;
  padding-bottom: 50px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end !important;
  align-items: end !important;
}
.bpc21{
  font-size: 60px;
  width: 200px;
  text-align: center;
}
.bpc22{
  position: relative;
  border-bottom: 5px solid #004A8F;
  width: -webkit-calc(90% - 200px);
  width: calc(90% - 200px);
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.bpc22:after{
  font-family: "FontAwesome";
  content: "\f04b";
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: -5px;
  color: #004A8F;
  font-size: 20px
}
@media screen and (min-width: 992px){
  .mv-list > .col-12:nth-child(2n) > .bmv-item{
    border-radius: 0 40px 40px 0;
  }
  .mv-list > .col-12:nth-child(2n+1) > .bmv-item{
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .mv-list > .col-12 > .bmv-item{
    border-radius: 40px;
  }
  .cv-item{
    padding-top: 25px;
  }
  .cv-item .infor{
    padding-top: 0;
  }
  .bp-c{
    width: 690px;
  }
}
@media screen and (max-width: 767px){
  .mv-list > .col-12 > .bmv-item{
    border-radius: 15px;
    padding: 15px 15px 5px;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
  }
  .bmv-item img{
    width: 75px !important;
    height: 75px !important;
  }
  .bmv-item .info{
    padding-left: 15px;
    padding-top: 0;
  }
  .cv-item{
    padding: 20px 15px 10px;
    margin-bottom: 15px;
  }
  .cv-item .infor{
    padding-left: 15px;
    padding-top: 0;
  }
  .cv-list .cv-des{
    margin-bottom: 35px;
    font-size: 20px;
  }
  .bp-c{
    padding-top: 20px;
    padding-bottom: 40px;
    width: 345px;
  }
  .bpca{
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .bpcb{
    width: 150px;
  }
  .bpc1, .bpc2, .bpc3, .bpc4{
    font-size: 14px;
  }
  .bpc1,.bpc3{
    width: 100px;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bpc4{
    width: 150px;
    height: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bpc2{
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .bpc21{
    font-size: 40px;
    width: 100px;
  }
  .bpc22{
    width: -webkit-calc(90% - 100px);
    width: calc(90% - 100px);
    padding-bottom: 10px;
  }
}

/* ==========================================================================================
  RESOURCE PAGE
========================================================================================== */
.cr-i{
  margin-bottom: 30px;
}
.cr-t{
  background-color: #004A8F;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  padding: 20px 20px 20px 30px;
  border-radius: 10px 0 0 10px;
  line-height: 30px;
}
.cr-ir{
  border: 1px solid #ccc;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.cr-ir .row-0 > .col-6{
  min-height: 160px;
  background-color: #fff;
}
.cr-ir .row-0 > .col-6:nth-child(2n+1){
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cr-ir .row-0 > .col-6:nth-child(2n){
  border-top: 1px solid #ccc;
}
.cr-ir .row-0 > .col-6:first-child,
.cr-ir .row-0 > .col-6:nth-child(2){
  border-top: 0;
}
.cr-ii{
  text-align: center;
  width: 100%;
  position: relative;
}
.cr-ii .ii-t{
  color: #ED3237;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px;
}
.cr-ii .ii-t span{
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
.cr-ii .ii-i{
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 20px;
}
.chart-list{
  padding-top: 40px;
}
.chart-i{
  padding-top: 40px;
}
.box-chart{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 80px 10px;
}
.apexcharts-text,
.apexcharts-title-text{
  font-weight: 700;
  text-transform: uppercase;
}
.slider-equipment{
  padding-bottom: 40px;
}
.box-equipment{
  border-radius: 10px;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}
.box-equipment img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* nav style */
.slider-equipment .owl-nav .owl-prev,
.slider-equipment .owl-nav .owl-next{
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  opacity: .5;
}
.slider-equipment .owl-nav .owl-prev:hover,
.slider-equipment .owl-nav .owl-next:hover{
  opacity: 1;
}
.slider-equipment .owl-nav .owl-prev.disabled,
.slider-equipment .owl-nav .owl-next.disabled{
  display: none;
}
.slider-equipment .owl-nav .owl-prev{
  left: 10px;
}
.slider-equipment .owl-nav .owl-next{
  right: 10px;
  content: "\f105";
}
.slider-equipment .owl-nav .owl-prev:before,
.slider-equipment .owl-nav .owl-next:before{
  font-family: "FontAwesome";
  font-size: 18px;
  color: #004A8F;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.slider-equipment .owl-nav .owl-prev:hover:before,
.slider-equipment .owl-nav .owl-next:hover:before{
  color: #ED3237;
}
.slider-equipment .owl-nav .owl-prev:before{
  content: "\f060";
}
.slider-equipment .owl-nav .owl-next:before{
  content: "\f061";
}
/* dots style */
.slider-equipment .owl-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  text-align: center;
}
.slider-equipment .owl-dot {
  display: inline-block;
}
.slider-equipment .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px;
  background-color: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-equipment .owl-theme .owl-dots .owl-dot.active span, 
.slider-equipment .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ED3237 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .chart-list,
  .chart-i{
    padding-top: 20px;
  }
  .box-chart{
    padding: 10px 40px 5px;
  }
}
@media screen and (max-width: 767px){
  .cr-t {
    border-radius: 8px 8px 0 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
  }
  .cr-ir{
    border-radius: 0 0 8px 8px;
  }
  .cr-ir .row-0 > .col-6{
    min-height: 140px;
  }
  .cr-ii .ii-t{
    margin-bottom: 25px;
  }
  .box-chart{
    padding: 10px 15px 0px;
  }
  .chart-list,
  .chart-i{
    padding-top: 10px;
  }
}

/* ==========================================================================================
  PROFILE PAGE
========================================================================================== */
.profile-img img{
  max-height: calc(100vh - 230px);
  border-radius: 5px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 20px 5px rgba(66, 65, 65, 0.1);
  box-shadow: 0 0 20px 5px rgba(66, 65, 65, 0.1);
}
.solid-container{
  height: 100vh;
}

@media screen and (max-width: 991px){
  .profile-img img{
    max-width: 66.6666% !important;
  }
}

/* ==========================================================================================
  VIDEO PAGE
========================================================================================== */
.box-video{
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.box-video figure{
  position: relative;
}
.box-video img{
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.box-video span.time{
  display: block;
  padding: 5px 12px 3px;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  position: absolute;
  bottom: 65px;
  right: 10px;
  line-height: 1.1;
}
.box-video span.title{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;

  min-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #004A8F;
}
.box-video a:hover span.title,
.box-video a:focus span.title{
  color: #ED3237;
}

/* ==========================================================================================
  MODAL APPLY FORM
========================================================================================== */
.modal-style.modal-apply.show{
  display: inherit !important;
}
.modal-style.modal-apply .modal-dialog{
  max-width: 540px;
}
..modal-style.modal-apply{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ==========================================================================================
  Icon-contact
========================================================================================== */
.icon-contact{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ED3237;
  position: fixed;
  right: 50px;
  bottom: 30px;
  border: 1px solid transparent;
  padding: 10px;
  z-index: 16;
}
.icon-contact::before {
  content: "";
  background-color: #ED3237;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
}

.icon-contact .icon-contact-slide{
  width: 39px;
  z-index: 2;
}
.icon-contact .icon-contact-slide .carousel-inner{
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #fff;
}
.icon-contact .icon-contact-slide .carousel-item{
  color: #ED3237;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  line-height: 40px;
  transition-duration: .1s;
}
.icon-contact-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
}
.icon-contact-dropdown .click-icon-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: transparent;
}
.icon-contact-dropdown.show .click-icon-dropdown{
  background-color: #ED3237;
  -webkit-opacity: 1;
  opacity: 1;
  border-radius: 50%;
}
.icon-contact-dropdown.show .click-icon-dropdown:after{
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.icon-contact-dropdown .dropdown-menu{
  right: 0;
  bottom: 70px;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  border: 0;
  -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
  box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
}
.icon-contact-dropdown .dropdown-menu:after{
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: '';
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item:last-child{
  margin-bottom: 0;
}
.icon-contact-show{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.icon-slider img{
  width: 20px;
  position: relative;
  top: -2px;
}
.icon-contact-show.icon-contact-phone{
  background-color: #be0000;
}
.icon-contact-show.icon-contact-email{
  background-color: #ff643a;
}
.icon-contact-show.icon-message-facebook{
  background-color: #0470e5;
}
.icon-contact-show.icon-youtube{
  background-color: #ff0000;
}

@media screen and (max-width: 1400px){
  .icon-contact{
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  /* 
  .icon-contact{
    right: auto;
    bottom: 15px;
    left: 15px;
  }
  .icon-contact-dropdown .dropdown-menu{
    right: auto !important;
    bottom: 70px;
    top: auto !important;
    left: 0 !important;
  }
  .icon-contact-dropdown .dropdown-menu:after{
    bottom: -7px;
    right: auto;
    left: 25px;
  }
   */
  /* 
  .icon-contact{
    display: none;
    visibility: hidden;
  }
   */
}
//
/* icon mobile */
.icon-contact-2{
  -webkit-box-shadow: 0 0px 22px 14px rgba(84,84,120,.26);
  box-shadow: 0 0px 22px 14px rgba(84,84,120,.26);
  padding-top: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.icon-contact-2 .item-icon-contact .text{
  font-size: 11px;
  display: block;
}
.icon-contact-2 .icon-contact-show{
  width: 35px;
  height: 35px;
  line-height: 34px;
  font-size: 13px;
}
@media screen and (min-width: 768px){
  .icon-contact-2{
    display: none;
    visibility: hidden;
  }
}

/****/
.icon-ph-circle-fill{
  background-color: #004A8F;
  opacity: .2 !important;
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 74px;
  top: -8px;
  left: -8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/** icon-ph-circle-fill */
@-moz-keyframes icon-circle-fill-anim{
  0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
  100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes icon-circle-fill-anim{
  0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes icon-circle-fill-anim{
  0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@keyframes icon-circle-fill-anim{
  0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
/****/
.icon-ph-circle{
  opacity: .5 !important;
  width: 100px;
  height: 100px;
  top: -21px;
  left: -21px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #F20000;
  opacity: .1;
  -webkit-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -o-animation: icon-circle-anim 1.2s infinite ease-in-out;
  animation: icon-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;  
}

/** icon-ph-circle */
@-moz-keyframes icon-circle-anim{
  0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
  30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes icon-circle-anim{
  0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
  30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes icon-circle-anim{
  0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
  30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
  100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
@keyframes icon-circle-anim{
  0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}
  30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
  100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}
}

/* ==========================================================================================
  SEARCH HEADER 2
========================================================================================== */
.show-box-search-2{
  position: absolute;
  z-index: 1;
  top: 39px;
  right: 125px;
}
.box-search-2{
  width: 45px;
  -webkit-transition: width 0.35s ease-in-out;
  -ms-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}
.form-search-main-2 .form-control{
  height: 32px;
  color: #808080;
  padding-right: 30px;
  padding-left: 17px;
  opacity: 1;
  border-color: transparent;
  background-color: transparent;
  text-decoration-color: #004A8F;
  text-decoration-thickness: .15rem;
  text-underline-offset: .1em;
  /*text-decoration-line: underline;*/
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.box-search-2.show .form-search-main-2 .form-control{
  border-color: rgba(0,74,143,.66);
  background-color: #fff;
}
/*.form-search-main-2 .form-control:not(:focus){
  -webkit-animation: blink 2s step-end infinite;
  animation: blink 2s step-end infinite;
}
.form-search-main-2 .form-control:focus{
  -webkit-animation: none;
  animation: none;
}*/

.form-search-main-2 .input-group > .form-control:not(:last-child){
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.form-search-main-2 input.form-control:focus{
  border-color: rgba(0,74,143,.8);
}
.close-search{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 9px 12px 8px;
  font-size: 14px;
  line-height: 1;
  color: rgba(0,74,143,.66);
  display: none;
  cursor: pointer;
}
.btn-search-2{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 6px 9px;
  font-size: 16px;
}
.btn-search-2 .s-icon{
  color: rgba(0,74,143,1);
}
.btn-search-2 .s-loadding{
  -webkit-animation: sLoading 1s linear infinite;
  animation: sLoading 1s linear infinite;
  display: none;
}
.show-loading .s-icon{
  display: none;
}
.show-loading .s-loadding{
  display: inline-block;
}
.box-search-2 .search-result-2{
  -webkit-box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  box-shadow: 0 6px 20px 1px rgba(84,84,120,.26);
  background-color: #f9f9fb;
  margin-top: 5px;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.box-search-2 .search-result-2:empty{
  display: none;
}
.search-result-2 .rs-item mark{
  padding: 0 2px;
}
.search-result-2 .rs-item a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  white-space: normal;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
}
.search-result-2 .rs-item:hover a{
  color: #004A8F;
}
.search-result-2 > .rs-item:last-child a{
  border-bottom-width: 0;
}

@media screen and (min-width: 992px){
  .navbar-nav {
    margin-right: 180px;
    -webkit-transition: margin-right 0.35s ease-in-out;
    -ms-transition: margin-right 0.35s ease-in-out;
    transition: margin-right 0.35s ease-in-out;
  }
  .navbar-nav.show-search {
    margin-right: 370px;
  }
  .box-search-2.show {
    width: 230px;
  }
  .box-search-2.show .close-search{
    display: block;
  }
  .box-search-2.show .s-icon{
    display: none;
  }
  .box-search-2.show .close-search.hidden-close-search{
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.navbar-nav {
	    margin-right: 140px;
	    -webkit-transition: margin-right 0.35s ease-in-out;
	    -ms-transition: margin-right 0.35s ease-in-out;
	    transition: margin-right 0.35s ease-in-out;
	  }
	.show-box-search-2{
		right:90px;
  	}
  	.btn-search-2 .s-icon{
	font-size: 13px;
  	}
}

@keyframes blink {
  from,
  to {
    text-decoration-line: none;
  }
  50% {
    text-decoration-line: underline;
  }
}


/* ==========================================================================================
  HTQL PAGE
========================================================================================== */
.box-whyus.box-htql img{
  height: 150px;
}
@media screen and (max-width: 413px){
  .box-whyus.box-htql img{
    height: 140px;
  }
}

/* ==========================================================================================
  MOBILE MENU
========================================================================================== */
@media screen and (max-width: 991px){
  .nav-menu .menu-main .nav-link.dropdown-toggle:after{
    float: right;
  }
  #m-menu.menu-main > .nav-item.nav-item-space.dropdown > .dropdown-menu{
    display: none;
  }
  .menu-caret{
    position: absolute;
    z-index: 15;
    display: block;
    width: 39px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #m-menu.menu-main > .nav-item.nav-item-space.dropdown.show-d > .dropdown-menu{
    display: block;
  }
  .nav-menu .menu-main .show-d .nav-link.dropdown-toggle:after{
    content: "\f105";
  }
}

/* ==========================================================================================
  HEADER FIXED
========================================================================================== */
@media screen and (min-width: 992px){
  .header-menu-main.navbar-fixed-top{
    -webkit-box-shadow: 0 4px 6px -2px rgba(84,84,120,.26);
    box-shadow: 0 4px 6px -2px rgba(84,84,120,.26);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: #F6FBFF;
  }
}
/* ==========================================================================================
  HEADER FIXED
========================================================================================== */
.slider-hr{
  /*max-width: 300px;*/
  margin-left: auto;
  margin-right: auto;
}
.box-slide-hr .box-hr{
  background-color: transparent;
}
.box-slide-hr .box-hr figure{
  padding-left: 10px;
  padding-right: 10px;
}
.box-slide-hr .box-hr .hr-wrapper h2 a,
.box-slide-hr .box-hr .hr-wrapper .intro{
  color: #fff;
}
.slider-hr .owl-dots {
  width: 100%;
  text-align: center;
}
.slider-hr .owl-dot {
  display: inline-block;
}
.slider-hr .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-hr .owl-theme .owl-dots .owl-dot.active span, 
.slider-hr .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ED3237 !important;
}

/* ==========================================================================================
  VERIFI CAPTION CODE
========================================================================================== */
.security-code input{
  width: 104px;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.security-code img{
  height: 45px;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.form-work .security-code img{
  height: 38px;
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ==========================================================================================
  FLIPBOOK
========================================================================================== */
.inside-flipbook{width: 100%; min-height: 600px;}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.inside-flipbook{min-height: 500px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.inside-flipbook{min-height: 400px;}
}
@media screen and (max-width: 767px){
	.inside-flipbook{min-height: 400px;}
}
.inside-flipbook .flipbook-main-wrapper{z-index: 10;}

/* ==========================================================================================
  KCN PAGE
========================================================================================== */
.htmlKCN{
  position: relative;
}
.htmlKCN.isLoading{
  padding-top: 40px;
}
.htmlKCN:before{
  content: "\e1d4";
  font-family: "Font Awesome 6 Pro";
  width: 33px;
  height: 33px;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: none;
}
.htmlKCN.isLoading:before{
  display: block;
  -webkit-animation: sLoading 2s linear infinite;
  animation: sLoading 2s linear infinite;
}
.loc-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.btn-loc{
  color: #004A8F;
  background-color: rgba(0,74,143,.1);
  border-radius: 6px;
  text-transform: inherit;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}
.loc-check:checked + .btn-loc,
.btn-loc:hover{
  background-color: rgba(0,74,143,.66);
  color: #fff;
}
.btn-loc:hover{
  color: #fff;
  background-color: rgba(0,74,143,.66);
}
.select2-container .select2-selection--multiple{
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 0;
  border-color: #ddd;
  padding-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field{
  height: 36px;
  line-height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
}
.select2-container.select2-container--focus .select2-search--inline .select2-search__field{
  width: 100% !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered:empty{
  display: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  margin-bottom: 0;
  width: calc(100% - 20px);
  display: inline-block;
}
.select2-container .select2-selection--multiple .select2-selection__choice{
  color: #004A8F;
  background-color: rgba(0,74,143,.1);
  border-color: rgba(0,74,143,.1);
  margin-bottom: 5px;
  margin-top: 0;
}
.select2-container .select2-dropdown{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove{
  padding-left: 6px;
  padding-right: 6px;
  line-height: 36px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__display{
  padding-right: 6px;
  line-height: 36px;
}
.select2-container .select2-selection{
  position: relative;
}
.select2-container .select2-selection:after{
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 12px;
  color: #aaa;
  opacity: .7;
}

.select2-container .select2-search__field::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #aaa;
  opacity: .7;
}
.select2-container .select2-search__field:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #aaa;
  opacity: .7;
}
.select2-container .select2-search__field::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #aaa;
  opacity: .7;
}
.select2-container .select2-search__field::placeholder,
input::placeholder {
  color: #aaa;
  opacity: .7;
}

.fi-news .fin-item{
  margin-bottom: 20px;
}
.fi-news .fin-item figure img{
  width: 100px;
  border-radius: 6px;
}
.fi-news .fin-item .info{
  padding-left: 15px;
}
.fi-news .fin-item .info h3{
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
}
.fi-news .fin-item .info h3 a{
  color: #004A8F;
	text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;

}
.fi-news .fin-item:hover .info h3 a{
  color: #ED3237;
}
@media screen and (max-width: 767px){
  .fi-news .fin-item{
    margin-bottom: 15px;
  }
}



/
*
  #cccccc
  color: #004A8F;
  rgb: rgba(0,74,143,.9);
  color: #ED3237;
  rgb: rgba(237,50,55,.9);
*
/
