@font-face {
  font-family: "lufga_regular";
  src: url("font/Lufga-Regular.woff2") format("woff2"), url("font/Lufga-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ibrand";
  src: url("font/Ibrand-Regular.woff2") format("woff2"), url("font/Ibrand-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*common*/
::-moz-selection {
  color: #FFFFFF;
  background: #000000;
}

::selection {
  color: #FFFFFF;
  background: #000000;
}

.bg_modal {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  display: none;
}

.whatsapp_fixed {
  width: 80px;
  height: auto;
  border: none;
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 20px;
}

.phone_fixed {
  padding: 0;
  width: 48px;
  height: auto;
  border: none;
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 68px;
}

.cart_fixed {
  padding: 0;
  width: 48px;
  height: auto;
  border: none;
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 268px;
}

.back_top,
.back_top:hover {
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #222222;
  position: fixed;
  z-index: 20;
  right: 28px;
  bottom: 120px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  display: none;
}

.ui-widget.ui-widget-content {
  max-height: 250px;
  box-shadow: 5px 5px 20px #777777 !important;
}

.ui-state-active {
  background-color: red !important;
  border: none !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #FFFFFF !important;
}

.ui-menu-item {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: red !important;
}

body {
  background: #f2f0e7;
  font-family: "lufga_regular";
  letter-spacing: 1px;
  font-size: 18px;
  color: #1e1e1c;
  padding-top: 72px;
}

.container.relative {
  position: relative;
}

.container {
  max-width: 100%;
  width: 1200px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
input,
select,
button,
textarea,
button {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  resize: none;
}

button {
  cursor: pointer;
  background: transparent;
}

img,
svg {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_cover {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.img_cover_absolute {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.img_center {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.z_index1 {
  z-index: 1;
}

.z_index2 {
  z-index: 2;
}

.z_index3 {
  z-index: 3;
}

.z_index4 {
  z-index: 4;
}

.z_index5 {
  z-index: 5;
}

.z_index6 {
  z-index: 6;
}

.z_index7 {
  z-index: 7;
}

.z_index8 {
  z-index: 8;
}

.z_index9 {
  z-index: 9;
}

.z_index10 {
  z-index: 10;
}

.section_breadcrumb {
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.section_breadcrumb li {
  margin: 0;
  padding: 10px 45px 10px 0;
  position: relative;
  list-style: none;
}
.section_breadcrumb li::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 18px;
  width: 5px;
  height: 2px;
  background: #FFFFFF;
}
.section_breadcrumb li:nth-last-child(1)::before {
  display: none;
}
.section_breadcrumb a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.section_breadcrumb a:hover,
.section_breadcrumb a.active {
  color: #FFFFFF;
}

.section_breadcrumb.bgClean {
  background: rgba(255, 255, 255, 0.3);
}
.section_breadcrumb.bgClean a {
  color: #1e1e1c;
}
.section_breadcrumb.bgClean a:hover,
.section_breadcrumb.bgClean a.active {
  color: #1e1e1c;
}

.section_breadcrumb.noBg {
  background: transparent;
}

figure {
  margin: 0;
}

.btnPaginate {
  border: none;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  color: #c6992e;
  text-align: center;
}

.btnPaginate:hover {
  color: #c6992e;
}

.column_filter .title {
  font-weight: 600;
  font-size: 20px;
  color: #c6992e;
}
.column_filter ul li:nth-last-child(1) .mother {
  border: none;
}
.column_filter ul li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.column_filter ul li:hover {
  z-index: 2;
}
.column_filter .mother {
  border-top: 1px solid #E2D4D3;
  border-bottom: 1px solid #E2D4D3;
  display: inline-block;
  width: 100%;
  padding: 25px 45px 25px 0;
  position: relative;
  margin-bottom: -1px;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 20px;
}
.column_filter .mother::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #c6992e;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 7px -450px;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.column_filter .mother:hover,
.column_filter .mother.active {
  border-color: #FFFFFF;
}
.column_filter .mother:hover::before,
.column_filter .mother.active::before {
  opacity: 1;
}
.column_filter .tag {
  display: inline-block;
  border: 1px solid #c6992e;
  width: auto;
  padding: 2px 10px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  color: #c6992e;
  line-height: 20px;
}
.column_filter .tag:hover,
.column_filter .tag.active {
  background: #c6992e;
  color: #FFFFFF;
}
.column_filter .mostRead .item .text1 {
  font-weight: 600;
  font-size: 14px;
  color: #c6992e;
  line-height: 20px;
}
.column_filter .mostRead .item .text2 {
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
}
.column_filter .mostRead .item a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.column_filter .mostRead .item a:hover .text1 {
  color: #c6992e;
}

.blogPlay::before {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 67px;
  height: 67px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 24px -170px;
}
.blogPlay img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.invert {
  filter: brightness(0) invert(1);
}

.section_cookie {
  margin: auto;
  z-index: 120;
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
}
.section_cookie .box {
  padding: 15px 35px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
}
.section_cookie .text {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 22px;
}
.section_cookie .text a {
  color: #000000;
}
.section_cookie .text a:hover {
  color: #000000;
}
.section_cookie .close_cookie {
  background: #c6992e;
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.section_cookie .close_cookie:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.error_404 {
  text-align: center;
}
.error_404 .text1 {
  font-weight: 800;
  font-size: 46px;
  color: #282A2D;
  line-height: 52px;
}
.error_404 .text2 {
  font-weight: 500;
  font-size: 28px;
  color: #848484;
  line-height: 32px;
}
.error_404 .btn_more {
  background: #EF9300;
  display: inline-block;
  width: 285px;
  max-width: 100%;
  border-radius: 7px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.error_404 .btn_more:hover {
  background: #FFA600;
  color: #000000;
}

.short {
  max-height: 220px;
  overflow: hidden;
}

.banner_video_home.active .cover {
  opacity: 0;
}

.banner_video_home {
  min-height: calc(100vh - 70px) !important;
  overflow: hidden;
  margin: -5px 0;
}
.banner_video_home .text_banner {
  margin: auto;
  z-index: 2;
}
.banner_video_home .text_banner .text1 {
  font-weight: 700;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 48px;
}
.banner_video_home .text_banner .text2 {
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
}
.banner_video_home .text_banner .btn_more {
  background: #000000;
  display: inline-block;
  width: auto;
  max-width: 100%;
  border-radius: 7px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.banner_video_home .text_banner .btn_more:hover {
  background: #000000;
  color: #000000;
}
.banner_video_home .cover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.banner_video_home .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.banner_video_home .video::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_video_home .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.totalResult {
  font-weight: 400;
  font-size: 20px;
  color: #606060;
  line-height: 24px;
}
.totalResult strong {
  font-weight: 700;
  color: #c6992e;
}

/*common*/
.bannerModel1 {
  background-color: #AD9F97;
  min-height: 500px;
}
.bannerModel1::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2);
  width: 600px;
  height: 45px;
  background-color: #f2f0e7;
}
.bannerModel1::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 600px;
  height: 30px;
  background-color: #f2f0e7;
}
.bannerModel1 .text1 {
  font-family: "ibrand";
  text-transform: uppercase;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 45px;
}
.bannerModel1 .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerModel1 .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #fff2a7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.bannerModel1 .btnMore:hover {
  background: #c6992e;
  color: #000000;
}
.bannerModel1 .network {
  position: relative;
  display: inline-block;
  margin: 10px 25px 10px 0;
  width: auto;
  height: auto;
}
.bannerModel1 .network img {
  filter: brightness(0) invert(1);
}

.bannerContact::before, .bannerContact::after {
  background-color: #c6992e;
}

.bannerPress::before, .bannerPress::after {
  background-color: #FFFFFF;
}

.bannerModel1.model2::before {
  left: auto;
  right: 0;
  width: 50%;
  height: 30px;
  background-color: #f2f0e7;
}
.bannerModel1.model2::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 600px;
  height: 45px;
  background-color: #f2f0e7;
}

.bannerBusiness {
  background-color: #AD9F97;
}
.bannerBusiness::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 50%;
  height: 45px;
  background-color: #1e1e1c;
}
.bannerBusiness::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 50%;
  height: 30px;
  background-color: #1e1e1c;
}
.bannerBusiness .text1 {
  font-family: "ibrand";
  text-transform: uppercase;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 45px;
}
.bannerBusiness .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerBusiness .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bannerBusiness .btnMore:hover {
  background: #355282;
  color: #FFFFFF;
}
.bannerBusiness .network {
  position: relative;
  display: inline-block;
  margin: 10px 25px 10px 0;
  width: auto;
  height: auto;
}
.bannerBusiness .network img {
  filter: brightness(0) invert(1);
}

.bannerEbook {
  background-color: #AD9F97;
}
.bannerEbook::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2 + 15px);
  width: 550px;
  height: 45px;
  background-color: #c6992e;
}
.bannerEbook::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 30%;
  height: 30px;
  background-color: #c6992e;
}
.bannerEbook .text1 {
  font-size: 49px;
  color: #FFFFFF;
  line-height: 62px;
}
.bannerEbook .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerEbook .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bannerEbook .btnMore:hover {
  background: #355282;
  color: #FFFFFF;
}
.bannerEbook .network {
  position: relative;
  display: inline-block;
  margin: 10px 60px 10px 0;
  width: auto;
  height: auto;
}
.bannerEbook .network img {
  filter: brightness(0) invert(1);
}
.bannerEbook .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.bannerEbook .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.bannerEbook .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bannerEbook .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bannerEbook .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bannerEbook .slick-dots li.slick-active button,
.bannerEbook .slick-dots li:hover button {
  background: #E8D4CE;
}

.bannerBook {
  background-color: #AD9F97;
}
.bannerBook::before {
  content: "";
  z-index: 2;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 495px;
  max-width: 60%;
  height: 45px;
  background-color: #FFFFFF;
}
.bannerBook::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2 + 15px);
  width: 600px;
  max-width: 60%;
  height: 30px;
  background-color: #FFFFFF;
}
.bannerBook .text1 {
  font-size: 49px;
  color: #FFFFFF;
  line-height: 62px;
}
.bannerBook .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerBook .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bannerBook .btnMore:hover {
  background: #355282;
  color: #FFFFFF;
}
.bannerBook .network {
  position: relative;
  display: inline-block;
  margin: 10px 60px 10px 0;
  width: auto;
  height: auto;
}
.bannerBook .network img {
  filter: brightness(0) invert(1);
}
.bannerBook .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.bannerBook .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.bannerBook .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bannerBook .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bannerBook .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bannerBook .slick-dots li.slick-active button,
.bannerBook .slick-dots li:hover button {
  background: #E8D4CE;
}

