/*!

 * Footer.css

 * Website: Pasaljunior

 * Author: ThuongBC

 * Copyright (C) 2023 Bicweb.vn

 */



/*Global*/

body,
html {

  font-family: 'Lexend';

  font-size: 16px;

  font-weight: 400;

  font-style: normal;

  overflow-x: hidden;

  scroll-behavior: smooth;

  scrollbar-width: thin;

  scrollbar-color: #EF3D39 #f2f2f2;

}

::-webkit-scrollbar {

  width: 10px;

}

::-webkit-scrollbar-thumb {

  background-color: var(--color-primary);
  /* Red */

  border-radius: 10px;

}

::-webkit-scrollbar-track {

  background-color: #f2f2f2;

}



body.page-template-page-tamnhin .bg_overlay {

  position: absolute;

  top: 7%;

  left: 0;

  width: 100%;

  z-index: -1;

}

:root {

  --color-primary: #ef4136;

  --color-second: #55b047;

  --color-third: #E05160;
  --Linear: linear-gradient(94deg, rgba(239, 65, 54, 0.46) -25.4%, #EF4136 51.77%, rgba(239, 65, 54, 0.46) 132.21%);

}



.bic_img_abs {

  position: absolute;

}
.sd_part.class {
  transform: translate(65%, 72%) rotate(90deg);
}
.sd_part.home {
  transform: translate(28%, 69%) rotate(180deg);
}
.sd_part.app {
  transform: translate(32%, 28%) rotate(270deg);
}

.sd_part.club {
  transform: translate(72%, 35%) rotate(0deg);
}


.register_button:hover,
.order-submit:hover {
  background-color: var(--color-second) !important;
  color: #161616 !important;
}
.why_readmore a:hover {
  background-color: var(--color-second) !important;
  color: #161616 !important;
  border-color: #fff !important;
}
main {

  display: block;

  position: relative;

}



progress {

  vertical-align: baseline;

}



html {

  box-sizing: border-box;

}



*,

*::before,

*::after {

  box-sizing: inherit;

}

ul {

  list-style: none;

  padding-left: 0;

}

a,
a:hover {

  text-decoration: none;

}



button,

input,

optgroup,

select,

textarea {

  font-family: inherit;

  font-size: 100%;

  margin: 0;

}

b,
strong {

  font-weight: 600;

}

.bic_cover_item {

  position: relative;

}

.bic_cover_item img {

  width: 100%;

}

.meta__socials {
  display: flex;
  align-items: center;
  padding-left: 10rem;
  margin-bottom: 0;
}

.owl4Slider .owl-nav,
.owl3Slider .owl-nav,
.hocsinh_slide .owl-nav ,
.owl5Slider .owl-nav {

  position: absolute;

  top: 50%;

  width: 100%;

  height: 1rem;
  display: flex;
  align-items: center;
}

.page-template-page-camnhan .owl3Slider .owl-nav {

  top: 30%;

}

.hocsinh_slide .owl-prev,
.hocsinh_slide .owl-next,

.owl5Slider .owl-prev,
.owl5Slider .owl-next,
.single-post .owl3Slider  .owl-prev,
.single-post .owl3Slider  .owl-next  {

  position: absolute;

  content: '';

  width: 36px;

  height: 36px;

  background-image: url(/wp-content/themes/pasalvup/assets/images/icons/feedback_prev.png);

  background-size: contain;

  background-position: revert;

  background-repeat: no-repeat;

  cursor: pointer;

}

.owl3Slider .owl-prev,
.owl3Slider .owl-next {

  position: absolute;

  content: '';

  width: 36px;

  height: 36px;

  background-image: url(/wp-content/themes/pasalvup/assets/images/icons/owl3Slider-prev.webp);

  background-size: contain;

  background-position: revert;

  background-repeat: no-repeat;

  cursor: pointer;

}


.owl4Slider .owl-prev,
.owl4Slider .owl-next {

  position: absolute;

  content: '';

  width: 36px;

  height: 36px;

  background-image: url(/wp-content/themes/pasalvup/assets/images/icons/slide_arrow.png);

  background-size: contain;

  background-position: revert;

  background-repeat: no-repeat;

  cursor: pointer;

}

.owl4Slider .owl-prev,
.owl3Slider .owl-prev,
.owl5Slider .owl-prev {

  left: -3.5rem;

}

.owl4Slider .owl-next,
.owl3Slider .owl-next,
.owl5Slider .owl-next {

  right: -3.5rem;

  transform: rotateZ(180deg);

}


.page-template-page-camnhan .owl3Slider .owl-prev {

  left: -3.5rem;

}




.page-template-page-camnhan .owl3Slider .owl-next {

  right: -3.5rem;

  transform: rotateZ(180deg);

}

.hocsinh_slide .owl-next {

  right: -50px;

  transform: rotateZ(180deg);

}

.hocsinh_slide .owl-prev {

  left: -50px;

}



.bic_module {

  margin-bottom: 4.375rem;

  position: relative;

}



.bic_box_title {

  position: relative;

  margin-bottom: 2rem;

}

.page-khoahoc .bic_box__title .bic_text {

  line-height: normal;

}



.bic_box__title .bic_text {

  text-align: center;

  font-size: 2.5rem;

  color: #222;

  margin-bottom: 2.875rem;

  font-weight: 600;

  line-height: normal;

}

.bic_box__title .bic_text span {

  color: var(--color-primary);

}



.register_button {

  height: 3.875rem;

  background-color: var(--color-primary);

  line-height: 3.875rem;

  color: #fff;

  padding: 0 2rem;

  border-radius: 3rem;

  display: inline-flex;

  align-items: center;

  text-transform: uppercase;

  font-size: 1.25rem;

  border: 2px solid #fff;

  transition: 0.4s ease;
font-weight: 500;
}

.register_button img {

  margin-right: 1.25rem;

}

.register_button:hover {

  transform: translateY(5px);

  box-shadow: 0 3px 10px #919191;

  color: #fff;

}



.bic-frame iframe {

  width: 100%;

  height: 100%;

}



/*End Global*/





/*Partner*/



.bic_item_group {

  background-color: #f3f3f3;

  margin-bottom: 1.875rem;

  padding: 2rem;

}

.bic_item_group img {

  max-width: 80%;

  margin: 0 auto;

}

.bic_gal__image {

  display: flex;

  justify-content: center;

  text-align: center;

}

.bic_gal__image a {

  display: block;

  text-align: center;

}

/*End Partner*/

/*Box_daotao*/

.bic_daotao__item ._inner {

  padding: 1.5rem;

  background-color: #f3f2f1;

  border-radius: 10px;

  height: 100%;

  transition: 0.4s ease all;

}

.bic_daotao__title {

  color: var(--color-primary);

  font-size: 1.25rem;

  margin-bottom: 10px;

  text-align: left;

  font-weight: 600;

}

.bic_daotao__excerpt {

  text-align: justify;

  font-weight: 300;

}



.bic_daotao__item:hover ._inner {

  box-shadow: 0 0 10px #b9b9b9;

}

.bic_daotao__wrap {

  max-width: 100%;

  margin: auto;

}

.row.bic_daotao__slide {

  margin: 0 -15px;

}



/*End Box_daotao*/





/*Box_team*/

.bic_module.team {

  padding: 5rem 0;

  background-color: #f3f3f3;

}

.bic_team__top .team_image {

  margin-bottom: 0;

}

.bic_team__top .team_name {

  padding: 10px;

  background-color: #fbf9f4;

  box-shadow: 0 0 10px #b9b9b9;

  font-size: 1.5rem;

  color: var(--color-primary);

  border-radius: 1rem;

  transform: translateY(-30%);

}

.bic_team__top .bic_item {

  padding: 10px;

}

.bic_team__top.owl3Slider {

  border-bottom: 2px solid #d5d5d5;

  padding-bottom: 4.375rem;

}



.bic_team__bot {

  margin-top: 2.875rem;

}

.bic_team__bot .team_image img {

  border-radius: 100%;

  margin: auto;

}

.bic_team__bot .team_image {

  margin-bottom: 2rem;

}

.bic_team__bot .team_name {

  font-size: 1.25rem;

  font-weight: 600;

  margin-bottom: 10px;

}

.team_desc {

  text-align: justify;

  font-weight: 300;

}

/*End Box_team*/





/*Box_camnhan*/

.hocsinh_slide .owl-stage .active.center .bic_item ._image {

  border: 8px solid #EF3D39;

}

.hocsinh_slide .bic_item {

  transform: scaleY(.9);

}

.hocsinh_slide .owl-stage .active.center .bic_item {

  transform: none;

  transition: all .3s;

}

.hocsinh_slide .bic_item ._image {

  border-radius: 20px;

  border: 8px solid rgba(241, 90, 34, 0.60);

  overflow: hidden;

  margin-bottom: 0;

}



.hocsinh_slide .bic_item ._image iframe {

  width: 100%;

  height: 100%;

}





.bic_camnhan__col.left {

  display: flex;

  flex-wrap: wrap;

}

.owl1Slider.hocsinh_slide {

  max-width: 100%;

  margin: auto;

}

.bic_camnhan__col ._image,
.bic_camnhan__col .bic_camnhan__content {

  flex: 0 0 50%;

}

.bic_camnhan__col.left ._image img {

  margin: auto;

  margin-bottom: 0;

  border-radius: 2rem;

}

.bic_camnhan__col.left ._image {

  display: flex;

  align-items: end;

  background-color: var(--color-primary);

  border-radius: 2rem;

}



.bic_camnhan__col.left ._image iframe {

  position: relative;

  max-width: 100%;

}

.bic_camnhan__content {

  display: flex;

  flex-direction: column;

  justify-content: center;

  position: relative;

  align-items: start;

  padding-right: 3rem;

}

.bic_camnhan__content ._name {

  font-size: 1.875rem;

  color: var(--color-primary);

  font-weight: 600;

  margin-bottom: 2.5rem;

  line-height: 1;

  z-index: 2;

}

.bic_camnhan__content::after {

  position: absolute;

  content: '';

  height: 80%;

  width: calc(100% + 3rem);

  background-color: #fffde9;

  z-index: 1;

  right: 10px;

  border-radius: 2rem;

  box-shadow: 0 0 10px #b9b9b9;

}

.bic_camnhan__content ._quote {

  z-index: 2;

  line-height: 1.8;

  text-align: justify;

  font-weight: 300;

}



.phuhuynh_slide ._inner ._card {

  display: flex;

}

.phuhuynh_slide {

  margin: 0 auto;

  max-width: 1260px;



}



.phuhuynh_slide .owl-stage {

  display: flex;

  align-items: unset !important;

  height: unset !important;

}



.phuhuynh_slide .owl-stage .bic_item {

  display: flex;

  height: 100%;

}

._card_col.right {

  flex: 0 0 140px;

  margin-left: .5rem;

  display: flex;

  align-items: end;

}

.phuhuynh_slide ._inner ._card_col.left {

  padding: 0;

  display: flex;

  align-items: end;

  margin-bottom: 20px;

}



.phuhuynh_slide ._inner ._card_col.left img {

  width: 70px;

  height: 70px;

  object-fit: cover;

  border-radius: 100%;

}

.phuhuynh_slide ._inner ._card_col.left ._name {

  flex: 1;

  padding-left: 20px;

  font-size: 1.25rem;

  color: var(--color-primary);

  font-weight: 500;

  text-align: left;

}



.phuhuynh_slide ._inner ._card_col.left svg {

  position: absolute;

  right: 14%;

  top: 17%;

  width: 26%;

}

.phuhuynh_slide ._inner {

  overflow: hidden;

  background: #fff;

  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.10);

  margin: 30px 0;

  border-radius: 20px;

  padding: 30px;

}

