/*!
Theme Name: bigsoft
Theme URI: https://bigsoft.com.vn/
Author: Bigsoft
Author URI: https://bigsoft.com.vn/
Description: Đơn vị thiết kế website chuyên nghiệp
*/

body {
  margin: 0;
  font-family: "Montserrat", "Arial";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}
span.g {
  padding: 0 5px;
}
#page {
  overflow: hidden;
}

a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
  text-decoration: none !important;
  color: #101011;
}
p,
li {
  font-family: "Montserrat";
  font-weight: 500;
  color: #1a1a1a;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

h1 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}

h2 {
  font-size: 22px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 15px;
  font-weight: 500;
}
tr {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
td {
  border-left: 1px solid #ddd;
  padding: 10px;
}
tbody {
  border-bottom: 1px solid #ddd;
}
table {
  overflow: auto;
}
.dis-flex {
  display: flex;
  flex-wrap: wrap;
}
.dis-flex-end {
  justify-content: end;
}
.dis-flex-center {
  justify-content: center;
}
.dis-flex-start {
  justify-content: flex-start;
}
.dis-flex-left {
  justify-content: left;
}
.dis-flex-align-end {
  align-items: end;
}
.dis-flex-align-start {
  align-items: start;
}
.dis-flex-align-center {
  align-items: center;
}
.dis-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.dis-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.dis-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dis-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.dis-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.dis-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.dis-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.dis-grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
/**/

#searchInput {
  display: none;
  padding: 5px 8px;
  border: 1px solid #ccc;
  position: absolute;
  width: 97%;
  right: 0;
  top: 11px;
  border-radius: 20px;
  z-index: 10;
}

.close-icon {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000;
}

.search-icon {
  left: 10px;
}

.close-icon {
  display: none;
  right: 10px;
  z-index: 15;
}
.topbar-menu .search-container {
  float: right;
}

/*header*/
nav {
  background: #ffffff00 !important;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff !important;
}
.sticky-header a {
  color: #000 !important;
}
.header-main ul#menu-desktop > li .sub-menu li a {
  font-size: 14px;
  padding: 15px 15px 15px 5px;
}
.header-main ul#menu-desktop > li .sub-menu li {
  line-height: 20px;
  padding: 15px;
}
.header-main ul#menu-desktop > li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.header-main ul#menu-desktop > li .sub-menu {
  display: none;
  position: absolute;
  width: 350px;
  background: #fff;
  padding: 0;
  border: 1px solid #dddddd87;
  top: 100%;
}
.header-main ul#menu-desktop > li .sub-menu li:hover a {
  color: #ffffff;
}
ul#menu-desktop > ul > li {
  position: relative;
}
ul#menu-desktop > li:hover .sub-menu {
  display: block !important;
}
ul#menu-desktop > ul > li {
  position: relative;
}
.menu-header-bottom .container {
  display: block !important;
  padding: 0;
}
.header-desktop ul#item-menu-desktop {
  margin-bottom: 0;
  padding: 0;
}
.header-desktop #item-menu-desktop > li {
  padding-bottom: 0px;
  padding-top: 0px;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  position: none;
}
#item-menu-desktop > li > .sub-menu {
  padding: 0px;
  text-transform: uppercase;
  display: none;
  margin-left: 0;
}
.header-desktop #item-menu-desktop > li .sub-menu li .sub-menu {
  display: none;
}
.header-desktop #item-menu-desktop > li > .sub-menu > li > .sub-menu.openMenu {
  margin-top: 0;
  border-radius: 0;
}
.header-desktop #item-menu-desktop > li > a {
  padding: 18px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat";
  color: #000;
  display: block;
  line-height: 5px;
  padding-left: 42px;
}
.header-desktop .navbar {
  justify-content: center;
  align-items: center;
  line-height: 40px;
  position: relative;
}
ul#menu-desktop {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
ul#menu-desktop > li > a {
  padding: 28px 10px;
}
.header-desktop .header-main {
  line-height: 75px;
  background: #000;
  box-shadow: 1px 1px 5px #5e5e5e1a;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.logo-header {
  text-align: center;
  width: 100%;
}
.logo-header .custom-logo {
  width: 75%;
}
.title-header-bottom .title-menu-bottom {
  font-size: 14px;
  font-weight: 400;
}
.menu-bottom-header {
  padding-left: 42px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.menu-bottom-header .col-2 {
  width: 12.666667%;
}
.icon-header .item-icon-header {
  font-size: 20px;
  color: #e21313;
}
.header-top #menu-header-top ul {
  display: flex;
  padding-top: 20px;
}
.header-top {
  position: absolute;
  right: 30px;
  z-index: 1;
}
#menu-header-top > ul > li {
  padding-left: 25px;
}
#menu-header-top > ul > li a {
  color: #fff;
}
#menu-header-top > ul > li a:hover {
  color: #d8d9d9;
}
ul#menu-desktop > li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-bottom #wpmega-menu-menu-desktop .wpmm-sub-menu-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #dddddd63;
}
.header-bottom
  .wp-megamenu-main-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper {
  position: initial;
}
.header-bottom
  .wpmega-orangebar-mm-template
  .wpmm-sub-menu-wrap
  ul
  li
  h4.wpmm-mega-block-title,