.bannerLecture {
  background-color: #AD9F97;
}
.bannerLecture::before {
  content: "";
  z-index: 2;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  right: auto;
  width: 20%;
  max-width: 60%;
  height: 50px;
  background-color: #f2f0e7;
}
.bannerLecture::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 150px;
  width: 720px;
  max-width: 60%;
  height: 35px;
  background-color: #f2f0e7;
}
.bannerLecture .text1 {
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 40px;
}
.bannerLecture .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerLecture .date1 {
  font-weight: 600;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 70px;
}
.bannerLecture .date2 {
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerLecture .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bannerLecture .btnMore:hover {
  background: #355282;
  color: #FFFFFF;
}
.bannerLecture .network {
  position: relative;
  display: inline-block;
  margin: 10px 60px 10px 0;
  width: auto;
  height: auto;
}
.bannerLecture .network img {
  filter: brightness(0) invert(1);
}
.bannerLecture .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.bannerLecture .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.bannerLecture .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bannerLecture .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bannerLecture .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bannerLecture .slick-dots li.slick-active button,
.bannerLecture .slick-dots li:hover button {
  background: #E8D4CE;
}

.bannerCourse {
  background-color: #AD9F97;
}
.bannerCourse::before {
  content: "";
  z-index: 2;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  right: auto;
  width: 30%;
  max-width: 60%;
  height: 50px;
  background-color: #f1ece7;
}
.bannerCourse::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2 + 15px);
  width: 720px;
  max-width: 60%;
  height: 35px;
  background-color: #f1ece7;
}
.bannerCourse p {
  margin: 0;
}
.bannerCourse .text1 {
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 70px;
}
.bannerCourse .text1 i,
.bannerCourse .text1 em {
  font-family: "ibrand";
}
.bannerCourse .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerCourse .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFFFFF;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.bannerCourse .btnMore:hover {
  background: #355282;
  color: #FFFFFF;
}
.bannerCourse .network {
  position: relative;
  display: inline-block;
  margin: 10px 60px 10px 0;
  width: auto;
  height: auto;
}
.bannerCourse .network img {
  filter: brightness(0) invert(1);
}
.bannerCourse .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.bannerCourse .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.bannerCourse .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bannerCourse .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bannerCourse .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bannerCourse .slick-dots li.slick-active button,
.bannerCourse .slick-dots li:hover button {
  background: #E8D4CE;
}