._card_col.right img {

  height: 100%;

  object-fit: cover;

}

.phuhuynh_slide ._card {

  background-color: #34bb51;

  border-radius: 2rem;

  overflow: hidden;

  margin-bottom: 1rem;

  color: #fff;

}

.card_excerp {

  text-align: left;

  color: rgba(34, 34, 34, 0.60);

  font-size: 1rem;

  margin-bottom: 0;

  position: relative;

  font-weight: 300;

}



.bic_module.feedback2 {

  background: url('/wp-content/themes/pasalvup/assets/images/bg_camnhan.png');

  background-size: cover;

  margin-bottom: 0;

  padding-bottom: 6.25rem;

  padding-top: 11.25rem;

  margin-top: -11.25rem;

}



/*End Box_camnhan*/

/*Box_counter*/

#sodo {

  transition: 1s ease-in-out;

  transform: rotateZ(270deg);

}



.box-apply .why_readmore a:hover {
  color: #222;
  background-color: var(--color-second);
}



.sodo_item {

  cursor: pointer;

}

.sodo_item.active {

  fill: var(--color-primary);

}

.sd_part.active {

  fill: #fff;

}

.sd_part {

  pointer-events: none;

  fill: #fff;

}

.bt-100 {
  padding: 50px 0 100px 0;
  align-items: center;
}

