@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');
@font-face {
    font-family: 'SFU Futura';
    src: url('../webfonts/SFUFuturaLight.woff2') format('woff2'),
    url('../webfonts/SFUFuturaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('../webfonts/SFUFuturaBold.woff2') format('woff2'),
    url('../webfonts/SFUFuturaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('../webfonts/SFUFutura.woff2') format('woff2'),
    url('../webfonts/SFUFutura.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'SFU Futura';
    font-weight: bold;
}
p {
    margin: 0;
}h2, ul {
    margin: 0px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
::-webkit-input-placeholder { /* Edge */
     color: #984A17;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #984A17;
}

::placeholder {
  color: #984A17;
}
select {
    background: #ffffff;
    color: #984A17;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 7px;
}
* {
    box-sizing: border-box;
}
.wapper {
    max-width: 400px;
    margin: 0 auto;
    background: #301706;
    background-size: 100% 100%;
    padding-bottom: 0px;
    width: 100%;
    
    background-image: url(../images/bg-ldp.png);
}
.text-vui-he>img {
    margin: 0 auto;
    display: block;
    margin: 30px auto;
    margin-top: 10px;
    margin-bottom: -15px;
}
.text-top-form h3 {
    font-family: Viaoda Libre;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;font-weight: 400;
}
p.text-note {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
    font-style: italic;
    text-align: center;
}
.banner img {
    width: 100%;
}

a.form-anchor.btn-banner {
    position: absolute;
    bottom: 46px;
    width: 50%;
    text-align: center;
    left: 18px;
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.top-text-vh h2 strong {
    font-size: 22px;
    text-transform: uppercase;
}
.top-text-vh h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 8px;
}.top-text-vh h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
}
a.form-anchor.btn-banner img {
    width: auto;
}
.banner{
	position:relative;
}
.three-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three-img img {
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.item-img {
    text-align: center;
}
.text-vui-he h2 {
    font-family: 'Viaoda Libre', cursive;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.text-vui-he p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}
.text-vui-he {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}
.text-vui-he ul {
    padding: 20px;
    list-style: none;
}
.text-vui-he li {
    padding: 10px 0px;
    display: block;
    padding-left: 40px;
    position: relative;
    font-style: italic;
    font-size: 14px;
    line-height: 1.7;
}
.text-vui-he li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b17800;
    border-radius: 50%;
}
.text-vui-he li.fly:before {
    background-image: url(../images/fly.png);
}
.text-vui-he li.money:before {
    background-image: url(../images/money2.png);
}
.text-vui-he li.gift:before {
    background-image: url(../images/gift2.png);
}
.text-vui-he li p {
    color: #b88013;
    font-size: 15px;
}
.text-vui-he li span {
    font-size: 12px;    font-style: italic;
}
.center {
    text-align: center;
}a.form-anchor.btn-small img {
    width: 169px;
    margin: 0 auto;
}
.text-bt-vuihe h3 {
    text-transform: uppercase;
    color: #b88013;
    margin: 10px 0px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: italic;
}
img.ngon-tay {
    width: 30px;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
    align-self: flex-end;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* background-color: #F44336; */
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}
@keyframes bounce-1 {
    0%   { transform: translateY(-10); }
    50%  { transform: translateY(10px); }
    100% { transform: translateY(0); }
}
.text-bt-vuihe {
    padding: 0px 15px;
}
.text-bt-vuihe li {
    font-size: 15px;
    /* font-style: normal; */
    padding: 0;
}
.text-bt-vuihe ul {
    padding: 0;
}
.text-bt-vuihe  li:before{
	content:none;
}
.text-bt-vuihe h2 {
    color: #b60400;
    margin-top: 14px;
    font-family: 'SFU Futura';
    font-style: normal;
    font-weight: 700;
    font-size: 23.1515px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.footer {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 31px;
    position: relative;
    /* z-index: 1; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}.text-top-form strong {
    font-size: 24px;font-weight: 400;
}.text-top-form img {
    animation-name: bounce-3;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
select {
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #984A17 50%),
    linear-gradient(135deg, #984A17 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, #984A17 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #984A17 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;

  outline: 0;
}
.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3cb7c;
    z-index: -1;
}
.footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 17px 0px;
}
.footer ul li {
    padding-right: 20px;
}img.logo-footer {
    width: auto;
}
.footer p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.form {
    padding: 15px;
    position: relative;
}
form#formLpdVideo {
    background-image: url(../images/bg-form.png);
    padding: 40px;
    padding-top: 80px;    padding-bottom: 1px;
    background-size: 100% 100%;
}
.form h3 {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 10px 9px;
    position: absolute;
    left: calc(50% - 135px);
    text-transform: uppercase;
    border-radius: 0px 0px 30px 30px;
    width: 270px;
    margin: 0px;
    top: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
a.form-anchor.btn-small {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
}
.top-text-vh {
    text-align: center;
    width: 100%;
}
.inpcouser_form textarea, input:-internal-autofill-selected, input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    background: #ffffff;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    outline: 0;
    color: #2A72B6;
    height: 40px;
    margin-bottom: 5px;
    display: block;
}
input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    background: #ffffff;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    outline: 0;
    color: #2A72B6;
    height: 40px;
    margin-bottom: 5px;
    display: block;
}
input.res_two.btn_form_modal_video.vibrate-1 {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    color: #fff;
    background-color: #561015;
    border: none;
    text-transform: uppercase;
    padding: 9px 33px;
    border-radius: 50px;
    background-image: linear-gradient(to top , #B0782E, #F6E2AD);
    text-transform: uppercase;
    /* font-family: 'UTM Copperplate'; */
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 16px;
    animation-name: zoom;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
a.form-anchor.btn-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    max-width: 400px;
    text-align: center;
    animation-name: zoom;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    background-image: linear-gradient(to bottom right, #ba2026, #76151a);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 13px;
}
@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-10px); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-30px); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}
@keyframes zoom {
    0%   {  transform: scale(1); }
    30%  {  transform: scale(1.1); }
    50%  {  transform: scale(1.1); }
    100% {  transform: scale(1); }
}
p.nameVal1, p.phoneVal1, p.couserVal1, .chinhanhVal1 {
    display: none;
}
.left-box {
    float: left;
    width: 50%;
}
.time-box input {
    margin: 7px 0px;
}
.time-box h4 {
    color: #984A17;
    font-size: 14px;
    position: absolute;
    top: -10px;
    margin: 0;
    z-index: 2;
    background: #ffcf8f;
    left: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: italic;
}
.time-box {
    border: 1px solid #984A17;
    position: relative;
    padding-top: 20px;
    margin: 30px 0px;
    /* text-align: center; */
    padding: 26px;
    color: #984A17;
    font-size: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
}
option {
    color: #2A72B6;
}
p.note {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-style: italic;
}
p.susscess-form1 {
    color: #208e0a;
    font-size: 14px;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}

.img-travel{
  transition: transform .7s ease-in-out;  
}
.img-travel:hover {
    transform: rotate(360deg);
}
p.des {
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
    padding: 4px 28px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    border: 0.5px solid #B0782E;
}
.container-radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    padding-left: 30px;
    margin-bottom: 20px;
}
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #984A17;
    border-radius: 0px;
}
.container-radio:hover .checkmark{
  background:#ccc;
}
.checkmark:after{
  content:"" !important;
  position:absolute;
  display:none;
}
.container-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%,-50%) rotate(45deg);
}
.container-radio input:checked ~ .checkmark {
    background: #984A17;
}
.container-radio input:checked ~ .checkmark:after{
  display:block;
}
.text-top-form {
    text-align: center;
    color: #984A17;
}
@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}