

:root {
    --whites: #fff;
    --blacks: #000;
  }

  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  body {
    font-family: 'Noto Sans Thai', sans-serif !important;
  }




  /*-------- Start Css Web ---------*/

  /*-------- Start Header ---------*/

  #ฺBack_TopHead {
    background-color: #1A2D55;
    padding: 1rem;
  }

  .Text_HeadLeft p {
    color: white;
    font-size: 16px;
    padding-top: 7px;
  }

  #ฺBack_TopHead .Text_HeadRight a {
    text-decoration: none !important;
    color: white;
  }

  .Text_HeadRight p {
    color: white;
    padding-left: 0.5rem;
  }


  #search {
    color: white;
    background-color: #f5f5dc00;
    border: none;
    font-size: 20px;
  }

  .search-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
  }
  .search-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1a2d55eb;
  }

  .search-popup label {
    color: white;
  }

  .search-form {
    display: block;
    margin: 7em 4em;
    position: relative;
    right: -100%;
  }

  .form {
    position: relative;
  }

  .form input {
    outline: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none !important;
    border-color: #dad6d5;
    background-color: transparent;
    width: 100%;
    padding: 1em 0;
    color: #dad6d5;
  }

  .form input:focus::-webkit-input-placeholder {
    opacity: 0;
  }

  .form input:focus::-moz-placeholder {
    opacity: 0;
  }

  .form input:-ms-input-placeholder {
    opacity: 0;
  }

  .form input:focus:-moz-placeholder {
    opacity: 0;
  }

  .form label {
    position: absolute;
    top: 25%;
    right: 0;
  }

  .bor-thai {
    border-right: 2px solid white;
    padding-right: 0.5rem;
  }



  /*-------- End Header ---------*/





  /*-------- Start Navbar ---------*/

#Sec_NavBer {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 99;
}

.logo img {

width: 100%;
margin-right: 0 !important;

}

.navbar {
    position: relative;
    min-height: 100px !important;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #f8f8f800 !important;
    border-color: #e7e7e7;
}

/*
1.1 Header Area
****************************************************/
/*Bootstrap Reset*/
.navbar-nav>li>a {
padding-top: 0;
padding-bottom: 0
}

.mainmenu {
background-color: transparent;
border-color: transparent;
margin-bottom: 0;
border: 0 !important
}

.navbar-nav>li:last-child>a {
padding-right: 0;
margin-right: 0
}

.dropdown-menu {
padding: 0;
margin: 0;
border: 0 solid transition !important;
border: 0 solid rgba(0, 0, 0, .15);
border-radius: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important
}

.navbar-nav .show .dropdown-menu>li>a {
padding: 16px 15px 16px 25px;
}

.header_bottom {
background: rgba(255, 255, 255, 0.67);
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
color: #888686;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
padding: 8px 15px;
display: block;
cursor: pointer;
min-width: 15px;
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
color: #192B52;
outline: 0;
}

#fresponsive li a:hover {
background-color: #192B52;
color: #fff;
}


#fresponsive .nav-list__item.active a {
background-color: #192B52;
color: #fff;
}

#fresponsive .nav-list__item.active .dropdown-menu a {
background-color: #fff;
color: #444;
}


/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
border-color: #fff
}

/*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff
}

/*Toggle Button*/

/*==========Sub Menu=v==========*/

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
color: #192B52;
}

.mainmenu .collapse ul ul ul>li:hover>a {
color: #192B52;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
background: #fff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
background: #fff;
padding: 0.5rem 0;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
background: #fff;
}

.dropdown-toggle::after {
display: none;
}


.mainmenu {
background: none;
border: 0 solid;
margin: 0;
padding: 0;
min-height: 20px;
width: 100%;
}

@media only screen and (min-width: 1024px) {
.mainmenu .collapse ul li:hover>ul {
    display: block
}

.mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none
}


.mainmenu .collapse ul ul li {
    position: relative
}

.mainmenu .collapse ul ul li:hover>ul {
    display: block
}

.mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none
}


.mainmenu .collapse ul ul ul li {
    position: relative
}

.mainmenu .collapse ul ul ul li:hover ul {
    display: block
}

.mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1
}

}

@media only screen and (max-width: 1024px) {
.navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
    padding: 16px 15px 16px 35px
}

.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
    padding: 16px 15px 16px 45px
}
}

.lang {
font-weight: 600;
color: #B5B5B5 !important;
margin: 0 !important;
}