.sodo_slider {


  display: flex;

  align-items: center;

}

.owlHome .item {

  transform: scaleY(.9);

  overflow: hidden;

  transition: .4s;

  padding: 1rem 1.5rem;

  text-align: left;

  position: relative;

  opacity: .2;

}

.owlHome .center .item {

  transform: none;

  opacity: 1;

}



.mohinh_top {

  display: flex;

  align-items: flex-end;

  margin-bottom: 1.875rem;

}

.mohinh_top img {

  flex: 0 0 68px;

  margin-right: 1.5rem;

}

.owlBanner .owl-dots {

  position: absolute;

  bottom: 25px;

  left: 50%;

  display: flex;

  padding: 3px 10px;

  border-radius: 5px 5px 0 0;

  transform: translate(-50%, 0);

}

.owlBanner .owl-dot {

  padding: 5px
}

.owlBanner .owl-dots .owl-dot span {

  display: block;

  width: 10px;

  height: 10px;

  border-radius: 5px;

  background: #fff;

  transition: all .3s ease-in 0ms;

  cursor: pointer;

}

.owlBanner .owl-dot.active span {

  width: 50px;

  background: var(--color-primary);

}



.owl-carousel .owl-stage {

  display: flex;

  align-items: center;

  /* height: 100%; */

}



