/*
COLORS:

Light green: #7ed56f
Medium green: #55c57a
Dark green: #28b485

*/
}
@font-face {
  font-family: 'Great Vibes';
  src: url('../fonts/GreatVibes.ttf') format('truetype');
  font-weight: 400;
}
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%; /* 10px */
}
.margin_left_med {
  margin-left: 30rem;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
  padding: 0rem;
}
/*
=========================================================================
==										Header - Logo
=========================================================================
*/
.header {
  height: calc(100vh - 3rem);
  background-image: linear-gradient(to right, rgba(0, 0, 139, 0.8), rgba(0, 0, 139, 0.5)), url(../img/Truong%20PKy.jpg);
  /*box-shadow: inset 230px -1px 240px -7px rgba(0, 0, 0, 0.8);*/
  background-blend-mode: multiply;
  background-size: cover;
  background-position: top;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%)
}
.header__logo-box {
  position: absolute;
  top: 20px;
  left: 20px;
}
.header__logo {
  height: 60px;
}
.hdr_img {
  display: block;
  position: relative;
  width: 40%;
  margin-top: -24vh;
  margin-left: 28vw;
  z-index: 200;
}
.heading-primary {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 52px;
  backface-visibility: hidden;
}
.heading-primary--main {
  display: block;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 2.2rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  /*
        animation-delay: 3s;
        animation-iteration-count: 3;
        */
}
.heading-primary--sub {
  /*
    font-family: "Lobster", sans-serif;
    font-weight: 700;
	text-transform: none;
*/
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 18px;
  animation: moveInRight 1s ease-out;
}
.heading-primary--6471 {
  display: block;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-top: 40px;
  transition: opacity 4s;
  animation: fadeIn 2s ease-in;
  animation-delay: 2s;
  animation-fill-mode: backwards;
}
.header__text-box {
  margin: 0 auto;
  text-align: center;
  padding-top: 30vh;
}
.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.4rem 2rem;
  display: inline-block;
  border-radius: 10rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  margin-top: -2rem
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.2;
  }
}
100% {
  opacity: 1;
}
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  80% {
    transform: translateX(12px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*    
  font-size: 1.6rem;
  border: none;
  cursor: pointer; 
*/
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
}
.btn--animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards;
}
.btn--white {
  background-color: #fff;
  color: #777;
}
.btn--white::after {
  background-color: #fff;
}
.btn--green {
  background-color: #55c57a;
  color: #fff;
}
.btn--green::after {
  background-color: #55c57a;
}
.btn--lngo {
  background-color: #26408b;
  color: #fff;
  margin-top: 8rem;
  margin-left: 20rem;
}
.btn--lngo::after {
  background-color: #7B68EE;
}
.btn--close {
  background-color: #26408b;
  color: #fff;
  position: absolute;
  top: 68rem;
  right: 20rem;
}
.btn--close::after {
  background-color: #7B68EE;
}
.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  color: #55c57a;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #55c57a;
  padding: 3px;
  transition: all .2s;
}
.btn-text:hover {
  background-color: #55c57a;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
.card {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 52rem;
}
.card__side {
  height: 52rem;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.card__side--front {
  background-color: #fff;
}
.card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card__side--back-1 {
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.6), rgba(255, 119, 48, 0.6)), url("../img/Sydney.webp");
}
.card__side--back-2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7ed56f), to(#28b485));
  background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
}
.card__side--back-3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#2998ff), to(#5643fa));
  background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.6), rgba(86, 67, 250, 0.6));
  background-position: 30% 30%;
  background-size: cover;
  background-blend-mode: multiply;
}
.card:hover .card__side--front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card__picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card__picture--1 {
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.6), rgba(255, 119, 48, 0.6)), url(../img/PetrusKyTower1.png);
}
.card__picture--2 {
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.6), rgba(40, 180, 133, 0.6)), url(../img/HAHPK_NC.png);
}
.card__picture--3 {
  background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.6), rgba(86, 67, 250, 0.6)), url("../img/dictionary.jpg");
  margin-top: -1rem;
}
.card__heading {
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 12rem;
  right: 2rem;
  width: 75%;
}
.card__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card__heading-span--1 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 185, 0, 0.85)), to(rgba(255, 119, 48, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85));
}
.card__heading-span--2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(126, 213, 111, 0.85)), to(rgba(40, 180, 133, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85));
}
.card__heading-span--3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(41, 152, 255, 0.85)), to(rgba(86, 67, 250, 0.85)));
  background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85));
}
.card__details {
  padding: 2.5rem;
  color: #000;
}
.card__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.card__details ul li {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}
.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.card__price-box {
  text-align: center;
  color: #fff;
  margin-bottom: 8rem;
}
.card__price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.card__price-value {
  font-size: 6rem;
  font-weight: 100;
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .card {
    height: auto;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }
  .card__side {
    height: auto;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
  .card:hover .card__side--front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .card__details {
    padding: 1rem 3rem;
  }
  .card__cta {
    position: relative;
    top: 0%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 7rem 4rem 4rem 4rem;
  }
  .card__price-box {
    margin-bottom: 8rem;
  }
  .card__price-value {
    font-size: 4rem;
  }
}
.card__back-text {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #fff;
  letter-spacing: 0.2rem;
  padding: 4px;
  height: 330px;
}
.card__details-text {
  /*  font-family: "Dancing Script"; */
  font-family: "Great Vibes", cursive;
  font-weight: 500;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 3rem;
  /* border-left: 10px solid #ccc;*/
}
.btn--card_back {
  margin-top: 4rem;
}
.composition {
  position: relative;
}
.composition__photo {
  width: 55%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline-offset: 2rem;
}
.composition__photo--p1 {
  left: 0;
  top: -2rem;
}
.composition__photo--p2 {
  right: 0;
  top: 2rem;
}
.composition__photo--p3 {
  left: 20%;
  top: 10rem;
}
.composition__photo:hover {
  outline: 1.5rem solid #a6cfd5;
  transform: scale(1.05) translateY(-0.5rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.composition:hover .composition__photo:not(:hover) {
  transform: scale(0.95);
}
/*
=========================================================================
==
=========================================================================
*/
.row {
  max-width: 114rem;
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^="col-"] {
  float: left;
}
.row [class^="col-"]:not(:last-child) {
  /*margin-right: 4rem;*/
  margin-right: 0rem;
}
@media only screen and (max-width: 56.25em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    /*margin-bottom: 6rem;*/
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}
.row .col-1-of-4 {
  /*width: calc((100% - 3 * 6rem) / 4);*/
  width: calc((100% - 0 * 6rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}
.section-about {
  background-color: #ccc;
  padding: 4rem 0;
  width: 100%;
  height: 100vh;
  margin-top: 8rem;
}
.section-about .row {
  margin-top: 8rem;
}
.section-tours .row [class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}
.section-features {
  padding: 20rem 0;
  /*	  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(126, 213, 111, 0.8)), to(rgba(40, 180, 133, 0.8))), url(../img/Truong-1.jpg);
*/
  /*background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/6.jpg);*/
  background-image: linear-gradient(90deg, rgba(1, 14, 36, 1), rgba(9, 37, 100, 0.6), rgba(13, 60, 173, 0.4), rgba(6, 83, 252, 0.2)), url(../img/6.jpg);
  background-size: cover;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  margin-top: -10rem;
}
.section-tours {
  background-color: #f7f7f7;
  padding: 25rem 0 15rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 56.25em) {
  .section-tours {
    padding: 20rem 0 10rem 0;
  }
}
.section-features > * {
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}
@media only screen and (max-width: 56.25em) {
  .section-features {
    padding: 10rem 0;
  }
}
.section-stories {
  position: relative;
  padding: 15rem 0;
}
.section-title {
  width: 100%;
  font-size: 4rem;
  margin-top: 4rem;
  margin-left: 2rem;
}
.section-book {
  padding: 16rem 0;
  /*	background-image: -webkit-gradient(linear, left top, right bottom, from(#7ed56f), to(#28b485));
	background-image: linear-gradient(to right bottom, #7ed56f, #28b485); 
*/
  background-color: #fff;
  padding-top: 6rem;
}
.heading-secondary {
  font-family: 'Anton', sans-serif;
  font-size: 4rem;
  /*text-transform: uppercase;*/
  font-weight: 400;
  display: inline-block;
  padding-left: 1rem;
  color: black;
  /*	background-image: linear-gradient(to right, #000000, #48abe0 );
	-webkit-background-clip: text;
	color: transparent;
*/
  letter-spacing: .3rem;
  transition: all .2s;
}
.heading-secondary:hover {
  transform: skewY(-5deg) skewX(15deg) scale(1.1);
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
.u-center-text {
  text-align: center !important;
}
.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}
.u-margin-top-big {
  margin-top: 4rem !important;
}
.u-margin-bottom-medium {
  margin-bottom: 4rem !important;
}
.u-margin-bottom-small {
  margin-bottom: 1.5rem !important;
}
.u-font-script {
  font-family: "Great Vibes", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
  text-align: center;
  color: #8b0000;
}
.heading-tertiary {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
}
.heading-tertiary-1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7ed56f;
}
.heading-feature {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 2rem;
}
.paragraph {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}
.feature-box {
  /*background-color: rgba(254, 250, 224, 0.8);*/
  font-size: 1.5rem;
  /*padding: 2.5rem;*/
  text-align: center;
  /*border-radius: 3px;*/
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);*/
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  padding-bottom: 0rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 50vh;
}

.HoiPky, .HoiPky:link, .HoiPky:visited {
  text-decoration: none;
  /*color: #777;*/
}
@media only screen and (max-width: 56.25em) {
  .feature-box {
    padding: 2rem;
  }
}
.feature-box__icon {
  font-size: 6rem;
  margin-bottom: .5rem;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#7ed56f), to(#28b485));
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  color: transparent;
}
.feature-box__text {
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .feature-box__icon {
    margin-bottom: 0;
  }
}
.feature-box:hover {
  -webkit-transform: translateY(-1.5rem) scale(1.03);
  transform: translateY(-1.5rem) scale(1.03);
}
.story {
  width: 75%;
  height: 28rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 6rem;
  padding-left: 9rem;
  padding-top: 4rem;
  font-size: 1.6rem;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  border-left: 4px solid #888;
  
  
background: rgba(255, 255, 255, 0.46);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);  
  
}
@media only screen and (max-width: 56.25em) {
  .story {
    width: 100%;
    padding: 4rem;
    padding-left: 7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .story {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}
.story__shape {
  background-color: #f00;
  width: 15rem;
  height: 15rem;
  float: left;
  -webkit-transform: translateX(-3rem) skewX(12deg);
  transform: translateX(-3rem) skewX(12deg);
  position: relative;
  /*overflow: hidden;*/
  /*border-radius: 50%;*/
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  -webkit-shape-outside: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);  
  
}
@supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) or (-webkit-clip-path: polygon(0 0)) {
  .story__shape {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-shape-outside: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50%);
    border-radius: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .story__shape {
    -webkit-transform: translateX(-3rem) skewX(0);
    transform: translateX(-3rem) skewX(0);
  }
}
.story__img {
  height: 100%;
  -webkit-transform: translateX(2rem) scale(1.45);
  transform: translateX(2rem) scale(1.45);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.story__text {
  -webkit-transform: skewX(12deg);
  transform: skewX(12deg);
  color: #000;
  
}
.story__text p {
  color: #000;
}
@media only screen and (max-width: 37.5em) {
  .story__text {
    -webkit-transform: skewX(0);
    transform: skewX(0);
  }
}
.story__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.7rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.story:hover .story__caption {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.story:hover .story__img {
  -webkit-transform: translateX(2rem) scale(1.45);
  transform: translateX(2rem) scale(1.45);
  -webkit-filter: blur(3px) brightness(80%);
  filter: blur(3px) brightness(80%);
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
  overflow: hidden;
}
.bg-video-1 {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
  overflow: hidden;
	height: 80vh;
  position: relative;
  background-color: black;
  }

.bg-video__content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.book {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../img/6.jpg);
  background-size: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}
.book__form {
  width: 50%;
  padding: 4rem 6rem 6rem 6rem;
}
.form__group:not(:last-child) {
  margin-bottom: 2rem;
}
.form__input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rbga(#fff, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form__input:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #55c57a;
}
.form__input:focus:invalid {
  border-bottom: 3px solid #ff7730;
}
.form__input::-webkit-input-placeholder {
  color: #999;
}
.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form__label-file {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.form__radio-group {
  width: 22%;
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .form__radio-group {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4rem;
}
.form__radio-button {
  height: 3rem;
  width: 3rem;
  border: 5px solid #55c57a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -.4rem;
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #55c57a;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}
textarea {
  display: block;
  margin: auto 0;
  width: 80%;
  height: 22vh;
  max-height: 165px;
  border-radius: 5px;
  border: solid 2px #120A19;
  background-color: #DBD6DF;
  font-family: sans-serif;
}
input[type=file]::file-selector-button {
  display: block;
  margin-right: 20px;
  /*margin-top: 8rem;*/
  margin-bottom: 2rem;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
.footer {
  /*background-color: #333;*/
  /*background-image: background: rgb(5,6,3);*/
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 4%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.5));
  /*padding: 8rem 0;*/
  font-size: 1.6rem;
  color: #f7f7f7;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 8rem 0;
  }
}
.footer__logo-box {
  background-image: url("../img/PetrusKyTower1.png");
 background-repeat: no-repeat;
  background-size: cover;
  background-position: 150% 40%;
    
  width: 40%;
  height: 105%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 56.25em) {
  .footer__logo-box {
    margin-bottom: 6rem;
  }
}
.footer__logo {
    width: 80%;
    overflow: hidden;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 30%;
    align-items: center;  
    margin-bottom: 2rem;
  position: relative;
    z-index: 20;
}
.footer__logo-img {
  object-fit: cover;
  margin-left: -280px;
  margin-top: -40px;
}
.footer__navigation {
  border-top: 1px solid #777;
  width: 92%;
  padding-top: 2rem;
  /*display: inline-block;*/
  margin-left: 2rem;
  margin-top: 0;
}
@media only screen and (max-width: 56.25em) {
  .footer__navigation {
    width: 100%;
    text-align: center;
  }
}
.footer__list {
  list-style: none;
}
.footer__item {
  display: inline-block;
}
.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}
.footer__link:link, .footer__link:visited {
  color: #f7f7f7;
  /*background-color: #333;*/
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer__link:hover, .footer__link:active {
  color: #55c57a;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}
.footer__copyright {
  border-top: 1px solid #777;
  padding-top: 2rem;
  width: 80%;
  margin-left: 2rem;
  margin-top: 0rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 56.25em) {
  .footer__copyright {
    width: 100%;
    float: none;
  }
}
.section-slideshow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.khong-manh {
  font-family: "Great Vibes";
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  line-height: 5rem;
  padding: 2.8rem;
  text-align: center;
  background-color: #f1f1db;
  color: orangered;
  position: absolute;
  top: 84vh;
  left: 20vw;
  border-radius: 6px;
  opacity: 0.8;
  z-index: 10;
  clip-path: polygon(50% 0, 100% 0, 100% 35%, 100% 85%, 64% 88%, 50% 100%, 35% 88%, 0 85%, 0 34%, 0 0);

  
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);  
  
  
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 55%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 20;
}
.xem-them {
  text-align: right;
  margin-top: 1rem;
}
.evBox-5-Desc span {
  margin-top: 0.8rem;
  font-size: 2rem;
  color: #b0aceb;
}
.goi__bai {
  width: 100%;
  margin-top: 4rem;
  display: flex;
}
.goi__bai-img {
  width: 40%;
}
.feature-box-img {
  width: 100%;
  height: 40%;
}
.feature-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-desc {
  height: 60%;
}

.section-90Nam {
  width: 100%;
  height: 90vh;
}

.ky-niem-90 {
  width: 100%;
  height: 90%;
  display: flex;
  padding-top: 10rem;
}

.ky-niem-90-left {
  width: 50%;
  height: 100%;
    overflow: hidden;
    background-image: url("../img/DaiHoi-90Nam-Petrus-Ky-02.jpg");
      background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;  
}

.ky-niem-90-right {
  width: 50%;
  height: 100%;
  /*background-color: #d8bec0;*/
background-color: black;  
  color: white;
  text-align: center;
  font-family: "Roboto";
}
.ky-niem-90-right h2 {
  margin-top: 4rem;
  font-size: 3.5rem;
  font-weight: 600;
}
.ky-niem-90-right p {
  font-size: 2rem;
  text-align: center;
  padding: 4rem;
  margin-top: 6rem;
}
.section-YouTube {
  width: 100%;
  height: 100vh;
  margin-top: 4rem;
  background-color: black;
  overflow: hidden;
}
.YouTube-iframe {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.main-content {
  width: 100%;
  margin-top: 4rem;
  background-color: white;
  z-index: 100;
  position: relative

}

.footer__overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 4%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.5));
  z-index: 8;  
}

.WordOfTheday {
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 2rem;
}

.WTD-meaning {
    font-size: 2rem;

}

.WTD-example {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.pky-logo {
    width: 190px;
  height: 120px;
  background-image: url("../img/PKy64-71_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20% 20%;  

}

.fb-logo-link {
    display: block;
  width: 40%;
  height: 60%;

}
  .fb-logo-link:link, .fb-logo-link:visited {
    color: #f7f7f7;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .fb-logo-link:hover, .fb-logo-link:active {
    color: #55c57a;
    transform: scale(1.1);
}

.fb-logo {
    width: 60%;
  height: 85%;
  background: url(../img/Facebook-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 20% 20%;  

}

.popup__iFrame {
    position: absolute;
  top: 1rem;
  right: 4rem;
  width: 100%;
  height: 98vh; /* was 720 */
  margin: 0 auto;
  border: none;

}
.curEvent__iFrame {
  position: absolute;
  width: 100%;
  height: 100%; /* was 720 */
  margin: 0 auto;
  border: none;
  overflow: hidden;
}
.text-fire-effect{
    display: block;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
    position: relative;
}