.lang.active {
color: #E2141C !important;

}








  /*-------- End Navbar ---------*/









  /*-------- Start Index ---------*/


  /*------- Start Slide Banner --------*/

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  [dir='rtl'] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .img-profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bg-bannerTitle {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 540px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: auto;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.46);
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 3em;
    height: 3em;
  }

  .text-head {
      width: 693px;
      position: absolute;
      left: 212px;
      top: 60px;
      color: #fff;
  }

  .text-head .text1 {
      font-weight: 600;
      font-size: 48px;
      margin-bottom: 0;

  }

  .text-head .text2 {
      font-weight: 500;
      font-size: 36px;
      text-transform: uppercase;
  }

  .text-head .text3 {
      margin-bottom: 4rem;
      margin-top: 1rem;
      font-size: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }

  .text-head .text_header {
      font-size: 26px;
      color: white;
      inline-size: 70%;
      padding: 5px 10px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  .text-head a {
    text-decoration: none;
  }

  .btn-Orange {
      border-radius: 150px;
      padding: 0.8rem 1.9rem;
      color: #fff;
      letter-spacing: 0.06em;
      font-weight: 600;
      border: 2px solid;
      font-size: 14px;
  }

  .btn-Orange:hover {
      background-color: #E22B27;
      color: #fff;
  }

  .carousel-indicators [data-bs-target] {
    width: inherit !important;
    height: inherit !important;
    opacity: 1 !important;
    color: #fff;
    text-indent: inherit !important;
    background-color: inherit !important;
    display: flex;
    text-align: left;
    border-top: 2px solid rgba(255, 255, 255, 0.3) !important;
    margin: 0 !important;
    padding: 1rem 2rem !important;
    align-items: center;
  }

  .carousel-indicators .active {
    border-top: 2px solid #F29C00 !important;
  }

  .carousel-indicators {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .img-icon {
      width: 60px;
      margin-left: 2rem;
  }

  .button_move {
    background-color: #F18121;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 2px;
    cursor: pointer;
  }

  .button_move:hover {
    background-color: #bb5b06;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 2px;
    cursor: pointer;
  }

  /*--- css slide ----*/
  /*------- End Slide Banner--------*/


  #Sec_AboutUs {
    padding: 6rem 0rem 0rem 0rem;
  }

#Sec_AboutUs .Img_UpAboutTwo img {
    position: relative;
    width: 100%;
    top: -80px;
    left: 20px;
    z-index: 1;
    border: 15px solid #FFFFFF;
}

  .Text_AboutRight .About_RightHead {
      font-size: 26px;
      color: #F18121;
      font-weight: 700;
      inline-size: 70%;
      padding: 5px 16px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  .Text_AboutRight .About_RightHead span {
      font-size: 30px;
      color: #000;
      font-weight: 800;
  }

  .Detail_About {
    font-size: 18px;
    color: #7C7979;
    margin-top: 2rem;
  }

  .Detail_About2 {
    font-size: 18px;
    color: #7C7979;
  }

  #Sec_Product {
      padding: 6rem;
      background-image: linear-gradient(0deg,#1a2d55e3,#1a2d55e3), url(../img/img_backproduct.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  .image_new {
      position: relative;
      margin-top: 35px;
  }

  .image_new .image {
      width: 100%;
  }

  .image_new .text-block {
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 60px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
      color: #1A2D55;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px;
      font-size: 18px;
      text-align: center;
  }

  .text-block p {
    font-weight: 600;
  }


  .button_view {
    background-color: #F18121;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 2px;
    cursor: pointer;
  }

  .button_view:hover {
    background-color: #bb5b06;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 2px;
    cursor: pointer;
  }

  #Sec_Product .Hight_TiTel p {
    text-transform:uppercase;
    font-size: 36px;
    color: white;
    text-align: center;
    font-weight: 700;
  }


  #Sec_Service {
    padding: 4rem;
  }

  #Sec_Service .Hight_TiTel p {
    text-transform:uppercase;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
  }

  .Titel_Text {
    text-align: center;
    color: #7C7979;
    padding-bottom: 3rem;
  }


  #Sec_Service .card-text {
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    font-weight: 500;
  }

  .Block_ser {
    position: absolute;
    width: 80px;
    height: 72px;
    left: 229px;
    top: 3078px;
    background-color: #192B52;
  }

  #Sec_Service .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }

  #Sec_Service .card:hover {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      box-shadow: 0px 4px 15px rgb(76 71 71 / 20%);
  }

  #Sec_Service span {
      background-color: #192B52;
      padding: 2.5rem 1rem 2.5rem 1rem;
      z-index: 1;
      position: relative;
      top: -50px;
      left: 100px;
  }

  #Sec_Service span:hover {
      background-color: #F18121;
      padding: 2.5rem 1rem 2.5rem 1rem;
      z-index: 1;
      position: relative;
      top: -50px;
      left: 100px;
  }

  #Sec_Service .card-body img {
    width: 50px;
    height: 50px;
  }

  #Sec_Service a {
      text-decoration: none !important;
  }

  .card-img, .card-img-top {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
      height: 180px;
      object-fit: cover;
  }

  #Sec_project {
    padding: 4rem;
  }

  #Sec_project .Hight_TiTel p {
    text-transform:uppercase;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
  }

  .Image_projectImg .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      font-weight: 600;
  }

  .Image_projectImg {
    position: relative;
    text-align: center;
    color: white;
    padding-top: 2rem;
  }
  /*-------- End Index ---------*/





  /*-------- STart Footer ---------*/


  /* Slider */

  .slick-slide {
      margin: 0px 20px;
  }

  .slick-slide img {
      width: 100%;
      height: 150px;
      object-fit: contain;
  }

  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  #Sec_Partner {
    background: rgba(192, 181, 181, 0.12);
    padding: 4rem;
  }

  #Sec_Partner .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 36px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }


  #Sec_Footer {
    padding: 4rem;
    background: linear-gradient(180deg, #1A2D55 0%, #041029 100%);
  }

  #Sec_Footer img {
    height: 169px;
    object-fit: contain;
  }

  .Hight_TextFooter {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
  }

  #Sec_Footer .Text_MenuDetail a {
    color: white  !important;
    text-decoration: none;

  }

  #Sec_Footer .Text_MenuDetail img {
      height: 33px;
      object-fit: contain;
      color: white;
  }

  #Sec_Footer .Text_MenuDetail p {
    color: white;
  }

  .Text_map1 {
    padding-left: 5rem;
  }

  #Sec_Footer  .Image_ViewMap  a {
    text-decoration: underline;
  }

  #Sec_Footer .Text_Careerspage a {
    color: #F18121 !important;
    font-size: 18px;
    font-weight: 800;
  }

  #Sec_Footer  .Text_Phone {
    font-weight: 600;
  }

  #Sec_Footer  .Text_Email {
    font-weight: 600;
  }

  .Text_CopyRight {
    color: white;
    font-size: 14px;
    text-align: center;
  }


  /*-------- Start backtotop ---------*/

  #toTop {
      background-color: rgba(26, 45, 85, 0.61);
      position: relative;
      top: -100px;
      width: 50px;
      float: right;
      margin-right: 4rem;
      margin-bottom: -5rem;
      padding: 1.5rem 1rem 1.5rem 1.9rem;
      color: white;
  }

  #toTop:hover {
      background-color: rgba(48, 73, 127, 0.61);
      position: relative;
      top: -100px;
      width: 50px;
      float: right;
      margin-right: 4rem;
      margin-bottom: -5rem;
      padding: 1.5rem 1rem 1.5rem 1.9rem;
      color: white;
  }


  /*-------- End backtotop ---------*/

  /*-------- End Footer ---------*/







  /*-------- STart About Us ---------*/


  #Sec_BackTop {
    padding: 110px 0 41px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  .txt-head-bg {
        color: rgb(255, 255, 255);
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
  }

  .breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
      color: #ffffff;
      font-size: 16px;
  }

  .breadcumb-inner {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
  }

  .breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
      color: #ffffff;
  }

  #Sec_BackTop ol, ul {
      padding-left: 0rem !important;
  }

  #Sec_BackTop a {
      color: #ffffff !important;
      text-decoration: none;
      font-size: 16px !important;
  }

  #Sec_AboutUsPage {
    padding: 5rem;
  }

  #Sec_AboutUsPage .About_RightHead {
      font-size: 26px;
      color: #F18121;
      font-weight: 700;
      inline-size: 70%;
      padding: 5px 16px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  #Sec_AboutUsPage .About_RightHead span {
      font-size: 30px;
      color: #000;
      font-weight: 800;
  }

  #Sec_AboutUsPage .Text_DetailAbout_Us {
    padding-top: 4rem;
    font-size: 18px;
    color: #7C7979;
  }

  .Image_AboutUs {
    padding-top: 7rem;
  }

  #Sec_ProjectReferenes .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 36px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
  }

  #Sec_ProjectReferenes {
    padding: 6rem;
  }

  #Sec_ProjectReferenes .Back_box {
      font-weight: 500;
      background-color: white;
      text-align: center;
      padding: 1.5rem;
      width: 260px;
      height: 120px;
      position: relative;
      left: 53px;
      top: -30px;
  }

  #Sec_ProjectReferenes .Back_box p {
      font-size: 18px;
      color: #192B52;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 81px !important;
  }

  #Sec_ProjectReferenes .Back_box span {
      font-size: 18px;
      color: #FF5820;
  }


  /*-------- End About Us ---------*/

  #Sec_ServicesPage {
    padding: 5rem;
  }

  #Sec_ServicesPage .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 36px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
  }

  #Sec_ServicesPage .Text_TitalServices {
    text-align: center;
    font-size: 18px;
    color: #7C7979;
    padding-bottom: 4rem;
  }


  #Sec_ServicesPage .card-text {
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #Sec_ServicesPage .Block_ser {
    position: absolute;
    width: 80px;
    height: 72px;
    left: 229px;
    top: 3078px;
    background-color: #192B52;
  }

  #Sec_ServicesPage .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }

  #Sec_ServicesPage .card:hover {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      box-shadow: 0px 4px 15px rgb(76 71 71 / 20%);
  }

  #Sec_ServicesPage span {
      background-color: #192B52;
      padding: 2.5rem 1rem 2.5rem 1rem;
      z-index: 1;
      position: relative;
      top: -50px;
      left: 89px;
  }

  #Sec_ServicesPage span:hover {
      background-color: #F18121;
      padding: 2.5rem 1rem 2.5rem 1rem;
      z-index: 1;
      position: relative;
      top: -50px;
      left: 89px;
  }

  #Sec_ServicesPage .card-body img {
    width: 50px;
    height: 50px;
  }

  #Sec_ServicesPage a {
      text-decoration: none !important;
  }

  #Sec_ServicesPage .card-img, .card-img-top {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px);
      height: 180px;
      object-fit: cover;
  }

  #Sec_ServicesDetail {
    padding: 5rem;
    background-color: rgba(26, 45, 85, 0.07);
  }

  #Sec_ServicesDetail span {
      background-color: #192B52;
      padding: 2.5rem 1rem 2.5rem 1rem;
  }

  #Sec_ServicesDetail .Block_TopService img {
      width: 50px;
      height: 50px;
  }

  .text-services {
    font-size: 20px;
    color: #192B52;
    font-weight: 700;
  }

  #Sec_ServicesDetail .Text_DetailBoxservice {
    text-align: center;
    font-size: 18px;
    color: #7C7979;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }



  /*-------- Start Css Image Show Serivces ---------*/