.mohinh_title {

  font-size: 1.75rem;

  color: var(--color-primary);

  font-weight: 700;

  line-height: 1.3;

}

.mohinh_bot {

  font-weight: 300;

  color: rgba(34, 34, 34, 0.60);

}

.box_sodo {

  background-image: url('/wp-content/themes/pasalvup/assets/images/bg_tt.png');

  background-size: cover;

  margin-bottom: 2.5rem;

}

.owlHome .item .inner::after {

  position: absolute;

  content: '';

  background-image: linear-gradient(94deg, rgba(239, 65, 54, 0.46) -25.4%, #EF4136 51.77%, rgba(239, 65, 54, 0.46) 132.21%);

  top: 0;

  left: 0;

  z-index: 1;

  width: 100%;

  height: 15px;

  border-radius: 10px 10px 0 0;

}





.sodo_wrap {

  position: relative;

}

.sodo_wrap>img {

  position: absolute;

  z-index: 1;

  top: 50%;

  left: 50%;

  transform: translateX(-50%)translateY(-50%);

  max-width: 230px;

}

.sodo_wrap svg {

  width: 100%;

}

.owlHome .item .inner::before {

  position: absolute;

  width: 35px;

  height: 35px;

  background: #fff;

  content: '';

  top: 15%;

  z-index: 5;

  border-radius: 7px;

  transform: rotateZ(45deg);

  left: -16px;

}



.owlHome .item .inner {

  padding: 2rem;

  background-color: #fff;

  position: relative;

  border-radius: 1rem;

}



.box_sodo .wrap_content__row--list {

  margin-right: -8px;

  margin-left: -8px;

  margin-bottom: 26px;

}

.box_sodo .wrap_content__row--list .item {

  padding-right: 8px;

  padding-left: 8px;

}

.box_sodo .count_item {

  position: relative;

  height: 100%;

  transition: 0.4s ease all;

  border-radius: 10px;

}

.box_sodo .count_item:hover {

  transform: scale(1.02);

  box-shadow: 0 0 10px #b9b9b9;

}

.box_sodo .count_item .count_content {

  background: linear-gradient(180deg, #FFF9E5 0%, #FFF9E4 100%);

  border-radius: 10px;

  padding: 4.625rem 2rem 2.625rem;

  height: 100%;

}



.box_sodo .count_item .count_text {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  font-size: 5.375rem;

  line-height: 1;

  width: 100%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  top: -40px;

  font-family: impact;

  background: -webkit-linear-gradient(var(--color-second), #51AD48);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.box_sodo .count_item .count_title {

  font-size: 20px;

  color: rgba(34, 34, 34, 0.6);

}

.box_sodo .count_item .descript {

  color: rgba(77, 77, 77, 0.60);

  text-align: center;

  font-weight: 300;

}

.box_sodo .bic_box__title .bic_text.nb {

  margin-bottom: 6rem;

}

/*End Box_counter*/



/*Footer*/



.bic_form__fixed {

  position: fixed;

  top: 30%;

  right: 0;

  z-index: 10001;

  transform: translateX(280px);

  transition: all .3s;

}



.bic_form__fixed.active {

  transform: translateX(0);

  transition: all .3s;



}



.bic_form__fixed .bic_form__inner {

  display: flex;

}



.bic_form__fixed .bic_form__inner .bic_box_title {

  flex: 0 0 80px;

  max-width: 80px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin: 0;

  border-radius: 29px 0px 0px 29px;

  background: #EF3D39;

  padding: 0 13px;

  cursor: pointer;

}

.bic_form__fixed .bic_form__inner .bic_box_title .bic_text {

  font-size: 1rem;

  color: #fff;

  text-align: center;

  margin: 0;

  line-height: normal;

}



.bic_form__fixed .bic_form__inner .bic_box_title .icon {

  margin-bottom: 10px;

}



.bic_form__fixed .bic_form__inner .bic_box_title .icon i {

  font-size: 36px;

  color: #fff;



}



.bic_form__fixed .bic_form__inner .bic_form {

  background-color: #fff;

  padding: 20px 25px;

  width: 280px;

}



.bic_form__fixed .bic_form__inner .bic_form .form-control {

  border-top: 0;

  border-left: 0;

  border-radius: 0;

  border-right: 0;

  padding-left: 0;

  width: 230px;

}



.bic_form__fixed .bic_form__inner .bic_form .form-control:focus {

  border-bottom: 1px solid var(--color-primary) !important;

  box-shadow: none;

}



.bic_form__fixed .bic_form__inner .bic_form .form-control::placeholder {

  font-weight: 300;

}

.bic_form__fixed .bic_form__inner .bic_form .wpcf7-spinner {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.bic_form__fixed .bic_form__inner .bic_form .order-submit {

  border-radius: 39px;

  background: #EF3D39;

  color: #fff;

  padding: 5px 36px;

}



.bic_form__fixed .bic_form__inner .bic_form .form-group {

  margin-bottom: 1rem;

}

.bic_fix__right {

  position: fixed;

  bottom: 0;

  right: 1.5rem;

  z-index: 22;

}



.bic_form__fixed .bic_form__inner .bic_form .wpcf7-not-valid-tip {

  color: #dc3232;

  font-size: 12px;

  font-weight: 300;

  display: block;

}



.bic_form__fixed .bic_form__inner .bic_form .wpcf7 form .wpcf7-response-output {

  margin: 2em 0.5em 1em;

  padding: 0.2em 1em;

  border: 2px solid #00a0d2;

  font-size: 14px;

  font-weight: 300;

}



.bic_fix__right ul li a {

  display: flex;

  flex-direction: column;

  align-items: center;

}



.bic_fix__right ul li img {

  width: 76px;

  height: 76px;

}



.bic_fix__right span {

  color: var(--color-primary);

  font-weight: 600;

}

.bic_fix__right ul {

  display: flex;

  list-style: none;

  flex-direction: column;

}

.bic_fix__right ul li {

  margin-bottom: 1.5rem;

  animation: zoom-in-zoom-out 1.5s infinite .2s cubic-bezier(.77, 0, .18, 1);

}



#backToTop {

  position: fixed;

  opacity: 0;



  cursor: pointer;

  bottom: 9rem;

  right: 1.5rem;

  color: #EF3D39;

  text-align: center;

  z-index: 10;

  display: flex;

  flex-direction: column;

}



#backToTop i {

  font-size: 44px;

  margin-bottom: 9px;

}

#backToTop span {

  color: #EF3D39;

  font-size: 12px;

  font-weight: 500;

  line-height: normal;

}







#backToTop.show {

  opacity: 1;



  transition: all .3s;

}