.bannerAbout {
  background-color: #AD9F97;
}
.bannerAbout::before {
  content: "";
  z-index: 2;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 5%;
  right: auto;
  width: 30%;
  max-width: 60%;
  height: 50px;
  background-color: #FFFFFF;
}
.bannerAbout::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 150px;
  width: 1000px;
  max-width: 60%;
  height: 35px;
  background-color: #FFFFFF;
}
.bannerAbout p {
  margin: 0;
}
.bannerAbout .text1 {
  font-weight: 700;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 70px;
}
.bannerAbout .text1 i,
.bannerAbout .text1 em {
  font-family: "ibrand";
}
.bannerAbout .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
}
.bannerAbout .btnMore {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #fff2a7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.bannerAbout .btnMore:hover {
  background: #c6992e;
  color: #000000;
}
.bannerAbout .network {
  position: relative;
  display: inline-block;
  margin: 10px 45px 10px 0;
  width: auto;
  height: auto;
}
.bannerAbout .network img {
  filter: brightness(0) invert(1);
}
.bannerAbout .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.bannerAbout .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.bannerAbout .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bannerAbout .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bannerAbout .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bannerAbout .slick-dots li.slick-active button,
.bannerAbout .slick-dots li:hover button {
  background: #E8D4CE;
}

.form .form-control,
.form .form-select {
  padding: 0 25px;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #E2D4D3;
  outline: 0px;
  -webkit-appearance: none;
  box-shadow: none;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.form .form-select {
  background-image: url("../images/bg_select.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px center;
}
.form textarea.form-control {
  padding: 10px 20px;
  height: 165px;
}
.form .btnSend {
  border-radius: 8px;
  display: inline-block;
  width: 165px;
  height: 55px;
  padding: 0 25px;
  position: relative;
  border: none;
  background: #c6992e;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.form .btnSend::before {
  content: "";
  float: right;
  margin: 0;
  width: 55px;
  height: 25px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.form .btnSend:hover {
  background: #f2f0e7;
}
.form .agree {
  cursor: pointer;
  padding: 0 0 0 30px;
  font-weight: 300;
  font-size: 12px;
  color: #888080;
  line-height: 20px;
}
.form .agree .checkbox_fake {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  margin: 0 10px 10px 0;
}
.form .agree .checkbox_fake .checked {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 4px 3px;
  opacity: 0;
}
.form .agree input[type=checkbox]:checked + .checkbox_fake .checked {
  opacity: 1;
}
.form .agree span {
  display: inline-block;
  width: auto;
  margin: 0;
}
.form .agree a {
  font-weight: 500;
  color: #93756E;
}
.form .agree a:hover {
  color: #000000;
}
.form ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
.form :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.form ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.form :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}

#contact .btnSend {
  background: #000000;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
}
#contact .btnSend:hover {
  background: #FFFFFF;
  color: #000000;
}
#contact .btnSend:hover::before {
  filter: brightness(1) invert(1);
}

.box_share {
  font-weight: 300;
  font-size: 18px;
  color: #93756E;
  line-height: 22px;
}
.box_share span {
  display: inline-block;
  width: auto;
  padding: 0 20px 0 0;
}
.box_share .network {
  width: auto;
  display: inline-block;
  padding: 5px 10px;
}

.newsletter .box {
  background: #f1ece7;
  border-radius: 8px;
}
.newsletter .text {
  font-size: 22px;
  color: #000000;
}

.boxNewsletter1 {
  padding: 0 0 225px 0;
  margin-bottom: -90px;
  background-image: url("../images/bgSectionBlogHome.png");
  background-repeat: no-repeat;
  background-position: top 40px center;
  background-size: cover;
}
.boxNewsletter1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 225px;
  width: 100%;
  height: 3px;
  background: #FFFFFF;
}
.boxNewsletter1 .box {
  background: #FFFFFF;
}

.boxNewsletter2 .box {
  top: -30px;
  box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.3);
}
.boxNewsletter2 hr {
  margin-top: -30px;
}

.form-select.filter {
  padding: 0 25px;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #c6992e;
  outline: 0px;
  -webkit-appearance: none;
  box-shadow: none;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  color: #c6992e;
  background-image: url("../images/imgArrowSelect.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}

.btnPink {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #f2f0e7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #575756;
  text-align: center;
}

.btnPink:hover {
  background: #1e1e1c;
  color: #f2f0e7;
}

.btnGreenDark {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #c6992e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fffdf5;
  text-align: center;
}

.btnGreenDark:hover {
  background: #3D3329;
  color: #FFFFFF;
}

.btnGreenLight {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #c6992e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fffdf5;
  text-align: center;
}

.btnGreenLight:hover {
  background: #c6992e;
  color: #FFFFFF;
}

.btnBrown {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #c6992e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #f1ece7;
  text-align: center;
}

.btnBrown:hover {
  background: #121212;
  color: #FFFFFF;
}

.btnTransparent {
  min-width: 150px;
  border: 1px solid #c6992e;
  display: inline-block;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #c6992e;
  text-align: center;
}

.btnTransparent:hover {
  background: #c6992e;
  color: #FFFFFF;
}

.btnWhite {
  min-width: 150px;
  display: inline-block;
  position: relative;
  background: #fff2a7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.btnWhite:hover {
  background: #c6992e;
  color: #000000;
}

.textResult {
  letter-spacing: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #5A5C63;
}

.prev,
.next {
  cursor: pointer;
}

.rounded-4 {
  border-radius: 13px;
}

.menu_mobile {
  z-index: 20;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  padding: 100px 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: #c6992e;
  display: none;
}
.menu_mobile .btn_menu {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border: none;
  background: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
}
.menu_mobile .btn_menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 25px;
  background: #c6992e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_mobile .btn_menu::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 25px;
  background: #c6992e;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_mobile .box_logo {
  width: auto;
  max-width: 80%;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_mobile .box_logo img {
  filter: brightness(0) invert(1);
}
.menu_mobile .box {
  overflow-y: scroll;
  height: 100%;
}
.menu_mobile .submenu {
  display: none;
}
.menu_mobile li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #F5F5DC;
}
.menu_mobile li:nth-last-child(1) {
  border: none;
}
.menu_mobile .mother {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.menu_mobile .mother i {
  position: relative;
  top: -2px;
  margin: 0 0 0 3px;
  font-size: 11px;
  color: #FFFFFF;
}
.menu_mobile .mother:hover {
  color: #FFFFFF;
}

hr {
  background: #FFFFFF;
  opacity: 1;
  height: 2px !important;
}

.header_main.active {
  height: 60px;
}
.header_main.active .logo {
  width: 190px;
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 5;
  background: #373435;
}
.header_main .logo {
  width: 240px;
}
.header_main .btn_menu {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  border: none;
  border-radius: 3px;
  background: #c6992e;
}
.header_main .btn_menu .line {
  float: left;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background: #FFFFFF;
}
.header_main .menu .mother {
  display: inline-block;
  width: auto;
  margin: 0 30px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #575756;
}
.header_main .menu .mother i {
  position: relative;
  top: -2px;
  margin: 0 0 0 3px;
  font-size: 11px;
  color: #B98F71;
}
.header_main .menu li:hover .mother {
  color: #c6992e;
}
.header_main .menu li:hover .submenu {
  position: absolute;
  width: 260px;
  opacity: 1;
}
.header_main .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header_main .submenu ul {
  margin: 10px 0 0 0;
  background: #FFFFFF;
}
.header_main .submenu li {
  border-bottom: 1px solid #c6992e;
}
.header_main .submenu li:nth-last-child(1) {
  border-bottom: none;
}
.header_main .submenu .child {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  color: #44454A;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_main .submenu .child:hover {
  color: #000000;
}

.sectionInstagram::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background: #FFFFFF;
  border-radius: 10px 10px 35px 35px;
}
.sectionInstagram::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #AD9F97;
}
.sectionInstagram .container {
  width: 1380px;
}
.sectionInstagram .title {
  font-family: "ibrand";
  font-size: 24px;
  color: #1e1e1c;
}
.sectionInstagram .title a {
  background: #1C95F7;
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.sectionInstagram .title a:hover {
  background: #355282;
}
.sectionInstagram .boxItem a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 0 100% 0;
}
.sectionInstagram .boxItem a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 135px;
  height: 30px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -107px;
}

