.item6 {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: #f05c2e;
  width: 100%;
  height: 27vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .item6 {
    font-size: 14px;
  }
}

.item6::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 0px;
  font-size: 16px;
  left: 0;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  vertical-align: middle;
  font-weight: 900;
  cursor: pointer;
}

#home .block-content-3 .heading-section span {
  font-size: 4vw;
}

#home .block-content-5 .item .txt-item .heading-txt a {
  color: #fff;
  font-weight: 100;
}

#home .block-content-5 .item .txt-item .content-txt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#home .block-content-4 .top-event .group-img .txt-event .view-info span {
  font-size: 12px;
  color: #e15d2e;
  text-transform: uppercase;
  font-weight: 700;
}

#home .block-content-4 .top-event .group-img .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

#home .block-content-4 .top-event .group-img .img-event {
  z-index: 98;
}

#home .block-content-4 .top-event .group-img .txt-event {
  z-index: 100;
}

#home .block-content-4 .top-event .group-img .txt-event p,
#home .block-content-4 .bottom-event .img-1 .txt .heading-event,
#home .block-content-4 .top-event .group-img .txt-event .heading-event {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#home .block-content-4 .top-event .group-img .txt-event div {
  display: none;
}

#home .block-content-4 .bottom-event .img-1 .overlay {
  /* background: rgba(0,0,0,0.7); */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(14, 29, 51, 0.2)),
      to(rgba(14, 29, 51, 0.8)));
  background: -o-linear-gradient(top,
      rgba(14, 29, 51, 0.2),
      rgba(14, 29, 51, 0.8));
  background: linear-gradient(to bottom,
      rgba(14, 29, 51, 0.2),
      rgba(14, 29, 51, 0.8));
}

/* #home .block-content-4{
  background-color: initial;
} */
#home .block-content-7 .fp-tableCell .form-main .mc4wp-form {
  position: relative;
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 0px;
  height: 10vh;
  font-size: 18px;
  color: #fff !important;
  padding: 0px 25px;
  max-width: unset;
  width: 100%;
  text-transform: uppercase;
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .btn-default {
  background: #1a1a1a !important;
  border: 1px solid #1a1a1a;
  height: 7vh;
  width: 150px;
  border-radius: 0px;
  border-left: 2px solid #f05c2e;
  color: #fff !important;
  font-size: 18px;
  position: absolute;
  top: 15px;
  right: 0;
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.hero-slider .carousel-cell .slide-content .title>a {
  color: #fff !important;
}

.content img {
  max-width: 100%;
  height: auto;
}

.single #home .bg {
  background: inherit;
  height: auto;
}

.single #home .block-content-5 .item .txt-item .heading-txt a,
.txt-item .comment a,
.txt-item .comment a i::before {
  color: #232323;
}

.txt-item .button-container-1 a {
  color: #ff865c;
}

.txt-item .button-container-1 a.button-detail {
  border: 1px solid;
  padding: 10px 20px;
}

.txt-item .button-container-1 a.button-detail:hover {
  color: #fff;
  background-color: #ff865c;
}

.single .item .img {
  max-height: 280px;
  position: relative;
}

.single .item .img img {
  max-height: 280px;
  height: 100%;
  width: auto;
}

.single .item .img .date {
  position: absolute;
  left: 0.5%;
  bottom: 0;
  color: #fff;
}

#home .breadcrumb nav ol li a:hover {
  color: #fff;
  opacity: 0.8;
}

.single #home .main-details .main-right .box-2 .group-flex .items-groups .txt .titles {
  line-height: 1.4;
  height: 62px;
  -webkit-line-clamp: 3;
}

.widget-title {
  font-size: 25px;
  line-height: 1.53;
  font-weight: 700;
  margin-bottom: 15px;
}

.widget .menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.widget .menu li a {
  color: #232323;
  font-weight: 700;
  font-size: 14px;
}

.pagination .page-numbers {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  color: #232323;
}

.pagination .page-numbers:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers.current {
  background-color: #f05c2e;
  color: #fff;
  border: none;
}

#home .slide-top .txt-slide-top .heading a,
#home .main-talkCeo .main-talk .group-talk .talk2 .heading a,
#home .book-store .left-book ul li .media-body .title-media a {
  color: #232323;
}

#home .main-talkCeo .main-talk .group-talk .talk1 img {
  width: 100%;
}

#home .main-talkCeo .main-talk .group-talk .talk1 img {
  max-width: 350px;
  width: auto;
}

#home .main-libaryBook .group-search .search button {
  background-image: url(../images/libaryBook/zoom-2.svg);
}

#home .main-libaryBook .main-book .group-item-book .group .item-book {
  max-width: 327px;
}

.book-store img.mr-4 {
  width: 200px;
}

.t_bnr {
  margin-top: 0;
  background-size: cover !important;
  padding: 220px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t_bnrInfo {
  background-color: #f63;
  padding: 20px;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mhTtl {
  font-family: "effralight";
  color: #d65639;
  font-size: 48px;
  text-transform: uppercase;
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/line.png) no-repeat center bottom;
  background-size: 99px 3px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 10px;
}

.thermatechTxt {
  color: #010101;
  font-size: 14px;
  font-family: "effralight";
  text-align: center;
  padding: 20px 0 35px;
}

.thermatechLst {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/bg_dot2.png) no-repeat center center;
  text-align: center;
}

.thermatechLst li {
  display: inline-block;
  margin: 0;
}

.thermatechLst li img {
  pointer-events: none;
}

.thermatechLst li.thermatech1 .thermatechInfoOut {
  left: 100px;
}

.thermatechInfoOut {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/line3.png) no-repeat 0 center;
  padding: 0 0 0 88px;
  position: absolute;
  left: 0;
  top: 40%;
  display: none;
}

.thermatechInfo {
  font-size: 18px;
  font-family: "effraregular";
  text-transform: uppercase;
  color: #363636;
  text-align: right;
  border: 1px solid #df400f;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
}

.whatIs {
  padding-top: 40px;
  background-size: cover !important;
  padding-bottom: 70px;
}

.whyIs {
  padding-top: 40px;
  background: #f8f8f8;
  margin-bottom: 82px;
  padding-bottom: 40px;
}

.mhTtl {
  font-family: "effralight";
  color: #d65639;
  font-size: 48px;
  text-transform: uppercase;
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/line.png) no-repeat center bottom;
  background-size: 99px 3px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 10px;
}

.whatBox {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/bg_dot.png) repeat 0 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 365px auto 0;
  width: 100%;
  max-width: 966px;
}

.whatBox h3 {
  font-family: "effrabold";
  color: #fefefe;
  font-size: 36px;
  text-transform: uppercase;
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/line.png) no-repeat center bottom;
  background-size: 99px 3px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

.whatBox p {
  color: #fefefe;
  font-size: 18px;
  font-family: "effralight";
  padding-top: 20px;
}

.mhTtl span {
  display: block;
  color: #000;
  font-size: 24px;
  font-family: "effraregular";
}

.whyIsSlide {
  padding: 50px 0 0;
}

.whyIs .h_protxt {
  color: #000;
  font-size: 18px;
  font-family: "effralight";
  max-width: 707px;
}

.h_protxt {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  color: #000;
  font-size: 14px;
  font-family: "effraregular";
  text-align: center;
  padding-top: 20px;
}

.h_proBtn {
  text-align: center;
  padding-top: 28px;
}

.h_proBtn a {
  background: #d55639 url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/arrow4.png) no-repeat right center;
  height: 60px;
  width: 230px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "effraregular";
  text-transform: uppercase;
  border: none;
  display: inline-block;
}

.heritage {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/bg_heritage.png) no-repeat center top;
  background-size: cover;
  margin-top: 0;
  padding: 45px 0 0;
}

.heritageSlide_left {
  width: calc(100% - 150px);
}

.heritageSlide_righ {
  width: 130px;
}

.heritageSlide_righ,
.heritageSlide_left {
  float: left;
}

.year {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/line2.png) no-repeat center bottom;
  padding: 20px 0 25px;
  color: #000;
  font-family: "effralight";
  font-size: 30px;
  text-align: center;
}

.heritageSlide_righ .slider {
  margin-bottom: 50px;
}

.heritageSlide .slick-prev {
  left: 55px;
  top: 35px;
  z-index: 50;
}

.slider {
  width: 100%;
  margin: 25px auto 0;
}