@keyframes zoom-in-zoom-out {

  0% {

    transform: scale(1, 1)
  }

  50% {

    transform: scale(1.05, 1.07)
  }

  100% {

    transform: scale(1, 1)
  }

}



.bic_footer {

  padding: 6.5rem 0 0;

  background-color: #51ad48;

  font-size: 1rem;

  color: rgba(255, 255, 255, 0.6);

  font-weight: 300;

}

.bic_copyright__inner {

  display: flex;

  align-items: center;

}

.bic_copyright__inner span {

  margin: 0 5px;

}

.bic_footer p {

  margin-bottom: .5rem;

}

.bic_copyright a:hover {

  color: #f8cb27;

}

.bic_footer__title {

  font-size: 1.25rem;

  font-weight: 500;

  position: relative;

  color: #fff;

  line-height: 1;

  margin-bottom: 1.25rem;

  display: inline-block;

  padding-bottom: 6px;

}

.footer_address__list {

  font-size: 1rem;

}



.footer_col:nth-child(2),
.footer_col:nth-child(1) {

  margin-bottom: 1.5rem;

}

.footer_desc {

  padding-right: 10%;

  line-height: 1.8;

  font-size: 1rem;

}

.bic_copyright {

  padding: 1.25rem 0;

  background-color: #EF4136;

  color: #fff;

  font-weight: 300;

  margin-top: 2.875rem;

}

.bic_copyright a {

  color: #fff;

  font-weight: 300;

}



.footer_social__list ._item {

  margin-right: 30px;

}

.footer_social__list ._item a {

  display: block;

  height: 100%;

  width: 100%;

}

.footer_social__list {

  display: flex;

}



.footer_connect__list {

  display: flex;

  flex-wrap: wrap;

}

.footer_connect__list li {

  flex: 0 0 50%;

  margin-bottom: 1.5rem;

  padding-left: 20px;

  background-image: url('/wp-content/themes/pasalvup/assets/images/icons/arrow_bold.png');

  background-repeat: no-repeat;

  background-size: 9px;

  background-position: 0;

}



.footer_connect__list li a {

  color: #FFF;

  opacity: 0.6;

}

/*End Footer*/





/*Animation*/



/*End Animation*/

.bic_module.module_feedback {

  padding-bottom: 3rem;

}

/*Box_resgister*/

.form-group {

  margin-bottom: 2rem;

}

.bic_figure_abs {

  position: absolute;

}

.bic_abs_img {

  position: absolute;

  transition: all .3s;

}



.bic_module.dangky {

  background-image: url('/wp-content/themes/pasalvup/assets/images/bg_form.png');

  background-size: 100% 100%;

  background-repeat: no-repeat;

  background-color: #f9cc2b;

  padding: 5rem 0 8.69rem !important;

}



.bic_module.dangky .bic_method__form {

  max-width: 47%;

  margin: 0 auto;

}

.bic_module.dangky .bic_box__title .bic_text {

  margin-bottom: 2rem;

}