.footerMain {
  background: #EFEFEA;
}
.footerMain .boxFooter {
  background: #c6992e;
}
.footerMain .network {
  position: relative;
  display: inline-block;
  margin: 0 25px 10px 0;
  width: auto;
  height: auto;
}
.footerMain .network img {
  filter: brightness(0) invert(1);
}
.footerMain .network_text {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footerMain .mother {
  display: inline-block;
  width: auto;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
}
.footerMain .mother:hover {
  color: #1e1e1c;
}
.footerMain .child {
  display: inline-block;
  width: auto;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
}
.footerMain .child:hover {
  color: #f2f0e7;
}
.footerMain .submenu {
  display: none;
}
.footerMain .contact {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footerMain .contact p {
  margin: 0;
}
.footerMain .contact a {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footerMain .contact a:hover {
  color: #f2f0e7;
}
.footerMain .email a {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footerMain .email a:hover {
  color: #f2f0e7;
}
.footerMain .address {
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.footerMain .address p {
  margin: 0;
}
.footerMain .text_footer {
  background-color: #f1ece7;
  border-bottom: 1px solid #FFFFFF;
  font-size: 13px;
  color: #000000;
}
.footerMain .text_footer p {
  margin: 0;
}
.footerMain .menu {
  background-color: #f1ece7;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}
.footerMain .menu a {
  color: #000000;
}
.footerMain .menu a:hover {
  color: #355282;
}
.footerMain .copyright {
  background-color: #f1ece7;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}
.footerMain .copyright a {
  color: #000000;
}
.footerMain .copyright a:hover {
  color: #B98F71;
}
.footerMain .box_menu.active ul {
  display: inline-block;
}
.footerMain .box_menu {
  background: #FFFFFF;
}
.footerMain .box_menu .menu_text {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #5A5C63;
}
.footerMain .box_menu .menu_text .arrow {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 18px;
  height: 18px;
}
.footerMain .box_menu .menu_text .arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #1e1e1c;
}
.footerMain .box_menu .menu_text .arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #1e1e1c;
}
.footerMain .box_menu ul {
  display: none;
}
.footerMain .box_menu a {
  display: inline-block;
  width: auto;
  margin: 0 0 7px 0;
  font-weight: 500;
  font-size: 18px;
  color: #5A5C63;
}
.footerMain .box_menu a:hover {
  color: #000000;
}

.banner {
  z-index: 2;
  margin-bottom: -1px;
}
.banner::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 25%;
  height: 35px;
  background-color: #f2f0e7;
}
.banner::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 31%;
  width: 24%;
  height: 18px;
  background-color: #f2f0e7;
}
.banner .item {
  min-height: 800px;
}
.banner .item p {
  margin: 0;
}
.banner .item .text1 {
  letter-spacing: 2px;
  font-family: "ibrand";
  font-size: 60px;
  color: #FFFFFF;
  line-height: 75px;
}
.banner .item .text2 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.banner .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  filter: brightness(0) invert(1);
}
.banner .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 13px -354px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.banner .slick-dots {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.banner .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.banner .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button {
  background: #E8D4CE;
}

.aboutHome {
  background: #f2f0e7;
  z-index: 2;
}
.aboutHome .boxImages {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
}
.aboutHome .boxImages img.w-100 {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.aboutHome .boxImages .logo {
  margin: auto;
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 0;
  right: 0;
  max-width: 50%;
  width: auto;
  height: auto;
}
.aboutHome .box {
  background: #f2f0e7;
}
.aboutHome img {
  max-width: 100% !important;
  height: auto !important;
}
.aboutHome .text1 {
  font-family: "ibrand";
  font-size: 40px;
  color: #1e1e1c;
  line-height: 45px;
}
.aboutHome .text2 {
  line-height: 40px;
}
.aboutHome .video_modal {
  position: relative;
}
.aboutHome .video_modal::before {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 67px;
  height: 67px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 24px -170px;
}

.sectionNumber {
  background: #f2f0e7;
}
.sectionNumber::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 1280px;
  height: 210px;
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
}
.sectionNumber::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 35px solid #f2f0e7;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sectionNumber .container {
  width: 1200px;
}
.sectionNumber .item .text1 {
  font-weight: 600;
  font-size: 14px;
  color: #1e1e1c;
  line-height: 30px;
}
.sectionNumber .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.sectionNumber .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionNumber .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.sectionNumber .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.sectionNumber .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #E8D4CE;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.sectionNumber .slick-dots li.slick-active button,
.sectionNumber .slick-dots li:hover button {
  background: #f2f0e7;
}

.titleSection {
  font-family: "ibrand";
  font-size: 28px;
  color: #1e1e1c;
}

.title2Section {
  font-family: "ibrand";
  font-size: 33px;
  color: #1e1e1c;
}

.sectionBanner {
  z-index: 2;
}
.sectionBanner::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 960px;
  height: 30px;
  background: #f1ece7;
}
.sectionBanner::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: -480px;
  max-width: 100%;
  width: 480px;
  height: 40px;
  background: #f1ece7;
}
.sectionBanner .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -360px;
}
.sectionBanner .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -60px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -360px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionBanner .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.sectionBanner .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.sectionBanner .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #E8D4CE;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.sectionBanner .slick-dots li.slick-active button,
.sectionBanner .slick-dots li:hover button {
  background: #f2f0e7;
}
.sectionBanner .container {
  width: 1600px;
}
.sectionBanner .network {
  width: auto;
  display: inline-block;
  padding: 5px 15px;
}
.sectionBanner .network img {
  filter: brightness(0);
}
.sectionBanner .model1 {
  height: 800px;
}
.sectionBanner .roundedLeft {
  border-top-left-radius: 100px;
}
.sectionBanner .roundedRight {
  border-top-right-radius: 100px;
}
.sectionBanner .model2 {
  height: 400px;
  background: #FFFFFF;
}
.sectionBanner .text1 {
  text-transform: uppercase;
  font-family: "ibrand";
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
}
.sectionBanner .text2 {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
}
.sectionBanner a:hover .img_cover_absolute {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.sectionBanner .video::before {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 67px;
  height: 67px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -76px -170px;
}

.sectionFeatured {
  background-color: #1e1e1c;
}
.sectionFeatured .boxMobile {
  height: 400px;
}
.sectionFeatured .box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sectionFeatured .text1 {
  text-transform: uppercase;
  font-family: "ibrand";
  font-size: 38px;
  color: #FFFFFF;
  line-height: 42px;
}
.sectionFeatured .text2 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
}
.sectionFeatured .network {
  position: relative;
  display: inline-block;
  margin: 0 25px 10px 0;
  width: auto;
  height: auto;
}
.sectionFeatured .network img {
  filter: brightness(0) invert(1);
}
.sectionFeatured .item {
  height: 155px;
}
.sectionFeatured .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -60px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.sectionFeatured .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: auto;
  right: -60px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionFeatured .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.sectionFeatured .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.sectionFeatured .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.sectionFeatured .slick-dots li.slick-active button,
