@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label {
  font-family: "Outfit", "Prompt", sans-serif !important;
}

select,
input {
  font-family: "Prompt";
}

.row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.show-channel .row {
  width: 100%;
}

.h3:not(:last-child), h3:not(:last-child) {
  margin-bottom: 0.5em;
}
.accordion .ac-item .ac-title:before {
  font-family: fontawesome;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 10px;
  display: block;
  padding: 3px 6px 2px;
  color: #000;
  content: "\f061";
  font-size: 16px;
  line-height: 12px;
  -webkit-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
}
.ac-item.ac-active h5:before {
  transform: rotate(90deg);
}
.ball-beat>div, .ball-grid-beat>div, .ball-grid-pulse>div, .ball-pulse-sync>div, .ball-rotate>div, .ball-rotate>div:after, .ball-rotate>div:before, .ball-scale-multiple>div, .ball-scale-ripple>div, .ball-spin-fade-loader>div, .ball-triangle-path>div, .ball-zig-zag>div, .cube-transition>div, .line-scale-pulse-out-rapid>div, .line-scale>div, .line-spin-fade-loader>div, .pacman>div:nth-child(3), .pacman>div:nth-child(4), .pacman>div:nth-child(5), .pacman>div:nth-child(6), .square-spin>div {
  background-color: #000000;
}
.w-45 {width: 45%;height: 100%;}
.w-40 {width: 40%;height: 100%;}
.w-30 {width: 30%;height: 100%;}
.w-27 {width: 27.5%;height: 100%;}
.w-25 {width: 30%;height: 100%;}
/* Google Fonts Import Link */

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #000 !important;
}

body {
  background: #fff !important;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.w-30 {
  width: 30%;
}
.font-s-13 p {
  font-size: 13px;
}
a.btn-m {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  width: fit-content;
  margin-top: 2rem;
  margin: auto;
}
a.btn-more.btn-m {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  width: 350px;
  text-align: center;
  padding: 10px 0px;
}
.card-channel a.btn-m{
  width: 100%;
  flex: 0 0 101px;
  
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #adadad;
}
p {
  line-height: 1.5;
  color: #131010;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 0.5rem;
}

.h-top-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.h-top-title h1 {
  font-weight: 600 !important;
  font-size: 2rem !important;
  text-transform: uppercase;
}

.close {
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: unset;
}

.op-menu {
  font-size: 1.5rem;
  font-weight: 600 !important;
  color: #000;
  padding: 10px 10px;
  text-align: center;
}
.spine-menu {
  width: 70px;
  background-color: #ffffff;
  z-index: 99;
  border-right: 1px solid #ccc;
  position: relative;
}
.d-flex.mainmenu {
  position: fixed;
  height: 100vh;
}

.nav-mainmenu {
  width: fit-content;
  z-index: 999;
}
/*.content-area {
    width: 95.5%;
    margin-left: 5rem;
}*/

.content-area {
  width: 100%;
  padding-left: 5rem;
  /* margin-left: 5rem; */
}

.logo-spine {
  position: absolute;
  display: flex;
  height: -webkit-fill-available;
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
  /* top: 0; */
}
.logo-spine img {
  transform: rotate(-90deg);
  width: 190px;
}

.language {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1rem;
  font-size: 1.3rem;
  color: #000;
}
.nav-map img {
  width: 50%;
  margin: auto;
  display: block;
}

.nav-map {
  position: absolute;
  bottom: 4rem;
}

.language a {
  font-weight: 500;
  color: #000;
}

.breadcrumb ul {
  list-style: none;
  margin-bottom: 0rem;
  padding: 10px !important;
  border-bottom: 1px solid #eee;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 1rem;
}

.breadcrumb ul {
  display: block;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li + li:before {
  content: "/";
  display: block;
  /* width: 2px; */
  /* height: 2px; */
  position: absolute;
  top: 0;
  left: -1rem;
  background-color: transparent;
}

.sidebar {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 330px !important;
  transform: translateX(0px);
  z-index: 98 !important;
  background: #ffffff;
  z-index: 100;
  transition: all 0.3s ease;
  box-shadow: 10px 0px 10px #0000001c;
  opacity: 1;
}

.sidebar .logo img {
  width: 100%;
  padding: 60px 30px 60px;
}

/*.sidebar.close {
    width: 0;
    transform: translateX(-330px);
    z-index: 98;
    opacity: 0;
}*/

.sidebar.close {
  width: 330px;
  /* transform: translateX(-330px); */
  z-index: 98;
  opacity: 0;
  margin-left: -330px;
}

.sidebar .nav-links li i {
  height: 0px;
  min-width: 0;
  text-align: center;
  line-height: 0px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  /*height: 100vh;*/
  padding: 30px 0 50px 0;
  overflow: auto;
}

.sidebar ul.nav-links li {
  padding: 10px 0px;
  cursor: pointer !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: unset;
  color: #262626;
  background-color: unset;
}

.sidebar.close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover {
  background: #ececec;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
  content: "\f105";
  font-family: "FontAwesome";
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  font-size: 1rem !important;
  color: #000;
  transition: all 0.3s;
}

li.nav-item.active.dropdown.open .dropdown-toggle::after {
  /*transition: 0.5s;*/
  transform: rotate(90deg);
}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: center !important;
}
.sidebar.close .nav-links li .iocn-link {
  display: block;
}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow {
  display: none;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
  justify-content: center;
}
.sidebar.close ul.nav-links {
  display: block;
}

.dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: unset;
  min-width: 100%;

  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #20212400;
  border: unset;
  border: 1pxsolidrgba (0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: unset;
  box-shadow: 0 6px 12pxrgba (0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar .nav-links li a .link_name {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease;
  text-transform: uppercase;
}
li.nav-item.active.dropdown.open {
  background: #f0f0f0;
}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details {
  background: none;
}
.sidebar.close .profile-details {
  width: 78px;
}
.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}
.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img {
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}
.sidebar .profile-details .job {
  font-size: 12px;
}
.home-section {
  position: relative;
  background: #e4e9f7;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

/* Banner */
.head-banner .owl-dots {
  position: absolute !important;
  bottom: 0;
  right: 3rem;
}
/* Banner */

/* About */
section.aboutus-slide {
  padding: 0;
  background: transparent;
}
.content-about-slide {
  padding: 8rem 5rem 3rem 0rem;
}
section.aboutus-slide .owl-carousel .owl-nav [class*="owl-"] {
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 65%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  color: #000000;
  background-color: transparent;
  text-align: center;
  z-index: 200;
  border: 1px solid #000;
  box-sizing: initial;
  opacity: 1;
  border-radius: unset;
}
section.aboutus-slide .owl-carousel:hover .owl-prev {
  right: auto;
  left: 0;
  color: 000;
  opacity: 1;
}
section.aboutus-slide .owl-carousel:hover .owl-next {
  left: auto;
  right: unset;
  color: #000;
  opacity: 1;
}

section.aboutus-slide .icon-box.icon-box-right .icon,
section.aboutus-slide .owl-carousel .owl-nav .owl-next {
  left: 4rem;
}


section.aboutus-slide .owl-carousel .owl-nav [class*="owl-"]:hover i,
section.aboutus-slide .owl-carousel.arrows-dark .owl-nav [class*="owl-"] i,
section.aboutus-slide
  .owl-carousel.arrows-dark
  .owl-nav
  [class*="owl-"]:hover
  i {
  color: #000;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  /*top: 75%;*/
  top: 65%;
  width: auto;
  padding: 15px 20px;
  margin-top: -22px;
  color: black;
  border: 1px solid;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0;
  user-select: none;
}

.ab-slide-detail-area {
  padding: 7rem 2rem 0rem 0rem;
}

/* Position the "next button" to the right */
.next {
  border-radius: 0;
  left: 5.5rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(0 0 0);
}

/* Caption text */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active, .dot:hover {
  background-color: #717171;
}*/

/* Fading animation */
.fade {
  /* animation-name: fade; */
  animation-duration: 5s;
  /* opacity: 1 !important; */
}

.owl-item.active{
  animation: fade;
}

.fade {
  opacity: 1 !important;
}

@keyframes fade {
  100% {
    opacity: 0 !important;
  }
  50% {
    opacity: 1 !important;
  }

  0% {
    opacity: 0 !important;
  }
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/* About */

/* Show-Banner */
section.show-banner {
  margin-top: -5rem;
  margin-bottom: -5rem;
  z-index: 0;
  background: #eee;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
section.sec-slide .owl-stage {
  /* transform: unset; */
  transition: 0.6s !important;
}
section.sec-slide .owl-item.active {
  opacity: 1;
}
section.sec-slide .owl-item {
  opacity: 0;
  /* transition: all 0.5s; */
  transition: all 1.5s !important;
}
section.sec-slide.reccommend-slide {
  padding: 0;
  background: transparent;
}

section.reccommend-slide .icon-box.icon-box-right .icon,
section.reccommend-slide .owl-carousel .owl-nav .owl-next {
  right: 35%;
}
section.reccommend-slide .icon-box.icon-box-left .icon,
section.reccommend-slide .owl-carousel .owl-nav .owl-prev {
  right: 40% !important;
  left: unset;
  opacity: 1;
}
section.reccommend-slide .owl-carousel:hover .owl-prev {
  left: auto;
  right: 4rem;
  color: 000;
  opacity: 1;
}

section.sec-slide .owl-carousel .owl-nav [class*="owl-"] {
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 65%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  color: #000000;
  background-color: transparent;
  text-align: center;
  z-index: 200;
  border: 1px solid #000;
  box-sizing: initial;
  opacity: 1;
  border-radius: unset;
}


section.sec-slide .owl-carousel.arrows-dark .owl-nav [class*="owl-"] i {
  color: #000;
}

section.sec-slide .owl-carousel .owl-nav [class*="owl-"]:hover i, 
section.sec-slide .owl-carousel.arrows-dark .owl-nav [class*="owl-"]:hover i {
  color: rgb(255, 255, 255);
}

section.reccommend-slide .ab-slide-detail-area {
  padding: 7rem 0rem 0rem 4rem;
}
/* Show-Banner */

/* PD Img */
section.pd-img-slide .col-md-4 {
  padding: 0px 3px;
}
section.category {
  padding-top: 0;
  padding-bottom: 0;
}
section.pd-img-slide .col-md-6 {
  padding: 0;
}
section.pd-img-slide .col-md-6 {
  padding: 3px;
}
section.pd-img-slide .c-c.col-md-4 {
  padding: 0px;
}
.img-pd-slide {
  overflow: hidden;
}

.img-pd-slide img{
  transition: all 0.3s;
}

.img-pd-slide:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
/* PD Img */

/* Category */
ul.list-sm {
  padding: 0;
  list-style: none;
}
ul.list-sm li {
  display: inline-block;
  width: 10%;
  margin: 0px 2.5rem;
  text-align: center;
}
section.category .slide {
  padding: 2rem;
  text-align: center;
}
section.category .owl-nav {
  display: none !important;
}

/* Category */

.h-left {
  width: 10%;
}
/*.trans-rota {
    display: flex;
    height: -webkit-fill-available;
    width: 100%;
    justify-content: center;
    align-items: center;
}*/
.trans-rota h2 {
  transform: rotate(-90deg);
  color: #fff;
  position: absolute;
  text-align: center;
  width: 400px;
  font-size: 2rem;
  font-weight: 400;
}
.c-card {
  padding: 0;
}
.c-card .detail .inner {
  background: #eee;
}
.h-left {
  width: 11%;
  background: #000;
  position: relative;
}
.trans-rota {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-card .inner {
  position: relative;
}

.c-card .detail {
  width: 89%;
}
.c-card.c-r.col-md-6.m-0 {
  margin-top: 4rem !important;
}
.c-card a.btn-m {
  margin: unset;
}

/* CSR */
p.date {
  padding: 10px 0px;
  font-size: 15px;
}
section.csr-act .detail p {
  margin: 0;
}
section.csr-act .detail {
  padding: 2rem 0;
}
section.csr-act .slide {
  padding: 0px 5px;
}
section.csr-act .img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

section.csr-act:hover .img {
  height: 400px !important;
}
section.csr-act .owl-item img {
  height: auto;
}

section.csr-act .icon-box.icon-box-right .icon,
section.csr-act .owl-carousel .owl-nav .owl-next {
  right: 5px;
}
section.csr-act .icon-box.icon-box-left .icon,
section.csr-act .owl-carousel .owl-nav .owl-prev {
  right: 11.5% !important;
  left: unset;
  opacity: 1;
}

section.sec-slide.csr-act .owl-carousel .owl-nav [class*="owl-"] {
  top: 105%;
}

/* Presentation */
p.b-l-2 {
  border-left: 3px solid;
  padding-left: 1rem;
  margin-top: 2rem;
}
section.present {
  background: #ffffff;
  background-image: url(../img/bg-present.png);
  background-size: cover;
}
section.present .detail {
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
}
section.present h3,
section.present h4,
section.present h2 {
  margin-bottom: 0.5rem;
}
section.present .detail {
  display: flex;
  height: 100%;
  align-items: end;
}

/* Presentation */

/* News & event */
section.news-event .slide {
  padding: 5px;
}
section.news-event .owl-nav {
  display: none;
}
section.pd-img-slide .owl-nav {
  display: none;
}

/* News & event */

/* About */
.text-edit img {
  /*width: 100%;*/
  height: auto;
}
.just-center {
  justify-content: center !important;
  align-items: center;
  height: 100%;
}

section.ab-vdo {
  background: #eee;
  padding: 0;
}
section.present .vdo {
  margin-bottom: -10px;
  box-shadow: 0px 20px 20px 0px #20202040;
}
.vdo video {
  margin-bottom: -7px;
}
h2.h-sub {
  font-weight: 300;
}
.h-top-title .h-sub {
  margin-left: 3.5em;
}
.h-top-title .h-sub:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
}
h2.h-sub {
  position: relative;
}
.h-top-title .h-sub:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card-text .detail {
  background: #eee;
  padding: 4rem;
}

.post-ab {
  position: absolute !important;
}

.detail.post-ab.cont-l {
  width: 350px;
  z-index: 1;
  right: -12rem;
  top: 2rem;
}

.detail.post-ab.cont-r {
  bottom: 3rem;
  width: 350px;
  left: -13rem;
}

/* About */

/* Policy */
ul.bor-0 {
  border: unset;
}
.breadcrumb ul li a {
  color: #727272;
  font-size: 1rem;
  /* color: #000; */
}

/* Policy */

/* Brand */
.form-select-brand {
  width: 300px;
  margin: auto;
}
.form-select-brand select.selectOption {
  padding-top: 2.3rem;
}
.form-select-brand p {
  position: absolute;
  margin-left: 1rem;
  top: 5px;
}
.charector.b-b-1 {
  border-bottom: 1px solid #eee;
}
.brand-list ul {
  padding: 0;
  list-style: none;
}
.brand-list ul li {
  padding: 20px 0px;
  display: inline-block;
  width: 24%;
}
.brand-list ul li a {
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.form-select-brand {
  position: relative;
}
.form-select-brand:before {
  content: "\f107";
  font-family: 'fontawesome';
  position: absolute;
  width: fit-content;
  padding: 0px 20px;
  height: 100%;
  background: unset;
  display: flex;
  align-items: center;
  right: 0;
  text-align: center;
}
.f-g-select{position: relative;}
.f-g-select:before {
  content: "\f107";
  font-family: 'fontawesome';
  position: absolute;
  width: fit-content;
  padding: 0px 20px;
  height: 100%;
  background: unset;
  display: flex;
  align-items: center;
  right: 0;
  text-align: center;
}

.f-g-select select {
  border: unset;
  border-bottom: 1px solid #969696;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 0px;
}
/* Brand */

/* Footer */
img.img-footer {
  width: 50%;
  display: block;
  margin: auto;
}
footer a {
  display: block;
}
footer {
  padding: 40px 0 0px 0;
  border-top: 1px solid #eee;
}

.row.cc-r {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.row.cc-r p {
  font-size: 12px;
}

/* CSR */
ul.l-col-3 {
  padding: 0;
  list-style: none;
}
ul.l-col-3 li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 0px 0px;
}
.act-list {
  padding-top: 50px;
}

/* CSR */

/* Job */
.accordion .ac-title {
  background-color: #f2f2f2;
}
section.app-form {
  background: #f2f2f2;
}
.form-group label {
  color: #000;
}
/* .form-group.attached-file {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 0.6rem;
} */

section.app-form .row {
  display: contents;
}

section.app-form .row {
  display: block;
  margin: 0;
}

.border-1-form {
  padding: 30px;
  border: 1px solid;
}

a.btn-add {
  background: #000;
  color: #fff;
  padding: 10px;
  vertical-align: -webkit-baseline-middle;
  display: block;
  width: fit-content;
  right: 0 !important;
}

.d-flex.just-end {
  justify-content: end;
}

.btn-are-form a {
  font-size: 1rem;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 7px 0px;
}

.bg-black {
  background-color: #000;
  color: #fff !important;
}

.added-edu-info .row {
  margin-bottom: 1.1rem !important;
}

.added-edu-info label {
  color: #000;
}
.btn-sub-m a {
  width: 200px;
  display: inline-block;
  padding: 10px 0px;
}

.form-group.attached-file form {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #969696;
}

.form-control {
  height: auto;
  line-height: 1.33333;
  /* padding: 8px 18px; */
  padding: 8px 0px;
  border: aliceblue;
  border-bottom: 1px solid #969696;
  border-top: unset;
  border-radius: 0px;
  margin-bottom: 6px;
  background: transparent;
}

.personal-info select {
  border: unset;
  border-bottom: 1px solid #969696;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 0px;
}

.form-control:focus {
  background-color: transparent;
}

a.btn-trans {
  color: #000;
  right: 0;
  position: absolute;
  /* bottom: 1rem; */
  font-weight: 500;
}

.al-center {
  align-items: center;
}

.form-group {
  /* position: relative; */
}
.form-group.job-posit {
  position: relative;
}



/* Job */

/* Shop */
section.shop-tab.p-t-30 {
  background: #f4f4f4;
}
.bg-soft-gray {
  background: #f4f4f4;
}
.bg-soft-gray section {
  background: transparent;
}

section.shop-tab .nav {
  justify-content: center;
}
li.active a.h-tab-style, li.active a.h-tab-style:focus {
  background: transparent;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 3px solid;
  border-radius: 0;
}

li a.h-tab-style:hover {
  background: transparent;
  border-bottom: 2px solid;
  border-radius: 0;
  
}
a.get-loca {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

li a.h-tab-style {
  background: transparent;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  /* border-bottom: 2px solid; */
  border-radius: 0;
}

.card-branch p {
  line-height: 17px;
}

.card-branch .icon {
  margin-bottom: 0;
}
h3.branch-name {
  margin-bottom: 1rem;
}
.card-branch {
  background: #fff;
}
.card-branch .detail {
  padding: 15px 30px;
}

.contact-branch-list ul {
  padding: 0;
  list-style: none;
  width: fit-content;
}

.contact-branch-list ul li i {
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 2.2rem;
  border-radius: 50px;
  color: #fff;
}

h3.border-under-shot:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #000;
  bottom: -1rem;
}

h3.border-under-shot {
  position: relative;
}
h3.border-under-shot {
  margin-bottom: 2rem;
}

i.bg-face {
  background: #3B5497;
}
i.bg-line {
  background: #09B40D;
}
i.bg-yout {
  background: #FC0201;
}
i.bg-insta {
  background: linear-gradient(120deg, #E60222 0%, #de00b6 100%);
}
i.bg-tik {
  background: #000;
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f39e";
}

.card-branch .icon i {
  vertical-align: middle;
  font-size: 1.3rem;
  margin-right: 2.5rem;
}

.contact-branch-list ul li i:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 5px 0px #20202050;
}


.contact-branch-list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  height: max-content;
  margin: auto;
}

.img-branch {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* transform: scale(1.12); */
  text-align: center;
  overflow: hidden;
  padding: 10px 10px 10px 0px;
}


.img-branch img {
  /* transform: scale(1.11); */
}

/* Shop */

/* channel */
.card-channel {
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
}
.card-channel h3 {
  margin: 0;
}
/* channel */


/* Build */
section.buil-your-brand-form {
  background: #f7f7f7;
}
/* Build */


/* contact */
.contact-info .social-contact a i, .contact-info .social-contact a img {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  transform: scale(1.2);
}
.social-contact {
  display: inline-block;
}
/* contact */


/* Footer */

.social-contact a i {
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  border-radius: 50px;
  margin-right: 10px;
}
.col-md-2.social-contact a {
  margin-bottom: 6px;
}

.social-contact a img {
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50px;
  padding: 3px;
  margin-right: 10px;
}

/* text editer */
.detail.text-edit a i {
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 2.2rem;
  border-radius: 50px;
  color: #fff;
}

.mt-80 {
  margin-top: -80px !important;
  height: 100%;
}

.list-3-col ul {
  padding: 0;
  list-style: none;
}

.list-3-col ul li {
  width: 31%;
  display: inline-block;
  margin: 10px;
  border-radius: 15px;
  padding: 16px;
}

/* .list-3-col ul li.bg-soft-gray {
} */

/* Brand Detail */
h3.border-under-top{
  position: relative;
}
h3.border-under-top:before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  background: #000;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}
h3.border-under-top:after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  background: #000;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}
/* Brand Detail */

/* News Detail */
hr.short {
  width: 150px;
  border-width: 3px;
  border-color: #000;
  border-radius: 50px;
  margin: 0;
  margin-bottom: 1rem;
}

/* News Detail */

.policy-notif.hide-sec {
  display: none;
}
section#policyNotif p {
  font-size: 0.9rem;
}
section#policyNotif {
  padding: 10px;
  width: 34%;
  position: fixed;
  box-shadow: 0px 3px 39px 9px #20202030;
  bottom: 2rem;
  border-radius: 10px;
  margin-left: 2rem;
}
button.accept {
  font-size: 1rem;
  border: unset;
  padding: 9px 16px;
  background: #000;
  color: #fff;
}
button.close.plcy {
  margin-left: 1rem;
}

.popuptext {
  display: none;
}


/*  POP UP */
.popup {
  position: unset;
  display: block;
}
div#myPopup img {
    width: 65px;
    margin-top: 10px;
}
button.close-popup:hover {
    transform: scale(1.1);
}



/* The actual popup */
.popuptext {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #00000052;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 8px 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0rem;
  margin: auto;
  /* margin-top: 0rem; */
  z-index: 999;
  border: oldlace;
  overflow: hidden;
}
.popuptext.show .inner {
  width: 500px;
  height: 200px;
  background: #fff;
  padding: 8px 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
  margin-top: 11rem;
  box-shadow: 0px 0px 60px 1px #20202059;
  /* overflow: hidden; */
}

body.ov-hidden { 
  /* height: 600px; */
  /* overflow: hidden; */
  /* scale: unset; */
}

div#myPopup h3 {
    color: #000;
    /* font-family: 'promt'; */
    font-family: 'Prompt', sans-serif;
    font-size: 1.5rem;
    margin-top: 10px;
}