.header-bottom
  .wpmega-orangebar-mm-template
  .wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link {
  background: #ffffff;
}
.wpmega-orangebar-mm-template
  .wpmm-sub-menu-wrap
  ul
  li
  h4.wpmm-mega-block-title:before,
.wpmega-orangebar-mm-template
  .wpmm-sub-menu-wrap
  ul
  li.wp-mega-menu-header
  > a.wp-mega-menu-link:before {
  display: none;
}
.header-bottom #wpmega-menu-menu-desktop .wp-mega-sub-menu {
  padding-left: 10px;
}
.header-bottom
  .title-menu-main
  > .wp-mega-menu-link
  .wpmm-mega-menu-href-title {
  text-transform: capitalize !important;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.wp-megamenu-main-wrapper.wpmega-orangebar-mm-template.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li:hover
  > a {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-orangebar-mm-template.wpmm-onclick
  ul.wpmm-mega-wrapper
  > li.menu-item-has-children.active-show
  > a:before,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-orangebar-mm-template.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li:hover
  > a:before {
  visibility: hidden !important;
}
ul#wpmega-menu-menu-desktop
  > .menu-item
  > .wp-mega-menu-link
  > .wpmm-mega-menu-href-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}
.menu-main-right .language-dropdown {
  position: relative;
  display: inline-block;
}

.menu-main-right #selected-language {
  background: #000;
  color: white;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-main-right #selected-language img {
  width: 30px;
  height: auto;
}