.heritageSlide .slick-prev,
.heritageSlide .slick-next {
  display: none !important;
}

.heritageSlide .slick-prev {
  left: 55px;
  top: 35px;
  z-index: 50;
}

.heritageSlide .slick-prev,
.heritageSlide .slick-next {
  background-size: auto 30px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url(https://depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/premm.png) no-repeat 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: -50px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 25px !important;
}

.slider-nav .slick-list .slick-slide {
  float: none;
  display: none;
}

.list_button_bonclub:after,
.heritageSlide_righ .slick-list:after,
.heritageSlide:after {
  display: block;
  content: "";
  clear: both;
}

.heritageTtl {
  text-align: center;
}

.slider {
  width: 100%;
  margin: 25px auto 0;
}

.slider-nav .slick-list.draggable {
  padding-top: 60px;
}

.slider-nav .slick-list .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.slick-slide {
  margin: 0 12px;
  height: 100%;
  min-height: 1px;
}

.slider-nav .slick-list .slick-slide.slick-active {
  display: block !important;
}

.is-active .heritageTtl span.n_y,
.heritageTtl:hover span.n_y {
  background: #d65639;
  font-family: "effraregular";
  color: #fff;
}

.heritageTtl span.n_y {
  text-align: center;
  color: #000;
  font-family: "effralight";
  font-size: 24px;
  line-height: 44px;
  height: 44px;
  padding: 0 25px;
  display: inline-block;
  border-radius: 22px;
  cursor: pointer;
}

.heritageTxt {
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-family: "effraregular";
  padding-top: 30px;
}

.banner-main img {
  width: 100%;
}

aside.widget.widget_pages ul {
  list-style: none;
  padding: 0;
}

aside.widget.widget_pages ul li {
  margin-bottom: 10px;
}

aside.widget.widget_pages ul li a {
  color: #ff865c;
  font-size: 18px;
  text-transform: uppercase;
}

aside.widget.widget_pages .sidebar-title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0px;
}

label.gfield_label {
  color: #ff865c;
  font-weight: 700;
}

.full-profile form {
  max-width: 700px;
}

.full-profile form input {
  border-radius: 5px;
  border: 1px solid #232323;
  height: 50px;
  padding: 0px 10px !important;
}

.heading-media-account {
  margin: 20px 0px !important;
  text-transform: uppercase;
  font-weight: 700;
}

input#gform_submit_button_4 {
  border: none;
  background: #ff865c;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.vc-box-form-contacts {
  /*height: 650px;*/
}

.vc-box-form-contacts {
  width: 500px;
  background: #000;
  padding: 0px 30px 20px 30px;
}

.vc-item-map {
  width: 670px;
  margin-top: 0 !important;
  height: auto !important;
}

.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.map {
  width: 100%;
  overflow: hidden;
  height: 730px;
  margin-top: 82px;
  position: relative;
}

.vc-item-map {
  width: 670px;
  margin-top: 0 !important;
  height: auto !important;
}

body .gform_wrapper {
  margin: 16px 0 16px 16px;
}

.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

.mapInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.mapBox h2 {
  background: #d55639 url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/icoH.png) no-repeat 27px 20px;
  color: #fff;
  font-size: 24px;
  font-family: "effraregular";
  text-transform: uppercase;
  margin-top: 40px;
  padding: 20px;
  padding-left: 68px;
}

.mapContent {
  background: #fff;
  padding: 20px;
}

.mapContent .tab-content {
  /* padding-top: 20px; */
}

.mapLst {
  max-height: 365px;
  overflow-y: scroll;
}

ol,
ul {
  list-style: none;
}

.mapLst li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.mapLst li h3 {
  color: #010101;
  font-family: "effrabold";
  font-size: 18px;
  text-transform: uppercase;
}

.mapL {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/h_l.png) no-repeat 0 0;
  padding: 0 0 0 35px;
  color: #666;
  font-size: 18px;
  font-family: "effralight";
  margin-top: 20px;
}

.mapP {
  background: url(//depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/h_p.png) no-repeat 0 0;
  padding: 0 0 0 35px;
  color: #666;
  font-size: 18px;
  font-family: "effralight";
  margin-top: 20px;
  line-height: 28px;
}

.vc-bg-tranforent .ginput_container {
  float: left;
  width: 70% !important;
  vertical-align: middle;
  margin-top:-15px !important;
}

body .gform_wrapper .top_label .gfield_label {
  display: block !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}

.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.vc-bg-tranforent label {
  float: left;
  width: 30%;
  padding-top: 8px;
  vertical-align: middle;
  padding-right: 0px;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

.mapBox {
  width: 100%;
  max-width: 470px;
}

.mapTtl .tab_m li a:hover,
.mapTtl .tab_m li a.active {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "effrabold";
  background: #d65639;
  text-decoration: none;
}

.mapTtl .tab_m li a {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "effralight";
  line-height: 28px;
  height: 30px;
  border-radius: 15px;
  padding: 0 15px;
  display: block;
}

.mapTtl p {
  float: left;
  color: #000;
  font-size: 18px;
  font-family: "effraregular";
  line-height: 30px;
  padding-right: 16px;
}

.vc-bg-tranforent input,
.vc-bg-tranforent select,
.vc-bg-tranforent textarea {
  background: transparent !important;
  margin-bottom: 25px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #fff;
  border-bottom: 1px solid #c9c3bd;
  padding: 10px 0px;
  height: 5vh;
}

.vc-bg-tranforent select option {
  background: #000 !important;
}

form#gform_2 #gform_submit_button_2 {
  background: #f15525;
  padding: 6px 45px;
  border-radius: 0;
  font-weight: 500;
  border: none;
  color: #fff;
}

.gform_wrapper .gform_footer {
  text-align: center !important;
  padding: 0;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.pose-loading {
  position: relative;
  display: inline-block;
  width: 100%;
}

.lds-roller {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 40%;
  left: 48%;
  z-index: 999;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
}

.spin-overplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 0;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f15426;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swal-overlay {
  z-index: 999999999;
}

.fp-viewing-7 #home .block-content-6 .col-right img {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fp-viewing-7 #home .block-content-6 .col-left .down-app .app,
.fp-viewing-7 #home .block-content-6 .col-left .down-app .ch-play {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fp-viewing-2 #home .block-content-2 .main-block .heading-book {
  -webkit-transform: translate(5vh, 0vh);
  -ms-transform: translate(5vh, 0vh);
  transform: translate(5vh, 0vh);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .first-group-item .item1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .first-group-item .item2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .second-group-item .item3 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .second-group-item .item4 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .thr-group-item .item5 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .thr-group-item .item6 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}

.fp-viewing-3 #home .block-content-3 .heading-section {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fp-viewing-4 #home .block-content-5 .heading-group {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fp-viewing-5 #home .block-content-4 .top-event .group-txt .heading-section {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

aside.widget.widget_pages ul {
  background: #f15426;
  padding: 20px 20px;
}

.page_item.page-item-25 {
  margin-bottom: 0px !important;
}

aside.widget.widget_pages ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.gform_wrapper ul li.gfield {
  margin-top: 25px;
  padding-top: 0;
}

.gform_body ul li label {
  color: #f15426;
}

input#gform_submit_button_4 {
  background: #f15426 !important;
  font-weight: 700 !important;
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.heading-media-account a {
  color: #000 !important;
  font-size: 35px;
}

aside.widget.widget_pages .sidebar-title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0px;
  font-size: 30px;
  color: #000;
}

.heading-libaryBook {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #f15426;
}

.connect-form {
  /* max-width: 700px; */
  margin: 35px auto;
}

.connect-form .login-username input,
.connect-form .login-password input {
  width: 100%;
  height: 50px;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 10px;
}

.connect-form p {
  margin-bottom: 0px;
}

.login-remember {
  margin: 20px 0px !important;
}

.login-submit input {
  background: #f15426;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.page-template-page-bonclub #home .block-content-4,
.page-template-page-bonclub #home .block-content-5,
.page-template-page-bonclub #home .block-content-6,
.page-template-page-bonclub #home .block-content-7,
.page-template-page-bondclub_en #home .block-content-4,
.page-template-page-bondclub_en #home .block-content-5,
.page-template-page-bondclub_en #home .block-content-6 {
  background: none !important;
}

.page-template-page-bonclub #home .block-content-7 {
  background: #000 !important;
}