/* div#myPopup:before {
    content: "";
    position: absolute;
    background: #f9f9f9;
    top: 0;
    width: 283px;
    height: 216px;
    border-radius: 291px 10px 17px 0px;
    z-index: -1;
} */

.popup-btn {
    background: #142c46;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Prompt';
    width: fit-content;
    display: block;
    margin: auto;
}

button.close-popup {
  background: #000000;
  font-size: 1.2rem;
  width: 170px;
  display: block;
  padding: 8px 0px;
  margin: auto;
  border-radius: 0;
  font-family: 'Prompt', sans-serif;
  color: #fff;
  border: unset;
  cursor: pointer;
}

/* Toggle this class - hide and show the popup */
.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.disabled{
  background-color: #E8E8E8!important;
  border-color: #E8E8E8!important;
  pointer-events: none!important;
  opacity: .7!important;
}
.p-50.font-s-13.text-center {
  /* position: absolute; */
  bottom: 0;
}

#goToTop {
  background-color: #D9BAA8 !important;
}
#goToTop:before, #goToTop:hover:after {
  transform: scale(1);
  background: #000;
}

section#landingPop button.close.plcy {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 3px 5px #20202020;
}
section#landingPop {
  position: fixed;
  top: 0;
  background: #0a0a0a9e;
  height: 100vh;
  /* padding-top: 0px; */
  /* display: flex;
  align-items: center; */
}
.landing-pop.hide-sec {
  display: none;
}