.sectionFeatured .slick-dots li:hover button {
  background: #f2f0e7;
}

.sectionFeatured.decoration::before {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -400px;
  right: 0;
  width: 450px;
  height: 45px;
  background: #f1ece7;
}
.sectionFeatured.decoration::after {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: -400px;
  width: 450px;
  height: 30px;
  background: #f1ece7;
}

.sectionBlogHome {
  background-image: url("../images/bgSectionBlogHome.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f2f0e7;
}
.sectionBlogHome .tag {
  font-weight: 600;
  font-size: 16px;
  color: #c6992e;
  line-height: 20px;
}
.sectionBlogHome .tag:hover {
  color: #c6992e;
}
.sectionBlogHome .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -60px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.sectionBlogHome .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: auto;
  right: -60px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionBlogHome .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.sectionBlogHome .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.sectionBlogHome .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.sectionBlogHome .slick-dots li.slick-active button,
.sectionBlogHome .slick-dots li:hover button {
  background: #f2f0e7;
}

.itemBook a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemBook figure {
  padding: 0 0 75% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemBook figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #000000;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 9px -449px;
  filter: brightness(1) invert(1);
}
.itemBook .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemBook .text1 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemBook .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemBook .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemBook .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.itemEbook a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemEbook figure {
  padding: 0 0 75% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemEbook figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #000000;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 9px -449px;
  filter: brightness(1) invert(1);
}
.itemEbook .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemEbook .text1 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemEbook .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemEbook .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemEbook .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.sectionGallery .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 40px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.sectionGallery .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: auto;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sectionGallery .slick-dots {
  margin: 20px 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.sectionGallery .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.sectionGallery .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #e8d4ce;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.sectionGallery .slick-dots li.slick-active button,
.sectionGallery .slick-dots li:hover button {
  background: #c6992e;
}

@media screen and (min-width: 993px) {
  .sectionVideo .play {
    right: -400px !important;
  }

  .itemEbook .order-md-1 figure::before {
    right: auto;
    left: 30px;
  }
}
.itemVideo .boxVideo::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 54.5% 0;
}
.itemVideo .boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.itemVideo .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemVideo .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemVideo .text2 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}