.page-template-page-bondclub_en #home .block-content-1,
.page-template-page-bonclub #home .block-content-1,
.page-template-page-bondclub_en #home .block-content-8,
.page-template-page-bonclub #home .block-content-8 {
  background-image: none !important;
}

#home .block-content-3 .main-news-events .group-item .item-col .img-box {
  max-height: 258px;
}

#home .block-content-5 .item .img {
  max-height: 222px;
  overflow: hidden;
}

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

#home .block-content-3 .talk-CEO .buttons {
  position: absolute;
  top: 10px;
  left: 35px;
}

#home .block-content-1 .block-child-2 .w-block .slide-2 .item .txt-img p {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

#home .block-content-1 .block-child-2 .w-block .slide-2 .item .txt-img .btn-view {
  display: none !important;
  background: #ff865c;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 18px;
  text-transform: inherit;
  font-weight: 500;
  margin-bottom: 0px !important;
}

#home .block-content-2 .block-child-2 .list-item .item a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

#home .block-content-1 .bg-block-1 .logo-main {
  margin-top: -10vh !important;
}

#home .block-content-2 .main-block .block-book .second-group-item .item3 {
  -webkit-transform: translate(0px, -45vh);
  -ms-transform: translate(0px, -45vh);
  transform: translate(0px, -45vh);
}

.fp-viewing-2 #home .block-content-2 .main-block .block-book .first-group-item .item1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

#home .block-content-2 .main-block .block-book .first-group-item .item1 {
  -webkit-transform: translate(0px, -320px);
  -ms-transform: translate(0px, -320px);
  transform: translate(0px, -320px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

#home .block-content-2 .main-block .block-book .thr-group-item .item5 {
  -webkit-transform: translate(0px, -52vh);
  -ms-transform: translate(0px, -52vh);
  transform: translate(0px, -52vh);
}

@media screen and (max-width: 1024px) {
  .group-register li {
    background: #000 !important;
    margin: 0;
    padding: 0;
  }

  .group-register li a {
    padding: 0 !important;
  }
}

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.hero-slider .carousel-cell .slide-content .caption {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 500;
  padding: 0px 20px 0px 0px;
}

#header .menu-group .menu-pc .main-menu-pc .menu li .sub-menu-pc li {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#header .menu-group .menu-pc .main-menu-pc .menu li .sub-menu-pc li:hover {
  background: #333;
  opacity: 0.8;
}

.cd-container {
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 8px;
  height: 98.5%!important;
  width: 2px;
  background: #f15525;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 4.7em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-left {
  float: left;
}

.cd-left::before {
  top: 24px;
  left: 100% !important;
  border-color: transparent !important;
  border-left-color: #092236 !important;
}

.cd-right {
  float: right;
}

.cd-rigth::before {
  top: 24px;
  left: 100%;
  right: auto;
  border-color: transparent;
  border-right-color: white;
}

@media screen and (max-width: 1169px) and (min-width: 240px) {
  .cd-timeline-content::before {
    border: none !important;
  }

  .cd-timeline-content {
    display: block;
  }

  .cd-left,
  .cd-right {
    float: right;
  }

  .cd-left::before {
    top: 15px !important;
    right: 100% !important;
    left: auto !important;
    border: 7px solid transparent !important;
    border-color: transparent !important;
    border-right: 7px solid white !important;
  }

  .cd-timeline-img strong {
    font-size: 15px !important;
  }
}

.cd-timeline-img strong {
  font-size: 21px;
}

.cd-timeline-img {
  font-size: 21px;
  position: absolute;
  top: 55px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a1a1a1;
  color: #a1a1a1;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  padding-top: 6px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -11px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.6em;
  padding: 1em;
  border: 1px solid #ddd;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid #f15525;
}

.vc-bg-50year-1 {
  background: #f15525;
  border: none;
  color: #fff;
}

.vc-bg-50year-2 {
  background: #092236 !important;
  color: #fff;
}

.border-before-none::before {
  border: none;
}

.vc-timeline-since {
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  padding: 10px 50px;
  position: absolute;
  right: -50px;
  background: #fff;
  top: 40px;
}

.vc-timeline-since-2 {
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  padding: 10px 50px;
  position: absolute;
  left: -50px;
  background: #fff;
  top: 40px;
}

#home .bonclub-7 {
  background: #000 !important;
}

#home .bonclub-7,
#home .bonclub-1,
#home .bonclub-2,
#home .bonclub-3,
#home .bonclub-4,
#home .bonclub-5,
#home .bonclub-6 {
  padding: 0px !important;
}

.page-template-page-bondclub_en #home .block-content-7 .bonclub-7 {
  background: #000 !important;
}

#home .block-content-3 .heading-section span {
  font-size: 3vw;
}

#home .block-content-3 .heading-section {
  -webkit-transform: translate(3vw, -5vh);
  -ms-transform: translate(3vw, -5vh);
  transform: translate(3vw, -5vh);
}

.fp-viewing-3 #home .block-content-3 .heading-section {
  -webkit-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  transform: translateY(0vh);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#home .block-content-3 .talk-CEO .video-player {
  overflow: hidden;
  padding-top: 25vw !important;
  max-width: 45vw;
  margin: 0 auto;
}

#home .block-content-3 .talk-CEO .buttons {
  position: absolute;
  top: 0vh !important;
  left: -5vw !important;
}

#home .block-content-3 .talk-CEO {
  position: relative;
  max-width: 45vw;
  margin: 0 auto;
}

#home .bonclub-5 {
  max-width: 70vw;
  margin: 0 auto;
}

#home .bonclub-5 .btn-view .btn-viewmore a {
  font-size: 16px;
  padding: 0.7vw;
}

#home .bonclub-5 .btn-view {
  max-width: 220px;
  margin-left: auto;
  text-align: center;
  background: #f05c2e;
  margin-top: 3vh !important;
}

#home .bonclub-5 .item .txt-item .heading-txt a {
  color: #fff;
  font-weight: 100;
  font-size: 17px;
}

.fp-viewing-4 #home .block-content-5 .heading-group {
  -webkit-transform: translateY(1.5vh);
  -ms-transform: translateY(1.5vh);
  transform: translateY(1.5vh);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#home .block-content-4 .top-event .group-img .txt-event p,
#home .block-content-4 .bottom-event .img-1 .txt .heading-event,
#home .block-content-4 .top-event .group-img .txt-event .heading-event {
  font-size: 1.3vw;
}

#home .block-content-4 .top-event,
#home .block-content-4 .bottom-event {
  max-width: 80vw;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .fp-viewing-3 #home .block-content-3 .heading-section {
    -webkit-transform: translateY(1vh);
    -ms-transform: translateY(1vh);
    transform: translateY(1vh);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .cd-timeline-content {
    margin-right: 40px !important;
    margin-left: 0px;
  }

  #cd-timeline::before {
    top: 0;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px !important;
    left: auto !important;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  .slick-list {
    height: 600px !important;
    overflow: hidden;
  }

  .cd-timeline-img.cd-picture {
    right: 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 41%;
  }

  .vc-timeline-content-1 img {
    width: 100%;
  }

  .vc-position50-year-2 img {
    width: 100%;
  }

  .vc-visibile-mb {
    display: none;
  }

  .vc-bg-50year-1,
  .vc-bg-50year-2 {
    width: 45% !important;
  }

  .vc-timeline-content-1 {
    width: 41%;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider-item {
  position: relative;
}

.next.slick-arrow {
  position: absolute;
  z-index: 999999;
  bottom: -25px;
  left: 50%;
}

.next.slick-arrow {
  position: absolute;
  z-index: 999999;
  bottom: -25px;
  width: 100%;
  background: url("https://depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/khung2.png");
  background-size: cover;
  background-position: center;
  padding: 25px 0px;
  left: 0;
  text-align: center;
}

.cd-container {
  margin: 0 auto;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 8px;
  height: 98.5%!important;
  width: 2px;
  background: #f15525;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 4.7em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-left {
  float: left;
}

.cd-left::before {
  top: 24px;
  left: 100% !important;
  border-color: transparent !important;
  border-left-color: #092236 !important;
}

.cd-right {
  float: right;
}

.cd-rigth::before {
  top: 24px;
  left: 100%;
  right: auto;
  border-color: transparent;
  border-right-color: white;
}

@media screen and (max-width: 1169px) {
  .cd-timeline-content::before {
    border: none !important;
  }

  .cd-timeline-content {
    display: block;
    margin: 0 35px !important;
  }

  .cd-left,
  .cd-right,
  .vc-bg-50year-2 {
    float: right;
    border-radius: 0.6em !important;
    background-color: white;
    min-width: 720px;
    max-width: 100%;
  }

  .cd-left::before {
    top: 15px !important;
    right: 100% !important;
    left: auto !important;
    border: 7px solid transparent !important;
    border-color: transparent !important;
    border-right: 7px solid white !important;
  }

  .cd-timeline-img strong {
    font-size: 15px !important;
  }
}

.cd-timeline-img strong {
  font-size: 21px;
}

.cd-timeline-img {
  font-size: 21px;
  position: absolute;
  top: 55px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a1a1a1;
  color: #a1a1a1;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  padding-top: 6px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -11px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.6em;
  padding: 1em;
  border: 1px solid #ddd;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right: 20px solid #f15525;
}

.vc-bg-50year-1 {
  background: #f15525;
  border: none;
  color: #fff;
}

.vc-bg-50year-2 {
  background: #092236 !important;
  color: #fff;
}

.border-before-none::before {
  border: none;
}

.vc-timeline-since {
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  padding: 10px 50px;
  position: absolute;
  right: -50px;
  background: #fff;
  top: 40px;
}

.vc-timeline-since-2 {
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #a1a1a1;
  border-radius: 5px;
  padding: 10px 50px;
  position: absolute;
  left: -50px;
  background: #fff;
  top: 40px;
}

#home .block-content-3 .heading-section {
  margin-bottom: 0px !important;
}