.menu-main-right .language-options {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 140px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin-top: -10px;
  line-height: 15px;
}
.menu-main-right .language-options a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: black;
  text-decoration: none;
}
.menu-main-right .language-options a img {
  margin-right: 8px;
  width: 20px;
}
.menu-main-right .language-options a:hover {
  background-color: #f0f0f0;
}
.menu-main-right .language-dropdown:hover .language-options {
  display: block;
}
.menu-main-left {
  background: #d9d9d9c9;
  padding: 10px;
  margin: 10px;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
}
.menu-main-left .item-menu-two a {
  color: #fff;
  margin-left: 10px;
}
/*Home*/
.banner-top-home {
  background: #000;
  height: 550px;
}
.banner-top-home .content-banner {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0.4em;
  font-size: 53px;
  line-height: 65px;
  font-weight: 700;
  max-width: 800px;
  position: relative;
  padding-bottom: 15px;
}
.banner-top-home .content-banner:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 65%;
  background: #f7e05f;
  top: 100%;
}
.main-banner {
  transform: translateY(50%);
}
.slide-in-left {
  transform: translateX(-100px);
  animation: slideInLefts 2s ease-out forwards;
}
.main-banner .button-banner {
  margin-top: 50px;
  animation: slideInLefts 2.3s ease-out forwards;
}
.main-banner .button-one {
  color: #000000;
  background: #f7e05f;
  padding: 10px 30px;
  margin-right: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-banner .button-two {
  color: #fff;
  border: 1px solid #f7e05f;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/*Footer*/
.footer-main-top {
  padding: 3rem 0;
  background: #eee;
  margin-top: 30px;
}
.footer-main-top .detail-main-footer-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 30px 0 rgba(0, 111, 68, 0.1);
  box-shadow: 0 0 40px rgb(0 50 82 / 9%);
}
.footer-main-top .detail-main-footer-top .title-footer-main-top {
  font-weight: 500;
  color: #f00;
  font-size: 17px;
}

.footer-main-top .detail-main-footer-top .item-image-footer {
  width: 25%;
  margin-right: 15px;
}
.footer-bottom-copyright {
  padding: 5px;
}
.footer-bottom-two-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 5px;
  align-items: center;
}
.footer-bottom-two-widget li {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
}
.footer-bottom-two-widget li a {
  text-decoration: underline !important;
}
.copyright-footer .footer_body-copyright {
  color: #fff;
}
.copyright-footer #copyright {
  margin-left: 5px;
}
.logo-footer {
  text-align: center;
  padding: 15px 0;
}
.logo-footer img {
  width: 15%;
}
.bg-social-footer:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bg-social-footer:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bg-social-footer {
  position: relative;
}
.social-footer-bottom a {
  padding: 10px;
  font-size: 25px;
}
footer#footer a,
footer#footer p {
  color: #fff;
}
.foote-info ul li a {
  font-size: 16px;
  padding-left: 0;
  color: #fff;
  line-height: 35px;
  font-weight: 400;
}
.footer-one-widget ul {
  padding-top: 10px;
}
.footer-two-widget ul,
.footer-four-widget ul {
  padding-top: 20%;
}
.row-footer-two {
  border-left: 1px solid #eeeeee4a;
  padding-left: 5rem;
}
footer#footer {
  position: relative;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 10px;
  background-color: #213343;
}
.footer-bottom {
  color: #9da6a6;
  padding-top: 4rem;
}
.foote-info ul {
  padding-left: 0;
}
.footer-one-widget ul li,
.footer-two-widget ul li,
.footer-three-widget ul li {
  position: relative;
}
.footer-one-widget li {
  color: #fff;
  line-height: 35px;
}
.footer-one-widget ul li a,
.footer-two-widget ul li a,
.footer-three-widget ul li a {
  color: #fff;
}
.foote-info .widget-title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}
.footer-one-widget p {
  font-size: 15px;
  color: #9da6a6 !important;
}
.footer-four-widget li {
  color: #fff;
}
.footer-four-widget li a {
  color: #fff;
}
.icon-footer .icon-custom {
  width: 10%;
  margin-right: 10px;
}
.icon-footer {
  display: flex;
  align-items: center;
}
ul#menu-footer-bottom-2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
ul#menu-footer-bottom-2 > li a {
  font-size: 15px;
  padding: 10px;
  color: #9da6a6;
}
/*Animation*/
@keyframes slideInLefts {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*phan trang*/
.paginate_links .current {
  margin: 0px 5px;
  font-size: 17px;
  border: 2px solid #c30;
  border-radius: 5px;
  background: #c30;
  color: #fff;
  padding: 0px 5px;
}
.paginate_links {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.paginate_links .prev {
  font-size: 17px;
  margin-right: 5px;
}
.paginate_links .next {
  margin-left: 5px;
}
.paginate_links a.page-numbers {
  font-size: 17px;
  margin: 0 3px;
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0d6efd;
  border: 1px solid #0d6efd !important;
  color: #ffffff;
  padding: 9px 15px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
}
.mobile-menu {
  display: none;
}
.mobile-custom {
  display: none;
}
/*Style Mobile*/
/*Style Contact*/
.bottom-contact-mobile {
  display: none;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  right: 0;
  transform: scale(0.8);
  bottom: 15%;
}

#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#gom-all-in-one #contact-vr,
#viber-vr,
#zalo-vr,
#zalo-vr,
#zalo-vr,
#whatsapp-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}

#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
  background-color: #dd3333;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 80px;
  height: 80px;
  top: -20px;
  left: 5px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 60px;
  height: 60px;
  line-height: 40px;
  top: -10px;
  left: 15px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
  opacity: 0.7;
}

#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 35px;
  max-width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #cdcdcd;
  background-color: rgb(211 211 211 / 26%);
}
#zalo-vr .zalo-vr-circle-fill {
  box-shadow: 0 0 0 0 #0091ff;
  background-color: #0091ff4a;
}
#zalo-vr .zalo-vr-img-circle {
  background-color: #0091ff !important;
}
#zalo-vr .phone-vr-img-circle {
  background-color: #000;
}
#zalo-vr .yb-vr-img-circle {
  background-color: #e21313 !important;
}
#zalo-vr .yb-vr-circle-fill {
  box-shadow: 0 0 0 0 #f59191;
  background-color: rgb(226 19 19 / 38%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
/*Style Mobile*/

nav {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 3;
}

#hamburger,
#hamburger-main {
  margin: 2%;
}