.bic_module.dangky .bic_method__form .form-control {

  padding-left: 15px;

  padding-bottom: 16px;

  border: 0;

  border-bottom: 1px solid #4D4D4D;

  background-color: transparent;

  border-radius: 0;

  padding-right: 15px;

  font-size: 16px;

  font-weight: 300;

  height: 50px !important;

  padding-top: 14px;

  color: #222;

}



.bic_module.dangky .bic_method__form .form-control::placeholder {

  color: #222;

}



.bic_module.dangky .bic_method__form p {

  margin: 0;

  position: relative;

}

.bic_module.dangky .bic_method__form .form-control.co-so {

  border-radius: 1rem;

  border: 1px solid #4D4D4D;

  padding-bottom: 14px;

}

.bic_module.dangky .bic_method__form .form-group {

  margin-bottom: 20px;

}

.bic_module.dangky .bic_method__form .wpcf7-spinner {

  position: absolute;

  margin: 0;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

.bic_module.dangky .bic_method__form .bic_contact_form input[type="submit"] {

  padding: 1rem 2rem;

  text-transform: uppercase;

  line-height: 1;

  font-weight: 500;

  background: var(--color-primary);

  border: 2px solid #FCF9F4;

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);

  border-radius: 60px;

  color: #fff;

  font-size: 1.25rem;

  font-weight: 500;

}

.bic_module.dangky .bic_method__form .wpcf7-not-valid-tip {

  font-weight: 300;

  font-size: 14px;

  margin-top: 10px;

}

.bic_module.dangky .bic_method__form .wpcf7 form .wpcf7-response-output {

  text-align: center;

}

.bic_module.dangky .bic_figure_abs.img_1 {

  top: 22%;

  left: 12%;

  width: 7%;

  transition: all .5s;

}

.bic_module.dangky .bic_figure_abs.img_2 {

  right: 16%;

  top: 30%;

  width: 4%;

  transition: all .5s;

}

.bic_module.dangky .bic_figure_abs.img_3 {

  top: -3%;

  right: 36%;

  width: 5%;

  transition: all .5s;



}

.bic_module.dangky.active .bic_figure_abs.img_3 {

  right: 47%;

}

.bic_module.dangky.active .bic_figure_abs.img_2 {

  top: 20%;

}

.bic_module.dangky.active .bic_figure_abs.img_1 {

  left: 14%;



}



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

  .page-method .method-3 .method-item__grid {

    margin: 0 -20px;

  }

  .page-method .method-3 .method-item__grid .method-item {

    padding: 0 20px;

    flex: 0 0 20%;

    max-width: 20%;

  }

  .bic_daotao__wrap {

    max-width: 80%;

  }

  .owl1Slider.hocsinh_slide {

    max-width: 80%;

  }

}

@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {

  .bic_module {

    margin-bottom: 4rem;

  }

  .bic_box__title .bic_text {

    font-size: 2rem;

    margin-bottom: 2.5rem;

  }

  .bic_module.team {

    padding: 4rem 0;

  }

  .bic_footer {

    padding: 3rem 0 0;

  }

  .sodo_wrap>img {

    max-width: 185px;

  }

}

@media screen and (min-width: 1440px) {}



@media screen and (min-width: 1200px) {}



@media screen and (min-width: 1025px) and (max-width: 1199px) {}



@media screen and (min-width: 992px) and (max-width: 1100px) {}



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

  .bic_module {

    margin-bottom: 3rem;

  }

  .bic_box__title .bic_text {

    font-size: 2rem;

    margin-bottom: 2.5rem;

  }

  .bic_module.team {

    padding: 3rem 0;

  }

  .bic_camnhan__content ._name {

    font-size: 1.25rem;

    margin-bottom: 1rem;

  }

  .bic_camnhan__content::after {

    height: 60%;

  }

  .bic_team__top .team_name {

    font-size: 1.25rem;

  }

  .bic_footer {

    padding: 3rem 0 0;

  }

  .owl4Slider .owl-next,
  .owl3Slider .owl-next {

    right: 0;

    transform: rotateZ(180deg);

  }

  .owl4Slider .owl-prev,
  .owl3Slider .owl-prev {

    left: 0;

  }

}



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

  .bic_module.dangky .bic_method__form {

    max-width: 100%;

  }

  .bic_module.module_feedback {

    padding-bottom: 0;

    margin-bottom: 2rem;

  }

}