.itemPodcast figure::before {
  content: "";
  margin: auto;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #FFFFFF;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
.itemPodcast .icon {
  z-index: 2;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 24px;
  height: 24px;
}
.itemPodcast .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background: #1e1e1c;
}
.itemPodcast .icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #1e1e1c;
}
.itemPodcast .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemPodcast .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemPodcast .text2 {
  min-height: 70px;
  border-top: 2px solid #E2D4D3;
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemPodcast .box_1 {
  cursor: pointer;
}
.itemPodcast .box_2 {
  display: none;
}
.itemPodcast iframe {
  width: 100% !important;
  margin: -4px 0 -5px 0;
  min-height: 165px;
}

.itemPodcast.active .icon {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.itemPodcast.active .box_2 {
  display: inline-block;
}

.itemCourse a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemCourse figure {
  padding: 0 0 70% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemCourse figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #c6992e;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 9px -449px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}
.itemCourse .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemCourse .text1 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemCourse .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemCourse .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemCourse .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.itemLecture a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemLecture figure {
  padding: 0 0 70% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemLecture figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #c6992e;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 9px -449px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
}
.itemLecture .boxDate {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.itemLecture .dateText1 {
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
}
.itemLecture .dateText2 {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.itemLecture .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemLecture .text1 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemLecture .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemLecture .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemLecture .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.itemBlog a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemBlog figure {
  padding: 0 0 80% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemBlog .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemBlog .text1 {
  font-weight: 600;
  font-size: 23px;
  color: #c6992e;
  line-height: 28px;
}
.itemBlog .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemBlog .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemBlog .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #c6992e;
  line-height: 25px;
}

.itemBlogHighlight a:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.itemBlogHighlight figure {
  padding: 0 0 58% 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.itemBlogHighlight .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.itemBlogHighlight .text1 {
  font-weight: 600;
  font-size: 43px;
  color: #c6992e;
  line-height: 48px;
}
.itemBlogHighlight .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.itemBlogHighlight .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemBlogHighlight .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #c6992e;
  line-height: 25px;
}
.itemBlogHighlight .controls {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  height: 0;
  text-align: center;
}
.itemBlogHighlight .controlItem {
  display: inline-block;
  margin: 3px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 13px;
  height: 9px;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
}
.itemBlogHighlight .controlItem.active {
  background: #f2f0e7;
}

.blogView figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.blogView .author {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}
.blogView .text1 {
  font-weight: 600;
  font-size: 43px;
  color: #c6992e;
  line-height: 48px;
}
.blogView .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #1e1e1c;
  line-height: 15px;
}
.blogView .text3 {
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 25px;
}
.blogView .text4 {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1c;
  line-height: 30px;
}
.blogView .text4 img {
  max-width: 100% !important;
  height: auto !important;
}
.blogView .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.itemBusiness .bg-white {
  border-radius: 0 70px;
  min-height: 350px;
}
.itemBusiness .text1 {
  font-family: "ibrand";
  text-transform: uppercase;
  font-size: 27px;
  color: #c6992e;
  line-height: 32px;
}
.itemBusiness .text2 {
  font-weight: 600;
  font-size: 14px;
  color: #1e1e1c;
  line-height: 25px;
}
.itemBusiness .itemMore {
  font-weight: 700;
  font-size: 16px;
  color: #AD9F97;
  line-height: 25px;
}

.businessView {
  background: #1e1e1c;
}
.businessView .video_modal {
  display: inline-block;
  max-width: 100%;
  width: 210px;
  border: 15px solid #FFFFFF;
  overflow: hidden;
  position: relative;
}
.businessView .video_modal::before {
  content: "";
  margin: auto;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #FFFFFF;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}
.businessView .video_modal::after {
  content: "";
  margin: 0;
  float: left;
  width: 100%;
  padding: 0 0 100% 0;
}
.businessView .boxText::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 70px);
  left: 0;
  width: 2px;
  height: 290px;
  background: #c6992e;
}
.businessView .boxText .boxVideo::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 55% 0;
}
.businessView .boxText .boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.businessView .network {
  position: relative;
  display: inline-block;
  margin: 10px 25px 10px 0;
  width: auto;
  height: auto;
}
.businessView .network img {
  filter: brightness(0) invert(1);
}
.businessView .text1 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 39px;
}

.businessGallery .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 40px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.businessGallery .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: auto;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.businessGallery .slick-dots {
  margin: 20px 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.businessGallery .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.businessGallery .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.businessGallery .slick-dots li.slick-active button,
.businessGallery .slick-dots li:hover button {
  background: #f2f0e7;
}

.lectureView {
  background: #f2f0e7;
}
.lectureView .text1 {
  font-size: 18px;
  color: #1e1e1c;
  line-height: 39px;
}

.aboutView {
  background: #FFFFFF;
}
.aboutView::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 55px;
  background: #f2f0e7;
}
.aboutView::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100% - 1200px - 15px) / 2);
  height: 55px;
  background: #f2f0e7;
}
.aboutView img {
  max-width: 100% !important;
  height: auto !important;
}
.aboutView .text1 {
  font-family: "ibrand";
  font-size: 42px;
  color: #1e1e1c;
}
.aboutView .text2 {
  font-size: 18px;
  color: #1e1e1c;
  line-height: 39px;
}
.aboutView img.w-100 {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.aboutView .logo {
  margin: auto;
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: -40px;
  right: auto;
  max-width: 50%;
  width: auto;
  height: auto;
}
.aboutView .video_modal {
  position: relative;
}
.aboutView .video_modal::before {
  content: "";
  margin: auto;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 7%;
  width: 67px;
  height: 67px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 24px -170px;
}

.aboutDescription {
  background: #f2f0e7;
}
.aboutDescription::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 60%;
  height: 15px;
  background: #f2f0e7;
}
.aboutDescription img {
  max-width: 100% !important;
  height: auto !important;
}
.aboutDescription .text1 {
  font-size: 18px;
  color: #1e1e1c;
  line-height: 39px;
}

.courseView {
  background: #f1ece7;
}
.courseView img {
  max-width: 100% !important;
  height: auto !important;
}
.courseView .text1 {
  font-family: "ibrand";
  font-size: 42px;
  color: #1e1e1c;
}
.courseView .text2 {
  min-height: 500px;
  font-size: 18px;
  color: #1e1e1c;
  line-height: 39px;
}

.ebookView {
  background: #c6992e;
}
.ebookView .text1 {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 39px;
}

.bookView .text1 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1c;
  line-height: 39px;
}

.bookGallery .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -30px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -360px;
}
.bookGallery .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: auto;
  right: -30px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -360px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bookGallery .slick-dots {
  margin: 30px 0 0 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.bookGallery .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.bookGallery .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.bookGallery .slick-dots li.slick-active button,
.bookGallery .slick-dots li:hover button {
  background: #f2f0e7;
}

.contactPage {
  background: #c6992e;
}
.contactPage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 40px;
  background: #f1ece7;
}
.contactPage::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 40px;
  background: #f1ece7;
}
.contactPage .form-control,
.contactPage .form-select {
  background: #FFFFFF;
  color: #000000;
}
.contactPage .form-select {
  background-image: url("../images/imgArrowSelect.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}
.contactPage textarea.form-control {
  padding: 10px 20px;
  height: 165px;
}
.contactPage .btnSend {
  width: 100%;
}
.contactPage .agree {
  color: #FFFFFF;
}
.contactPage .agree a {
  font-weight: 500;
  color: #FFFFFF;
}
.contactPage .agree a:hover {
  color: #000000;
}
.contactPage ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
.contactPage :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.contactPage ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.contactPage :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}

.sectionContactInfos::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 48%;
  height: 20px;
  background: #f1ece7;
}
.sectionContactInfos .btn {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align: center;
}
.sectionContactInfos .btn a {
  color: #000000;
}
.sectionContactInfos .bgPink {
  background: transparent;
  color: #c6992e;
  border-color: #c6992e;
}
.sectionContactInfos .bgPink a {
  color: #c6992e;
}
.sectionContactInfos .bgPink:hover {
  background: #f2f0e7;
}
.sectionContactInfos .bgGreenLight {
  background: #AD9F97;
  color: #FFFFFF;
}
.sectionContactInfos .bgGreenLight a {
  color: #FFFFFF;
}
.sectionContactInfos .bgGreenLight:hover {
  background: #c6992e;
}
.sectionContactInfos .bgGreenDark {
  background: #c6992e;
  color: #FFFFFF;
}
.sectionContactInfos .bgGreenDark a {
  color: #FFFFFF;
}
.sectionContactInfos .bgGreenDark:hover {
  background: #AD9F97;
}
.sectionContactInfos p {
  margin: 0;
}