.zoomContainer{
  z-index: 9000;

}
.zoomLens{
  display: none!important;
}
.zoom .zoomWindowContainer , .zoom .zoomWindowContainer div{
  display: none!important;
}
.zoomout .zoomWindowContainer , .zoomout .zoomWindowContainer div{
  display: block!important;
}
.fancybox-nav{
  bottom: -60px;
  height: 50px!important;
  top: unset!important;
}

.fancybox-nav span{
  visibility: visible!important;
  top: auto!important;
  bottom: 0px!important;
}





  /*-------- End Css Image Show Serivces ---------*/






  /*-------- Start Page Project Refrenes ---------*/


  .pagination {
    display: inline-block;
  }

  .pagination a {
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      border: 1px solid #1A2D55;
      background-color: #1A2D55;
      color: white;
      margin-left: 1rem;
      margin-top: 6rem;
  }

  .pagination a.active {
      background-color: #FF5820;
      color: white;
      border: 1px solid #FF5820;
  }

  .pagination a:hover:not(.active) {
      background-color: #FF5820;
      border: 1px solid #FF5820;
      color: white;
  }

  .Image_ProjectRe a:hover {
    text-decoration: none !important;
  }


  #Sec_ProjectReferenes .Back_box {
      font-weight: 500;
      background-color: white;
      text-align: center;
      padding: 1.5rem;
      width: 260px;
      height: 120px !important;
      position: relative;
      left: 53px;
      top: -30px;
  }

  #Sec_ProjectReferenes .Back_box:hover {
      font-weight: 500;
      background-color: white;
      box-shadow: 0px 4px 15px rgba(124, 121, 121, 0.12);
      text-align: center;
      padding: 1.5rem;
      width: 260px;
      height: 120px !important;
      position: relative;
      left: 53px;
      top: -30px;
  }


  /*-------- End  Page Project Refrenes ---------*/






  /*-------- Start  Page Project Refrenes Detail ---------*/


  #Sec_DetailProject {
    padding: 6rem;
  }

  .Text_DateDay {
    font-size: 18px;
    color: #FF5820;
  }

  .Detail_RightTextBig {
    font-size: 18px;
    color: #7C7979;
    margin-top: 2rem;
  }

  .Back_ImageColor {
      background-color: #192B52;
      position: relative;
      height: auto;
      padding: 2rem;
      width: 350px;
      float: right;
      left: 55px;
      top: -38px;
  }

  .Back_ImageColor p {
      color: white;
      font-size: 18px;
      text-align: center;
      height: auto !important;
}


  .Text_RighrDetailText {
    padding-left: 6rem;
  }

  #gallery .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 36px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }


  #gallery {
    padding: 5rem;
  }

  #image-gallery {
    padding: 5rem 0rem 8rem 0rem;
  }

  @media screen and (min-width: 991px) {
    #gallery {
      padding: 10px 30px 0 30px;
    }
  }

  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
      width: 100%;
      height: 260px;
      object-fit: cover;
  }

  .img-overlay {
    background-color: #1a2d55eb;
    width: 100%;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }

  #overlay {
    background-color: #1a2d55b3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }

  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }

  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }

  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }

  /*-------- End  Page Project Refrenes Detail ---------*/





  /*-------- Start  Page News ---------*/


  #Sec_BoxNew {
    padding: 8rem;
    background-color: #F1F1F1;
  }

  .Button_rigtharrow {
      float: right;
      top: -35px;
      position: relative;
  }

  #Sec_BoxNew .card {
    border-radius: 10px !important;
    background-color: #E8E7E7;
    border: 1px solid #E8E7E7;
    margin-bottom: 30px;
  }

  #Sec_BoxNew .card-title {
      font-size: 18px;
      font-weight: 500;
      color: #1A2D55;
      line-height: 2.8rem;
  }

  #Sec_BoxNew .card-text {
      font-size: 16px;
      color: #7C7979;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 2.6rem;
  }

  #Sec_BoxNew  .card-img, .card-img-top {
      border-radius: 10px 10px 0px 0px !important;
      height: 200px;
      object-fit: cover;
  }

  #Sec_BoxNew .card-body {
      flex: 1 1 auto;
      padding: 1.5rem 2.5rem 0rem 2.5rem;
      height: 230px;
  }

  #Sec_BoxNew .Date_Text {
    font-size: 16px;
    color: #FF5820;
  }

  #Sec_BoxNew a {
    text-decoration: none !important;
  }

  /*-------- End  Page News ---------*/





  /*-------- Start  Page News Detail ---------*/

  #Sec_DetailNewPage {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .Haed_TextNew {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
  }

  #Sec_DetailNewPage .Date_Text {
      font-size: 16px;
      color: #FF5820;
  }

  #Sec_DetailNewPage .Image_BigDetailNew {
    margin-top: 4rem;
  }

  #Sec_DetailNewPage .Text_DetailNewBox {
    font-size: 18px;
    color: #7C7979;
    padding-top: 5rem;
  }

  /*-------- End  Page  News Detail ---------*/










  /*-------- Start  Page  News Detail ---------*/

  #Sec_SlideProduct {
    padding: 6rem;
  }

  .mySlides img {
    height: 450px;
    object-fit: cover;
  }


  .slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: #1a2d55;
    color: white;
    text-decoration: none !important;
  }

  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active,
  .dot:hover {
    background-color: #717171;
  }



  #Sec_ProductTital {
    padding: 6rem;
  }

  #Sec_ProductTital .image_new .text-block {
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 51px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
      color: #1A2D55;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px;
      font-size: 18px;
      text-align: center;
  }

  #Sec_ProductTital .text-block p {
      font-weight: 600;
  }

  #Sec_ProductTital .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 36px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_Membrane {
    padding: 5rem;
  }

  #Sec_Membrane .card-img, .card-img-top {
      height: 250px;
      object-fit: cover;
          border-radius: 0px 0px 0px 0px !important;
  }

  #Sec_Membrane .card {
    border: none !important;
  }

  #Sec_Membrane .Head_Name {
      font-size: 22px;
      color: #1A2D55;
      font-weight: 600;
      text-align: center;
  }

  #Sec_Membrane .card-body img {
      width: 100%;
      height: 100px;
      object-fit: scale-down;
  }

  #Sec_Membrane .card-body {
      flex: 1 1 auto;
      padding: 3rem 0rem;
  }

  .card-text {
    font-size: 18px;
    color: #7C7979;
  }

  #Sec_ProductTital .image_new .image {
      width: 100%;
      height: 220px;
      object-fit: cover;
  }

  #Sec_Membrane .Hight_TiTelSmall p {
      font-size: 26px;
      color: #1A2D55;
      text-align: center;
      font-weight: 700;
      padding-bottom: 4rem;
  }

  #Sec_Membrane .card-text {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }



  #Sec_BoxBigPump {
    padding: 5rem;
  }

  #Sec_BoxBigPump .card-body img {
      width: 100%;
      height: 100px;
      object-fit: scale-down;
  }

  #Sec_BoxBigPump .card {
      border: none !important;
      padding: 1rem 0rem 2rem 0rem;
  }

  #Sec_BoxBigPump .Hight_TiTelSmall p {
      font-size: 26px;
      color: #1A2D55;
      text-align: center;
      font-weight: 700;
      padding-bottom: 4rem;
  }

  #Sec_BoxBigPump .card-body {
      flex: 1 1 auto;
      padding: 0rem 0rem;
  }

  #Sec_BoxBigPump .card-text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .Button_ALL {
    text-transform: uppercase;
    color: #FF5820;
    float: right;
    padding-top: 2rem;
    cursor: pointer;
  }


  /*---------- Start Text_updown product -----------*/

  .section {
    margin-right: 20px;
  }
  .readmore {
      position: relative;
      max-height: 100px;
      overflow: hidden;
      width: 100%;
      border: solid 0px #0000ff00;
      padding: 10px;
      font-size: 16px;
      margin-bottom: 20px;
      transition: max-height 0.15s ease-out;
  }
  .readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
  }
  .readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #FF5820;
    font-weight: 400;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
  }
  .readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    height: 20px;
  }
  .readmore-link:after {
    content: " VIEW ALL ";
      float: right;
  }
  .readmore-link.expand:after {
    content: " VIEW ALL ";
      float: right;
  }


  /*---------- End Text_updown product -----------*/






  #Sec_BigWater {
    padding: 4rem;
  }

  #Sec_BigWater .Hight_TiTelSmall p {
      font-size: 26px;
      color: #1A2D55;
      text-align: center;
      font-weight: 700;
      padding-bottom: 4rem;
  }


  #Sec_BigWater .Head_Name {
        font-size: 22px;
      color: #1A2D55;
      font-weight: 600;
      text-align: center;
  }

  #Sec_BigWater .card-body {
      flex: 1 1 auto;
      padding: 3rem 0rem;
  }

  #Sec_BigWater .card {
      border: none !important;
      padding: 1rem 0rem 2rem 0rem;
  }


  #Sec_BigSend {
    padding: 5rem;
  }


  #Sec_BigSend .Hight_TiTelSmall {
      text-transform: uppercase;
      font-size: 36px;
      color: white;
      text-align: center;
      font-weight: 700;
  }

  #Sec_BigSend .Box_INput {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 2rem;
  }


  #Sec_BigSend .Button_SendBut {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 15px 45px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 1px 2px;
      cursor: pointer;
  }

  #Sec_BigSend .Button_SendBut:hover {
      background-color: #c86611;
      border: none;
      color: white;
      padding: 15px 45px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 1px 2px;
      cursor: pointer;
  }

  /*-------- End  Page  News Detail ---------*/





  /*-------- Start  Page Product Detail ---------*/

  #Sec_ProductDetailPage {
    padding: 8rem 0rem 10rem 0rem;
  }

  .Name_ProductText p {
    font-size: 22px;
    color: #1A2D55;
    font-weight: 500;
    padding-top: 4rem;
  }

  .Text_DetailProduct p {
    font-size: 18px;
    color: #7C7979;
    padding-top: 2rem;
  }



  /*-------- End  Page  Product Detail ---------*/




  /*-------- Start  Page Career  ---------*/


  #Sec_BackTop .Back_BoxWhite {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 3.5rem;
  }

  .Text_WordBig {
    font-size: 26px;
    color: #7C7979;
    font-weight: 500;
    text-align: center;
  }

  .Text_WordBig span {
    font-size: 26px;
    color: #1A2D55;
  }

  .Text_WordBig hr {
      width: 80px;
      color: #1A2D55;
      height: 3px !important;
      opacity: 1 !important;
      margin: auto;
  }

  .Text_Apply p {
    font-size: 22px;
    color: #1A2D55;
    font-weight: 600;
    padding-top: 1.1em;
  }

   .Text_DetailOffice {
      color: #000000;
      font-size: 16px;
      font-weight: 600;
   }

  .Context_Con {
      padding-top: 1rem;
      font-size: 16px;
  }

  .Text_Box_ContactText p {
    font-size: 16px;

  }

  .Text_DetailOffice p {
    font-size: 16px;
  }

  .Context_Con img {
    width: 30px;
  }

  #Sec_SeachCareer {
    padding: 5rem;
  }

  .Text_HightAll {
      color: #000000;
      font-size: 20px;
      font-weight: 500;
  }

  #Sec_SeachCareer .form-select {
      display: block;
      width: 100%;
      height: 35px;
      border-radius: 0.5rem;
      font-size: 14px;
      color: #7C7979;
  }

  #Sec_SeachCareer .Job_selectRight .col-form-label {
      text-align: right;
  }


  .Box_JobBig {
    background-color: #FFFFFF;
    border: 1px solid #192B52;
    border-radius: 25px;
    width: 100%;
    margin-top: 2rem;
    padding: 5rem;
  }

  .Text_HightJobName {
    color: #1A2D55;
    font-size: 20px;
    font-weight: 600;
  }


  .Text_Position {
    color: #7C7979;
    font-size: 16px;
  }

  .Box_JobBig hr {
    border-top: 1px solid #BDBDBD;
  }

  .Text_JobDescription {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 1.5rem;
  }

  .Detail_TextJobDescription li {
    color: #7C7979;
    font-size: 16px;
    line-height: 3.4rem;
  }


  .Text_Qualification .Text_Quali {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      padding-top: 2.9rem;
  }

  .Detail_TextJQualification {
    font-size: 16px;
    line-height: 2.9rem;
    color: #7C7979;
  }

  .Text_Benefits {
    font-size: 16px;
    color: #7C7979;
    padding-top: 2.9rem;
  }


  .Head_TextBenefits {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      padding-top: 1rem;
  }









  .heading-design {
      cursor: pointer;
      background-color: #fff;
      border-bottom: solid 1px #212121;
      padding: 2rem;
      transition: background-color 0.5s ease;
  }

  .heading-design:hover {
      background-color: #ff9800;
      border-bottom: solid 1px #ff9800;
  }

  .heading-prog {
      cursor: pointer;
      background-color: #fff;
      border-bottom: solid 1px #212121;
      padding: 2rem;
      transition: background-color 0.5s ease;
      transition: color 0.5s ease;
  }

  .heading-prog:hover {
      color: #eeeeee;
      background-color: #212121;
      border-bottom: solid 1px #212121;
  }

  .heading-music {
      cursor: pointer;
      background-color: #fff;
      border-bottom: solid 1px #212121;
      padding: 2rem;
      transition: background-color 0.5s ease;
  }

  .heading-music:hover {
      background-color: #ff6f61;
      border-bottom: solid 1px #ff6f61;
  }

  .tab-content {
      display: none;
  }

  .left-content {
      padding-left: 4rem;
      padding-top: 4rem;
      font-size: 3.75rem;
  }

  .right-content {
      padding-left: 4rem;
      padding-top: 4rem;
  }

  .img-custwidth {
      padding-top: 4rem;
      width: 512px;
  }







  .accordion {
      background-color: #1A2D55;
      color: #fff;
      cursor: pointer;
      padding: 18px;
      margin-top: 20px;
      width: 180px;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
      text-align: center;
      border-radius: 10px;
  }

  .active, .accordion:hover {
    background-color: #1c47a4;
  }

  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #192B52 !important;
    border-radius: 25px !important;
  }

  .panel .Head_text {
    padding: 3rem;
    font-size: 18px;
    color: #192B52;
    font-weight: 600;
  }

  .panel form{
      padding: 0rem 3rem 3rem 3rem;
  }

  .panel .form-check {
      padding-left: 3.6rem;
      padding-top: 1.5rem;
  }

  .panel label {
      font-weight: 500;
  }

  .button_SendAppli {
    background-color: #FF5820;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 50px 2px;
    cursor: pointer;
  }

  .button_SendAppli:hover {
    background-color: #c13507;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px 50px 2px;
    cursor: pointer;
  }
  /*-------- End  Page Career   ---------*/

  #section {
    width: 100%;
    height: 400px;
    word-wrap: break-word;
  }

  .moretext {
    display: block;
  }

  /* #section a {
      color: #FF5820;
      text-decoration: none;
      float: right;
  } */

  #Sec_Membrane .image {
      vertical-align: middle;
      height: 80px;
      width: 100%;
      object-fit: contain;
  }




  /*------ Start Contact Us -------*/