@media screen and (min-width: 768px) and (max-width: 992px) {

  .bic_module {

    margin-bottom: 3rem;

  }

  .bic_box__title .bic_text {

    text-align: center;

    font-size: 2rem;

    color: #222;

    margin-bottom: 2rem;

  }

  .bic_footer__title {

    font-size: 1.125rem;

    margin-bottom: 1rem;

  }

  .bic_daotao__title {

    font-size: 1rem;

  }

  .bic_camnhan__content::after {

    height: 70%;

    width: calc(100% + 1rem);

  }

  .bic_camnhan__content {

    padding-right: 2rem;

  }

  .bic_camnhan__content ._name {

    font-size: 1.5rem;



    margin-bottom: 1rem;

  }



  .owl4Slider .owl-prev,
  .owl3Slider .owl-prev {

    left: 0;

  }

  .owl4Slider .owl-next,
  .owl3Slider .owl-next {

    right: 0;

  }

  .bic_team__top .team_name {

    font-size: 1.125rem;

  }

  .bic_team__top.owl3Slider {

    padding-bottom: 2rem;

  }

  .bic_module.team {

    padding: 3rem 0;

  }

  .bic_module.dangky {

    background: #f9cc2b;

    padding: 3rem 0 !important;

  }

  .bic_figure_background {

    display: none;

  }

  .bic_module.dangky .bic_method__form {

    position: relative;

    max-width: 100%;

  }

  .bic_module.dangky .bic_figure_abs {

    display: none;

  }

  .bic_module.dangky .bic_method__form .bic_contact_form input[type="submit"] {

    font-size: 1.25rem;

  }

  .bic_footer {

    padding: 3rem 0 0;

  }

  .box_sodo .bic_box__title .bic_text.nb {

    margin-bottom: 1rem;

    margin-top: 3rem;

  }

  .box_sodo .count_item .count_text {

    font-size: 4rem;

  }

  .box_sodo .count_item .count_content {

    padding: 2rem 1rem;

  }

  .box_sodo .wrap_content__row--list .item {

    margin-top: 4rem;

  }

  .box_sodo .count_item .count_title {

    font-size: 1.125rem;

  }

  .register_button {

    height: 3rem;

  }

  .phuhuynh_slide ._inner ._card_col.left svg {

    right: 15px;

  }

  .bic_module.feedback2 {

    padding-bottom: 3rem;

  }

  .mohinh_title {

    font-size: 1.375rem;

  }

  .owlHome .item .inner {

    padding: 30px 20px 20px;

  }

  .phuhuynh_slide ._inner ._card_col.left ._name {

    font-size: 1.125rem;

  }

  .sodo_wrap>img {

    max-width: 160px;

  }







}



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

  .bic_module {

    margin-bottom: 3rem;

  }

  .bic_box__title .bic_text {

    text-align: center;

    font-size: 1.75rem;

    color: #222;

    margin-bottom: 2rem;

  }

  .bic_footer__title {

    font-size: 1.125rem;

    margin-bottom: 1rem;

  }

  .bic_fix__right,
  #backToTop {

    right: 20px;



  }

  .bic_fix__right ul li a img {

    width: 40px;

    height: 40px;

  }

  .bic_fix__right span {

    display: none;

  }

  #backToTop {

    bottom: 6rem;

    width: 40px;

  }

  #backToTop i {

    font-size: 24px;

  }

  #backToTop span {

    display: none;

  }

  .bic_camnhan__col ._image,
  .bic_camnhan__col .bic_camnhan__content {

    flex: 0 0 100%;

  }

  .bic_camnhan__col .bic_camnhan__content {

    padding: 1rem;

  }

  .bic_camnhan__content::after {

    width: 100%;

    right: 0;

    box-shadow: none;

    height: 100%;

  }

  .bic_camnhan__content ._name {

    font-size: 1.125rem;

    display: block;

    text-align: center;

    width: 100%;

    margin-bottom: 1rem;

  }

  .bic_module.feedback2 p.text-center {

    margin-top: 1rem !important;

  }

  .bic_module.team {

    padding: 3rem 0;

  }

  .bic_module.dangky {

    background: #f9cc2b;

    padding: 3rem 0 !important;

  }

  .bic_figure_background {

    display: none;

  }

  .bic_module.dangky .bic_method__form {

    position: relative;

    max-width: 100%;

  }

  .bic_module.dangky .bic_figure_abs {

    display: none;

  }

  .bic_module.dangky .bic_method__form .bic_contact_form input[type="submit"] {

    font-size: 1.125rem;

  }

  .bic_footer {

    padding: 3rem 0 0;

  }

  .bic_form__fixed .bic_form__inner .bic_box_title {

    flex: 0 0 60px;

    max-width: 60px;

    padding: 0 5px;

  }

  .bic_form__fixed .bic_form__inner .bic_box_title .bic_text {

    font-size: 14px;

  }

  .bic_form__fixed .bic_form__inner .bic_box_title .icon i {

    font-size: 24px;

  }

  .box_sodo .bic_box__title .bic_text.nb {

    margin-bottom: 1rem;

    margin-top: 3rem;

  }

  .box_sodo .count_item .count_text {

    font-size: 4rem;

  }

  .box_sodo .count_item .count_content {

    padding: 2rem 1rem;

  }

  .box_sodo .wrap_content__row--list .item {

    margin-top: 4rem;

  }

  .box_sodo .count_item .count_title {

    font-size: 1.125rem;

  }

  .register_button {

    height: 3rem;

  }

  .phuhuynh_slide ._inner ._card_col.left svg {

    right: 15px;

  }

  .bic_module.feedback2 {

    padding-bottom: 2rem;

  }

  .mohinh_title {

    font-size: 1.25rem;

  }

  .owlHome .item .inner {

    padding: 30px 20px 20px;

  }

  .sodo_wrap {

    margin: -50px 0;

  }

}



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

  .bic_module {

    margin-bottom: 2rem;

  }

  .bic_box__title .bic_text {

    text-align: center;

    font-size: 1.25rem;

    color: #222;

    margin-bottom: 1.5rem;

  }

  .owl1Slider.hocsinh_slide {

    max-width: 100%;

  }



  .bic_module.feedback2 .text-center {

    margin-top: 1rem !important;

  }

  .register_button img {

    display: none;

  }

  .register_button {

    font-size: 1rem;

  }

  .bic_module.team {

    padding: 2rem 0;

  }

  .bic_team__top .bic_item {

    padding: 0;

  }

  .bic_team__top .team_name {

    font-size: 1.125rem;

  }

  .bic_team__top.owl3Slider {

    padding-bottom: 2rem;

  }

  .bic_team__bot {

    margin-top: 2rem;

  }

  .bic_module.module_feedback {

    padding-bottom: 2rem;

    margin-bottom: 0;

  }

  .bic_item_group {

    margin-bottom: 1rem;

    padding: 1rem;

  }

  .bic_team__bot .team_name {

    font-size: 1.125rem;

    margin-bottom: 10px;

  }

  .bic_module.dangky {

    background: #f9cc2b;

    padding: 2rem 0 !important;

  }



  .bic_module.dangky .bic_method__form .bic_contact_form input[type="submit"] {

    font-size: 1rem;

  }

  .bic_footer {

    padding: 2rem 0 0;

  }

  .bic_copyright {

    font-size: 14px;

    text-align: center;

    margin-top: 0rem;

    padding: 10px 0;

  }

  .owl4Slider .owl-next,
  .owl3Slider .owl-next {

    right: 0;

    opacity: 0;

  }

  .owl4Slider .owl-prev,
  .owl3Slider .owl-prev {

    left: 0;

    opacity: 0;

  }



  .footer_connect__list ._item {

    flex: 0 0 100%;

    margin-bottom: 1rem;

  }

  .footer_col {

    margin-bottom: 15px;

  }

  .mohinh_title {

    font-size: 1.125rem;

    font-weight: 500;

  }

  .mohinh_top img {

    flex: 0 0 40px;

    margin-right: 15px;

  }

  .phuhuynh_slide ._inner ._card_col.left ._name {

    font-size: 1.125rem;

  }

  .phuhuynh_slide ._inner {

    margin: 20px 0;

  }

  .owl4Slider .owl-next,
  .owl3Slider .owl-next,
  .hocsinh_slide .owl-next {

    right: -15px;

  }

  .owl4Slider .owl-prev,
  .owl3Slider .owl-prev,
  .hocsinh_slide .owl-prev {

    left: -15px;

  }

  .bic_module.feedback2 {

    padding-bottom: 2rem;

  }

  .box_sodo .bic_box__title .bic_text.nb {

    margin-bottom: 1rem;

    margin-top: 3rem;

  }

  .box_sodo .count_item .count_text {

    font-size: 4rem;

  }

  .box_sodo .count_item .count_content {

    padding: 2rem 1rem;

  }

  .box_sodo .wrap_content__row--list .item {

    margin-top: 4rem;

  }

  .box_sodo .count_item .count_title {

    font-size: 1.125rem;

  }

  .register_button {

    height: 3rem;

  }

  .phuhuynh_slide ._inner ._card_col.left svg {

    right: 15px;

  }

  .sodo_wrap {

    margin: -100px 0;

  }

  .sodo_wrap>img {

    max-width: 150px;

  }

  .owlHome .item .inner {

    padding: 30px 20px 5px;

  }

  .owlHome .item .inner::before {

    display: none;

  }

  .owlHome .item {

    padding: 0;

  }

  .owlHome .item .inner::after {

    height: 8px;

  }

  .bic_module.dangky .bic_box__title .bic_text {

    margin-bottom: 1rem;

  }

  .bic_module.dangky .bic_method__form .form-control {

    height: 40px !important;

    padding-left: 0;

    padding-bottom: 5px;

    padding-top: 5px;

  }

  .bic_module.dangky .bic_method__form .form-control.co-so {

    padding-left: 15px;

    padding-right: 15px;

  }



  .bic_form__fixed {

    display: none !important;

  }

  .bic_copyright__inner {

    flex-wrap: wrap;

    justify-content: center;

  }

  .bic_copyright__inner span {

    display: none !important;

  }



}



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



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



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