#home .block-content-3 .talk-CEO .buttons button {
  padding: 1.5vw !important;
}

#home .block-content-3 .talk-CEO .video-player {
  position: relative;
  overflow: hidden;
  padding-top: 25vw !important;
  max-width: 1000px;
}

#home .block-content-3 .talk-CEO .slogan-talk {
  font-size: 1.5vw;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  max-width: 1000px;
  padding: 20px 35px;
  text-align: center;
}

#home .bonclub-8 .group-box-items,
#home .bonclub-6 {
  max-width: 80vw;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 820px) {
  .cd-timeline-content {
    margin: 0 6% 0 0 !important;
  }

  #cd-timeline::before {
    top: 0;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px !important;
    left: auto !important;
  }

  .cd-timeline-content,
  .vc-bg-50year-2 {
    min-width: auto;
    width: 94%;
  }

  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  .slick-list {
    height: 600px !important;
    overflow: hidden;
  }

  .cd-timeline-img.cd-picture {
    right: 0px;
  }
}

@media (max-width: 500px) {

  #cd-timeline::before,
  .cd-timeline-img.cd-picture {
    display: none;
  }

  .cd-timeline-content,
  .vc-bg-50year-2 {
    width: 100%;
    margin: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -5px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media (max-width: 1169px) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    top: -15px;
    right: -15px;
    left: auto;
    z-index: 1;
  }

  .cd-left,
  .cd-right {
    float: right !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .vc-visibile-mb {
    padding: 1em;
  }

  .vc-hidden-mb {
    display: none;
  }

  #cd-timeline::before {
    top: 0px;
  }

  .cd-timeline-content {
    margin-right: 55px !important;
    margin-left: 65px;
  }

  .vc-position50-year-2 img {
    width: 100% !important;
  }

  .vc-position-50year img {
    width: 100% !important;
  }

  .cd-left {
    float: none;
  }

  .cd-timeline-content {
    border-radius: 0 !important;
  }

  .vc-timeline-since,
  .vc-timeline-since-2 {
    right: -15px;
    left: auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 41%;
  }

  .vc-timeline-content-1 img {
    width: 100%;
  }

  .vc-position50-year-2 img {
    width: 100%;
  }

  .vc-visibile-mb {
    display: none;
  }

  .vc-bg-50year-1,
  .vc-bg-50year-2 {
    width: 45% !important;
  }

  .vc-timeline-content-1 {
    width: 41%;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider-item {
  position: relative;
}

.next.slick-arrow {
  position: absolute;
  z-index: 999999;
  bottom: -25px;
  left: 50%;
}

.next.slick-arrow {
  position: absolute;
  z-index: 999999;
  bottom: -25px;
  width: 100%;
  background: url("https://depbenvung.com/wp-content/themes/wp-bootstrap-starter-child/images/khung2.png");
  background-size: cover;
  background-position: center;
  padding: 25px 0px;
  left: 0;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  div.ginput_container_name span {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .single .item .img {
    max-height: 250px;
    position: relative;
  }

  .single .item .img img {
    max-height: 250px;
    height: 100%;
    width: auto;
  }
}

@media (max-width: 768px) {
  .single .item {
    margin-bottom: 20px;
  }

  .single .content img {
    width: 100%;
    height: auto;
  }

  .hero-slider .carousel-cell .slide-content .caption {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #home .block-content-3 .main-news-events .group-item .item-col .img-box {
    max-height: 250px;
  }

  #home .block-content-5 .item .img {
    max-height: none;
    height: auto;
  }
}

@media (max-width: 576px) {
  .single .item .img img {
    width: 100%;
    height: auto;
    max-height: unset;
  }

  .single .item .img {
    max-height: unset;
  }
}

@media screen and (max-width: 1024px) {
  #home .slide5 .box-images .group-heading .content {
    display: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
  }

  #home .slide-3 .item .group-heading {
    display: block !important;
  }

  #home .slide-3 .item .group-heading .heading {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
  }

  #home .slide-3 .item .group-heading ul {
    display: none;
  }

  #home .block-content-3 .talk-CEO {
    max-width: 90% !important;
  }

  #home .block-content-3 .talk-CEO .buttons {
    position: absolute;
    top: 4vh !important;
    left: -5vw !important;
  }

  #home .block-content-3 .talk-CEO .slogan-talk {
    font-size: 16px !important;
  }

  .fp-viewing-3 #home .block-content-3 .heading-section {
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  #home .block-content-3 .heading-section {
    font-size: 25px !important;
  }

  #home .bonclub-5 {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100% !important;
  }

  #home .bonclub-5 .item .txt-item .heading-txt a {
    font-size: 15px !important;
  }

  #home .block-content-4 .top-event .group-img .txt-event p,
  #home .block-content-4 .bottom-event .img-1 .txt .heading-event,
  #home .block-content-4 .top-event .group-img .txt-event .heading-event {
    font-size: 17px;
  }

  #home .block-content-3 .talk-CEO .video-player {
    padding-top: 50vw !important;
    max-width: 1000px;
  }

  #home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .custom-form {
    height: 6vh;
  }

  #home .block-content-7 .fp-tableCell .form-main .mc4wp-form .mc4wp-form-fields .btn-default {
    height: 6vh;
    top: 0px;
    width: 80px;
  }

  #home .block-content-7 .fp-tableCell .form-main .bg-footer .link {
    margin-bottom: 2px;
  }

  #home .block-content-7 .fp-tableCell .form-main .bg-footer {
    font-size: 14px;
    margin-top: 5px;
  }

  #home .bonclub-5 .btn-view .btn-viewmore a {
    font-size: 16px;
    padding: 10px;
  }

  #home .block-content-3 .talk-CEO .video-player {
    position: relative;
    overflow: hidden;
    padding-top: 50vw !important;
    max-width: 1000px;
  }

  #home .block-content-4 .top-event,
  #home .block-content-4 .bottom-event {
    max-width: 100% !important;
  }

  #home .block-content-4 .top-event .group-img .txt-event p,
  #home .block-content-4 .bottom-event .img-1 .txt .heading-event,
  #home .block-content-4 .top-event .group-img .txt-event .heading-event {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

#home .bonclub-7,
#home .bonclub-1,
#home .bonclub-2,
#home .bonclub-3,
#home .bonclub-4,
#home .bonclub-5,
#home .bonclub-6 {
  padding: 0px !important;
}

#home .block-content-4 .main-50-years {
  max-width: 90%;
  margin: 0 auto;
}

#home .block-content-4 .main-50-years .timeline {
  position: relative;
}

.main-50-years {
  position: relative;
}

