/*-- Common Setup --*/
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
  body {font-size: 16px; line-height: 1.125; font-family: Roboto, Arial, Helvetica, Microsoft JhengHei, sans-serif; color: #595757; overflow-x: hidden;}
  a,a:hover,.color-yellow-hover {transition: all .15s ease-in-out; text-decoration: none; color: #595757;}
  a.item {display: block}
  p {line-height: 1.5}
  figure {margin-bottom: 0}

  ul.list {padding:0;}
  ul.list li{list-style: none; margin:0; padding:0;}

  ul.list.style-lightgray .item {background: #d8d9d9; padding: 20px; font-size: 1.15rem; min-height: auto}
  ul.list.style-lightgray.inline .item {border-right: 2px solid #fff; display: block;}
  ul.list.style-lightgray .item:hover,  ul.list.style-lightgray .active.item {background: #f9be00; padding: 20px;}

  ul.list.style-yellow-title .item {margin-bottom: 1rem}
  ul.list.style-yellow-title .item .title { font-size: 1.5rem;color: #f9be00; margin-bottom: 0.3125rem;}

  ul.list.inline.colume-3 {display: flex; flex-wrap: wrap;}
  ul.list.inline.colume-3 > .flex-item { width:calc(100% / 3); margin-bottom: 2px;}

  .img-hover-larger { overflow: hidden;}
  .item .img-hover-larger img { transition: all .15s ease-in-out;}
  .item:hover .img-hover-larger img { transform: scale(1.1); transition: all .15s ease-in-out;}

  .container.sm .row { margin-right: -10px; margin-left: -10px;}
  .container.sm .row .col, .container.sm .row .col-1, .container.sm .row .col-10, .container.sm .row .col-11, .container.sm .row .col-12, .container.sm .row .col-2, .container.sm .row .col-3, .container.sm .row .col-4, .container.sm .row .col-5, .container.sm .row .col-6, .container.sm .row .col-7, .container.sm .row .col-8, .container.sm .row .col-9, .container.sm .row .col-auto, .container.sm .row .col-lg, .container.sm .row .col-lg-1, .container.sm .row .col-lg-10, .container.sm .row .col-lg-11, .container.sm .row .col-lg-12, .container.sm .row .col-lg-2, .container.sm .row .col-lg-3, .container.sm .row .col-lg-4, .container.sm .row .col-lg-5, .container.sm .row .col-lg-6, .container.sm .row .col-lg-7, .container.sm .row .col-lg-8, .container.sm .row .col-lg-9, .container.sm .row .col-lg-auto, .container.sm .row .col-md, .container.sm .row .col-md-1, .container.sm .row .col-md-10, .container.sm .row .col-md-11, .container.sm .row .col-md-12, .container.sm .row .col-md-2, .container.sm .row .col-md-3, .container.sm .row .col-md-4, .container.sm .row .col-md-5, .container.sm .row .col-md-6, .container.sm .row .col-md-7, .container.sm .row .col-md-8, .container.sm .row .col-md-9, .container.sm .row .col-md-auto, .container.sm .row .col-sm, .container.sm .row .col-sm-1, .container.sm .row .col-sm-10, .container.sm .row .col-sm-11, .container.sm .row .col-sm-12, .container.sm .row .col-sm-2, .container.sm .row .col-sm-3, .container.sm .row .col-sm-4, .container.sm .row .col-sm-5, .container.sm .row .col-sm-6, .container.sm .row .col-sm-7, .container.sm .row .col-sm-8, .container.sm .row .col-sm-9, .container.sm .row .col-sm-auto, .container.sm .row .col-xl, .container.sm .row .col-xl-1, .container.sm .row .col-xl-10, .container.sm .row .col-xl-11, .container.sm .row .col-xl-12, .container.sm .row .col-xl-2, .container.sm .row .col-xl-3, .container.sm .row .col-xl-4, .container.sm .row .col-xl-5, .container.sm .row .col-xl-6, .container.sm .row .col-xl-7, .container.sm .row .col-xl-8, .container.sm .row .col-xl-9, .container.sm .row .col-xl-auto { padding-right: 10px; padding-left: 10px;}

  .webeditor img{ max-width: 100% }
  
  .iframe-rwd {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .iframe-rwd iframe, .iframe-rwd object, .iframe-rwd embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/*-- 404 Error--*/
  .error-404 {
    text-align: center;
  }
  .error-404 .ttm-big-icon {
    margin-bottom: 30px;
  }
  .error-404 .ttm-big-icon .ti-alert {
    background: url(../images/icon-404.svg) center center no-repeat;
    width: 250px;
    height: 250px;
    display: inline-block;
  }
  .error-404 .ttm-big-icon .ti-check {
    background: url(../images/icon-success.svg) center center no-repeat;
    width: 250px;
    height: 250px;
    display: inline-block;
  }

/*-- Color Styles --*/
  .color-white ,a.color-white:hover, .color-white-hover:hover, .item:hover .color-white-hover{ color: #fff}
  .color-black { color: #111}
  .color-red {color: red;} 
  .color-lightergray {color: #c5c6c7;}
  .color-lightgray { color: #9b9b9c}
  .color-gray-style2 { color: #aaa}
  .color-gray { color: #b1b1b2}
  .color-darkgray { color: #595757}
  .color-yellow{ color: #f9be00}
  a.color-yellow:hover, .color-yellowdark-hover:hover, .item:hover .color-yellowdark-hover{ color: #f08c00; transition: all .15s ease-in-out;}
  a.color-black:hover, .color-black-hover:hover, .item:hover .color-black-hover{ color: #111; transition: all .15s ease-in-out;}
  .color-yellow-hover:hover, .item:hover .color-yellow-hover{ color: #f9be00; transition: all .15s ease-in-out;}

/*-- Border Styles --*/
  .border-style {
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
  }
  .border-style.transparent {
    border-color: transparent;
  }
  .border-style.yellow,
  .border-style.yellow-hover:hover {
    border-color: #f9be00
  }
  .border-style.lightgray {
    border-color: #ebebec;
  }
  .border-style.w-10,
  .border-style.w-10-hover:hover {
    border-width: 10px;
  }

/*-- Background Styles --*/
  .bg-lightergray {background-color: #fafafa;}
  .bg-lightgray { background-color: #ebebec;}
  .bg-lightgray2 { background-color: #d8d9d9;}
  .bg-gray{ background-color: #9b9b9c;}
  .bg-gray2{ background-color: #717171;}
  .bg-darkgray { background-color: #3e3a39;}
  .bg-yellow, .bg-yellow-hover:hover,.item:hover .bg-yellow-hover{ background-color: #f9be00; transition: all .15s ease-in-out;}

  .bg-aboutdark {
    background-image: url('../images/bg-aboutdark.jpg');
    background-position: center right;
    background-size: cover;
  }

/*-- button Styles --*/
  .btn.style-yellow {
    color: #231815;
    background: #f9be00;
    border-radius: 0;
    padding: 0.625rem 2.1875rem
  }
  .btn.style-yellow:hover {
    background: #f08c00;
  }

  .btn.style-yellow-border {
    color: #231815;
    background: transparent;
    border-radius: 0;
    padding: 0.625rem 2.1875rem;
    border: 6px solid #f9be00;
  }
  .btn.style-yellow-border:hover {
    background: #f9be00;
  }

  .btn.style-lightgray {
    color: #fff;
    background: #9b9b9c;
    border-radius: 0;
    padding: 0.625rem 2.1875rem
  }
  .btn.style-lightgray:hover {
    background: #8b8b8c;
    color: #fff;
  }

/*-- Tab Style --*/
  .tab-style-yellow .nav-item {
    background: #d9d9d9;
    border-radius: 0;
    border: 1px solid #fff;
    border-width: 0 1px 0 0;
    padding: 1.62rem 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .tab-style-yellow .nav-item.active {
    background: #fec000;
    color: #111;
  }

/*-- Go Top--*/
.gotop {
  
}
/*-- Social Medias --*/
  .social-medias {
   position: relative;
  }
  .social-icons .item {
    overflow: hidden;
    width: 30px;
    height: 30px;
  }
  .social-icons .item-btn {
    display: flex;
    align-items: center;
    background: black;
    color: #fff;
    height: 30px;
    padding: .35rem;
    border-radius: 5px;
  }
  .social-icons .item-btn:hover{
    background: #f9be00;
  }
  .social-icons .item img {
    transition: all .15s ease-in-out;
  }
  .social-icons .item:hover img {
    transform: translateY(-30px);
    transition: all .15s ease-in-out;
  }

/*-- triangle icon decoration --*/
  .triangle-dec{ 
    position: relative;
    padding-left: 20px;
  }
  .triangle-dec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fcc100;
    transition: all .15s ease-in-out;
  }
  a.triangle-dec:hover::before {
    left: 3px;
    
    transition: all .15s ease-in-out;
  }

/*-- Input-group Style --*/
  .input-group.style-1 >.form-control{
    border-radius: 0;
    border: none;
  }
  .input-group.style-1 .btn-outline-secondary {
    background: #f9be00;
    border: none;
    color: #231815;
    transition: all .15s ease-in-out;
    border-radius: 0;
  }
  .input-group.style-1 .btn-outline-secondary:hover{
    background: #f08c00;
    transition: all .15s ease-in-out;
  }

/*-- Form Style --*/
  .form-horizontal.style-lightgray .form-group {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
  .form-horizontal.style-lightgray .form-group .form-label {
    min-width: 10rem;
    margin-bottom: 0;
  }
  .form-horizontal.style-lightgray .form-control {
    border: none;
    background: #ebebec;
    padding: .8rem 1rem;
    height: auto;
    border-radius: 0;
  }
  .form-horizontal.style-lightgray .form-check-inline {
    margin-right: 2rem;
  }

.title-main {color: #111; font-size: 2.1875rem; margin-bottom: 1.375rem; font-weight: 700;}
.page-nav .pre,
.page-nav .next {
  width: 50%;
}
.page-nav .pre {
  background: url(../images/icon-arrow-style1-left.svg) left center no-repeat;
  padding-left: 25px;
}
.page-nav .next {
  background: url(../images/icon-arrow-style1-right.svg) right center no-repeat;
  padding-right: 25px;
}
.modal.show .modal-dialog {
  transform: translate(0,25vh);
  margin: 0 auto;
}

/*-- Breadcrumb Style --*/
  .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .breadcrumb ol {
    padding: 0;
    margin: 0;
  }
  .breadcrumb ol li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-right: 20px;
  }
  .breadcrumb ol li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fcc100;
  }
  .breadcrumb ol li:last-child::after {
    display: none;
  }
  .breadcrumb .item {
    font-size: 0.875rem;
    color: #717071;
    text-transform: uppercase;
  }
  .breadcrumb .item:hover {
    color: #231815;
  }

/*-- Page-banner Style --*/
  .page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .page-banner .title {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 2.5rem;
    color: #111;
  }
  .page-banner .title.color-yellow {
    color: #f9be00;
  }
  .page-banner .title.style-border {
    padding: 1.875rem 1.25rem;
    border: 10px solid #f9be00
  }

/*-- Carousel Styles --*/
  .carousel-style1 .item{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 515px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel-style1 .item:after {
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.2);
    position: absolute;
    top: 0;
    left: 0;
  }
  .carousel-style1 .item .title{
    position: relative;
    color: #fff;
    z-index: 2;
  }
  .carousel-style1 .owl-item {
    transform: scale(.8);
  }
  .carousel-style1 .center{
    transform: scale(1);
  }

  .carousel-style2 .owl-stage-outer {
    position: relative;
    z-index: 3;
  }
  .carousel-style2 {
    position: relative;
  }
  .carousel-style2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
  }
  .carousel-style2 .owl-nav button.owl-prev {
    position: absolute;
    left: -4rem;
    background: url(../images/icon-arrow-style1-left.svg) center center no-repeat;
    width: 15px;
    height: 23px;
  }
  .carousel-style2 .owl-nav button.owl-next {
    position: absolute;
    right: -4rem;
    background: url(../images/icon-arrow-style1-right.svg) center center no-repeat;
    width: 15px;
    height: 23px;
  }
  .carousel-style2 .owl-nav button.owl-prev span,
  .carousel-style2 .owl-nav button.owl-next span {
    display: none;
  }

  .carousel.support {
    position: relative
  }
  .carousel.support .carousel-item {
  /*background-size: 68%;
    background-position: left center;
    background-repeat: no-repeat;*/
    justify-content: flex-end;
    position: relative;
  }
  .carousel.support .carousel-item-next, .carousel.support .carousel-item-prev, .carousel.support .carousel-item.active {
    display: flex;
  }
  .carousel.support .carousel-item .image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
  }
  .carousel.support .carousel-item .content {
    padding: 2.8125rem 18% 2.8125rem 3.125rem;
    min-height: 30rem;
    width: 40%;
    position: relative;
    z-index: 5;
  }
  .carousel.support .carousel-item .content .title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }

  .carousel-indicators.style-yellow .item,
  .style-yellow .owl-dot span{
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #6b6b6b;
    display: inline-block;
  }

  .style-yellow .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .style-yellow .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .carousel-indicators.style-yellow .item:hover,
  .carousel-indicators.style-yellow .item.active,
  .style-yellow .owl-dot:hover span,
  .style-yellow .owl-dot.active span {
    background-color: #f9be00;
  }

  #carousel-advantage .carousel-indicators {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 1rem;
  }
  #carousel-advantage .carousel-indicators .item {
    margin-left: 10px;
  }

  #carousel-support .carousel-indicators {
    position: absolute;
    display: inline-block;
    margin: 0;
    right: 0;
    left: auto;
    bottom: 35px;
    margin-right: 20%;
  }
  #carousel-support .carousel-indicators .item{
    margin-left: 12px;
  }

  .style-center-big {
    height: auto;
    transform: translateY(56px);
  }
  .style-center-big .swiper-wrapper {
    height: auto;
  }
  .style-center-big .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    height: auto;
  }
  .style-center-big .swiper-slide-active {
    z-index: 20;
    border: 36px solid #f9be00;
  }
  .style-center-big .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
  }
/*.style-center-big .swiper-slide .overlay {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
  }
  .style-center-big .swiper-slide-active .overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 36px solid #f9be00;
    top: 0;
    left: 0;
    position: absolute;
  }*/
  .style-center-big .swiper-slide .title {
    position: absolute;
    z-index: 5;
    text-align: center;
  }
  .style-center-big .swiper-slide-prev {
    left: 3.5%;
  }
  .style-center-big .swiper-slide-next {
    right: 3.5%;
  }
  .style-center-big .swiper-slide .image-wrapper:before {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, .35);
  }
  .style-center-big .swiper-slide-active .image-wrapper:after {
    content: "";
    width: 100%;
    border: 36px solid #f9be00;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .style-center-big .swiper-slide .image {
    width: 100%;
  }
  .style-center-big .swiper-slide-active .image {
    box-sizing: border-box;
  }
  .style-center-big .swiper-button-prev,
  .style-center-big .swiper-button-next {
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(249, 190, 0, 0.8);
  }
  .style-center-big .swiper-button-prev {
    left: 25%;
  }
  .style-center-big .swiper-button-next {
    right: 25%;
  }
  .style-center-big .swiper-button-next:after,
  .style-center-big .swiper-button-prev:after {
    padding: 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 100%
  }

/*-- TwentyTwenty Style --*/
  .twentytwenty-container.style-custom {
    max-height: 182px;
  }
  .style-custom .twentytwenty-handle:before,
  .style-custom .twentytwenty-handle:after,
  .style-custom .twentytwenty-overlay {
    display: none;
  }
  .style-custom .twentytwenty-handle {
    border: none;
    background: #f9be00;
    box-shadow: none;
  }
  .style-custom .twentytwenty-left-arrow,.style-custom .twentytwenty-right-arrow,.style-custom .twentytwenty-up-arrow,.style-custom .twentytwenty-down-arrow {
    border: 4px inset transparent;
  }
  .style-custom .twentytwenty-left-arrow,.style-custom .twentytwenty-right-arrow {
      top: 50%;
      margin-top: -4px;
  }
  .style-custom .twentytwenty-left-arrow {
    margin-left: -10px;
    border-right: 4px solid white;
  }
  .style-custom .twentytwenty-right-arrow {
    margin-right: -10px;
    border-left: 4px solid white;
  }
  .style-custom.twentytwenty-container img {
    width: 100%;
    max-height: 182px;
  }

/*-- Group Styles --*/
  .group-style-pdt .link-main .title {
    color: #231815;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #c5c6c7;
    transition: all .15s ease-in-out;
  }
  .group-style-pdt .link-main:hover .title {
    color: #f9be00;
    transition: all .15s ease-in-out;
  }
  .group-style-pdt .link-list {
    margin: 0;
    padding: 0;
  }
  .group-style-pdt .link-list li.item {
    list-style: none;
  }
  .group-style-pdt .link-list.one-cloum {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .group-style-pdt .link-list.one-cloum li.item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .group-style-pdt .link-list li.item a {
    overflow: hidden;
    display: block;
    padding: .8rem 1.25rem .8rem 0;
    border-bottom: 1px solid #c5c6c7;
    color: #595757;
    transition: all .15s ease-in-out;
  }
  .group-style-pdt .link-list li.item a:hover {
    padding: .8rem 1.25rem;
    border-bottom: 1px solid #f9be00;
    color: #000000;
    transition: all .15s ease-in-out;
  }
  .group-style-pdt .link-list li.item a.triangle-dec::before {
    left: -15px;
    transition: all .15s ease-in-out;
  }
  .group-style-pdt .link-list li.item a.triangle-dec:hover::before {
    left: 0px;
    transition: all .15s ease-in-out;
  }
  
  .group-style-default.owl-carousel .owl-stage {
     display: inline-flex;
  }
  .group-style-default .item {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    min-height: 400px;
  }
  .group-style-default .nav .item,
  .video.group-style-default .item  {
    min-height: auto
  }
  .video.group-style-default .item {
    min-height: 400px;
  }
  .pdt.video.group-style-default .item {
    min-height: auto
  }
  .news.group-style-default .item {
    min-height: 420px;
  }
  .group-style-default .item .title {
    color: #231815;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all .15s ease-in-out;
  }
  .group-style-default.video.sub .item .title {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .group-style-default .item:hover .title {
    color: #f08c00;
    transition: all .15s ease-in-out;
  }
  .group-style-default .item .info {
    color: #595757;
    margin-bottom: 1rem;
  }
  .group-style-default .item .type {
    text-align: right;
    color: #9b9b9c;
    font-size: 0.75rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0;
    border-bottom: 1px solid #c5c6c7;
  }

/*-- Header --*/
  .header .logo {
    display: block;
  }
  .header .logo img{
    width: 190px;
    height: 72px;
  }

  .header .topbar {
    padding: 1.25rem 0 1.125rem;/*20px 0 18px*/
  }
  .header .topbar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header .topbar .navbar,
  .social.navbar {
    padding: 0;
  }
  .social.navbar.applications{
    justify-content: flex-start;
  }
  .header .topbar .nav-link,
  .social.navbar .nav-link {
    position: relative;
    padding: 0 0.5rem;
    line-height: 1;
    color: #858585;
  }
  .header .topbar .nav-link:hover,
  .social.navbar .nav-link:hover {
    color: #f9be00;
  }
  .header .topbar .nav-link::before,
  .social.navbar .nav-link::before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #858585;
  }
  .header .topbar .navbar > .nav-link:first-child::before,
  .header .topbar .social .nav-link::before,
  .social.navbar .nav-link::before {
    display: none;
  }

  .header .main-nav {
    background: #f9be00;
  }
  .header .main-nav .navbar {
    background: #ebebec;
  }
  .header .main-nav .navbar .nav-link {
    color: #3e3a39;
    padding: 1.35rem 1.5625rem 1rem;
    font-size: 1.125rem;
    border: 5px solid transparent;
    border-width: 0 0 5px 0;
    font-weight: 700;
  }
  .header .main-nav .navbar .nav-link:hover {
    border-color: #f08c00;
    color: #f08c00;
  }

  .laguage {
    background: #b1b1b2;
  }
  .laguage .btn {
    padding: 1.3rem 25px;
    border: none;
    color: #fff;
    text-transform: uppercase;
  }
  .laguage .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 0;
    padding: .8rem 0;
    border-radius: 0;
  }
  .laguage .dropdown-item {
    padding: .6rem 1.5rem;
  }
  .laguage .dropdown-item:hover {
    background: transparent;
    color: #f08c00;
  }
  .header .mobile {
    background: #efefef;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .header .mobile .logo {
    padding: 0;
  }
  .header .mobile .logo img{
    width: 120px;
    height: 45px;
    position: relative;
    z-index: 5;
  }
  .header .mobile .btn {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 5
  }
  .header .mobile .mobile-nav {
    background: #3c3938;
    padding: 0 0 20px;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    z-index: 99;
    display: none;
  }
  .mobile-nav {
    background: #3c3938;
    padding-bottom: 40px;
  }
  .mobile-nav .header {
    background: #dc0031;
    height: 60px;
  }
  .mobile-nav .list li {
    padding: 0;
  }
  .mobile-nav .list .item .title {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #7c7978;
    position: relative
  }
  .mobile-nav .list .item.dropdown > .title::after {
    content: url("../images/arrow.svg");
    width: 13px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 20px;
    transform: rotate(90deg);
  }
  .mobile-nav .list.main > .item > .title {
    padding: 16px 20px;
  }
  .mobile-nav .list.sec > .item > .title {
    padding: 16px 20px 16px 36px;
    background: #4e4b4a;
  }
  .mobile-nav .list.third > .item > .title {
    padding: 16px 20px 16px 55px;
    background: #61605d;
    color: #c0bfbe;
    text-transform: inherit;
  }

  .mobile-nav .list.language,
  .mobile-nav .social-media {
    margin-left: 20px;
  }
  .mobile-nav .list.language .item,
  .mobile-nav .social-media .item {
    display: inline-block
  }
  .mobile-nav .social-media .item a {
    width: 30px;
  }
  .mobile-nav .list.language .item a {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    position: relative;
  }
  .mobile-nav .list.language .item:first-child a {
    padding: 0 8px 0 0;
  }
  .mobile-nav .list.language .item a::after {
    content: "";
    position: absolute;
    top: 2px;
    right: -2px;
    width: 1px;
    background: #fff;
    height: 80%;
  }
  .mobile-nav .list.language .item:last-child a::after {
    display: none
  }

/*-- Footer --*/
  .footer {
    background: #9b9b9c;
    padding: 1.75rem 0
  }
  /*  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items:center;
  }*/
  .footer .input-group {
    width: 320px;
  }
  .copyright {
    color: #595757
  }
  .copyright a {
    color: #595757
  }
  .copyright a:hover {
    color: rgba(255, 255, 255, .6);
  }
  .share-btn {
    width: 44px;
    height: auto;
    display: block;
  }
  .open-media {
    display: none;
    position: absolute;
    bottom: 65px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999999;
  }
  .open-media li {
    list-style: none;
    margin-top: 2px;
  }

/*-- About --*/
  .aboutdark {
    color: #fff;
  }
  .aboutdark .title {
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
    color: #f9be00;
  }
  .aboutdark .title-sec {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
    color: #f9be00;
  }
  .aboutdark .info {
    font-size: 1.25rem;
    margin-bottom: 2.8125rem;
  }

  .advantages .carousel-item .content {
    width: calc(100% - 700px);
  }
  .advantages .carousel-item .content .title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    color: #111;
  }
  .advantages .carousel-item .content .info {
    font-size: 1.125rem;
  }

/*-- Video --*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video .item .overlay {
    position: relative;
  }
  .video .item .overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/icon-video.png') center center no-repeat rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all .15s ease-in-out;
  }
  .video .item:hover .overlay::after {
    opacity: 1;
    transition: all .15s ease-in-out;
  }
  .video.sub.group-style-default .item {
    justify-content: unset;
    min-height: auto
  }

/*-- Download --*/
  .group-download .item {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    position: relative;
    height: 350px;
  }
  .group-download .item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #ebebec;
    opacity: 1;
    z-index: 1;
    transition: all .25s ease-in-out;
  }
  .group-download .item:hover::before {
    opacity: 0;
    transition: all .25s ease-in-out;
  }
  .group-download .item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 10px solid #f9be00;
    opacity: 0;
    z-index: 1;
    transition: all .15s ease-in-out;
  }
  .group-download .item:hover::after {
    opacity: 1;
    transition: all .15s ease-in-out;
  }
  .group-download .item:hover {
    border-color: #f9be00;
  }
  .group-download .item .img{
    width: 30%;
  }
  .group-download .item .content{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .group-download .item .info{
    padding-right: 1.5rem;
  }
  .group-download .item .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
  }

/*-- Index Style --*/
  .banner .carousel-item .container{
    position: relative;
  }
  .banner .slogan {
    position: absolute;
  }
  .banner .slogan .title-black {
    font-size: 4rem;
    color: #111;
    font-weight: 700;
  }
  .banner .slogan .title-white {
    color: #fff;
    font-size: 4rem;
  }
  .banner .slogan .link-black,
  .banner .slogan .link-yellow {
    position: relative;
    padding-left: 20px;
    color: #111;
    transition: all .15s ease-in-out;
    text-decoration: none;
    font-weight: 700;
  }
  .banner .slogan .link-yellow,
  .banner .slogan .link-black:hover {
    color: #f9be00;
    transition: all .15s ease-in-out;
  }
  .banner .slogan .link-yellow:hover {
    color: #f08c00;
    transition: all .15s ease-in-out;
  }
  .banner .slogan .link-black::before,
  .banner .slogan .link-yellow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fcc100;
    transition: all .15s ease-in-out;
  }
  .banner .slogan .link-black:hover::before,
  .banner .slogan .link-yellow:hover::before {
    left: 3px;
    transition: all .15s ease-in-out;
  }
  .banner .carousel-indicators {
    bottom: 20px;
  }
  .banner .carousel-indicators {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .carousel-indicators .item {
    width: calc(57% / 3 - 2px);
    margin-right: 2px;
    border-top: 5px solid transparent;
    transition: all .15s ease-in-out;
    position: relative;
  }
  .banner .carousel-indicators .item::before {
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .15s ease-in-out;
  }
  .banner .carousel-indicators .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .875rem;
    z-index: 2;
    color: #fff
  }
  .banner .carousel-indicators .item img {
    width: 100%;
  }
  .banner .carousel-indicators .item.active {
    border-color: #f9be00;
    transition: all .15s ease-in-out;
  }
  .banner .carousel-indicators .item.active::before,
  .banner .carousel-indicators .item:hover::before {
    background: rgba(0, 0, 0, .2);
  }

  .index-intro {
    display: flex;
    flex-wrap: wrap;
  }
  .index-intro .left {
    background: url(../images/bg-1.jpg) center center no-repeat;
    background-size: cover;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    color: #fff;
  }
  .index-intro .left .content {
    width: 40%
  }
  .index-intro .right {
    background: url(../images/bg-2.jpg) center bottom no-repeat #EEEEF0;
    background-size: cover;
  /*padding: 3.4375rem 3.125rem 0;*/
    width: 50%;
  }

/*-- Agent Style--*/
  .agent .wrapper {
    background: url('../images/bg-agent.jpg')left center no-repeat;
    display: flex;
    justify-content: flex-end;
  }
  .agent .wrapper .content{
    width: 44%;
    background:  rgba(249, 190, 0, .9);
    padding: 70px 40px 100px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 80px 0 70px;
  }
  .agent .wrapper .content .title {
    color: #111;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .agent .wrapper .content .info{
    font-size: 18px;
    line-height: 1.5
  }

/*-- Application --*/
  .applications .style-center-big {
    transform: translateY(0)
  }
  .applications .style-center-big .overlay {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding: 0 70px 70px;
  }
  .applications .style-center-big .swiper-slide .title {
    display: none;
    position: relative;
    text-align: left;
    margin-bottom: 35px;
  }
  .applications .swiper-slide .overlay span {
    display: none;
  }
  .applications .swiper-slide-active .overlay .title,
  .applications .swiper-slide-active .overlay span {
    display: block;
  }
  .applications-list .item .link-list {
    padding-left: 2px;
  }
  .applications-list .item .link-list .item {
    margin-bottom: 7px;
    color: #888;
    list-style: none;
  }

/*-- Contact info --*/
  .list.contact li {
    margin-bottom: 1rem;
    color: #3e3a39;
  }

/*-- Product info --*/
  .page-banner.product_i .main-image{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-banner.product_i .info,
  .page-banner.product_i .info-details{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  .page-banner.product_i .info .container {
    position: relative;
      z-index: 5;
  }
  .page-banner.product_i .info-details .container{
    position: relative;
    height: 100%;
  }
  .page-banner.product_i .info-details .btn{
    position: absolute;
    padding: 0;
    opacity: .8;
  }
  .page-banner.product_i .info-details .modal-content{
    background: #fff;
  }
  .page-banner.product_i .info-details .modal-content .image {
    width: 100%;
  }
  .image-popout {
    position: relative
  }
  .link-hover.big {
    overflow: hidden;
    width: 55px;
    height: 55px;
  }
  .link-hover.big img {
   transition: all .15s ease-in-out;
  }
  .link-hover.big:hover img {
    transform: translateY(-55px);
    transition: all .15s ease-in-out;
  }
  .modal-content .close {
    position: absolute;
    right: -60px;
    top: 0;
  }
  .table.style-pdt {
    font-size: 1.125rem;
  }
  .table.style-pdt tr {
    border-bottom: 1px solid #595757;
  }
  .table.style-pdt tr:last-child {
    border: none;
  }
  .table.style-pdt th,
  .table.style-pdt td {
    padding: 1.5625rem 1.25rem;
  }
  .table.style-pdt th {
    font-size: 1.25rem;
  }
  .machine-choose {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .machine-choose .item {
    display: block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25%;
  }
  .machine-choose .item input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .machine-choose .item .checkmark {
    border: 10px solid #ebebec;
    padding: 15px;
  }
  .machine-choose .item:hover .checkmark {
    border-color: #cbcbce;
  }
  .machine-choose .item input:checked ~ .checkmark {
    border-color: #f9be00;
  }
  .product-icon .row .item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }




/*-- Success--*/

@media (max-width: 1440px) {
  .carousel.support .carousel-item .image {
    width: 80%;
  }
  .index-intro .left .content {
    width: 65%
  }
}
@media (max-width: 1199px) {
  .banner .slogan .title-black,
  .banner .slogan .title-white {
    font-size: 3rem;
  }
  .style-center-big .swiper-slide-active {
    border-width: 15px;
  }
  .style-center-big .swiper-slide-active .overlay:after {
    border-width: 25px;
  }
  .index-intro .left .content {
    width: 100%;
  }
  .index-intro .right {
    background-size: contain;
  }
  .carousel-style2 .owl-nav button.owl-prev {
    left: -.5rem;
  }
  .carousel-style2 .owl-nav button.owl-next {
    right: -.5rem;
  }
  .advantages .carousel-item .content {
    width: calc(100% - 500px);
  }
  .advantages .carousel-item .image {
    width: 500px;
  }
  .page-banner.product_i .main-image img{
    height: 580px;
  }
  .link-hover.big {
    overflow: hidden;
    width: 65px;
    height: 55px;
  }
  .agent .wrapper {
    background-size: 90%;
  }
  .agent .wrapper .content {
    padding: 70px 40px;
    margin: 25px 0;
  }
  .applications .style-center-big .overlay {
    padding: 0 40px 40px;
  }
}
@media (max-width: 991px) {
  .style-center-big .swiper-slide-active .overlay:after {
    border-width: 15px;
  }
  .carousel.support .carousel-item {
    flex-direction: column;
  }
  .carousel.support .carousel-item .content {
    padding: 2.5rem 1.5rem;
    min-height: auto;
    width: 100%;
  }
  .carousel.support .carousel-item .image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translateY(0);
  }
  #carousel-support .carousel-indicators {
    margin-right: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .tab-style-yellow .nav-item {
    border-width: 0 1px 2px 0;
  }
  .advantages .carousel-item .image,
  .advantages .carousel-item .content {
    width: 100%;
  }
  #carousel-advantage .carousel-indicators {
    justify-content: center;
  }
  .agent .wrapper {
    background: none;
    display: block;
  }
  .agent .wrapper .visible-mobile{
    display: block;
  }
  .agent .wrapper .content {
    width: 100%;
    margin: 0;
    padding: 30px 40px;
  }
  .group-download .item {
    padding: 1.5rem 0;
  }
  .machine-choose {
    flex-wrap: wrap;
  }
  .machine-choose .item {
    width: 50%;
  }
  .machine-choose .item:first-child,
  .machine-choose .item:last-child {
    padding: 0 10px;
  }
  .page-banner.product_i .main-image img {
    height: 430px;
  }
  .page-banner.product_i .info {
    position: relative;
    height: auto;
  }
  .link-hover.big {
    width: 95px;
  }
  ul.list.style-lightgray.inline.linesx2 .item {
    min-height: 100px
  }
  .twentytwenty-container.style-custom,
  .style-custom.twentytwenty-container img {
    max-height: 182px;
  }
  .style-custom.twentytwenty-container img {
    width: auto
  }
}
@media (min-width: 768px) {
  .group-style-default.owl-carousel.certification .owl-stage {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  ul.list.inline.colume-3 > .flex-item {
    width: 100%;
    border: 0;
  }
  .banner .carousel-indicators .item {
    border-top: 5px solid #aaa;
  }
  .banner .carousel-indicators .item .title,
  .banner .carousel-indicators .item img {
    display: none;
  }
  .page-banner .title {
    font-size: 2rem;
  }
  .style-center-big .swiper-button-prev {
    left: 15%;
  }
  .style-center-big .swiper-button-next {
    right: 15%;
  }
  .style-center-big .swiper-slide-active .overlay:after {
    border: 10px solid #f9be00;
  }
  .style-center-big .swiper-slide .title {
    width: 120px;
  }
  .applications .style-center-big .swiper-slide .title {
    width: auto;
  }
  .machine-choose .item {
    width: 100%;
    padding: 0px;
  }
  .machine-choose .item:first-child,
  .machine-choose .item:last-child {
    padding: 0px;
  }
  .form-horizontal.style-lightgray .form-group {
    align-items: baseline;
    flex-flow: column;
  }
  .form-horizontal.style-lightgray .form-group .form-label {
    margin-bottom: 10px;
  }
  .table.style-pdt th, .table.style-pdt td {
    padding: 1rem;
  }
  .page-banner.product_i .main-image img {
    height: 315px;
  }
  ul.list.style-lightgray.inline.linesx2 .item {
    min-height: auto
  }
  .group-style-pdt .link-list.one-cloum li.item {
    width: 100%;
  }
  .twentytwenty-container.style-custom,
  .style-custom.twentytwenty-container img {
    max-height: 230px;
  }

}
@media (max-width: 575px) {
  .img-fluid,
  .footer .input-group {
    width: 100%;
  }
  .banner .slogan .title-black,
  .banner .slogan .title-white {
    font-size: 1.5rem
  }
  .index-intro {
    display: block;
  }
  .index-intro .left,
  .index-intro .right {
    width: 100%;
  }
  .index-intro .left{
    background: url(../images/bg-1-2.jpg) center left -100px no-repeat;
    background-size: cover;
  }
  .index-intro .right {
    background: url(../images/bg-2-2.jpg) center bottom no-repeat #EEEEF0;
    background-size: contain;
  }
  .aboutdark .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .aboutdark .info {
    margin-bottom: 1.6rem;
  }
  .page-banner .title.style-border {
    padding: 1rem;
  }
  .page-banner.product_i .main-image img {
    height: auto;
    width: 160%;
  }
  .link-hover.big {
    width: 145px;
  }
  .group-style-default .item,
  .news.group-style-default .item,
  .video.group-style-default .item {
    min-height: auto;
  }
  .swiper-slide {
    height: auto
  }
  .product-icon .row .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modal-content .close {
    position: absolute;
    right: 0;
    top: -60px;
  }

}

/* @supports (-webkit-appearance:none) {
  .group-style-default .item {
    height: auto;
  }
} */

#main_content{
  margin-bottom: 2.60416vw;
}

#main_content img {
  max-width: 100%;
  width:  100%;
}
#main_content .img-top .con_img{
  margin-bottom: 30px;
}
#main_content .img-left{
  display: flex;
  align-items: center;
}
#main_content .img-left .con_img{
  padding-right:  30px;
  width: 300px;
}
#main_content .img-left .content-wrapper{
  width: calc(100% - 300px);
}
#tit{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight:  700;
}

@media(max-width: 767px){
  #main_content{
    margin-bottom: 35px;
  }
  #main_content .img-left{
    flex-direction:  column;
  }
  #main_content .img-left .con_img{
    padding-right:  0;
    margin-bottom: 15px;
    width: 1005;
  }
  #main_content .img-left .content-wrapper{
    width:  100%;
  }
}

.video-rwd{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-rwd iframe, .video-rwd object, .video-rwd embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}