html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* font-family */
@font-face {
  font-family: 'BuenosAiresVN';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/BuenosAires-VN-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'BuenosAiresVN';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/BuenosAires-VN-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BuenosAiresVN';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/BuenosAires-VN-Bold.ttf') format('truetype');
}

.font-light {
  font-family: 'BuenosAiresVN', sans-serif;
  font-weight: 300;
}

.font-regular {
  font-family: 'BuenosAiresVN', sans-serif;
  font-weight: 400;
}

.font-bold {
  font-family: 'BuenosAiresVN', sans-serif;
  font-weight: 700 !important;
}

/* // layout */

*,
body,
p,
strong,
html,
body,
form,
fieldset,
table,
tr,
td,
img,
input,
button,
select,
textarea,
optgroup,
option,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
strong,
.faq-question,
.faq-question.acc_head,
.font-light,
.font-regular,
.font-bold {
  font-family: 'BuenosAiresVN', sans-serif !important;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #717583;
  font-family: 'BuenosAires-Light', sans-serif;
  font-family: "BuenosAires-Light";
  font-family: 'BuenosAiresVN', sans-serif;
  font-weight: 300;
}

.header-top.container {
  padding: 10px 0 15px 0;
  margin: 0 auto;
  background-image: url(../images/bg-header-top.jpg);
  background-size: cover;
  border-radius: 5px;
  max-width: 100%;
  width: auto;
  height: 100%;
}

/* // footer_paralax */
section.footer_paralax {
  width: 100%;
  height: auto;
  /* background: #5334ad; */
  /* background: linear-gradient(120deg, #7730a8, #5334ad 40%, #5792ff 90%, #67b2ff 100%); */
  position: relative;
  padding: 30px 0 0 0;
  overflow: hidden;
}

section .footer_paralax.bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeSpread;
  animation-name: fadeSpread;
}

.footer-logo {
  width: 250px;
  margin: auto;
}

.footer-logo img {
  width: 100%;
  height: inherit;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
}


/* // content-footer */
.footer-content {
  text-align: center;
  color: #662d91;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: normal;
  word-spacing: 0;
  position: relative;
  word-break: break-word;
  z-index: 10;
}

.footer-content.address .title,
.footer-content.phone .title,
.footer-content.bank .title {
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
  padding: 0;
  /* color: #551f58; */
}

.footer-content.address {
  font-size: 16px;
  line-height: 0;
  font-weight: 600;
  padding: 30px 0 0 0;
  text-align: center;
}