.anding-pop-area {
  width: 55%;
  margin: auto;
  position: relative;
}

section#policyNotif .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

/* .vdo:before {
  content: "";
  position: absolute;
  width: 94.7%;
  height: 100%;
  background: #d9baa863;
} */

@media (min-width: 1200px) and (max-width: 1400px) {
  .sidebar .logo img {
    width: 100%;
    padding: 40px 30px 10px;
  }
  .anding-pop-area {
    width: 40%;
    margin: auto;
    position: relative;
  }
  .sidebar .nav-links {
    height: auto;
    padding: 20px 0 0px 0;
    overflow-y: scroll;
  }
  .p-50.font-s-13.text-center {
    position: unset;
    bottom: 0;
  }
  .logo-spine {
    height: 80%;
  }
}

@media (max-width: 991px ) {
  section#landingPop {
    position: fixed;
    top: 0;
    background: #0a0a0a9e;
    height: 100vh;
    width: 91%;
    padding-top: 150px;
  }
  .anding-pop-area {
    width: 90%;
  }
  h3.border-under-shot {
    margin-bottom: 2rem;
  }
  .act-media .col-md-6, .act-medium .col-md-6, .act-small .col-md-6 {
    display: block !important;
  }
  .act-media .col-md-6 {
    width: 100%;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .sidebar.close {
    width: 330px;
    /* transform: translateX(-330px); */
    z-index: 98;
    opacity: 0;
    margin-left: -370px;
  }
  .col-md-6{ max-width: 100% !important;}
  .ab-slide-detail-area {
    padding: 0 !important;
  }
  /* .d-flex.mainmenu {
    position: fixed;
    height: unset;
    display: block !important;
  }   */

  footer .row {
    display: flex !important;
  }
  footer .col-md-4.text-center {
    order: 1;
    width: 80%;
    flex: unset;
    margin: auto;
    margin-bottom: 3rem;
    max-width: 100%;
  }
  footer .col-md-2 {
    order: 2;
    width: 50%;
  }
  footer .col-md-2 {
    order: 2;
    max-width: 25% !important;
    flex: unset;
  }
  section#policyNotif .row.container-fluid {
    display: flex !important;
  }
  section#policyNotif {width: 70%;}
  section.sec-slide.csr-act .col-md-6 {
    width: 50%;
  }
  section.csr-act .img {
    height: auto;
    display: block;
    align-items: center;
  }
  section.csr-act .icon-box.icon-box-left .icon, section.csr-act .owl-carousel .owl-nav .owl-prev {
    right: 19.5% !important;
    left: unset;
    opacity: 1;
  }
  section.show-banner {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 0;
    background: #eee;
    padding-top: 5rem;
    padding-bottom: 5rem; 
  }
  section.aboutus-slide {
    padding: 80px 20px;
  }
  section.sec-slide.reccommend-slide {padding-top: 80px;}
  section.sec-slide .owl-carousel .owl-nav [class*="owl-"] {
    top: 80%;
  }
  section.reccommend-slide .icon-box.icon-box-right .icon, section.reccommend-slide .owl-carousel .owl-nav .owl-next {
    right: 31%;
  }
  section.news-event .inner.p-50 {
    padding: 0px 10px !important;
  }
  section.aboutus {
    padding-bottom: 0;
  }
  .detail.post-ab.cont-l {
    width: auto;
    z-index: 1;
    right: -12rem;
    top: 0rem;
  }
  .detail.post-ab.cont-r {
    bottom: -1rem;
    width: auto;
    left: -8rem;
  }
  .detail.d-flex.just-center .p-50 {
    padding: 10px !important;  
  }
  
  .col-md-6.d-flex.al-center {
    align-items: unset;
    height: fit-content;
  }
  .content-area {
    width: 100%;
    padding-left: 5rem;
    /* margin-left: 5rem; */
  }
  .news-large.row.p-5 .col-md-6 {
    padding-right: 5px;
  }
  .sidebar, .sidebar-right .content {
    float: left;
    padding-right: 15px;
  }
  section#landingPop .col-md-5 {
    width: 60%;
    max-width: 60%;
    margin: auto;
  }
  section#landingPop {
    position: fixed;
    top: 0;
    background: #0a0a0a9e;
    height: 100vh;
    width: 91%;
  }
  section.news-event .news-large.row.p-5 a {
    display: flex !important;
  }
  section.news-event .news-large.row.p-5 .col-md-6 {
    width: 50%;
  }
  .card-branch .detail {
    padding: 15px 15px;
  }
  .contact-branch-list {
    position: unset;
  }
  .contact-branch-list ul {
    /* margin: auto; */
    margin-top: 2rem;
  }
  .contact-branch-list ul li {
    display: inline-block;
  }
  h3.branch-name {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    line-height: inherit;
  }
  .card-channel {
    background: #fff;
    padding: 9px 10px;
    border-radius: 10px;
  }
  .card-channel .d-flex {
    display: block !important;
  }
  a.btn-m {
    margin: unset;
  }
  
  section.contact .row .col-md-6 {
    width: 50%;
  }
  .col-md-6 .contact-info .col-md-6 {
    width: 100% !important;
  }
  section.contact iframe {
    width: 100%;
  }
  .act-media .col-md-6, .act-medium .col-md-6, .act-small .col-md-6 {
    display: block !important;
  }
  ul.l-col-3 li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 8px 0px 0px;
  }
  ul.l-col-3 {
    padding: 0;
    list-style: none;
    text-align: center;
  } 
  ul.l-col-3 .detail.text-center {
    text-align: left !important;
  }
  a.btn-more.btn-m {
    margin: auto;
  }
  .act-medium .col-md-6 {
    width: 100%;
  }
  .act-small .col-md-6 {
    width: 100%;
  }
  .mt-80 {
    margin-top: 3px !important;
    height: fit-content;
  }
  .list-3-col ul li {
    width: 46%;
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
    padding: 16px;
    vertical-align: top;
  }
  .w-50 {
    width: 50%!important;
    height: fit-content;
  }
  section.cards .row .c-card {
    width: 50%;
  }
    
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .post-ab {
    position: unset !important;
  }
  .detail.post-ab.cont-l, .detail.post-ab.cont-r {
    width: auto;
  }
  .sidebar .logo img {
    width: 60%;
    padding: 30px 0px;
    display: block;
    margin: auto;
  }
  .sidebar {
    width: 310px !important;
  }
  .spine-menu {
    width: 50px;
    background-color: #ffffff;
    z-index: 99;
    border-right: 1px solid #ccc;
    position: relative;
  }
  .logo-spine {
    position: absolute;
    display: flex;
    height: -webkit-fill-available;
    width: 100%;
    height: 85%;
    justify-content: center;
    align-items: center;
    /* top: 0; */
  }
  .content-area {
    width: 100%;
    padding-left: 3.5rem;
    /* margin-left: 5rem; */
  }
  .form-select-brand {
    width: auto;
  }
  .sidebar, .sidebar-right .content {
    float: left;
    padding-right: 15px !important;
  }
  section.sec-slide .owl-carousel .owl-nav [class*="owl-"] {
    /* margin: unset; */
    /* margin-top: 1rem !important; */
    display: block;
    /* position: unset !important; */
  }
  section.news-event .p-50 {
    padding: 10px!important;
  }
  .m-b-80 {
    margin-bottom: 10px!important;
  }
  section.show-banner {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;

  }
  .c-c.col-md-4 .row.m-0 {
    display: flex !important;
  }
  section.sec-slide.reccommend-slide {
    padding: 50px 0px;
    background: transparent;
    padding-bottom: 0px;  
  }
  section.aboutus-slide {
    padding: 50px 0px;
  } 
  section.pd-img-slide .row {
    display: flex !important;
  }
  section.pd-img-slide .row .col-md-6 {
    width: 50% !important;
  }
  section.pd-img-slide .row .col-md-4 {
    width: 33% !important;
  }
  section.category .slide {
    padding: 1rem;
    text-align: center;
  }
  section.csr-act .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: unset;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
  }
  footer .row {
    display: flex !important;
  }
  footer .col-md-4.text-center {
    order: 1;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 3rem;
}
  footer .col-md-2 {
    order: 2;
    width: 50%;
  }
  .h-top-title.text-center.p-b-80 {
    padding-bottom: 1rem !important;
  }
  section.buil-your-brand iframe {
    width: 100%;
    margin: 20px 0px;
  }
  .owl-nav {
    display: none;
  } 
  .h-top-title {
    margin-bottom: 1rem;
    text-transform: uppercase;
  
  }
  .ab-slide-detail-area {
    padding: 0 !important;
    margin-top: 2rem;
  }
  .ab-slide-detail-area {
    padding: 0 !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  section.present .detail {
    margin-bottom: 2rem;
  }
  .row.cc-r{text-align: center;}
  footer .col-md-6.text-right {
    text-align: center !important;
  }
  section.sec-slide.aboutus-slide {
    border-top: 1px solid #ccc;
  }
  section#policyNotif {
    width: 50%;
  }
  .act-large .inner.p-50 {
    padding: 10px !important;
  }
  .act-media .col-md-6, .act-medium .col-md-6, .act-small .col-md-6 {
    display: block !important;
  }
  ul.l-col-3 li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px 0px 0px;
  }
  .act-media.p-t-80 .col-md-6.d-flex {
    margin-bottom: 2rem;
  }
  .detail.text-center h4, .detail.text-center p {
    font-size: 1rem;
    text-align: left !important;
  }
  a.btn-more.btn-m {
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    width: auto;
    text-align: center;
    padding: 10px 0px;
  }
  .detail.text-edit.p-30 {
    padding: 0rem !important;
  }
  .detail.text-edit .row.p-50 {
    padding: 0 !important;
  }
  .position {
    margin-top: 2rem;
  }
  .form-group.col-md-4.p-l-20.p-r-20 {
    padding: 0 !important;
  }
  .d-flex.just-end {
    justify-content: unset;
    margin-top: 1rem;
  }
  .border-1-form {
    padding: 15px;
    border: 1px solid;
  }
  a.btn-delete {
    margin-top: 1rem;
  }
  .popuptext.show .inner {
    width: 65%;
    height: 200px;
    background: #fff;
    padding: 8px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 7.5rem;
    border-radius: 0px;
    margin-top: 15rem;
    box-shadow: 0px 0px 60px 1px #20202059;
    /* overflow: hidden; */
  }
  .contact-branch-list {
    position: unset;
    top: 0;
    bottom: 0;
    right: 1rem;
    height: max-content;
    margin: auto;
    padding: 20px 0px;
  }
  .contact-branch-list ul li {
    display: inline-block;
    margin: unset;
  }
  .contact-branch-list ul {
    padding: 0;
    list-style: none;
    width: fit-content;
    margin: auto;
  }
  .img-branch {
    padding: 10px 10px 10px 10px;
  }
  .col-md-6.p-l-0 {
    padding: 0;
  }
  .card-channel {
    margin-bottom: 2rem;
  }
  .show-channel.p-t-80.p-b-0 {
    padding-top: 3rem !important;
  }
  .show-channel .row {
    width: 100%;
    margin: 0px;
  }
  .show-channel .col-md-4 {
    padding: 0 !important;
  }

  .show-channel .col-md-6 {
    padding: 0 !important;
  }
  .mt-80 {
    margin-top: unset !important;
    height: 100%;
  }
  .list-3-col ul li {
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
    border-radius: 15px;
    padding: 16px;
  }
  .w-50 {
    width: 50%!important;
    height: 100%;
  }
  .act-small .col-md-6.c-f {
    padding: 0;
    padding-top: 1rem;
  }
  .img-preview img {
    width: 100% !important;
  }

  section#landingPop {
    position: fixed;
    top: 0;
    background: #0a0a0a9e;
    height: 100vh;
    width: 90%;
  }
  section.sec-slide.aboutus-slide .head-banner .owl-dots, section.sec-slide.reccommend-slide .head-banner .owl-dots {
    position: unset !important;
    bottom: 0;
    right: 0;
  }
  .brand-list ul li {
    width: 48%;
  }
  section.contact iframe {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 400px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
  .sidebar {
    width: 78px;
  }
  .sidebar.close {
    width: 0;
  }
  .home-section {
    left: 78px;
    width: calc(100% - 78px);
    z-index: 100;
  }
  .sidebar.close ~ .home-section {
    width: 100%;
    left: 0;
  }
  .card-text .detail {
    margin: 2rem 0px;
  }
  .card-text .detail {
    background: #eee;
    padding: 2rem;
  }
  section#policyNotif {
    width: 65%;
  }
  
}