.arrow.arrow__prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent !important;
  border: 1px solid #ff865c;
  color: #ff865c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.arrow.arrow__next {
  position: absolute;
  top: 50%;
  right: 0;
  background: transparent !important;
  border: 1px solid #ff865c;
  color: #ff865c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-50-years:hover .arrow.arrow__next {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-50-years:hover .arrow.arrow__prev {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#home .block-content-4 .main-50-years .timeline {
  overflow-y: hidden !important;
}

.fixbonclub-ie {
  display: table-cell !important;
  vertical-align: middle !important;
}

#home .block-content-4 .main-50-years .timeline ol {
  margin-bottom: 70px;
  padding: 340px 0px;
}

.heading-pop {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#header .menu-group .menu-pc .group-register .lang-item .active {
  background: none !important;
  padding: 0px;
}

#home .block-content-5 .main-box .box-products .logo .content p {
  text-align: justify;
}

.flex-layout .txt-event {
  padding: 5px;
  max-width: 80vw;
  margin: 0 auto;
}

.flex-layout .heading-event {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}

.flex-layout .view-info {
  font-size: 12px;
  color: #e15d2e;
  text-transform: uppercase;
  font-weight: 700;
}

#home .block-content-4 .top-event .group-txt {
  margin-bottom: 0px !important;
}

#home .block-content-4 .bottom-event .img-1 .txt {
  position: inherit;
  margin-top: 5px;
}

#header .menu-group .menu-pc .main-menu-pc .menu li .sub-menu-pc {
  top: 30px !important;
}

#home .block-content-2 .block-child-2 .list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#footer .top-footer .main-footer .conacts-info {
  width: 200px !important;
}

.bg-button {
  background: url("https://depbenvung.com/wp-content/uploads/2020/04/1.png");
  background-size: 100%;
  padding: 20px 20px;
  max-width: 260px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative;
}

.bg-button a {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  -webkit-transform: translate(35%, -55%);
  -ms-transform: translate(35%, -55%);
  transform: translate(35%, -55%);
}

.txt-item .button-container-1 a {
  color: #fff;
}

#home .block-content-5 .heading-group {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

#home .block-content-6 .col-right img {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.slide-content.mask .divider {
  display: none;
}

#home .block-content-1 .block-child-2 .w-block .slide-2 .item1 {
  width: 320px;
  background-position: left;
}

#home .block-content-1 .block-child-2 .w-block .slide-2 .item .txt-img p {
  font-size: 13px;
}

#home .block-content-2 .block-child-1 .main-block-child .item-left .child-right {
  width: 300px;
  padding-top: 10px;
  text-align: left;
}

#home .block-content-2 .block-child-1 .main-block-child .item-left {
  width: 280px;
}

#home .block-content-2 .block-child-1 .main-block-child .item-right {
  width: 650px;
}

#home .block-content-2 .block-child-1 .main-block-child .item-left .child-right .register-now a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: #333;
  padding: 10px 20px;
}

#home .block-content-2 .block-child-1 .main-block-child .item-right .main-item .child-left {
  width: 220px;
}

#home .block-content-2 .block-child-2 .list-item .item {
  width: 255px;
}

#home .block-content-2 .block-child-2 .list-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#home .block-content-2 .block-child-1 .main-block-child .item-right .main-item .down-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-more-title {
  width: 160px;
  background: #f15426;
  text-align: center;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 8px 0px;
}

.view-more-title a {
  text-decoration: none;
  color: #fff;
}

#home .block-content-3 .main-news-events .group-title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#home .block-content-3 .main-news-events .group-title .group-heading .heading {
  margin-bottom: 0 !important;
}

#home .block-content-5 .main-box {
  position: relative;
}

#home .block-content-5 .main-box .box-products .logo .view-more {
  margin-top: 10px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#home .bonclub-5 .btn-view {
  margin-top: 1vh !important;
  margin-right: auto !important;
  margin-left: inherit !important;
}

#home .block-content-8 .heading-section span {
  font-size: 4vw;
}

#home .block-content-8 .heading-section {
  margin-bottom: 0px;
}

#home .main-talkCeo .main-talk .group-talk .talk2 .txt {
  font-weight: inherit;
}

#home .main-detail-storyEconomic .row .group-storyEconomic-details .txt-group-storyEconomic .content {
  text-align: justify;
}

.view-havans {
  background: #f05c2e;
  max-width: 200px;
  text-align: center;
  padding: 8px 0px;
  margin-left: auto;
  margin-bottom: 15px;
  margin-top: 10px;
}

.view-havans a {
  color: #fff;
}

.viwe-all {
  margin: 20px 0px;
  max-width: 290px;
  margin-left: auto;
}

.viwe-all a {
  background: #f05c2e;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
}

#home .block-content-1 .block-child-2 .w-block .slide-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  #home .block-content-4 .main-50-years .timeline ol {
    width: auto;
    padding: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 1024px) {

  .arrow.arrow__next,
  .arrow.arrow__prev {
    display: none;
  }

  #home .block-content-2 .block-child-2 .list-item .item {
    width: 320px;
    max-width: 320px;
  }

  #home .block-content-3 .main-news-events .group-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .view-more-title {
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  #home .block-content-2 .block-child-2 .list-item {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .block-content-5 .img img {
    height: auto !important;
  }

  #home .block-content-5 .item .img {
    height: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #home .block-content-5 .item .txt-item .comment .button-container-1 .mas {
    display: none;
  }
}

@media (max-width: 1400px) {

  #header .menu-group .menu-pc .group-register .register a,
  #header .menu-group .menu-pc .group-register .login a {
    font-size: 11px;
  }
}

#header .menu-group {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-header {
  /* -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  transition: all .3s ease-in-out; */
}

#home .block-content-4 .main-50-years .timeline ol {
  margin-bottom: 70px;
  padding: 250px 0px;
}

#home .block-content-4 .top-event .group-txt .heading-section,
.fp-viewing-5 #home .block-content-4 .top-event .group-txt .heading-section {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

#home .block-content-4 .top-event .group-img .txt-event p,
#home .block-content-4 .bottom-event .img-1 .txt .heading-event,
#home .block-content-4 .top-event .group-img .txt-event .heading-event {
  margin: 5px 0px;
  line-height: 1.4;
}

#home .block-content-4 .bottom-event .img-1 .txt {
  position: absolute;
}

#home .block-content-4 .bottom-event .img-1 .txt p {
  margin-bottom: 5px;
}

#home .block-content-4 .top-event .group-img .overlay {
  background: none;
}

#home .block-content-4 .bottom-event .img-1 .overlay {
  background: none;
}

#home .block-content-4 .top-event .group-img .txt-event,
.bottom-event .txt {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#home .block-content-4 .bottom-event .img-1 {
  overflow: hidden;
}

#home .block-content-4 .bottom-event .img-1:hover .txt,
#home .block-content-4 .top-event .group-img:hover .txt-event {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#home .block-content-5 .item .txt-item .heading-txt {
  /* height: 60px; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shit-in-ass {
  color: #333;
}

@media (min-width: 601px) {
  #home .block-content-2 .main-block .block-book .first-group-item .item1 {
    -webkit-transform: translate(0px, -380px);
    -ms-transform: translate(0px, -380px);
    transform: translate(0px, -380px);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  #home .block-content-2 .main-block .block-book .thr-group-item .item5 {
    -webkit-transform: translate(0px, -52vh);
    -ms-transform: translate(0px, -52vh);
    transform: translate(0px, -52vh);
  }

  #home .block-content-4 .main-50-years .timeline ol li .box-50-year .txt-timeline {
    font-size: 13px;
  }
}

#home .block-content-3 .main-news-events .group-item .item-col .item-txt .txt,
#home .block-content-3 .main-news-events .group-item .item-col .item-txt .btn-view {
  padding-top: 10px;
}

#home .block-content-2 .block-child-2 .list-item {
  margin-top: 20px;
}

#home .block-content-2 .block-child-2 .about-bondclub {
  margin-top: 35px;
}

.main-box {
  cursor: pointer;
}

#home .block-content-1 .block-child-2 .w-block {
  /*max-width: 100%;*/
  margin-left: auto;
  margin-right: auto;
}

.img-cc {
  width: 100%;
  padding-right: 10px;
  margin-right: auto;
  text-align: right;
}

#home .block-content-8 .group-box-items .group-items {
  overflow: hidden;
  width: 350px;
}

.title-heading-img-logo {
  color: #ff865c;
  text-shadow: 0px 5px 10px #ff865c;
}

.none-img {
  display: none;
}