.map .container {
  width: 1700px;
}
.map iframe {
  width: 100% !important;
  height: 400px !important;
  border: 35px solid #FFFFFF !important;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}

.pressPage {
  background: #FFFFFF;
}
.pressPage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 40px;
  background: #f1ece7;
}
.pressPage::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 40px;
  background: #f1ece7;
}
.pressPage .item {
  font-size: 20px;
  color: #000000;
}
.pressPage .item a {
  color: #000000;
}
.pressPage .item a:hover {
  color: #c6992e;
}
.pressPage .column {
  column-count: 2;
  column-gap: 200px;
  column-rule: 1px double #000000;
}

.boxForm {
  position: absolute;
  top: -130px;
  right: 0;
  width: 340px;
  max-width: 100%;
  min-height: 645px;
}
.boxForm::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 70%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.4);
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.boxForm ::-webkit-input-placeholder {
  color: #c6992e;
  opacity: 10;
}
.boxForm :-moz-placeholder {
  color: #c6992e;
  opacity: 10;
}
.boxForm ::-moz-placeholder {
  color: #c6992e;
  opacity: 10;
}
.boxForm :-ms-input-placeholder {
  color: #c6992e;
  opacity: 10;
}
.boxForm .boxPhone .boxImg {
  z-index: 10;
  background-color: #c6992e;
}
.boxForm .boxPhone input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
  width: calc(100% + 5px);
}

.boxLogo .itemLogo {
  height: 100px;
}
.boxLogo .itemLogo .imgItem {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  max-height: 80%;
}
.boxLogo .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.boxLogo .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.boxLogo .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.boxLogo .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.boxLogo .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.boxLogo .slick-dots li.slick-active button,
.boxLogo .slick-dots li:hover button {
  background: #f2f0e7;
}

.slideBlogHighlight .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.slideBlogHighlight .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideBlogHighlight .slick-dots {
  margin: 0;
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 10px;
  text-align: center;
}
.slideBlogHighlight .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.slideBlogHighlight .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: rgba(232, 212, 206, 0.2);
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.slideBlogHighlight .slick-dots li.slick-active button,
.slideBlogHighlight .slick-dots li:hover button {
  background: #f2f0e7;
}

.courseTime {
  background-color: #E2D4D3;
  background-image: url("../images/bgCourseTime.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.courseTime .container.containerTime {
  width: 780px;
}
.courseTime .item {
  width: 170px;
}
.courseTime .item .box {
  border-radius: 50px;
}
.courseTime .item .countdown_text1 {
  font-weight: 700;
  font-size: 34px;
  color: #1e1e1c;
  line-height: 34px;
}
.courseTime .item .countdown_text2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1c;
  line-height: 18px;
}
.courseTime .text1 {
  font-size: 18px;
  color: #1e1e1c;
  line-height: 40px;
}

.sectionVideo .play {
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 35px -158px;
}

.faq::before {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: -15px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #c6992e;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 9px -449px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  box-shadow: 5px -5px 20px rgba(0, 0, 0, 0.7);
}
.faq .network {
  position: relative;
  display: inline-block;
  margin: 10px 15px;
  width: auto;
  height: auto;
}
.faq .network img {
  filter: invert(1) brightness(0);
}
.faq .accordion-item {
  background: transparent;
}
.faq .accordion-item .accordion-button {
  outline: 0px;
  -webkit-appearance: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
  background: #c6992e;
}
.faq .accordion-item .accordion-button::after {
  display: none;
}
.faq .accordion-item .accordion-button .box_icon {
  position: relative;
  flex: 0 0 auto;
  width: 50px;
  min-height: 70px;
}
.faq .accordion-item .accordion-button .icon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  -ms-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
.faq .accordion-item .accordion-button .icon::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.faq .accordion-item .accordion-button .icon::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
}
.faq .accordion-item .accordion-button.collapsed {
  border: 1px solid #E2D4D3;
  background: transparent;
}
.faq .accordion-item .accordion-button.collapsed .icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq .accordion-item .accordion-button.collapsed .icon::before, .faq .accordion-item .accordion-button.collapsed .icon::after {
  background-color: #000000;
}
.faq .accordion-item .accordion-button.collapsed .text1 {
  color: #000000;
}
.faq .accordion-item .text1 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.faq .accordion-item .text2 {
  background: #c6992e;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}

.others::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px;
  background: #c6992e;
}
.others .container {
  width: 1050px;
}

.otherBusiness h2 {
  color: #c6992e;
}
.otherBusiness .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 135px;
  bottom: auto;
  left: -35px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.otherBusiness .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 135px;
  bottom: auto;
  left: auto;
  right: -35px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.otherBusiness .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.otherBusiness .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.otherBusiness .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #E8D4CE;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.otherBusiness .slick-dots li.slick-active button,
.otherBusiness .slick-dots li:hover button {
  background: #f2f0e7;
}

.schedule .boxYear a {
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 22px;
  color: #c6992e;
}
.schedule .boxYear a:hover,
.schedule .boxYear a.active {
  color: #000000;
}
.schedule .boxMonth a {
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 22px;
  color: #000000;
  line-height: 22px;
}
.schedule .boxMonth a:hover,
.schedule .boxMonth a.active {
  border-color: #c6992e;
}
.schedule .accordion-mother {
  background: #FFFFFF;
  border-radius: 5px;
}
.schedule .accordion-mother .open {
  display: none;
}
.schedule .accordion-mother .close {
  display: inline-block;
}
.schedule .accordion-mother .collapsed .btnFake {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.schedule .accordion-mother .btnFake {
  border: none;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 40px;
  right: 0;
  -ms-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
.schedule .accordion-mother .btnFake::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 80%;
  background: #000000;
}
.schedule .accordion-mother .btnFake::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 3px;
  background: #000000;
}
.schedule .accordion-mother .text1 {
  font-weight: 600;
  font-size: 27px;
  color: #000000;
  line-height: 27px;
}
.schedule .accordion-mother .text2 {
  font-size: 27px;
  color: #000000;
  line-height: 27px;
}
.schedule .accordion-mother .text3 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.schedule .accordion-mother .text4 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.others .prev {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 135px;
  bottom: auto;
  left: -35px;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
}
.others .next {
  cursor: pointer;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 135px;
  bottom: auto;
  left: auto;
  right: -35px;
  width: 40px;
  height: 40px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 11px -268px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.others .slick-dots {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: center;
}
.others .slick-dots li {
  padding: 15px 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
}
.others .slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #E8D4CE;
  width: 10px;
  height: 7px;
  text-indent: -9999px;
  position: relative;
}
.others .slick-dots li.slick-active button,
.others .slick-dots li:hover button {
  background: #f2f0e7;
}