@media (max-width: 320px) {

}

.sidebar,
.sidebar-right .content {
  float: left;
  padding-right: 1px;
}

::selection {
  background: #4e4e4e;
  color: #fff;
}

img,table{max-width: 100%}
.logo-spine img{max-width: 190px}
@media (max-width: 767px){
section#policyNotif {
    width: 66%;
}
}

.social-icon-size{
  width: 33px;
  height: 33px;
  margin-bottom: 8px;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar:before{
	display: none;
}
.sidebar{
	overflow-y: auto;
}
@media (min-width: 768px){
	.mobi-logo,.mobi-space{display:none;}
	.vis-control-mobile{display:none}
}

@media (max-width: 767px){
	.mobi-space{width:37px;}
	.content-area{
		padding-left: 0;
	}
	.logo-spine, .sidebar .logo,.vis-control-desk{
		display: none;
	}
	.home-content{
		left: 50px;
		position:relative;
		width:100vw;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items:center;
	      padding: 0.75rem 0;
	}
    .breadcrumb.text-center.p-50.p-b-10{padding-top:20px!important}
	.spine-menu{
		border:none;
		background-color: transparent;
	}
	.spine-menu .home-content{
		left: 0
	}
	.sidebar{
		box-shadow: none!important;
		float: none;
    		position: fixed;
    		left: 0;
    		right: 0;
    		width: 100%!important;
		padding: 0!important;
		display: flex;
		flex-direction: column;
	    	justify-content: space-between;
	}
	.sidebar .logo img,.mobi-logo.logo img{
		width: 240px;
		max-width: 100%;
	}

	.sidebar.close{
		margin-left: -100%;
	}
	.sidebar .nav-links{
		padding: 60px 0 50px 0;
	}
	.vis-control-mobile{
		cursor: default!important;
	}
	.vis-control-mobile:hover{
		background-color:transparent!important
	}
	.vis-control-mobile > div{
		position: relative;
		bottom:initial;
		margin-bottom: 1rem
		
	}
	.nav-map img{width:33px}
  .op-menu{cursor:pointer}
  .p-50.font-s-13.text-center{padding: 15px!important}
  .nav-mainmenu + .content-area{padding-top:55px}
}
}