#footer .top-footer .main-footer .products-ft ul li a:hover,
#footer .top-footer .main-footer .new-ft ul li a:hover,
#footer .top-footer .main-footer .conacts-info ul li a:hover,
#footer .top-footer .main-footer .about-ft ul li a:hover {
  padding-left: 0px;
  color: #ff865c;
  opacity: 1;
}

/* #home .block-content-4 .main-50-years .timeline .arrows {
margin: 0px !important;
} */

#related_article img {
  max-height: none;
  height: auto;
}

#related_article .heading-txt {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 5px 0px;
}

#related_article .content-txt {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px !important;
}

#related_article .box-cmt {
  font-size: 16px;
}

#related_article .comment {
  margin-top: 0px !important;
}

#related_article .txt-item .button-container-1 a.button-detail {
  border: 1px solid;
  padding: 5px 20px;
  background: #ff865c;
  font-size: 15px;
}

#home .block-content-4 .main-50-years .timeline ol {
  margin-bottom: 20px;
  padding: 330px 0px;
}

#home .block-content-3 .main-news-events .group-item .item-col .item-txt .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#home .block-content-3 .main-news-events .group-item .item-col .item-txt .title a {
  color: #333;
}

#home .block-content-4 .top-event .group-img .txt-event p,
#home .block-content-4 .bottom-event .img-1 .txt .heading-event,
#home .block-content-4 .top-event .group-img .txt-event .heading-event {
  font-size: 1.1vw;
}

#home .slide-3 .item {
  width: auto !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  top: 25%;
  background: #ff865c;
  opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
}

.owl-next span,
.owl-prev span {
  font-size: 20px;
}

.owl-next {
  right: 0 !important;
  left: auto;
  width: 30px;
  height: 40px;
}

.owl-prev {
  left: 0 !important;
  right: auto;
  width: 30px;
  height: 40px;
}

#home .main-detail-events .row .box-items-img .title-details {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#home .main-talkCeo .main-talk .group-talk .talk2 .heading {
  font-size: 20px !important;
}

#home .book-store .left-book ul li .media-body .txt-media {
  font-size: 14px;
  text-align: justify !important;
}

#home .tech-activate .item-left ul li {
  text-align: justify !important;
}

.t_bnrInfo h2 {
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

#home .book-store .left-book ul li .media-body .btn-readmore a {
  font-size: 14px;
}

.w-cc-dm {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  /* #home .block-content-4 .main-50-years .timeline ol {
    margin-bottom: 20px;
    padding: 30px 0px;
  } */

  #home .block-content-8 .group-box-items {
    display: block !important;
  }

  #home .bonclub-8 .group-box-items {
    max-width: 100%;
  }

  .img-cc {
    padding-right: 0px !important;
  }

  #home .block-content-8 .group-box-items .group-items {
    overflow: hidden;
    width: auto;
    margin-top: 10px;
  }

  #home .block-content-4 .bottom-event .img-1:hover .txt,
  #home .block-content-4 .top-event .group-img:hover .txt-event {
    display: none;
  }

  #header .menu-group .active {
    padding: inherit;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    display: none;
  }

  #home .block-content-1 .block-child-1 .mask .bg {
    background: none;
  }

  .t_bnrInfo {
    width: 100%;
  }

  .t_bnrInfo h2 {
    font-size: 25px;
  }
}

/*Linh*/

.hero-slider {
  height: 390px !important;
}

#home .tech-activate .item-right .txt {
  font-size: 13px;
}

.justify-content-start .txt {
  font-size: 13px;
}

/* Vuong - thu vien sach*/
.sitebar-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  font-style: normal;
}

.list-cat {
  padding-left: 0;
}

.list-cat li:before {
  content: "■";
  font-size: 17px;
  color: #5e5c5c;
}

.list-cat li a {
  padding-left: 0.4rem;
  color: #212529;
}

.library-search {
  max-width: 300px;
  margin-bottom: 30px;
}

.library-search form {
  position: relative;
}

.library-search button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  height: 100%;
  width: 38px;
}

.close-filter {
  padding-left: 5px;
}

ul.list-cat.list-author {
  max-height: 219px;
  overflow: hidden;
  margin-bottom: 0;
}

#view_more_author {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 200px;
  margin-bottom: 25px;
  margin-top: 5px;
}

#view_more_author i {
  padding-left: 3px;
}

.book-comment {
  margin-bottom: 40px;
}

.book-comment .btn-up a {
  background: #ff865c;
  color: #fff;
  padding: 8px 35px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.form-comment .input-cus {
  height: 55px;
  color: #000000;
  border-radius: 0 !important;
}

.comment .heading-comment {
  font-size: 25px;
  line-height: 1.53;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-comment .group-radio .group-radio-btn .checkbox label a {
  color: #000000;
  text-decoration: underline !important;
  margin-left: 3px;
}

.download-app {
  margin: 30px auto;
}

.book-description {
  margin-top: 20px;
}

.book-description h3,
.book-related h3 {
  font-weight: 300;
}

.book-related a {
  color: #000;
}

.detail-thumb {
  text-align: right;
}

.detail-thumb img {
  width: 100%;
}

.book-store.read-book img.mr-4 {
  width: 120px;
}

#home .book-store.read-book .left-book {
  margin-bottom: 20px;
}

.read-this-book .btn-view-more a {
  background: #ff865c;
  color: #fff;
  padding: 14px 55px;
  font-size: 20px;
  line-height: 1.38;
  letter-spacing: 0.8;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
}

.read-this-book .btn-view-more {
  text-align: center;
}

.qr-code-img {
  margin-bottom: 20px;
}

.download-button {
  display: block;
  margin-bottom: 8px;
}

.download-button a.download-link {
  background: #ff865c;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.38;
  letter-spacing: 0.8;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
}

a.download-link img {
  max-width: 30px;
  margin-left: 15px;
}

.qr-code-img,
.download-button {
  display: block;
  text-align: center;
}

.download-app {
  position: relative;
}

.download-app:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  width: 100%;
  position: absolute;
  bottom: 50px;
}

.comment-form-author {}

.comment-form-author label,
.comment-form-email label {
  display: block;
  font-weight: bold;
}

.comment-form-author input,
.comment-form-email input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  height: 55px;
  color: #000000;
  border-radius: 0 !important;
}

#commentsubmit {
  background: #ff865c;
  color: #fff;
  padding: 8px 35px;
  font-size: 14px;
  letter-spacing: 1.4px;
  border: none;
}

.logged-in-as a {
  color: #212529;
}

.comment-list {
  padding-left: 1rem;
}

.comment-list li:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #ff865c;
}

.comment-list li article {
  display: inline-block;
}

.comment-list li article a {
  color: #212529;
}

.comment-list li article .card {
  border: none;
}

.comment-list li article .card .card-header {
  border: none;
  background: transparent;
}

.comment-meta {
  font-size: 13px;
  font-style: italic;
}

/*main book*/
#home .book-store .left-book ul li .media-body .title-media {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px !important;
}

#home .book-store .left-book ul li .media-body .btn-readmore {
  padding-top: 0px !important;
}

#home .book-store .left-book ul li .media-body .txt-media {
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 5px !important;
}

#home .book-store .left-book ul li .media-body .btn-readmore a {
  font-size: 18px;
  color: #f15426;
}

#view_more_author {
  margin: inherit;
  margin-bottom: 25px;
  margin-top: 15px;
  color: #f15426;
}

.pagination {
  padding: 30px 0px;
}

.sitebar-title {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

/* detail book */
.detail-thumb {
  max-width: 400px;
  margin: 50px auto;
}

.book-description h3,
.book-related h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
}

.book-related h3 {
  text-transform: uppercase;
}

#home .book-store .left-book ul li .media-body .title-media {
  margin-bottom: 5px !important;
  font-size: 17px;
}

/* #home .book-store .left-book ul li .media-body .title-media a{
color: #F15426;
} */
.read-this-book {
  margin: 3rem 0rem;
}

.book-description h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 15px 0px;
}

.active-sidebar a,
.active-sidebar:before {
  /* color: #F15426; */
  font-weight: 600;
  font-style: italic;
}

#home .block-content-2 .block-child-2 .list-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#post-523 {
  margin: 0 auto;
}

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background: #ff865c !important;
}

.list-cat li a {
  font-size: 14px;
}