@media screen and (max-width: 1500px) {
  .pressPage .column {
    column-gap: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .bannerLecture::before {
    left: 0;
  }

  .header_main.active .logo {
    width: 150px;
  }

  .header_main .logo {
    width: 150px;
  }
  .header_main .menu .mother {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .sectionBanner .text1 {
    font-size: 28px;
    line-height: 32px;
  }

  .slideBlogHighlight .slick-dots {
    top: 54%;
  }
}
@media screen and (max-width: 1100px) {
  .header_main .menu .mother {
    margin-right: 10px;
    font-size: 13px;
  }

  .footerMain .network {
    margin-right: 20px;
  }
}
@media screen and (max-width: 993px) {
  .sectionFeatured {
    background: #c6992e;
  }
  .sectionFeatured .box {
    border: none;
  }

  .sectionVideo .play {
    width: 65px;
    height: 65px;
    background-position: 25px -170px;
  }

  .sectionBanner::before, .sectionBanner::after {
    display: none;
  }
  .sectionBanner .prev {
    left: -40px;
  }
  .sectionBanner .next {
    right: -40px;
  }

  .aboutHome .boxImages {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .aboutHome .boxImages .logo {
    bottom: 20px;
  }
  .aboutHome .box {
    background: transparent;
  }

  .banner::before {
    left: 0;
    width: 50%;
    height: 25px;
  }
  .banner::after {
    left: 0;
    width: 90%;
    height: 15px;
  }
  .banner .prev {
    left: 0;
  }
  .banner .next {
    right: 0;
  }
  .banner .item .text1 {
    font-size: 38px;
    line-height: 42px;
  }

  .bannerCourse::before {
    left: 0;
    width: 50%;
    max-width: none;
    height: 25px;
  }
  .bannerCourse::after {
    left: 0;
    width: 90%;
    max-width: none;
    height: 15px;
  }
  .bannerCourse .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerCourse .network {
    margin-right: 30px;
  }
  .bannerCourse .slick-dots {
    bottom: 25px;
  }
  .bannerCourse .prev,
.bannerCourse .next {
    top: auto;
    bottom: 30px;
  }

  .bannerAbout::before {
    left: 0;
    width: 50%;
    max-width: none;
    height: 25px;
  }
  .bannerAbout::after {
    left: 0;
    width: 90%;
    max-width: none;
    height: 15px;
  }
  .bannerAbout .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerAbout .network {
    margin-right: 30px;
  }
  .bannerAbout .slick-dots {
    bottom: 25px;
  }
  .bannerAbout .prev,
.bannerAbout .next {
    top: auto;
    bottom: 30px;
  }

  .bannerLecture .section_breadcrumb {
    position: relative !important;
  }
  .bannerLecture::before {
    height: 20px;
  }
  .bannerLecture::after {
    height: 10px;
    width: 80%;
    left: 0;
    max-width: none;
  }
  .bannerLecture .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerLecture .date1 {
    font-size: 42px;
    line-height: 50px;
  }
  .bannerLecture .date2 {
    font-size: 30px;
    line-height: 36px;
  }
  .bannerLecture .network {
    margin-right: 30px;
  }
  .bannerLecture .slick-dots {
    bottom: 25px;
  }
  .bannerLecture .prev,
.bannerLecture .next {
    top: auto;
    bottom: 20px;
  }

  .bannerBook::before {
    width: 75%;
    left: auto;
    right: 30px;
    max-width: none;
    height: 25px;
  }
  .bannerBook::after {
    left: 20px;
    width: 50%;
    height: 15px;
  }
  .bannerBook .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerBook .network {
    margin-right: 30px;
  }
  .bannerBook .slick-dots {
    bottom: 25px;
  }
  .bannerBook .prev,
.bannerBook .next {
    top: auto;
    bottom: 20px;
  }

  .slideBlogHighlight .slick-dots {
    top: 65%;
  }

  .boxForm {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .boxForm::before {
    display: none;
  }

  .ebookView {
    margin: 0;
  }

  .bannerEbook::before {
    left: auto;
    right: 0;
    width: 70%;
    height: 25px;
  }
  .bannerEbook::after {
    left: 4%;
    width: 50%;
    height: 15px;
  }
  .bannerEbook .text1 {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerEbook .network {
    margin-right: 30px;
  }
  .bannerEbook .slick-dots {
    bottom: 25px;
  }
  .bannerEbook .prev,
.bannerEbook .next {
    top: auto;
    bottom: 20px;
  }

  .title2Section {
    font-size: 28px;
    line-height: 32px;
  }

  .itemBlogHighlight .text1 {
    font-size: 23px;
    line-height: 28px;
  }

  .pressPage .column {
    column-count: 1;
    column-gap: 0;
    column-rule: none;
  }
}
@media screen and (max-width: 900px) {
  .slideBlogHighlight .slick-dots {
    top: 55%;
  }

  .courseTime .item {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .courseView .text1 {
    font-size: 28px;
    line-height: 34px;
  }

  .others::before {
    height: 290px;
  }

  .courseTime .item {
    width: 120px;
  }
  .courseTime .item .box {
    border-radius: 35px;
  }
  .courseTime .item .countdown_text1 {
    font-size: 24px;
    line-height: 24px;
  }
  .courseTime .item .countdown_text2 {
    font-size: 15px;
    line-height: 15px;
  }

  .slideBlogHighlight .slick-dots {
    top: 45%;
  }
}
@media screen and (max-width: 575px) {
  .sectionFeatured .boxMobile {
    height: 700px;
  }
}
@media screen and (max-width: 550px) {
  .pressPage .item a {
    font-size: 15px;
  }

  .courseTime .item {
    width: 90px;
  }
  .courseTime .item .box {
    border-radius: 25px;
  }

  .sectionBanner .network {
    padding: 5px 5px;
  }

  .header_main .btnPink {
    min-width: auto;
  }
}
@media screen and (max-width: 400px) {
  .bannerAbout .network {
    margin-right: 13px;
  }

  .sectionFeatured .network {
    margin-right: 10px;
  }

  .pressPage .item a {
    font-size: 14px;
  }

  .courseTime .item {
    width: 70px;
  }
}
@media screen and (max-width: 330px) {
  .pressPage .item a {
    word-break: break-all;
  }
}

/*# sourceMappingURL=style.css.map */
