body {
  font-family:'Poppins-SVN',serif;
  min-height:100vh;
  font-weight:300;
}

* {
  box-sizing:border-box;
}

/* CSS search Country
-------------------------------------------------------------- */

.form-search-country {
  padding:100px 0 100px 0;
  max-width:800px;
  cursor: pointer;
}

.form-search-country input {
  border:0;
  border-radius:5px;
  outline:none !important;
  padding:19px 20px 19px 80px;
  cursor: pointer;
}
button:hover,.right-search-country button:hover{background: #bf4633 !important;transition: 1s;cursor: pointer;}
a.btn-discount-code:hover{background: #ffffff !important;transition: 1s;color: #e96658 !important;}
.right-search-country button {
  padding:19px 20px;
  background:#E55640;
  border:none;
  border-radius:5px;
  cursor: pointer;
}

.right-search-country a:hover {
  background:#a53c2c;
}

.icon-search-country {
  left:20px;
  transform:translate(0,-50%);
  top:50%;
}

.item-country {
  padding:10px;
  width:calc(100% / 5);
}

.item-country img {
  max-width:30px;
  margin-right:10px;
}

.name-country {
  border-radius:40px;
  padding:7px;
  border:1px solid #ccc;
}

.read-more-search-country {
  margin:50px 0;
}

button.btn-search-country {
  box-shadow:0 8px 30px rgba(0,0,0,0.1);
  border-radius:20px;
  padding:14px 30px;
  background:#E55640;
  border:none;
}

.item-country a {
  color:#000;
}

.name-country:hover {
  background: rgb(227 99 85 / 26%);
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
  transition: 1s;
}

.name-country:hover a {
  border-color:#E55640;
  /* color: #fff; */
  /* transition: 1s; */
  color: inherit;
}

/* CSS Blog
-------------------------------------------------------------- */

.blog-content-builder {
  padding:30px 0;
}

.description-blog p {
  margin:0;
}

.title-blog {
  margin-bottom:20px;
  margin-top:20px;
}

.description-blog ul,
.description-blog ul li {
  margin:0;
  padding:0;
  list-style:none;
}

/* CSS Buy Now
-------------------------------------------------------------- */

.discount-code-data .item {
  padding:20px 15px;
}

.discount-code {
  margin-top:200px;
  background-image:url("../demo/bg-buy-now.jpeg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  padding:50px 0;
}

.content-discount-code {
  max-width:500px;
  margin-top:70px;
}

a.btn-discount-code {
  background:#FDC23A;
  border-radius:20px;
  padding:15px;
  letter-spacing:10px;
  margin-bottom:30px;
  cursor: pointer;
}

.discount-code:after {
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  top:0;
  background:#E55640;
  opacity:0.9;
}

.discount-code .container {
  z-index:1;
  margin-top:-150px;
}

.hotline-discount-code strong {
  margin-left:10px;
  color:#fff !important;
}

.item-discount-code {
  background:#FCECEE;
  padding:25px;
  color:#E55640;
  border-radius:5px;
  transition:all 0.3s;
}

.item-discount-code:hover {
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
}

.discount-code-data {
  padding:20px;
}
.discount-code-data .row{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.voucher-discount-code span {
  padding:5px 10px;
  color:#E55640;
  border:1px solid #E55640;
  cursor: pointer;
  transition: 1s;
}

.voucher-discount-code {
  margin:10px 0;
}

.date-discount-code {
  margin-top:10px;
}

.voucher-discount-code span:hover {
  background:#FDC23A;
  color:#FFF;
  border-color:#FDC23A;
  cursor: pointer;
}

.right-discount-code button {
  background:#E55640;
  padding: 9px 15px;
  border: none;
  cursor: pointer;
}

/* CSS Brand
-------------------------------------------------------------- */

.blogger-review,
.video-review,
.service-component,
.review-customer,
.gallery-builder,
.brand-builder {
  background:#fefafb;
  padding:50px 0;
}

.bay {
  background:url("../demo/bay.png");
  padding:0 0 173px 0;
  background-repeat:no-repeat;
  background-size:100%;
  background-position:bottom;
  min-height:163px;
  background-color:#fefafb;
  margin:0 !important;
}

.title-landing {
  color:#E55640;
  margin-bottom:20px;
}

.content-brand .item {
  padding:15px;
}

.content-brand .item a {
  padding:15px;
  border:1px solid #e5564063;
  margin:20px 0;
  height:80px;
}

.content-brand .item img {
  max-height:50px;
  width:auto !important;
  margin:0 auto;
  max-width:100px;
  transition:all 0.3s;
}

.content-brand .item a:hover img {
  scale: 1.5;
}

/* CSS OWL Landing Page
-------------------------------------------------------------- */

.owl-carousel-brand.owl-carousel .owl-nav {
  margin:0;
  padding:0;
  position:absolute;
  left:-40px;
  width:calc(100% + 80px);
  height:1px;
  top:calc(50% - 20px);
  transform:translate(0,-50%);
}

.owl-carousel-brand.owl-carousel .owl-nav button {
  position:absolute;
  left:0;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#FFF;
  text-align:center;
  font-size:35px;
  z-index:10;
  margin:0;
  line-height:0;
}

.owl-carousel-brand.owl-carousel .owl-nav button.owl-next {
  left:auto;
  right:0;
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
}

.owl-carousel-brand.owl-carousel .owl-nav button:hover {
  background:#FDC23A;
}

/* CSS Gallery
-------------------------------------------------------------- */

.item-gallery-builder {
  padding:15px;
}

.row-gallery-builder {
  margin-top:50px;
}

.item-gallery-builder img {
  transition:all 0.3s;
}

.item-gallery-builder:hover img {
  scale:1.1;
}

.js-masonry-list,
.js-masonry-list li {
  list-style:none;
}

/* CSS Review
-------------------------------------------------------------- */

.review-customer {
  padding-top:80px;
}

.item-review {
  padding:15px;
}

.content-item-review {
  padding:25px 15px;
  border-radius:12px;
  box-shadow:0 8px 30px rgba(0,0,0,0.1);
}

.avatar-item-review img {
  max-width:48px;
}

.star-item-review {
  padding:10px 0;
}

.author-item-review {
  padding:20px 0 10px 0;
}

.row-review-customer {
  margin-top:30px;
}

.load-more-review a {
  box-shadow:0 8px 30px rgba(0,0,0,0.1);
  border-radius:20px;
  padding:10px 30px;
  background:#E55640;
}

.load-more-review {
  margin:30px 0 20px 0;
}

/* CSS Service
-------------------------------------------------------------- */

.row-service-component {
  margin-top:30px;
}

.service-component {
  background:#e8604b;
}

.row-service-component .item-service {
  padding:10px;
}
.content-service:hover,.content-item-blogger-review:hover{top: -5px;transition: 3s;position: relative;}
.content-service {
  border-radius:10px;
  box-shadow:0 8px 30px rgba(0,0,0,0.1);
  padding:25px 15px;
}

.image-service div {
  border-radius:50%;
  padding:15px;
  background:#FCECEE;
}

.title-service {
  color:#E55640;
  margin-top:20px;
  margin-bottom:10px;
}

.image-service img {
  max-width:55px;
}

/* CSS Video Review
-------------------------------------------------------------- */

.iframe-video-review img {
  border-radius:5px;
}

.icon-play-video {
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* CSS Blogger Review
-------------------------------------------------------------- */

.content-item-blogger-review {
  padding:20px 25px;
  border-radius:10px;
}

.avatar-blogger-review img {
  border-radius:50%;
  max-width:50px;
  margin-right:15px;
}

.description-item-blogger-review {
  margin:15px 0 10px 0;
}

.item-blogger-review {
  padding:10px 15px;
}

.blogger-review {
  padding-bottom:100px;
}

.row-blogger-review {
  margin-top:40px;
}

/* CSS multiple component
-------------------------------------------------------------- */

.blogger-review,
.video-review {
  background:transparent;
  position:relative;
  z-index:1;
}

.multiple-component:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background:#E55640;
  opacity:0.95;
}

.multiple-component {
  background-image:url("../icons/bg-multiple.jpeg");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:contain;
}

/* CSS Contact
-------------------------------------------------------------- */

.right-map-content {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.contact-builder {
  padding:50px 0;
}

.btn-contact {
  padding:10px 20px;
  background:#E55640;
  max-width:300px;
}

.btn-contact:hover {
  background:#d74b35;
}

.row-form-contact {
  padding:5px 0;
  line-height:35px;
}

.title-contact {
  margin-bottom:20px;
  color:#d74b35;
}

.input-form-contact {
  border:1px solid #ced4da;
  padding:15px;
  outline:none !important;
  border-radius:5px;
  font-size: 16px !important;
}

.row-form-contact .text-red {
  margin-left:5px;
}

#contentContact {
  height:110px;
}

.row-form-contact img {
  max-width:15px;
  margin-right:5px;
}

.description-contact {
  margin-bottom:20px;
}

.contact-info {
  padding:15px;
  border:1px solid #61a8c1;
  border-radius:5px;
}

.title-contact-info {
  color:#d74b35;
  padding-bottom:10px;
  border-bottom:1px solid #333;
  margin-bottom:10px;
}

.row-contact-info img {
  max-width:15px;
  margin-right:5px;
}

.row-contact-info {
  padding:15px 0;
  border-bottom:1px dashed #333;
}

.row-contact-info .col-12 {
  margin-bottom:5px;
}

.website-contact-about,
.email-contact-about {
  padding:5px;
  color:#d74b35;
}

.website-contact-about img,
.email-contact-about img {
  max-width:15px;
  margin-right:5px;
}

.title-contact-form,
.contact-info .row-contact-info-last {
  margin-bottom:20px;
}

.title-contact-form {
  padding-bottom:8px;
  color:#d74b35;
}

.title-contact-form:after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  background:#ff8003;
  width:180px;
  height:2px;
}

.content-search-country {
  height:294px;
  overflow:hidden;
  transition:5s;
}

/* CSS Response
-------------------------------------------------------------- */



@media (min-width:1440px) {
  
.sub-ldbox2 .bg-new2:before {
  left: 0 !important;
}
  .content-list:after {
    display:none;
  }
}

@media (max-width:992px) {
  .content-search-country {
    height: 242px;
  }
  .description-blog {
    margin-bottom:20px;
  }
  .discount-code-data {
    padding:0;
  }
  .discount-code .container {
    margin-top:-200px;
  }
  a.btn-discount-code {
    width:auto;
    padding:10px 30px;
    font-size:20px;
    letter-spacing:5px;
  }
  .hotline-discount-code {
    font-size:14px;
  }
  .hotline-discount-code strong {
    font-size:16px;
  }
  .review-customer .container {
    padding:0;
  }
  .item-country {
    width:calc(100% / 4);
  }
  .form-search-country {
    padding:50px 0 50px 0;
  }
  .blogger-review .container,
  .gallery-builder .container {
    padding:0;
  }
}

@media (max-width:768px) {
  .bg-new2 {
    background:#fbfbfd !important;
    padding-left:0;
    padding-right:0;
  }
  .sub-ldbox2 .bg-new2 {
    background:#fbfbfd !important;
  }
  .box-sub-ldbox2 .textsim {
    margin-left:0;
    margin-top:11px;
    font-size:21px;
  }
  .banner-mobile {
    display:block !important;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
  }
  .sub-ldbox2:before {
    content:unset !important;
  }
  .div-banner {
    display:flex;
    flex-direction:column-reverse;
  }
  .box-sub-ldbox2 {
    display:flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    align-items:center;
    width:100%;
  }
  .item-country {
    width:calc(100% / 3);
  }
  .content-service {
    padding:15px 15px 15px 85px;
    text-align:left;
  }
  .content-service .image-service {
    position:absolute;
    left:10px;
    width:60px;
    display:inline-block;
    top:50%;
    transform:translate(0,-50%);
  }
  .image-service img {
    max-width:100%;
  }
  .title-service {
    margin-top:0;
    margin-bottom:0;
    font-size:15px;
  }
  .row-service-component .item-service {
    padding:10px 0;
  }
  .video-review {
    padding:20px 0;
  }
}

@media (max-width:576px) {
  .content-search-country {
    height: 220px;
    
  }
  .title-landing {
    font-size:20px;
    padding:0 15px;
  }
  .blog-content-builder .title-landing {
    padding:0;
  }
  .brand-builder .container {
    padding:0;
  }
  .item-country {
    width:calc(100% / 2);
    /* padding:5px; */
  }
  .content-search-country .row {
    margin-left:-10px;
    margin-right:-10px;
  }
  .content-search-country .item-country a {
    font-size:13px;
  }
  .right-search-country a {
    font-size:14px;
  }
  .form-search-country input {
    padding:10px;
  }
  .form-search-country svg {
    display:none;
  }
  .right-search-country a {
    padding:10px 5px;
  }
  .review-customer,
  .gallery-builder,
  .brand-builder {
    padding:15px 0;
  }
  .row-gallery-builder {
    margin-top:0;
  }
}

.sub-ldbox2 {
  min-height:578px;
  position:relative;
  padding:0;
  margin:0;
  display:flex;
  align-content:center;
  justify-content:center;
  align-items:center;
  =:
  transparent;
  background: rgb(252,242,243);
  background: linear-gradient(0deg, rgba(252, 242, 243, 1) 0%, rgba(251, 252, 253, 1) 100%);
  display: block;
  float: left;
  overflow: hidden;
}

.sub-ldbox2 .bg-new2:before {
  content:' ';
  position:absolute;
  left: 0;
  bottom:0;
  width:100% !important;
  background:url(../images/ldb1.png) no-repeat left;
  height:100%;
  background-position-x:left;
  background-position-y:top;
  background-size:revert;
  background-repeat:no-repeat;
}

.sub-ldbox2 .bg-new2:after {
  content:' ';
  position:absolute;
  right: 0;
  bottom:0;
  width: 100%;
  background:url(../images/ldb2.png) no-repeat left;
  height:100%;
  background-position-x:right;
  background-position-y:top;
  background-size:revert;
  background-repeat:no-repeat;
}

.main-sub-ldbox2 {
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  flex-wrap:nowrap;
  background:transparent !important;
  justify-content:center;
  align-content:flex-start;
}

.box-sub-ldbox2 {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  align-content:center;
  margin-bottom:31px;
}

.box-sub-ldbox2 .bg-svg {
  background:#E55640;
  border-radius:50% 50%;
  width:52px;
  height:52px;
  display:flex;
  justify-content:center;
  align-content:center;
  align-items:center;
}

.box-sub-ldbox2 .bg-svg svg {
  width:27px;
  height:27px;
}

.box-sub-ldbox2 .textsim {
  font-size:16px;
  margin-left:12px;
}

.bg-new2 {/* background: rgb(251,250,252); *//* background: linear-gradient(90deg, rgb(252 246 248) 0%, rgba(252, 246, 248, 1) 50%); */min-height: 500px;display: flex;flex-direction: column;justify-content: center;overflow: hidden;}

.bg-new1 {
  background:#fbfbfd !important;
  overflow: hidden;
}

.image-banner {
  display:flex;
}

.image-banner img {
  padding:0;
  margin:0;
}

.banner-mobile {
  display:none;
}


@media (max-width:1500px) {
  
.sub-ldbox2 .bg-new2:before {
  left: -10% !important;
}
  .sub-ldbox2 .bg-new2:after {
    right: -10%;
}
}
@media (max-width:1280px) {
  
.sub-ldbox2 .bg-new2:before {
  left: -22% !important;
}
  .sub-ldbox2 .bg-new2:after {
    right: -10%;
  }
}
@media (max-width:1060px) {
  
.sub-ldbox2 .bg-new2:before {
  left: -36% !important;
}
  .sub-ldbox2 .bg-new2:after {
    right: -17%;
  }
}
@media (max-width:920px) {
  
.sub-ldbox2 .bg-new2:before {
  left: -49% !important;
}
  .sub-ldbox2 .bg-new2:after {
    right: -17%;
    display: none;
  }
}
@media (max-width:768px) {
  
.sub-ldbox2 .bg-new2:before {
 display:none
}
.contact-builder .left-contact .row-form-contact p{font-size:16px !important}