#home .book-store .left-book ul li .media-body .btn-readmore a {
  font-size: 14px;
  color: #f15426;
  text-transform: uppercase;
}

span.text-block{
  display: block;
}
@media (max-width: 890px)
{
  span.text-block{
    display: inline;
  }
}
.custom-w-130{max-width: 130px; width: 100% !important;}
.color-group{display: flex;}
@media (max-width: 520px)
{
  .color-group{
    display: contents;
  }
  .choose-color-left .group{display: inherit;}
  .choose-color-custom .group .box,.choose-color-custom > .box{width: 50%;}
}
@media (max-width: 380px)
{
  .choose-color-custom-2 .box{width: 50%;}
  
}


@media (max-width: 768px) {
  .download-app:after {
    border: none;
  }

  .book-store.read-book img.mr-4 {
    width: 200px;
  }
}

@media (max-width: 966px) {

  #block-content3 .item-left,
  #block-content3 .item-right {
    margin: 0 auto;
  }
}

#home .block-content-5 .main-box .box-products .logo .slogan {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1367px) and (min-width: 900px),
(max-height: 650px) {
  #home .block-content-5 .item .txt-item .heading-txt {
    font-size: 16px !important;
  }

  #home .bonclub-5 .item .txt-item .heading-txt a {
    font-size: 14px;
  }

  #home .block-content-5 .item .txt-item .content-txt {
    font-size: 13px !important;
  }
}

#home .slide-top {
  padding: 70px 0 0;
}

.gform_wrapper textarea.medium {
  height: 30px;
}

@media (max-width: 1079px) {

  .vc-box-form-contacts,
  .vc-item-map {
    width: 50%;
  }
}

@media (max-width: 1024px) {

  #home .slide-top .txt-slide-top .btn-view-more,
  #home .slide-top .txt-slide-top .txt {
    display: none;
  }

  #home .block-content-3 .heading-section {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media (max-width: 767px) {
  #home .main-detail-storyEconomic .row .group-storyEconomic-details .txt-group-storyEconomic .view {
    margin-bottom: 40px;
  }

  .vc-box-form-contacts,
  .vc-item-map {
    width: 100%;
  }

  #home .slide-top .img-slide-top {
    position: relative;
    padding-top: 50%;
  }

  .slide-top .img-slide-top{
    padding-top: 0 !important;
  }

  #home .slide-top .img-slide-top img,
  .fix-img {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #home .slide-top .txt-slide-top .heading {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
  }

  #home .slide-top .txt-slide-top .btn-view-more,
  #home .slide-top .txt-slide-top .txt,
  #home .slide-top .txt-slide-top>p {
    display: none;
  }

  #home .main-talkCeo .main-talk .group-talk .talk1 img {
    max-width: 100%;
    width: 767px;
  }
}

@media (max-width: 600px) {
  .fp-viewing-4 #home .block-content-5 .heading-group {
    margin-top: 300px;
  }

  #home .block-content-5 .item .txt-item .content-txt,
  #home .block-content-1 .bg-block-1 .logo-main .scroll {
    display: none;
  }

  .vc-bg-tranforent input,
  .vc-bg-tranforent select,
  .vc-bg-tranforent textarea {
    min-height: 40px;
  }

  #home .block-content-2 .heading-book {
    -webkit-transform: translate(0vh, 0vh);
    -ms-transform: translate(0vh, 0vh);
    transform: translate(0vh, 0vh);
  }

  #home .block-content-4 .main-50-years .group-title .group-heading .heading {
    font-size: 25px !important;
  }

  #home .block-content-4 .main-50-years .timeline ol {
    padding: 40px 0px !important;
  }

  #home .block-content-3 .main-news-events .group-item .item-col {
    width: 100%;
    padding: 0 0 20px;
  }

  #home .block-content-1 .container,
  #home .block-content-1 .block-child-1 .mask0 {
    padding: 0;
  }

  #home .block-content-1 .block-child-1 .mask0 .flickity-page-dots {
    padding: 0 20px;
  }

  #home .colorbond-main .colorbond-5 {
    padding: 0;
  }

  #home .block-content-1 .block-child-1 {
    margin-top: 5px;
    background: #000;
  }

  #block-content1 .hero-slider {
    height: 30vh !important;
  }
  .hero-slider .carousel-cell{background-size: contain;}

  /* #block-content1 .carousel-cell {
    background-image: url("/wp-content/themes/wp-bootstrap-starter-child/assets/images/block1/mb1.jpg") !important;
  }

  #block-content1 .carousel-cell:nth-child(2) {
    background-image: url("/wp-content/themes/wp-bootstrap-starter-child/assets/images/block1/mb2.jpg") !important;
  } */

  #home .run-time .group-box-item>.group {
    width: 100%;
  }
  .hero-slider .carousel-cell .slide-content .title>a{
    font-size: 20px;
  }
  .hero-slider .carousel-cell .slide-content .caption{
    height: 33px;
    font-size: 11px;
    font-weight: 600;
  }
  .hero-slider .carousel-cell .slide-content{
    background-color: rgb(0,0,0,0.2);
    width: auto;
  }
}

@media (max-width: 375px) {
  .fp-viewing-4 #home .block-content-5 .heading-group {
    margin-top: 80px;
  }

  .slick-list {
    height: auto !important;
    overflow: auto;
  }

  #home .block-content-2 .main-block .block-book .first-group-item .item1 {
    -webkit-transform: translate(0px, -310px);
    -ms-transform: translate(0px, -310px);
    transform: translate(0px, -310px);
  }
}

@media (max-width: 374px) {
  .vc-bg-tranforent select {
    height: 6vh;
  }

  #block-content1 .hero-slider {
    height: 30vh !important;
  }
}

#footer .back-to-top {
  z-index: 99;
}

/*FIX BUG*/
#home .main-video .right-video li .img {
  max-width: 30%;
}

#home .run-time .group-box-item,
#home .run-time .group-box-item>.group {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

#home .run-time .group-box-item .item-run {
  margin: 0;
  padding: 10px;
}

#home .colorbond-4 .group-products .products-colorbond .box .view-more-colorbond a {
  padding: 8px 20px;
  display: inline-block;
}

#home .vc-contacts .vc-heading-banner {
  margin: 15px 0;
  font-weight: bold;
}

.form-group.btn-url,
.form-group.btn-url>a {
  color: #fff;
  text-transform: uppercase;
}

.form-group.btn-url>a {
  margin: 0 10px;
}

.form-group.btn-url>a:first-child {
  margin-left: 0;
}

#home .main-detail-storyEconomic .row .group-storyEconomic-details .txt-group-storyEconomic .view {
  margin-bottom: 40px;
}

#home .main-detail-storyEconomic .row,
#home .main-detail-events .row {
  padding: 0;
}

#home .main-detail-storyEconomic .row:last-child>hr,
#home .main-detail-events .row:last-child>hr {
  margin: 0 auto;
}

#home .main-detail-storyEconomic .row .group-storyEconomic-details:last-child,
#home .main-detail-events .mb-5:last-child {
  margin-bottom: 0 !important;
}

#home .book-store,
#home .main-libaryBook .main-book {
  padding-top: 20px;
}

#home .main-talkCeo .main-talk .group-talk .talk1 .icon {
  width: 40px;
  height: 40px;
  font-size: 27px;
}

#footer .top-footer .main-footer .logo {
  margin: 0 auto;
  max-width: 160px;
}

#home .run-time .col-flex .txt {
  font-size: 0.7em;
}

#home .main-details .main-left .block-1 .content figure {
  max-width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 768px),
(max-height: 599px) and (min-height: 569px) {
  #block-content5 .main-50-years .timeline ol li .box-50-year {
    -webkit-transform: scale(0.75) !important;
    -ms-transform: scale(0.75) !important;
    transform: scale(0.75) !important;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    left: auto !important;
  }

  #block-content5 .main-50-years .timeline ol li:nth-child(odd) .box-50-year {
    -webkit-transform: scale(0.75) translateY(-100%) !important;
    -ms-transform: scale(0.75) translateY(-100%) !important;
    transform: scale(0.75) translateY(-100%) !important;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  #block-content5 .main-50-years .timeline ol {
    padding: 200px 0px !important;
  }

  #block-content5 .main-50-years .timeline ol li {
    width: 235px !important;
  }

  #home .block-content-1 .bg-block-1 .logo-main .scroll {
    margin-top: 50px;
  }

  #home .active .main-block .block-book .first-group-item {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  #home .block-content-2 .main-block .block-book .thr-group-item {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}