.footer-content.phone p {
  flex-direction: row;
  font-weight: 600;
  font-size: 18px;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

.footer-content.phone a {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
  color: #717583;
}

.footer-content.bank {
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, #C78740 0%, #F1C36B 100%);
  border-image-slice: 1;
  transition: width 0.2s 0.35s ease-out;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.footer-content.bank p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.footer-content.social {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

.social ul.social-media {
  width: 600px;
  height: inherit;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.social ul.social-media li.item-media {
  display: inline-block;
  width: 250px;
  padding: 15px 0 0 0;
  text-align: justify;
}

.item-media svg {
  width: auto;
  height: 20px;
  padding-right: 10px;
  display: inline-block;
  fill: #fff;
}

.social ul.social-media a {
  color: #717583;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

/* // bottom-nav */
.bottom-nav {
  --arrow-width: 50px;
  --arrow-height: 25px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(200%);
  z-index: 5;
  border-radius: 30px;
  color: var(--text-color-white);
  background-color: var(--theme-orange-color);
  padding: 15px 50px;
  box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 20%);
  font-size: 14px;
  transition: transform 350ms ease-in-out;
  width: fit-content;
}


/* // header */
header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header-top .logo {
  text-align: center;
  position: relative;
  z-index: 1;
  top: 10px;
  max-width: 100%;
  width: auto;
}

.header-top .logo img {
  padding-bottom: 5px;
  max-width: 100%;
  width: auto;
  height: 80px;
}

.header-top .main-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeSpread;
  animation-name: fadeSpread;
}

/* menu */
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}

label {
  cursor: pointer;
}

label:focus {
  outline: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 240px;
  height: 100%;
  transform: translate3d(-240px, 0, 0);
  transition: transform 0.35s;
}

label.menu-toggle {
  position: absolute;
  right: -60px;
  width: 60px;
  height: 60px;
  line-height: 0px;
  display: block;
  padding: 0;
  text-indent: -9999px;
  background: url(../images/icon-open-menu.png) 50% 50% / 25px 25px no-repeat;
}

.list-menu {
  background: #C78740;
  color: #fff;
  height: 100vh;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  border-bottom: solid 1px #ccc;
}

.main-menu ul li>label {
  background: url(../images/icon-next.png) 95% 50% / 16px 16px no-repeat;
}

.main-menu ul li a,
label {
  display: block;
  text-align: center;
  padding: 0 20px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
}

.main-menu ul li:hover {
  color: #666;
}

.menu-checkbox {
  display: none;
}

.menu .menu label.menu-toggle {
  background: none;
}

.menu-checkbox:checked~.menu {
  transform: translate3d(0, 0, 0);
}

/* // slideshow */
header .slideshow {
  max-width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  margin: 5px auto 0;
}

header .slideshow .slider {
  max-width: 100%;
  width: auto;
  height: inherit;
  position: relative;
  margin: 0 auto;
}

.slideshow .slider .item-slider {
  max-width: 100%;
  width: auto;
  height: inherit;
}

.slideshow .slider .item-slider img {
  max-width: 100%;
  width: auto;
  height: inherit;
}

.slideshow .item-slider .des {
  width: 80%;
  color: #000;
  text-align: center;
  padding: 50px 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0.7;
  border: solid 1px #fff;
  box-shadow: 2px 2px 2px 2px;
}

.slideshow .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


/* // section-blog */


section,
.main-section {
  width: 100%;
  height: inherit;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

.content {
  width: 100%;
  height: inherit;
  padding: 0;
  margin: 0 auto;
}

.section-blog .col-item {
  width: 50%;
  margin: 0;
  display: block;
  padding: 15px;
  margin: 0;
}

.col-item .item-img img {
  width: 100%;
}

.section-blog .col-item .content {
  width: 80%;
  background: #fff;
  padding: 15px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 6px -8px 10px 0px #e9ecef;
  top: 0%;
  position: relative;
  transform: translateY(-40%);
  transition: all 0.5s ease;
}

.section-blog  .col-item h3 {
  display: block;
  width: auto;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: none;
  color: #587077;
  text-align: center;
}

.section-blog  .col-item .title-item {
  display: block;
  color: #587077;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 10px 0;
  font-weight: 500;
}

.section-blog  .col-item p {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.3s ease-out 1.1s, transform 0.2s ease-out 1.2s;
}

/* // blogs-list */

.section-blog .blogs-list {
  width: 100%;
  height: inherit;
  padding: 0;
  margin: 0 auto;
  color: #000;
  background: #fff;
}

.section-blog .blog-post-item {
  width: 100%;
  border-radius: 5px;
  margin: 20px 0;
  box-shadow: 2px 2px 2px 2px #ccc;
  padding: 15px;
  background: #fff;
  position: relative;
  top: 0px;
  transform: translateY(-20px);
  transition: all 2s ease;
}

.blog-post-item .article__date {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.blog-post-item .article-card__title {
  text-align: left;
  line-height: 18px;
  height: auto;
}

.blog-post-item .article-card__title a {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}



/* contact */
/* .section-contact { */
/* padding: 70px 0 0 0; */
/* background: #302342; */
/* } */

.section-contact .col-sm-6.col-item {
  padding: 0;
}
.section-contact .container{
  max-width: 1200px;  
}

.form-group {
  padding: 5px 0;
}

.form-group .form-control.input-lg {
  border-radius: 0;
}

.btn.btn-primary {
  width: 150px;
  display: block;
  margin: 25px auto;
  background: #542776 !important;
  border-color: #ccc;
  color: #fff;
  font-size: 18px;
  pointer-events: pointer;
  opacity: 1;
}

.section-contact .col-item .title {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}

.section-contact .col-sm-6.col-item {
  margin: 0 0 30px 0;
  padding: 0 1px;
  text-align: center;
}

.section-contact .col-item p {
  text-align: center;
  padding: 25px 0;
  font-weight: 500;
  transform: translateY(0px);
  transition: opacity 0.3s ease-out 1.1s, transform 0.2s ease-out 1.2s;
}

/* .certificate-section */
section.certificate-section {
  width: 100%;
  height: inherit;
  padding-bottom: 0;
}

.certificate-section.container {
  width: 1200px;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
}

.certificate-section .content {
  width: 100%;
  text-align: center;
  color: #000;
}

.certificate-section .content .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, rgb(119, 48, 168), rgb(83, 52, 173) 40%, rgb(87, 146, 255) 90%, rgb(88 168 251) 100%);
}

.certificate-section .archive {
  width: 100%;
  background: #fff;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  padding: 10px 0;
}

.archive-item {
  width: 30.33%;
  display: inline-block;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  text-transform: lowercase;
}

.archive-item .icon {
  text-align: center;
  margin: 0 auto;
}

.archive-item .des {
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  align-items: center;
}

.archive-item .icon img {
  height: 100px;
}

.archive-item .des .title {
  font-weight: 600;
  color: #551f58;
}

.archive-item .des .title,
.archive-item .des p {
  font-size: 16px;
  line-height: 16px;
}

.certificate {
  width: 100%;
  min-height: 390px !important;
  text-align: center;
  object-fit: contain !important;
}

.certificate .cer-item {
  width: 50%;
  margin: 0 auto;
  position: relative;
  object-fit: contain !important;
}

.certificate .cer-item .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  top: -10% !important;
}

.certificate .cer-item img {
  width: inherit;
  min-height: 430px !important;
  object-fit: contain !important;
  position: relative;
  margin: 0 auto;
  display: block;
  height: -webkit-fill-available;
  top: 20%;
  transform: translateY(-30%);
  transition: all 0.25s ease;
}

.certificate .cer-item .title {
  display: inline-block;
  position: relative;
  top: 10%;
  transform: translateY(-40%);
  transition: all 0.25s ease;
}

/* faq sections */
section.section-faqs {
  /* padding: 0 0 20px 0; */
  color: #000;
  width: 100%;
  border-radius: 15px;
  margin: 10px 0 0 0;
}

.section-faqs-list {
  display: block;
  padding: 0 20px;
}

.section-faqs-list .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.section-faqs-list .section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  margin: 10px 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 15px 10px;
  background: linear-gradient(120deg, #7730a8, #5334ad 40%, #5792ff 90%, #67b2ff 100%);
  width: 100%;
  color: #fff;
}

.section-faqs-list .faq-accordion-list {
  position: relative;
  padding: 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.section-faqs-list .faq-accordion-list .faq-item {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  list-style: none;
  padding: 5px 0;
}

.section-faqs-list .faq-accordion-list .faq-question {
  position: relative;
  background: transparent;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* border-bottom: 1px solid rgba(112, 112, 112, .3); */
}

.section-faqs-list .faq-accordion-list .faq-question p {
  text-align: justify;
}

.section-faqs-list .faq-accordion-list .acc-arrow {
  position: absolute;
  right: 1em;
  width: 0.6em;
  height: 0.6em;
  top: calc(50% - 0.6em);
  /* border-style: solid; */
  /* border-color: #1a1818; */
  /* border-width: 0px 1px 1px 0px; */
  /* transform: translateY(0.3em) rotate(45deg); */
  transform-origin: center center;
  transition: none;
}

.section-faqs-list .faq-accordion-list .faq-answer {
  padding: 1em;
  font-size: 1.25em;
}

/* section.section-featured */
section.section-featured {
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin: 0 auto;
}

.section-featured .container {
  max-width: 1200px;
  height: inherit;
}

.section-featured .desc {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #000;
}

.section-featured .desc .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #662d91;
}

.section-featured .desc .sub-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.section-featured .desc p {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.section-featured .featured {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section-featured .ftr-item {
  display: inline-flex;
  width: 47%;
  margin: 20px 1%;
  /* height: 200px; */
  /* border: solid 1px #ccc; */
  align-items: center;
  vertical-align: middle;
  /* box-shadow: 0 0 10px 3px #ccc; */
  /* border-radius: 5px; */
}

.section-featured .ftr-item:hover {
  position: relative;
  top: 0;
  transform: translateY(-5px);
  transition: all 0.25s ease;
}

.section-featured .ftr-item .img {
  /* width: 47%; */
  /* border: solid 1px #000; */
  /* border-radius: 50%; */
  /* float: left; */
  /* margin: 10px 20px; */
  align-items: center;
  vertical-align: middle;
  text-align: center;
}

.section-featured .ftr-item .text {
  width: 60%;
  padding: 15px 20px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

.section-featured .ftr-item .text .item-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #662d91;
}

.section-featured .ftr-item .img img {
  width: 100%;
}

.footer-content.address p {
  line-height: 0;
}

/* lookbook */

.section-lookbook {
  max-width: 100%;
  width: auto;
  height: inherit;
  padding: 0 0 30px 0;
  margin: 0 auto;
}

.section-lookbook .container {
  max-width: 1200px;
  padding: 0; 
  margin: 0 auto;
}

.section-lookbook .image-list {
  max-width: 100%;
  width: auto;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
}

.section-lookbook .main-img {
  width: 50%;
  padding: 10px;
}

.section-lookbook .main-img img {
  max-width: 100%;
  width: auto;
  height: inherit;
  height: inherit;
}

/* .section-lookbook .image-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
} */

.section-lookbook .image-list .item {
  width: 50%;
  padding: 15px 10px;
  display: inline-block;
}

.section-lookbook .image-list img {
  max-width: 100%;
  width: auto;
  height: inherit;
}

.section-lookbook .title {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}
.section-lookbook p {
  text-align: center;
  font-size: 13px;
  padding: 10px 2px 0 2px;
  margin: 0;
}

/* section-banner */
.section-banner {
  width: 100%;
  padding: 0;
  display: block;
  border-radius: 25px;
  border: 3px solid transparent;
  border-image-slice: 1;
  transition: width 0.2s 0.35s ease-out;
  position: relative;
  /* background-image: linear-gradient(#e4e5e6,#e4e5e6) ,linear-gradient(to right, #C78740 0%, #F1C36B 100%); */
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.section-banner .container {
  max-width: 1200px;
  padding: 0;
}

.section-banner .img-bg {
  width: 100%;
  height: inherit;
}

.section-banner .img-bg img {
  width: 100%;
  height: inherit;

}

.section-banner .banner-content {
  padding: 30px 15px;
  position: relative;
  top: 0;
  text-align: left;
  transform: translate(0);
}

.section-banner .banner-content .title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.section-banner .banner-content .content {
  font-size: 16px;
  line-height: 16px;
  padding: 30px 15px;
}

.section-banner .banner-content .btn-banner {
  width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: red;
  padding: 7px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  /* border: solid 1px #ccc; */
  /* box-shadow: 0 0 7px 2px #ccc; */
}

/* course */
.course-section {
  width: 100%;
}

.course-section .container {
  max-width: 1200px;
  padding: 0;
}

.course-section .course-list {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.course-section .course-item {
  padding: 15px;
  width: calc((100% / 2) - 30px);
  display: inline-block;
  margin: 10px;
}

.course-section .course-item .desc {
  display: block;
  padding: 15px 0 0 0;
  text-align: center;
}

.course-section .course-item .img img {
  width: 100%;
  height: inherit;
}

.course-section .course-item .desc .title {
  font-size: 30px;
  line-height: 30px;
  color: #551f58;
}

.course-section .course-item .desc .sub-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.course-section .btn-course {
  width: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-color: #431845;
  background: #551f58;
  padding: 7px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
  box-shadow: 0 0 7px 2px #ccc;
}

.section-banner .img,
.section-banner .img img {
  width: 100%;
  display: block;
}

.section-banner .banner-content {
  display: block;
}

span.icon-check img {
  height: 20px;
  /* width: 20px; */
  display: inline-block;
  margin: 0 5px;
}

/* related-section */

.related-section {
  width: 100%;
}

.related-section .container {
  max-width: 1200px;
}

.related-section .course-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.related-section .course-item {
  /* padding: 15px; */
  width: calc((100% / 2) - 20px);
  display: block;
  margin: 10px;
}

.related-section .course-item .desc {
  display: block;
  padding: 15px 0 0 0;
  text-align: left;
}

.related-section .course-item .img img {
  width: 100%;
  height: inherit;
}

.related-section .course-item .desc .title {
  font-size: 30px;
  line-height: 30px;
}

.related-section .course-item .desc .sub-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.related-section .btn-course {
  width: 150px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-color: #431845;
  background: #551f58;
  padding: 7px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
  box-shadow: 0 0 7px 2px #ccc;
}

.related-section .course-item .title a {
  text-align: left;
  text-decoration: none;
  color: #551f58;
  font-weight: 600;
  /* padding: 7px 0; */
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
}


.section-banner .img,
.section-banner .img img {
  width: 100%;
  display: block;
}

span.icon-check img {
  height: 20px;
  /* width: 20px; */
  display: inline-block;
  margin: 0 5px;
}

/* top-scroll */
#scroll-top {
  display: inline-block;
  height: auto;
  max-width: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* #scroll-top img {
  width: 100%;
  background: #fff;
} */

/* feedback */
.feedback-section .feedb-item .img img {
  width: auto;
  height: 150px;
  border-bottom: solid 2px #662d91;
  border-radius: 50%;
  margin: 20px auto;
}

.feedback-section .feedb-item {
  display: inline-grid;
  padding: 15px;
}

.feedback-section .feedb-item .desc {
  padding: 20px 0 0 20px;
  display: block;
}

.feedback-section .feedb-item blockquote {
  display: block;
  /* font-style: italic; */
  text-align: justify;
}

.feedback-section .feedb-item .sub-title {
  display: block;
  border-top: solid 3px #662d91;
  padding: 10px 0 0 5px;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}
.feedback-section .owl-carousel .owl-item .desc img {
  display: inline-block;
  width: 30px;
  margin: -10px 7px 0 0;
}
.feedback-section .container{
  max-width: 1200px;
}

/* .feedback-section {
  padding: 20px 0 0 0;
} */
.feedback-section .owl-dots {
  display: none;
}

/* bottom-bar */
.footer-bottom {
  max-width: 100%;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  background: linear-gradient(98deg, #7730a8 30%, #5334ad 90%);
  border-top: solid 1px #e9ecef;
  border-bottom: none;
  padding: 0;
  margin: 0 auto;
  z-index: 99;
}

.footer-bottom .contact-popup {
  max-width: 100%;
  width: inherit;
  display: block;
}

.footer-bottom .bottom-bar {
  display: flex;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.footer-bottom .item-bar {
  display: block;
    max-width: 33.33%;
    width: 100%;
    height: auto;
    text-align: center;
    border-right: solid 1px #fff;
    padding: 5px 0;
}
.footer-bottom .item-bar:last-child {
  border-right: none;
}

.footer-bottom .item-bar svg {
  width: 25px;
  height: 25px;
}

section.section-faqs .container {
  padding: 0;
}

.section-banner .banner-content img {
  width: 100%;
}

.footer-bottom .item-bar img {
  height: 25px;
  min-width: inherit;
  width: auto;
  padding: 0;
  margin: 0;
}
.footer-bottom .item-bar > p {
  color: #fff;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 13px;
}

/* change */
.footer-bottom {
  display: block;
}

.sec-title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: center;
  border-radius: 15px;
  padding: 10px 15px;
  background: linear-gradient(120deg, rgb(119, 48, 168), rgb(83, 52, 173) 40%, rgb(87, 146, 255) 90%, rgb(88 168 251) 100%);
}

.banner-content.desk-hide {
  width: 100%;
  padding: 15px 0 15px 0;
  margin: 0 auto;
  /* display: inline-block; */
  /* border-radius: 25px; */
  /* border-image-slice: 1; */
  transition: width 0.2s 0.35s ease-out;
  /* position: relative; */
  /* background-image: linear-gradient(white,white) ,linear-gradient(to right, #C78740 0%, #F1C36B 100%); */
}

.banner-content.desk-hide .img-item {
  display: inline-flex;
  padding: 0 0 20px;
  width: calc((100%/2) - 2px);
  object-fit: contain;
}

.banner-content.desk-hide .img-item img {
  width: calc((100%) - 20px);
  height: inherit;
}

.banner-content.desk-hide video {
  padding: 0 10px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  margin: 0;
  clear: both;
  height: inherit;
}

.item-media svg {
  fill: #662d91;
}

/* bg title */
.bg-tile {
  max-width: 1200px;
  height: fit-content;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.bg-tile img {
  max-width: 80%;
  width: auto;
  height: inherit;
  margin: 0 auto;
}

.course-list.desktop img {
  width: -webkit-fill-available;
  padding: 0;
  margin: 0 auto 15px;
  display: block;
  height: inherit;
}

.course-list.mobile {
  display: none;
}



/* main-sec */
.section-main-sec,
.section-main-sec .main-section {
  width: 100%;
  height: inherit;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  display: block;
}

.section-main-sec .container {
  max-width: 1200px;
  height: inherit;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.section-main-sec .content {
  max-width: 1200px;
  height: inherit;
  padding: 0;
  margin: 0 auto;
}

.section-main-sec .col-item {
  width: calc((16.66%) - 20px);
  margin: 10px;
  display: block;
  border: solid 1px #662d91;
  padding: 30px 15px;
}

.section-main-sec .col-item h3 span {
  display: block;
  width: auto;
  margin-bottom: 10px;
  line-height: none;
  text-align: center;
  font-family: 'BuenosAiresVN', sans-serif !important;
  font-weight: 700 !important;
}

.section-main-sec .col-item .title-item {
  display: block;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.footer-content.address p span{
  line-height: 6px;
}
.footer-content.phone .title {
  width: 100px;
  display: inline-block;
  font-weight: 300;
}