#Sec_OurCon {
    padding: 7rem 0rem 7rem 0rem;
    background-color: #1a2d551a;
}

#Sec_OurCon .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.Box_backContact {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    height: 150px;
}

.Text_DetailText .Head_Map {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.Text_DetailText .Detail_Map {
    color: #7C7979;
}

.Box_backContact {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    border-bottom: 4px solid #1A2D55;
}

#Sec_BigSend {
    padding: 5rem 10rem 5rem 10rem;
}

#Sec_BigSend .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

#Sec_BigSend  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-radius: 4px;

}

  /*------ End Contact Us  -------*/
























  /*---------------------------------*/
  /*------ Responsive -------*/
  /*---------------------------------*/

  @media screen and (min-width:330px) and (max-width:767px) {


/*----  Navbar  ----*/

.logo img {
    width: 35%;
    margin-left: -35px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 0px !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    float: right;
    margin-top: -45px;
    margin-right: 10px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.fa-bars {
  font-size: 24px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-nav {
    margin: 0px 0px !important;
    width: 100% !important;
}

.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav>li>a {
    color: #888686;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 11px 10px;
    display: block;
    cursor: pointer;
    min-width: 15px;
    text-align: left;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0%) !important;
    width: 100%;
    border: none;
}

.Text_HeadLeft p {
    color: white;
    font-size: 10px;
    padding-top: 7px;
}










/*----  Navbar  ----*/



.bg-bannerTitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;
}


  #Sec_Service span {
    width: 66px;
    margin: auto;
    line-height: 34px;
    height: 59px;
    position: absolute;
    bottom: -102px;
    text-align: center;
    background-color: #192B52;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }

  #Sec_Service span:hover {
    width: 66px;
    margin: auto;
    line-height: 34px;
    height: 59px;
    position: absolute;
    bottom: -102px;
    text-align: center;
    background-color: #F18121;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }




#ฺBack_TopHead .Text_HeadRight a {
    text-decoration: none !important;
    color: white;
    font-size: 12px;
}