#show_hide_password a,
#show_hide_repeat_password a,
#show_hide_login_password a {
  position: absolute;
  top: 0;
  right: 15px;
  border-bottom: unset !important;
}

#show_hide_password,
#show_hide_repeat_password,
#show_hide_login_password {
  position: relative;
}

#form-contacts .form-group .bg-form {
  margin-bottom: unset !important;
}

.popup-register .right-col .group-right #form-contacts {
  margin-top: unset !important;
}

.bonclub-5 .item a img {
  height: 176px;
  -o-object-fit: fill;
  object-fit: fill;
  width: 100%;
}

.Cbc {
  background: #f15426;
  color: #fff !important;
  padding: 8px 15px;
  font-weight: 500 !important;
}

.content video {
  width: 100%;
  max-height: 400px;
  height: 100vh;
}

#profile .gfield_label {
  color: unset !important;
  font-weight: 700 !important;
}

.header-info {
  margin-right: unset !important;
}

.header-info .lang-item::after,
.header-info .register::after,
.header-info .login::after {
  background: none !important;
}

#header .menu-group .menu-pc .main-menu-pc .menu li:after {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .fix-img {
    height: 240px;
  }
}

@media screen and (max-width: 599px){
  #home .block-content-4 .main-50-years .timeline ol li:last-child {
      display: block;
      width: auto;
  }
}

#header .menu-group .menu-pc .main-menu-pc .menu li{
  margin-right: 1.4rem;
}
@media (max-width: 1444px)
{
  #header .menu-group .menu-pc .main-menu-pc .menu li{
    margin-right: 1.1rem;
  }
}
@media (max-width: 1366px)
{
  #header .menu-group .menu-pc .main-menu-pc .menu li{
    margin-right: 1rem;
  }
}
@media (max-width: 1300px){
  #header .menu-group .menu-pc .main-menu-pc .menu li{
    margin-right: 0.8rem;
  }
  #header .menu-group .menu-pc .main-menu-pc .menu li a{font-size: 12px;}
}
@media (max-width: 1216px){
  #header .menu-group .menu-pc .main-menu-pc .menu li{
    margin-right: .5rem;
  }
  #header .menu-group .menu-pc .group-register .register a{
    padding: 6px 10px;
  }
  #header .menu-group .menu-pc .main-menu-pc .menu li a{
    font-size: 12px;
  }
  #header .menu-group .menu-pc .main-menu-pc .menu .logo.mr-5{
    margin-right: .5rem!important;
  }
  #header .menu-group .menu-pc .main-menu-pc .logo{
    width: 165px;
  }
}
#header .menu-group .menu-pc .main-menu-pc .menu li:after{bottom: 2px; top: auto !important;}

#video-slide video {
  background-color: rgba(0,0,0,.9);
  width: 100%;
  height: 390px;
}
@media(max-width: 600px)
{
  #video-slide video{
    height: 46vw; 
  }
}
@media screen and (max-width: 1024px){
  .hero-slider .carousel-cell{
    background: contain;
  }
}
@media (max-width: 480px)
{
  .hero-slider .carousel-cell{
    display: flex;
  }
  #video-slide video{
    display: flex;
    align-items: center;
  }
}
.hero-slider .flickity-page-dots .dot{margin-right: 10px;}

/* -----------------------------trieu----------------------------- */

#home .block-content-9 .block-child-9 .list-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#home .block-content-9 .block-child-9 .list-item {
  margin-top: 20px;
}


#home .block-content-9 .block-child-9 .list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#home .block-content-9 .block-child-9 .list-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  #home .block-content-9 .block-child-9 .list-item {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  }
}




#home .block-content-9 .block-child-9 .list-item .item {
  width: 255px;
}
@media screen and (max-width: 1024px) {
  #home .block-content-9 .block-child-9 .list-item .item {
    width: 320px;
    max-width: 320px;
  }
}
#home .block-content-9 .block-child-9 .list-item .item a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
#home .block-content-9 .block-child-9 .list-item .item a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
/* -----------group title----------------- */
/* @media screen and (max-width: 1367px) and (min-width: 900px), (max-height: 601px) {
#home .block-content-9 .main-50-years .group-title .nummber {
    width: 13vh;
    height: 13vh;
}
} */

@media screen and (max-width: 1367px) and (min-width: 900px), (max-height: 601px) {
  #home .block-content-9 .main-50-years .group-title .group-heading .heading {
    font-size: 35px;
  }
}


/********************
 * Search Navigation
 ********************/

.search-wpb .fa-search {
    color: #fff!important;
    font-weight: 700;
}

.search-wpb .fa-search:hover, 
.search-wpb .fa-search:focus {
    color: #999999;
    text-decoration: none;
}

.wpbsearchform{
    display: block;
    width: 300px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    z-index: 9999;
    background-color: #000;
    padding: 5px;
    font-family: 'SVN-Poppins', sans-serif !important;
    font-size: 16px;
    position:absolute;
    top:0;
}
@media screen and (max-width: 500px) {
    .wpbsearchform{
    top: 0;
    }
    .search-wpb .fa-search {
     color: #000!important;
    }
    li.search.search-wpb {
     padding: 0;
    }
    .close-search{
        display:none;
    }
    
}

.wpbsearchform form input:focus {
    color: #555;
}

.wpbsearchform input[type="search"] {
	border-radius: 0;
}

.wpbsearchform ::-moz-placeholder {
	color: #999 !important;
	font-weight: 300;
	opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
	color: #999 !important;
	font-weight: 300;
}
input.search-submit.btn.btn-default {
    background-color: #FF865C;
    border-radius: 0;
    color: #fff;
    padding: 7px 12px 5px 12px;
}
.close-search {
    position: absolute;
    right: 4px;
    top: 4px;
}
.close-search:after {
       position: relative;
    content: "\d7";
    font-size: 24px;
    color: white;
    font-weight: bold;
    top: 0px;
    left: 0px;
    padding: 0px 6px;
    margin: 0;
}

/*-------------trieu-------------13/9*/
/*@media (max-width:600px){*/
    .flex-document-center{
        align-items: center;
        justify-content: center;
        display: flex;
    }
/*}*/
/*--------------trieu 27-9------------------------*/
#home #block-content2 .group-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#home  #block-content2 .group-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#home  #block-content2 .group-title .nummber {
    background: #F15426;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 700;
    margin-right: 20px;
}

#home  #block-content2 .group-title .group-heading .heading {
    margin-bottom: 0 !important;
}
#home  #block-content2 .group-title .group-heading .heading-1 {
    font-weight: 700;
}
#home  #block-content2 .group-title .group-heading .heading {
    text-transform: uppercase;
    font-size: 45px;
}
#home  #block-content2 .group-title .group-heading .heading-2 {
    font-weight: 500;
}
@media screen and (max-width: 1366px)
{
    #home  #block-content2 .group-title .group-heading .heading {
 
    font-size: 35px;
}
#home  #block-content2 .group-title .nummber {
    width: 13vh;
    height: 13vh;
  
}
#home .block-content-5 .group-title .nummber {
    width: 13vh !important;
    height: 13vh !important;
}
#home .block-content-3 .main-news-events .group-title .nummber{
    width: 13vh ;
    height: 13vh ;
}
#home .block-content-3 .main-news-events .group-title .group-heading .heading{
    font-size: 35px;
}
/*#home .block-content-3 .main-news-events{*/
/*    max-width: 1300px;*/
/*}*/



    
}
@media screen and (max-width: 1024px)
{
#home  #block-content2 .group-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 1024px)
{
#home  #block-content2 .group-title .nummber {
    width: 70px;
    height: 70px;
    font-size: 35px;
}
}

@media screen and (max-width: 1024px)
{
#home  #block-content2 .group-title .group-heading .heading {
    font-size: 25px;
}
}

@media (max-width: 600px){
    
    #home #block-content2 .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
   
}

#home #block-content3 .block-child-1 .register-now.btn-click-regis a:hover{
    background: #FF865C;       
}
#home #block-content2{
    padding:70px 0px;
}
@media (max-width:600px){
    #home #block-content2{
    padding:60px 17px!important;
}
}

/*--------------------search-res-------*/
@media (max-width:1000px){
    .search-wpb-vietnam,.search-wpb-english{
        left:0!important;
    }
}