#hamburger,
#hamburger-main {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s linear;
  width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
  display: flex;
  align-items: center;
}

#hamburger:hover,
#hamburger-main:hover {
  opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before,
#hamburger-main div,
#hamburger-main div:before,
#hamburger-main div:after {
  background-color: #000;
  border-radius: 10px;
  width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
  transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after,
#hamburger-main div:before,
#hamburger-main div:after {
  content: "";
  position: absolute;
}

#hamburger div:before,
#hamburger-main div:before {
  transform: translateY(-200%);
}

#hamburger div:after,
#hamburger-main div:after {
  transform: translateY(200%);
}

#hamburger.open div,
#hamburger-main.open div {
  background: transparent;
}

#hamburger.open div:before,
#hamburger-main.open div:before {
  transform: rotate(45deg);
}

#hamburger.open div:after,
#hamburger-main.open div:after {
  transform: rotate(-45deg);
}
#hamburger.open div:after,
#hamburger.open div:before,
#hamburger-main.open div:after,
#hamburger-main.open div:before {
  background-color: #fff;
  border-radius: 10px;
  width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
  transition: all 0.15s linear;
}
#hamburger.open,
#hamburger-main.open {
  z-index: 3;
  position: fixed;
  right: 3px;
  top: 0;
}
#overlay,
#overlay-main {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000 !important;
  z-index: 1;
  transform: translateX(-300%);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#overlay.menu,