#Sec_OurCon .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

#Sec_OurCon {
    padding: 4rem 0rem 3rem 0rem;
    background-color: #1a2d551a;
}

#Sec_OurCon .Img_imgIcon img {
    width: 50px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.Box_backContact {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 2rem;
}

.Text_DetailText .Head_Map {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.Text_DetailText .Detail_Map {
    color: #7C7979;
    font-size: 12px;
}

#Sec_BigSend .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-top: 2rem;
}



  .text-head {
      width: 693px;
      position: absolute;
      top: 60px;
      left: 5px;
      color: #fff;
      padding: 3.5rem;
  }

  .text-head .text_header {
      font-size: 20px;
      color: white;
      inline-size: 70%;
      padding: 5px 10px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  .text-head .text1 {
      font-weight: 600;
      font-size: 48px;
      margin-bottom: 0;
      font-size: 25px;
  }


  .text-head .text3 {
      margin-bottom: 4rem;
      margin-top: 1rem;
      margin-right: 31rem;
      font-size: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }

  .button_move {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 11px 18px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 1px 2px 30px;
      cursor: pointer;
  }

  .button_move:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 11px 18px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 1px 2px 30px;
      cursor: pointer;
  }


  .Image_InsiteAbout img {
      width: 100% !important;
      height: 250px !important;
      object-fit: cover;
  }

  #Sec_AboutUs .Img_UpAboutTwo img {
      position: relative;
      width: 84% !important;
      height: 250px !important;
      object-fit: cover;
      top: -90px;
      left: 29px;
      z-index: 1;
      border: 6px solid #FFFFFF;
  }


  .Text_AboutRight .About_RightHead {
      font-size: 20px;
      color: #F18121;
      font-weight: 700;
      inline-size: 70%;
      padding: 5px 16px;
      margin-top: -55px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  .Text_AboutRight .About_RightHead span {
      font-size: 20px;
      color: #000;
      font-weight: 800;
  }

  .Detail_About {
      font-size: 14px;
      color: #7C7979;
      margin-top: 2rem;
  }

  .Detail_About2 {
      font-size: 14px;
      color: #7C7979;
  }

  #Sec_Product {
      padding: 1rem;
      background-image: linear-gradient(0deg,#1a2d55e3,#1a2d55e3), url(../img/img_backproduct.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  #Sec_Product .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: white;
      padding-top: 3rem;
      text-align: center;
      font-weight: 700;
  }

  .image_new .text-block {
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 60px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
      color: #1A2D55;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 26px;
      font-size: 16px;
      text-align: center;
  }

  .image_new img {
    height: 450px;
  }

.Image_projectImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


  .button_view {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 11px 21px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 25px 2px;
      cursor: pointer;
  }

  .button_view:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 11px 21px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 25px 2px;
      cursor: pointer;
  }

  #Sec_Service {
      padding: 1rem;
  }

  #Sec_Service .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      padding-top: 3rem;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  .Titel_Text {
      text-align: center;
      color: #7C7979;
      padding-bottom: 3rem;
      font-size: 14px;
  }


  #Sec_project .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_project {
      padding: 1rem;
  }

  .Image_projectImg .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px;
      font-weight: 600;
  }

  #Sec_Partner .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_Partner {
    padding: 3rem 1rem 2rem 1rem;
  }

  #Sec_Footer img {
      height: 80px;
      object-fit: contain;
      margin-bottom: 2rem;
  }

  #Sec_Footer {
      padding: 1rem;
      background: linear-gradient(180deg, #1A2D55 0%, #041029 100%);
  }

  .Hight_TextFooter {
      color: white;
      font-size: 16px;
      text-transform: uppercase;
  }

  #Sec_Footer .Text_MenuDetail p {
      color: white;
      font-size: 12px;
  }

  #Sec_BackTop {
    padding: 35px 0 40px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  .txt-head-bg {
        color: rgb(255, 255, 255);
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
  }

  #Sec_BackTop a {
      color: #ffffff !important;
      text-decoration: none;
      font-size: 12px !important;
  }

  .breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
      color: #ffffff;
      font-size: 12px;
  }

  #Sec_AboutUsPage {
      padding: 3rem 1rem 2rem 1rem;
  }

  #Sec_AboutUsPage .About_RightHead span {
      font-size: 16px;
      color: #000;
      font-weight: 800;
  }

  #Sec_AboutUsPage .About_RightHead {
      font-size: 18px;
      color: #F18121;
      font-weight: 700;
      inline-size: 70%;
      padding: 5px 16px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  #Sec_AboutUsPage .Text_DetailAbout_Us {
      padding-top: 4rem;
      font-size: 14px;
      color: #7C7979;
  }

  .Image_AboutUs {
      padding-top: 4rem;
  }

  #Sec_ProjectReferenes {
      padding: 1rem;
  }

  #Sec_ProjectReferenes .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
      padding-top: 2rem;
  }

  #Sec_SlideProduct {
      padding: 1rem;
  }

  .mySlides img {
      height: 150px;
      object-fit: cover;
  }

  .dot {
      cursor: pointer;
      height: 7px;
      width: 6px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
  }

  .slideshow-container {
      max-width: 100%;
      position: relative;
      margin: auto;
      padding-top: 2rem;
  }

  #Sec_ProductTital {
      padding: 1rem;
  }

  #Sec_ProductTital .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_Membrane {
      padding: 1rem;
  }

  #Sec_Membrane .Hight_TiTelSmall p {
      font-size: 26px;
      color: #1A2D55;
      text-align: center;
      font-weight: 700;
      padding-bottom: 2rem;
      padding-top: 4rem;
  }

  #Sec_Membrane .Head_Name {
      font-size: 18px;
      color: #1A2D55;
      font-weight: 600;
      text-align: center;
  }

  .card-text {
      font-size: 14px;
      color: #7C7979;
  }

  #Sec_Membrane .card-text {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  #Sec_BoxBigPump {
      padding: 1rem;
  }

  #Sec_BigWater {
      padding: 1rem;
  }

  #Sec_BigSend {
      padding: 1rem;
  }

  #Sec_BigSend .Hight_TiTelSmall {
      text-transform: uppercase;
      font-size: 26px;
      color: white;
      text-align: center;
      font-weight: 700;
  }

  #Sec_BigSend .Hight_TiTelSmall {
      text-transform: uppercase;
      font-size: 26px;
      color: white;
      padding-top: 3rem;
      text-align: center;
      font-weight: 700;
  }

  #Sec_BigSend .Box_INput {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  #Sec_BigSend .Button_SendBut {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 10px 38px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 1px 2px;
      cursor: pointer;
  }


  #Sec_BigSend .Button_SendBut:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 10px 38px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 1px 2px;
      cursor: pointer;
  }

  #Sec_ServicesPage {
      padding: 1rem;
  }

  #Sec_ServicesPage .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
      padding-top: 2rem;
  }

  #Sec_ServicesPage .Text_TitalServices {
      text-align: center;
      font-size: 14px;
      color: #7C7979;
      padding-bottom: 4rem;
  }

  #Sec_ServicesDetail {
      padding: 4rem 0rem 2rem 0rem;
      background-color: rgba(26, 45, 85, 0.07);
  }

  .text-services {
      font-size: 16px;
      color: #192B52;
      font-weight: 700;
  }

  #Sec_ServicesDetail span {
      background-color: #192B52;
      padding: 2.5rem 1rem 2.5rem 1rem;
      margin: 0.5rem;
  }


  #Sec_ServicesDetail .Text_DetailBoxservice {
      text-align: center;
      font-size: 14px;
      color: #7C7979;
      padding-top: 3rem;
      padding-bottom: 2rem;
  }

  #Sec_BoxNew {
      padding: 3rem 1rem 1rem 1rem;
      background-color: #F1F1F1;
  }

  #Sec_Membrane .card-img, .card-img-top {
      height: 100% !important;
      object-fit: cover;
      border-radius: 0px 0px 0px 0px !important;
  }

  #Sec_BoxNew .card-body {
      flex: 1 1 auto;
      padding: 1rem 1rem 0rem 1rem !important;
      height: 169px;
  }

  #Sec_BoxNew .card-title {
      font-size: 15px;
      font-weight: 500;
      color: #1A2D55;
      line-height: 2.8rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  #Sec_BoxNew .card-text {
      font-size: 14px;
      color: #7C7979;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 2.6rem;
  }


  #Sec_BoxNew .Date_Text {
      font-size: 12px;
      color: #FF5820;
  }

  #Sec_BoxNew .card {
      border-radius: 10px !important;
      background-color: #E8E7E7;
      border: 1px solid #E8E7E7;
      margin-bottom: 2rem;
  }

  #Sec_DetailNewPage {
      padding: 2rem 1rem 2rem 1rem;
  }

  .Haed_TextNew {
      font-size: 18px;
      color: #000000;
      font-weight: 500;
  }

  #Sec_DetailNewPage .Date_Text {
      font-size: 14px;
      color: #FF5820;
  }

  #Sec_DetailNewPage .Text_DetailNewBox {
      font-size: 14px;
      color: #7C7979;
      padding-top: 3rem;
  }

  .Text_CopyRight {
      color: white;
      font-size: 10px;
      text-align: center;
  }

  #Sec_DetailProject {
      padding: 2rem 1rem 2rem 1rem;
  }

  .Back_ImageColor {
      background-color: #192B52;
      position: relative;
      height: auto;
      padding: 2rem;
      width: 100% !important;
      float: right;
      top: -38px;
      left: 0px !important;
  }

  .Back_ImageColor p {
      color: white;
      font-size: 16px;
      text-align: center;
      height: auto;
  }

  .Text_RighrDetailText {
      padding-left: 0rem;
  }

  .Text_DateDay {
      font-size: 14px;
      color: #FF5820;
  }

  .Detail_RightTextBig {
      font-size: 14px;
      color: #7C7979;
      margin-top: 2rem;
  }

  #gallery {
      padding: 1rem;
  }

  #gallery .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #image-gallery {
      padding: 1rem 0rem 2rem 0rem;
  }

  #Sec_ProjectReferenes .Back_box {
      font-weight: 500;
      background-color: white;
      text-align: center;
      padding: 1.5rem;
      width: 100% !important;
      height: 90px !important;
      position: relative;
      left: 0px !important;
      top: 8px !important;
  }

  #Sec_ProjectReferenes .Back_box p {
      font-size: 16px;
      color: #192B52;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 71px !important;
  }

  #Sec_ProjectReferenes .Back_box span {
      font-size: 14px;
      color: #FF5820;
  }

  .pagination a {
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      border: 1px solid #1A2D55 !important;
      background-color: #1A2D55 !important;
      color: white;
      margin-left: 1rem;
      margin-top: 6rem;
  }

  .pagination a.active {
      background-color: #FF5820 !important;
      color: #fff;
      border: 1px solid #FF5820 !important;
  }


  #Sec_BackTop .Back_BoxWhite {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 25px;
      padding: 1.5rem;
  }

  .Text_WordBig span {
      font-size: 18px;
      color: #1A2D55;
  }

  .Text_WordBig {
      font-size: 18px;
      color: #7C7979;
      font-weight: 500;
      text-align: center;
  }

  .Text_Apply p {
      font-size: 16px;
      color: #1A2D55;
      font-weight: 600;
      padding-top: 1.1em;
  }

  .Text_DetailOffice p {
      font-size: 14px;
  }

  .Text_Box_ContactText p {
      font-size: 14px;
  }

  .Context_Con {
      padding-top: 0rem;
      font-size: 13px;
  }

  #Sec_SeachCareer {
      padding: 2rem 1rem 2rem 1rem;
  }

  .Text_HightAll {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
  }

  #Sec_SeachCareer .Job_selectRight .col-form-label {
      text-align: left;
      font-size: 14px;
      padding-bottom: 1rem;
  }

  .Box_JobBig {
      background-color: #FFFFFF;
      border: 1px solid #192B52;
      border-radius: 25px;
      width: 100%;
      margin-top: 2rem;
      padding: 2rem 1rem 1rem 1rem;
  }

  .Text_HightJobName {
      color: #1A2D55;
      font-size: 16px;
      font-weight: 600;
  }

  .Text_Position {
      color: #7C7979;
      font-size: 14px;
  }


  .Text_JobDescription {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      padding-top: 1.5rem;
  }

  .Detail_TextJobDescription li {
      color: #7C7979;
      font-size: 14px;
      line-height: 3.4rem;
  }

  .Text_Qualification .Text_Quali {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      padding-top: 1.9rem;
  }

  .Detail_TextJQualification {
      font-size: 14px;
      line-height: 2.9rem;
      color: #7C7979;
  }

  .Text_Benefits {
      font-size: 14px;
      color: #7C7979;
      padding-top: 0.9rem;
  }

  .Head_TextBenefits {
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      padding-top: 0rem;
  }

  .accordion {
      background-color: #1A2D55;
      color: #fff;
      cursor: pointer;
      padding: 14px;
      margin-top: 6px;
      margin-bottom: 6px;
      width: 156px;
      border: none;
      text-align: left;
      outline: none;
      font-size: 13px;
      transition: 0.4s;
      text-align: center;
      border-radius: 10px;
  }

  .active, .accordion:hover {
      background-color: #1c47a4 !important;
  }

  .panel .Head_text {
      padding: 2rem 0rem 0rem 0rem;
      font-size: 14px;
      color: #192B52;
      font-weight: 600;
  }

  .panel form {
      padding: 1rem 0rem 3rem 0rem;
  }

  .panel label {
      font-weight: 500;
      font-size: 12px;
  }


  .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

  .button_SendAppli {
      background-color: #FF5820;
      border: none;
      color: white;
      padding: 11px 26px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 4px 2px 50px 2px;
      cursor: pointer;
  }

  .button_SendAppli:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 11px 26px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 4px 2px 50px 2px;
      cursor: pointer;
  }



  #Sec_ServicesPage span {
      width: 69px;
      margin: auto;
      line-height: 35px;
      height: 61px;
      position: absolute;
      bottom: -93px;
      text-align: center;
      background-color: #192B52;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
  }


  #Sec_ServicesPage span:hover {
      width: 69px;
      margin: auto;
      line-height: 35px;
      height: 61px;
      position: absolute;
      bottom: -93px;
      text-align: center;
      background-color: #FF5820;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
  }


  #Sec_ServicesPage .card-body {
      flex: 1 1 auto;
      padding: 4rem 1rem 1rem 1rem !important;
  }

  #Sec_ServicesPage .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      margin-bottom: 2rem;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }

  #Sec_ServicesPage .card-body img {
      width: 35px;
      height: 35px;
      margin-top: -25px;
  }

  #Sec_ServicesPage  .card-text {
      font-size: 14px;
      color: #1E1E1E;
      text-align: center;
      font-weight: 500;
  }

  #Sec_Service .card-text {
    font-size: 14px;
    color: #1E1E1E;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }




  #Sec_Service .card-body {
      flex: 1 1 auto;
      padding: 4rem 1rem 1rem 1rem !important;
  }

  #Sec_Service .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      margin-bottom: 2rem;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }

  #Sec_Service .card-body img {
      width: 35px;
      height: 35px;
      margin-top: -25px;
  }


  .image_new img {
    height: 250px;
  }