@media (max-width: 425px){
	.sidebar .logo img,.mobi-logo.logo img{
		width: 200px;
	}
}

.privacy .act-medium .col-md-6.d-flex.p-b-50 a{width: 100%}
.news-large + .carousel.owl-carousel .slide a .img,.privacy .act-medium .col-md-6.d-flex.p-b-50 a > div:not(.c-f) .img,.privacy .act-list .list-item .img {  --tw-aspect-h: 1;  position: relative;  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%)!important;  --tw-aspect-w: 1;}
.news-large + .carousel.owl-carousel .slide a .img img,.privacy .act-medium .col-md-6.d-flex.p-b-50 a > div > .img img,.privacy .act-list .list-item .img img{  position: absolute;  height: 100%;  width: 100%;  top: 0;  right: 0;  bottom: 0;  left: 0;object-fit:cover}
@media (max-width: 767px){
section#landingPop{
width: 100%
}

section#policyNotif {
    width: calc(100% - 4rem);
    z-index: 1000;
}
/* a[style*="margin-left"], p[style*="margin-left"], div[style*="margin-left"], span[style*="margin-left"], table[style*="margin-left"], tr[style*="margin-left"], th[style*="margin-left"], td[style*="margin-left"], tbody[style*="margin-left"], thead[style*="margin-left"], ul[style*="margin-left"], ol[style*="margin-left"], li[style*="margin-left"], h1[style*="margin-left"], h2[style*="margin-left"], h3[style*="margin-left"], h4[style*="margin-left"], h5[style*="margin-left"], h6[style*="margin-left"], blockquote[style*="margin-left"], q[style*="margin-left"], abbr[style*="margin-left"], address[style*="margin-left"], cite[style*="margin-left"], bdo[style*="margin-left"], section[style*="margin-left"], article[style*="margin-left"] {
  margin-left: 0 !important;
}

a[style*="margin-right"], p[style*="margin-right"], div[style*="margin-right"], span[style*="margin-right"], table[style*="margin-right"], tr[style*="margin-right"], th[style*="margin-right"], td[style*="margin-right"], tbody[style*="margin-right"], thead[style*="margin-right"], ul[style*="margin-right"], ol[style*="margin-right"], li[style*="margin-right"], h1[style*="margin-right"], h2[style*="margin-right"], h3[style*="margin-right"], h4[style*="margin-right"], h5[style*="margin-right"], h6[style*="margin-right"], blockquote[style*="margin-right"], q[style*="margin-right"], abbr[style*="margin-right"], address[style*="margin-right"], cite[style*="margin-right"], bdo[style*="margin-right"], section[style*="margin-right"], article[style*="margin-right"] {
  margin-right: 0 !important;
}

a[style*="margin"], p[style*="margin"], div[style*="margin"], span[style*="margin"], table[style*="margin"], tr[style*="margin"], th[style*="margin"], td[style*="margin"], tbody[style*="margin"], thead[style*="margin"], ul[style*="margin"], ol[style*="margin"], li[style*="margin"], h1[style*="margin"], h2[style*="margin"], h3[style*="margin"], h4[style*="margin"], h5[style*="margin"], h6[style*="margin"], blockquote[style*="margin"], q[style*="margin"], abbr[style*="margin"], address[style*="margin"], cite[style*="margin"], bdo[style*="margin"], section[style*="margin"], article[style*="margin"] {
  margin: 0 !important;
}

a[style*="margin-top"], p[style*="margin-top"], div[style*="margin-top"], span[style*="margin-top"], table[style*="margin-top"], tr[style*="margin-top"], th[style*="margin-top"], td[style*="margin-top"], tbody[style*="margin-top"], thead[style*="margin-top"], ul[style*="margin-top"], ol[style*="margin-top"], li[style*="margin-top"], h1[style*="margin-top"], h2[style*="margin-top"], h3[style*="margin-top"], h4[style*="margin-top"], h5[style*="margin-top"], h6[style*="margin-top"], blockquote[style*="margin-top"], q[style*="margin-top"], abbr[style*="margin-top"], address[style*="margin-top"], cite[style*="margin-top"], bdo[style*="margin-top"], section[style*="margin-top"], article[style*="margin-top"] {
  margin-top: 0 !important;
}

a[style*="margin-bottom"], p[style*="margin-bottom"], div[style*="margin-bottom"], span[style*="margin-bottom"], table[style*="margin-bottom"], tr[style*="margin-bottom"], th[style*="margin-bottom"], td[style*="margin-bottom"], tbody[style*="margin-bottom"], thead[style*="margin-bottom"], ul[style*="margin-bottom"], ol[style*="margin-bottom"], li[style*="margin-bottom"], h1[style*="margin-bottom"], h2[style*="margin-bottom"], h3[style*="margin-bottom"], h4[style*="margin-bottom"], h5[style*="margin-bottom"], h6[style*="margin-bottom"], blockquote[style*="margin-bottom"], q[style*="margin-bottom"], abbr[style*="margin-bottom"], address[style*="margin-bottom"], cite[style*="margin-bottom"], bdo[style*="margin-bottom"], section[style*="margin-bottom"], article[style*="margin-bottom"] {
  margin-bottom: 0 !important;
}

a[style*="padding-left"], p[style*="padding-left"], div[style*="padding-left"], span[style*="padding-left"], table[style*="padding-left"], tr[style*="padding-left"], th[style*="padding-left"], td[style*="padding-left"], tbody[style*="padding-left"], thead[style*="padding-left"], ul[style*="padding-left"], ol[style*="padding-left"], li[style*="padding-left"], h1[style*="padding-left"], h2[style*="padding-left"], h3[style*="padding-left"], h4[style*="padding-left"], h5[style*="padding-left"], h6[style*="padding-left"], blockquote[style*="padding-left"], q[style*="padding-left"], abbr[style*="padding-left"], address[style*="padding-left"], cite[style*="padding-left"], bdo[style*="padding-left"], section[style*="padding-left"], article[style*="padding-left"] {
  padding-left: 0 !important;
}

a[style*="padding-right"], p[style*="padding-right"], div[style*="padding-right"], span[style*="padding-right"], table[style*="padding-right"], tr[style*="padding-right"], th[style*="padding-right"], td[style*="padding-right"], tbody[style*="padding-right"], thead[style*="padding-right"], ul[style*="padding-right"], ol[style*="padding-right"], li[style*="padding-right"], h1[style*="padding-right"], h2[style*="padding-right"], h3[style*="padding-right"], h4[style*="padding-right"], h5[style*="padding-right"], h6[style*="padding-right"], blockquote[style*="padding-right"], q[style*="padding-right"], abbr[style*="padding-right"], address[style*="padding-right"], cite[style*="padding-right"], bdo[style*="padding-right"], section[style*="padding-right"], article[style*="padding-right"] {
  padding-right: 0 !important;
}

a[style*="padding"], p[style*="padding"], div[style*="padding"], span[style*="padding"], table[style*="padding"], tr[style*="padding"], th[style*="padding"], td[style*="padding"], tbody[style*="padding"], thead[style*="padding"], ul[style*="padding"], ol[style*="padding"], li[style*="padding"], h1[style*="padding"], h2[style*="padding"], h3[style*="padding"], h4[style*="padding"], h5[style*="padding"], h6[style*="padding"], blockquote[style*="padding"], q[style*="padding"], abbr[style*="padding"], address[style*="padding"], cite[style*="padding"], bdo[style*="padding"], section[style*="padding"], article[style*="padding"] {
  padding: 0 !important;
}

a[style*="padding-top"], p[style*="padding-top"], div[style*="padding-top"], span[style*="padding-top"], table[style*="padding-top"], tr[style*="padding-top"], th[style*="padding-top"], td[style*="padding-top"], tbody[style*="padding-top"], thead[style*="padding-top"], ul[style*="padding-top"], ol[style*="padding-top"], li[style*="padding-top"], h1[style*="padding-top"], h2[style*="padding-top"], h3[style*="padding-top"], h4[style*="padding-top"], h5[style*="padding-top"], h6[style*="padding-top"], blockquote[style*="padding-top"], q[style*="padding-top"], abbr[style*="padding-top"], address[style*="padding-top"], cite[style*="padding-top"], bdo[style*="padding-top"], section[style*="padding-top"], article[style*="padding-top"] {
  padding-top: 0 !important;
}

a[style*="padding-bottom"], p[style*="padding-bottom"], div[style*="padding-bottom"], span[style*="padding-bottom"], table[style*="padding-bottom"], tr[style*="padding-bottom"], th[style*="padding-bottom"], td[style*="padding-bottom"], tbody[style*="padding-bottom"], thead[style*="padding-bottom"], ul[style*="padding-bottom"], ol[style*="padding-bottom"], li[style*="padding-bottom"], h1[style*="padding-bottom"], h2[style*="padding-bottom"], h3[style*="padding-bottom"], h4[style*="padding-bottom"], h5[style*="padding-bottom"], h6[style*="padding-bottom"], blockquote[style*="padding-bottom"], q[style*="padding-bottom"], abbr[style*="padding-bottom"], address[style*="padding-bottom"], cite[style*="padding-bottom"], bdo[style*="padding-bottom"], section[style*="padding-bottom"], article[style*="padding-bottom"] {
  padding-bottom: 0 !important;
} */
td, th {
      display: block;
      width: 100%;
    }
table table[width]{
	width:100%
}
}

img[height]{
height: auto
}

audio, canvas, progress, video, iframe {
  max-width: 100%;
}
h3.h3{
  line-height: 1.15;
  margin-bottom: 0!important;
}
.ab-slide-detail-area .h-top-title,
.ab-slide-detail-area .h-top-title + h3
{
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
}

.ab-slide-detail-area .h-top-title + h4
{
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
}



.ab-slide-detail-area .h-top-title p {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 !important;
}