#overlay-main.menu {
  transform: translateX(0%);
  top: 0;
  min-height: auto;
}
#overlay a,
#overlay-main a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  margin: 0%;
  transition: opacity 0.2s linear;
  font-weight: 600;
  text-transform: uppercase;
}
#overlay a:hover,
#overlay-main a:hover {
  opacity: 1;
}
#overlay .menu-menu-main-container,
#overlay-main .menu-menu-main-container {
  width: 100%;
}
#menu-mobile .icon-dropdown:before {
  content: "\f054";
  font-family: "FontAwesome";
  padding-right: 15px;
  float: right;
}
nav.navigation.post-navigation {
  background: #fff;
  margin-left: -13px;
}
.sidebar-mobile {
  display: none;
}
figure {
  width: 100% !important;
}
figcaption {
  text-align: center;
  font-style: italic;
  font-weight: 400;
  background: #f5f5f5;
  padding: 5px;
}
/*end footer*/
@media (min-width: 1920px) {
  .container {
    max-width: 1140px !important;
  }
  .item-benefit .item-title-benefit {
    position: relative;
    left: 72%;
    z-index: 1;
    top: -12%;
    width: 65%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1224.51px !important;
  }
  .item-info-footer {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1224.51px !important;
  }
}
@media (min-width: 1080px) {
}
@media (max-width: 768px) {
  /*header-mobile*/
  .header-mobile .site-branding {
    width: 50%;
  }
  .header-desktop {
    display: none;
  }
  ul#menu-mobile > li > ul.sub-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-mobile img.custom-logo {
    margin: 0px !important;
    width: 140px !important;
  }
  .list-icon-menu ul > li {
    float: left;
    line-height: 25px;
    padding: 0px 10px;
  }
  .mobile-menu #overlay ul.sub-menu > li > a {
    font-size: 16px !important;
    font-weight: 500;
  }
  .mobile-menu #overlay #menu-mobile > li ul > li ul.sub-menu {
    padding-left: 20px;
    padding-top: 0px;
  }
  ul#menu-mobile {
    font-family: "Montserrat" !important;
  }
  .mobile-menu .list-icon-menu li.button-mobile {
    margin-top: 0px !important;
  }
  #overlay #menu-mobile li {
    padding-bottom: 10px;
    font-weight: 400;
  }
  .mobile-menu #overlay #menu-mobile > li ul > li ul > li {
    padding-bottom: 0px;
    line-height: 20px;
  }
  #overlay {
    align-items: flex-start !important;
    color: #000;
    font-weight: 600;
    padding: 15px;
  }
  .header-mobile {
    display: block;
    background: #d1c1ad !important;
    border-bottom: 1px solid #f0eff4 !important;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
  }
  .header-mobile img.custom-logo {
    margin: 0px !important;
    width: 140px !important;
  }
  .navbar-dark .navbar-toggler {
    color: rgb(98 22 22 / 55%) !important;
    border-color: rgb(48 0 0 / 10%) !important;
  }
  div#collapsibleNavbar {
    padding: 15px 5px;
    border-top: 1px solid #c0ad9c;
  }
  .list-icon-menu ul > li {
    float: left;
    line-height: 25px;
    padding: 0px 10px;
  }
  .mobile-menu .list-icon-menu ul > li {
    margin-top: 5px;
  }
  #menu-mobile > li.open > .sub-menu {
    display: block;
    padding-left: 5px;
    padding-top: 0px;
  }
  #menu-mobile > li > .sub-menu > li a {
    padding: 5px;
    display: block;
  }
  ul#menu-mobile > li > ul.sub-menu:hover {
    display: block !important;
  }
  .site-branding .custom-logo {
    width: 100%;
    height: auto;
  }
  .mobile-menu .custom-logo {
    width: 140px !important;
  }
  /*style contact mobile*/
  /*style mobile*/
  .background-header .image-background {
    height: 50vh;
    object-fit: cover;
  }
  .background-header .detail-background-header .item-logo-header {
    width: 65%;
    height: 25%;
  }
  .header-menu .header-mobile-main {
    border-bottom: 0 !important;
    box-shadow: 1px 1px 5px #00000042;
  }
  .header-menu .header-mobile-main .site-branding {
    width: 30%;
  }
  .header-mobile-main ul#menu-mobile {
    padding: 25px;
  }
  .header-mobile-main ul#menu-mobile > li {
    margin-bottom: 25px;
  }
  .header-mobile-main ul#menu-mobile > li > a {
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
  }

  .background-header .content-header p {
    font-size: 16px !important;
  }

  .title-logo-home .item-title-logo,
  .title-blogs-home .item-title-blogs {
    font-size: 30px;
  }
  .title-logo-home .item-meta-logo,
  .title-blogs-home .item-meta-blogs {
    font-size: 16px;
  }
  .title-blogs-home {
    padding-bottom: 10px;
  }
  .our-blogs {
    margin-bottom: 40vh;
  }
  footer#footer:before {
    top: -38%;
    background-position: -20%, 0%;
    background-size: 220% 100%;
  }

  .background-header .item-cloud-info.item-cloud-five {
    top: 32vh;
  }
  .footer-one-widget div#media_image-2 {
    text-align: center;
  }

  .header-menu .header-mobile-main .site-branding {
    position: relative;
    height: 100px;
    overflow: hidden;
  }

  .header-menu .header-mobile-main .site-logo {
    position: absolute;
    top: -10%;
    left: 0;
    transform: translateY(0);
    opacity: 0;
  }
  .header-menu .header-mobile-main .site-logo.animate {
    animation: slideIn 1s ease forwards;
  }
  .banner-top-home .item-image img {
    height: 30vh;
    object-fit: cover;
  }
  .banner-top-home .content-banner {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
  .main-banner .button-one {
    padding: 10px;
    margin-right: 0;
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin-bottom: 15px;
  }
  .main-banner .button-two {
    padding: 10px;
    width: 80%;
  }
  .info-outstanding {
    padding: 4.68em 20px;
    margin: 5px;
    margin-bottom: 5rem;
    border: 1px solid #dddddd94;
  }
  .outstanding-our {
    padding: 145px 0 0px 0;
  }
  .courses-our {
    padding: 50px 0;
  }
  .content-post-courses {
    margin-top: 35px;
  }
  .content-post-courses {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .b-small-divider {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-courses-home .image-content-courses-home {
    padding-top: 25px;
    text-align: center;
  }
  .review-our .text-top-title p {
    margin-bottom: 0.5em;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
  }
  .review-our {
    padding-top: 5em;
    padding-bottom: 10em;
  }
  .banner-top-home .button-banner {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .main-podcasts {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .blog-video-our {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  footer#footer {
    padding-top: 5.25rem;
  }
  .footer-bottom {
    padding-top: 1rem;
  }
  ul#menu-footer-bottom-2 {
    justify-content: center;
  }
  .footer_body-copyright {
    text-align: center;
  }
  div#custom_html-2 {
    margin-bottom: 3rem;
  }
  .mobile-menu nav.navbar {
    background: #fff !important;
  }
  .banner-top-courses .content-banner h1 {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }
  .banner-top-courses .content-banner p {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .main-banner {
    transform: translateY(-37%);
  }
  .main-courses-page .course-category-title {
    font-size: 35px;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
  .info-banner-courses .item-title-courses {
    font-size: 35px;
  }
  .info-banner-courses .button-banner-couurses .detail-button {
    padding: 15px 20px;
  }
  .main-overview {
    padding-top: 0;
  }
  .site-video .title-video-single {
    font-size: 35px;
    width: 100%;
    line-height: 48px;
    margin-bottom: 50px;
  }
  div#watchvideo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .row-overview {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .content-courses-our,
  .site-about-courses,
  .list-content-why {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .content-courses-our .gallery-popup {
    justify-content: center;
    padding-left: 0;
    padding-top: 2rem;
  }
  .main-object-courses .content-object-courses {
    padding-left: 0;
  }
  .main-object-courses .item-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 2rem;
    line-height: 30px;
  }
  .courses-team {
    padding-left: 0;
    padding-top: 2rem;
    border-top: 5px double #ddd;
    margin-top: 1rem;
  }
  .main-about-courses .item-avata-content,
  .courses-team .button-avata-courses {
    text-align: center;
  }
  .courses-team .name-courses-single {
    margin-top: 1rem;
  }
  .detail-content-about-courses h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .list-content-why .item-title-why {
    text-align: center;
    padding: 20px 0;
  }
  .list-content-why .col-md-4:not(:last-child) .item-list-why {
    border-bottom: 3px double #ddd;
  }
  .image-why-top .title-image-why {
    text-align: center;
  }
  .main-banner-bootcamp {
    width: 100%;
  }
  .banner-page-bootcamp .bootcamp-title-banner {
    font-size: 35px !important;
    line-height: 55px;
    text-align: center;
  }
  .main-content-top-bootcamp .title-content-top-bootcamp {
    font-size: 30px;
    color: #fff;
    width: 100%;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
  }
  .main-content-top-bootcamp .item-content {
    padding: 5px;
  }
  .site-instructor-bootcamp .text-instructor-bootcamp-smal:after {
    width: 40%;
    left: 33%;
  }
  .site-instructor-bootcamp .detail-content-instructor-bootcamp h3 {
    font-size: 35px;
  }
  .site-instructor-bootcamp .button-instructor-bootcamp {
    text-align: center;
  }
  .site-instructor-bootcamp .image-instructor-bootcamp-main {
    margin-top: 3rem;
  }
  .site-instructor-bootcamp .image-instructor-bootcamp-writting img {
    width: 41%;
    top: 100%;
    padding-top: 25px;
  }
  .site-instructor-bottom .detail-title-instructor-bottom,
  .customer-our .detail-title-instructor-bottom {
    width: 100%;
    font-size: 35px;
    line-height: 1;
    text-align: center;
  }
  .site-instructor-bottom .text-instructor-bottom,
  .customer-our .text-customer-bootcamp {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
  }
  .site-instructor-bottom .row-instructor-bottom {
    padding-top: 0;
    padding-bottom: 1rem;
    text-align: center;
  }
  .site-instructor-bottom {
    padding-bottom: 3rem;
  }
  .main-testimonials .tag-testimonial {
    padding: 8px 10px;
    letter-spacing: 5px;
    font-size: 10px;
  }
  .review-testimonials-our .title-testimonials-one {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .review-testimonials-our .title-testimonials-review {
    width: 100%;
    text-align: center;
  }
  .review-testimonials-our .title-testimonials-two {
    font-size: 15px;
  }
  .review-testimonials-our {
    padding-bottom: 0em !important;
  }
  .main-curriculum-bootcamp .detail-title-curriculum-bootcamp {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }
  .main-curriculum-bootcamp .text-curriculum-bootcamp {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .main-curriculum-bootcamp .content-instructor-bottom {
    margin-right: 0;
    padding: 0px 0 30px 0;
    text-align: center;
  }
  .fqa-our {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .main-fqa .title-fqa {
    font-size: 35px;
    text-align: center;
    line-height: 1;
  }
  .main-fqa .accordion {
    font-size: 15px;
    height: auto;
  }
  .content-about-progroup {
    padding-top: 5rem;
  }
  .content-about-progroup .item-content h3,
  .main-overview-progroup .detail-content-overview h3 {
    font-size: 35px;
    text-align: center;
  }
  .site-overview-progroup {
    padding-top: 5rem;
  }
  .main-testimonialspro .video-our {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #page-progroup .site-testimonials {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .review-testimonials-progroup {
    padding-top: 0 !important;
    padding-bottom: 5rem !important;
  }
  .fqapro-our .main-fqa .title-fqa {
    font-size: 35px;
    width: 100%;
    margin-bottom: 5px;
  }
  .banner-page-progroup img.image-banner-top {
    width: 30%;
    margin-top: 0;
  }
  .banner-page-bootcamp .button-banner-bootcamp,
  .button-banner-bootcamp {
    margin-top: 30px;
    text-align: center;
  }
  .main-banner-bootcamp .item-content-bootcamp {
    text-align: center;
  }
  .banner-contact-page .main-banner-contact {
    width: 100%;
    text-align: center;
  }
  .banner-contact-page .item-content-contact h1 {
    font-size: 35px;
  }
  .banner-contact-page .item-content-contact p {
    font-size: 15px;
  }
  .form-contact-main .content-info-contact h3,
  .form-contact-main .title-form-contact p {
    font-size: 35px;
  }
  .form-contact-main .main-contact-form {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
}