.Image_projectImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


  #Sec_ProductTital .image_new .text-block {
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 70px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
      color: #1A2D55;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px;
      font-size: 14px;
      text-align: center;
  }

  .readmore {
      position: relative;
      max-height: 100px;
      overflow: hidden;
      width: 100%;
      border: solid 0px #0000ff00;
      padding: 10px;
      font-size: 14px;
      margin-bottom: 20px;
      transition: max-height 0.15s ease-out;
  }


  .readmore-link:after {
      content: " VIEW ALL ";
      float: right;
      font-size: 14px;
  }


.Image_AboutUs img {
    width: 100%;
    height: 100% !important;
}

#Sec_NavBer {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 99999999999999999999999999999999999;
}






}





  @media screen and (min-width: 768px) and (max-width: 1200px) {


#Sec_NavBer {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 99999999999999999999999999999999999;
}



    .bg-bannerTitle {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 350px;
  }

  .text-head {
      width: 550px;
      position: absolute;
      left: 102px;
      top: 38px;
      color: #fff;
  }

  .text-head .text_header {
      font-size: 20px;
      color: white;
      inline-size: 70%;
      padding: 5px 10px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }

  .text-head .text1 {
      font-weight: 600;
      font-size: 32px;
      margin-bottom: 0;
  }

  .text-head .text3 {
      margin-bottom: 4rem;
      margin-top: 1rem;
      font-size: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }

  .button_move {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 11px 23px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: -8px 2px;
      cursor: pointer;
  }


  .button_move:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 11px 23px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: -8px 2px;
      cursor: pointer;
  }

  #Sec_AboutUs {
      padding: 4rem 0rem 5rem 0rem;
  }

  #Sec_AboutUs .Img_UpAboutTwo img {
      position: relative;
      top: -94px;
      width: 72%;
      left: 56px !important;
      height: 350px !important;
      z-index: 1;
      border: 15px solid #FFFFFF;
      object-fit: cover;
  }

  #Sec_AboutUs .Image_AboutUsLeft {
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

.Image_AboutUs img {
    width: 100%;
    height: 100% !important;
}


  #Sec_Product {
      padding: 3rem;
      background-image: linear-gradient(0deg,#1a2d55e3,#1a2d55e3), url(../img/img_backproduct.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  #Sec_Product .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: white;
      text-align: center;
      font-weight: 700;
  }

  #Sec_ProductTital .image_new .image {
    width: 100%;
    height: 168px;
    object-fit: cover;
}



  #Sec_Service {
      padding: 2rem;
  }


  #Sec_Service .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }


  #Sec_ServicesPage span {
      width: 82px;
      margin: auto;
      line-height: 27px;
      height: 88px;
      position: absolute;
      bottom: -158px;
      text-align: center;
      background-color: #192B52;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
  }


  #Sec_ServicesPage span:hover {
      width: 82px;
      margin: auto;
      line-height: 27px;
      height: 88px;
      position: absolute;
      bottom: -158px;
      text-align: center;
      background-color: #F18121;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
  }


  #Sec_ServicesPage .card-body {
      flex: 1 1 auto;
      padding: 4rem 1rem 1rem 1rem !important;
  }

  #Sec_ServicesPage .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      margin-bottom: 2rem;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }



  #Sec_Service span {
      width: 82px;
      margin: auto;
      line-height: 27px;
      height: 88px;
      position: absolute;
      bottom: -158px;
      text-align: center;
      background-color: #192B52;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
  }


  #Sec_Service .card-body {
      flex: 1 1 auto;
      padding: 4rem 1rem 1rem 1rem !important;
  }

  #Sec_Service .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.25rem;
      border: 0px;
      margin-bottom: 2rem;
      box-shadow: 0px 4px 15px rgb(124 121 121 / 12%);
  }

  #Sec_project {
      padding: 2rem;
  }

  #Sec_project .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_Partner .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }


  .Hight_TextFooter {
      color: white;
      font-size: 14px;
      text-transform: uppercase;
      padding-top: 2rem;
  }

  #Sec_Footer .Text_MenuDetail p {
      color: white;
      font-size: 12px;
  }


  .Text_CopyRight {
      color: white;
      font-size: 12px;
      text-align: center;
  }

  #Sec_Footer .Text_Careerspage a {
      color: #F18121 !important;
      font-size: 14px;
      font-weight: 800;
  }


  #Sec_BackTop {
    padding: 70px 0 80px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  #Sec_AboutUsPage {
      padding: 3rem;
  }

  #Sec_AboutUsPage .About_RightHead {
      font-size: 26px;
      color: #F18121;
      font-weight: 700;
      inline-size: 70%;
      padding: 5px 16px;
      border-inline-start-style: solid;
      border-inline-start-width: 5px;
  }



  #Sec_AboutUsPage .About_RightHead span {
      font-size: 26px;
      color: #000;
      font-weight: 800;
  }

  #Sec_AboutUsPage .Text_DetailAbout_Us {
      padding-top: 4rem;
      font-size: 14px;
      color: #7C7979;
  }

  .Image_AboutUs {
      padding-top: 3rem;
  }

  #Sec_ProjectReferenes {
      padding: 2rem;
  }

  #Sec_ProjectReferenes .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
  }

  #Sec_ProjectReferenes .Back_box {
      font-weight: 500;
      background-color: white;
      text-align: center;
      padding: 1.5rem;
      width: 100% !important;
      height: 90px;
      position: relative;
      left: 0px !important;
      top: -30px;
  }

  #Sec_Footer img {
      height: 80px;
      object-fit: contain;
  }


  #Sec_SlideProduct {
      padding: 2rem;
  }

  .mySlides img {
      height: 300px;
      object-fit: cover;
  }

  .dot {
      cursor: pointer;
      height: 13px;
      width: 13px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
      background-color: #1a2d55 !important;
  }


  #Sec_ProductTital .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_ProductTital {
      padding: 2rem;
  }

  #Sec_Membrane {
      padding: 2rem;
  }

  #Sec_BoxBigPump {
      padding: 2rem;
  }

  #Sec_BoxBigPump .card-body img {
      width: 100%;
      height: 100px;
      object-fit: scale-down;
  }

  #Sec_BigWater {
      padding: 2rem;
  }

  #Sec_BigSend {
      padding: 2rem;
  }

  #Sec_BigSend .Hight_TiTelSmall {
      text-transform: uppercase;
      font-size: 26px;
      color: white;
      text-align: center;
      font-weight: 700;
  }


  #Sec_BigSend .Button_SendBut {
      background-color: #F18121;
      border: none;
      color: white;
      padding: 11px 38px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 1px 2px;
      cursor: pointer;
  }


  #Sec_BigSend .Button_SendBut:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 11px 38px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 1px 2px;
      cursor: pointer;
  }

  #Sec_ServicesPage {
      padding: 2rem;
  }


  #Sec_ServicesPage .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      padding-bottom: 3rem;
  }

  #Sec_ServicesDetail {
      padding: 2rem;
      background-color: rgba(26, 45, 85, 0.07);
  }


  .text-services {
      font-size: 20px;
      color: #192B52;
      font-weight: 700;
      padding-top: 3rem;
  }


  #Sec_DetailProject {
      padding: 2rem;
  }

  .Back_ImageColor {
      background-color: #192B52;
      position: relative;
      height: 63px;
      padding: 2rem;
      width: 100% !important;
      float: right;
      left: 0px !important;
      top: -38px;
  }

  .Text_RighrDetailText {
      padding-left: 0rem;
  }

  #gallery {
      padding: 2rem;
  }

  #gallery .Hight_TiTel p {
      text-transform: uppercase;
      font-size: 26px;
      color: #000000;
      text-align: center;
      font-weight: 700;
  }

  #Sec_BoxNew {
      padding: 2rem;
      background-color: #F1F1F1;
  }

  #Sec_BoxNew .card {
      border-radius: 10px !important;
      background-color: #E8E7E7;
      border: 1px solid #E8E7E7;
      margin-bottom: 2rem;
  }

  #Sec_BackTop .Back_BoxWhite {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 25px;
      padding: 3.5rem;
  }

  #Sec_SeachCareer {
      padding: 3rem 2rem 2rem 2rem;
  }

  .Job_selectRight {
    float: left;
  }

  .Box_JobBig {
      background-color: #FFFFFF;
      border: 1px solid #192B52;
      border-radius: 25px;
      width: 100%;
      margin-top: 2rem;
      padding: 2rem;
  }

  .Text_HightJobName {
      color: #1A2D55;
      font-size: 18px;
      font-weight: 600;
  }

  .Text_Position {
      color: #7C7979;
      font-size: 18px;
  }

  .Detail_TextJobDescription li {
      color: #7C7979;
      font-size: 14px;
      line-height: 3.4rem;
  }

  .Detail_TextJQualification {
      font-size: 14px;
      line-height: 2.9rem;
      color: #7C7979;
  }

  .Head_TextBenefits {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      padding-top: 0rem;
  }

  .Text_BigDetail {
    font-size: 14px;
  }

  .accordion {
      background-color: #1A2D55;
      color: #fff;
      cursor: pointer;
      padding: 15px;
      margin-top: 20px;
      width: 180px;
      border: none;
      text-align: left;
      outline: none;
      font-size: 14px;
      transition: 0.4s;
      text-align: center;
      border-radius: 10px;
  }

  .active, .accordion:hover {
      background-color: #1c47a4 !important;
  }

  .button_SendAppli {
      background-color: #FF5820;
      border: none;
      color: white;
      padding: 13px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 4px 2px 50px 2px;
      cursor: pointer;
  }

  .button_SendAppli:hover {
      background-color: #b2580a;
      border: none;
      color: white;
      padding: 13px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      margin: 4px 2px 50px 2px;
      cursor: pointer;
  }


#Sec_OurCon .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

#Sec_OurCon {
    padding: 4rem 0rem 3rem 0rem;
    background-color: #1a2d551a;
}

#Sec_OurCon .Img_imgIcon img {
    width: 50px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.Box_backContact {
    padding: 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 2rem;
}

.Text_DetailText .Head_Map {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.Text_DetailText .Detail_Map {
    color: #7C7979;
    font-size: 12px;
}

#Sec_BigSend .Hight_TiTel p {
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-top: 2rem;
}








/*----  Navbar  ----*/

.logo img {
    width: 17%;
    margin-left: -35px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 0px !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    float: right;
    margin-top: -61px;
    margin-right: 10px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.fa-bars {
  font-size: 24px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-nav {
    margin: 0px 0px !important;
    width: 100% !important;
}

.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav>li>a {
    color: #888686;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 11px 10px;
    display: block;
    cursor: pointer;
    min-width: 15px;
    text-align: left;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0%) !important;
    width: 100%;
    border: none;
}

.Text_HeadLeft p {
    color: white;
    font-size: 16px;
    padding-top: 7px;
}










  }
