@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

body{

/*  font-family: Roboto, sans-serif;*/

  font-family: 'SVN-Gotham-Book';

  font-size: 14px;

  line-height: 1.5;

  color: #1c1c1c;


}



a{

  transition: all .4s ease;

}



header{

  z-index: 99999;

}



.noneScroll{

  overflow: hidden;

}



.header-nav{

  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

}



.header-nav.current{

  visibility: visible;

  transform: translateX(0);

}



.opacity_menu.current{

  display: block;

}



button, li {

  transition: all .4s ease;

}



.fa-mobile::before, .fa-mobile::after{

  position: absolute;

  content: '';

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) rotate(-90deg);

  background-color: #000;

  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;

}



.header-nav li.current > a{

  color: #e3a51b;

}



.header-nav li.current > ul{

  display: block;

}



.header-nav li.current > .fa-mobile::before, .aside-nav.active > .fa-mobile::before, .nav-footer.active .fa-mobile::before{

  opacity: 0;

}



.nav-footer.active .fa-mobile::before, .nav-footer.active .fa-mobile::after{

  transform: translate(-50%, -50%) rotate(90deg);

}



.header-nav li.current > .fa-mobile::before, .header-nav li.current > .fa-mobile::after, .aside-nav.active > .fa-mobile::before, .aside-nav.active > .fa-mobile::after{

  background-color: #e3a51b;

  transform: translate(-50%, -50%) rotate(90deg);

}

.box_content{
  padding-right: 15px;
}

.scroll-red::-webkit-scrollbar {

  width: 3px;

}

.scroll-red::-webkit-scrollbar-thumb {

  background-color: #e3a51b;

  outline: 1px solid #e3a51b;


}



.contact-fixed .box-item::before, .contact-fixed .box-item::after{

  position: absolute;

  content: '';

  height: 48px;

  width: 48px;

  left: 0;

  top: 0;

  background: #e3a51b;

  border-radius: 50%;

}



.contact-fixed .box-item::before{

  animation: euiBeaconPulseSmall 2s infinite ease-out;

}



.contact-fixed .box-item::after{

  animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;

}



.contact-fixed .box-item .svgico{

  animation: pulse 2s infinite;

}



.contact-fixed .box-item .svgico > svg{

  animation: iconSkew 1s infinite ease-out;

  min-height: -webkit-fill-available;

}



.contact-fixed .box-item .svgico svg{

  fill: #ffffff;

  width: 30px;

  height: 46px;

  margin: 0 auto;

  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;

}



@keyframes iconSkew{

  0% {

    transform: rotate(0deg) scale(1) skew(1deg);

  }

  10% {

    transform: rotate(-25deg) scale(1) skew(1deg);

  }

  20% {

    transform: rotate(25deg) scale(1) skew(1deg);

  }

  30% {

    transform: rotate(-25deg) scale(1) skew(1deg);

  }

  40% {

    transform: rotate(25deg) scale(1) skew(1deg);

  }

  50% {

      transform: rotate(0deg) scale(1) skew(1deg);

  }

  100% {

      transform: rotate(0deg) scale(1) skew(1deg);

  }

}



@keyframes euiBeaconPulseSmall{

  0% {

    -webkit-transform: scale(0);

    transform: scale(0);

    opacity: 1;

  }

  50% {

    opacity: 0.6;

  }

  100% {

    -webkit-transform: scale(1.6);

    transform: scale(1.4);

    opacity: 0;

  }

}

img{
  transition: all .8s ease-in-out;
}

.box_content p{

  margin-bottom: 20px;

}

.nav-item > a{
  height: 24px;
  overflow: hidden;
}

.opacity-60{
  opacity: 0.6;
}

.text-ani-menu{
  transition: all 0.3s;
}

.hover-zoom .line-one, .hover-zoom .line-two{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hover-zoom .line-one::before{
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 1px;
  height: 0;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

.hover-zoom .line-one::after{
  position: absolute;
  right: 10px;
  top: -10px;
  width: 1px;
  height: 0;
  content: "";
  background: #fff;
  transition: all .5s ease-in-out;
}

.hover-zoom .line-two::before{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 1s ease-in-out;
}

.hover-zoom .line-two::after{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: all .4s ease-in-out;
}

.hover-zoom:hover .line-one::before, .hover-zoom:hover .line-one::after{
  height: 100%;
} 

.hover-zoom:hover .line-two::before, .hover-zoom:hover .line-two::after{
  width: 100%;
}

.hover-zoom:hover img{
  transform: scale(1.2);
}

.fontRoseMedium{
  font-family: 'Red Rose';
  font-weight: 400;
}

.fontRoseBold{
  font-family: 'Red Rose';
  font-weight: 700;
}

/*.fontSVNGotham{
  font-family: 'SVN-Gotham';
  font-weight: 500;
}*/

.box-btn-art{
  padding-top: 20px;
  padding-bottom: 10px;
}

.box-btn-art .btn{
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3;
  border: 1px solid #fff;
  color: #fff;
}

.box-btn-art .btn:hover{
  border-color: #e3a51b;
  color: #e3a51b;
}

/*.box-btn-art .btn-contact, .box-btn-art .btn-view-more:hover{
  background: #e3a51b;
  border: 1px solid #e3a51b;
  color: #fff;
}

.box-btn-art .btn-view-more, .box-btn-art .btn-contact:hover{
  background: #fff;
  border: 1px solid #fff;
  color: #e3a51b;
}*/

::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background-color: #e3a51b;
  border-radius: 5px;
/*  outline: 1px solid #e3a51b;*/
}

.page-contact .box-title{
  margin-bottom: 20px;
}

.page-contact .subtitle{
  font-size: 24px;
  font-family: 'Red Rose';
  font-weight: 700;
  color: #e3a51b;
}

.page-contact .desc-page{
  color: #fff;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.page-contact .desc-page::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 2px;
}


.page-contact .form-contact{
  padding: 20px 30px;
  border-radius: 15px;
  background: #fff;
}

.page-contact .form-contact .desc{
  margin-bottom: 15px;
}

.page-contact .btn-submit-page-contact{
  background: #072254;
  border-radius: 15px;
}

.page-contact .btn-submit-page-contact:hover{
  background: #e3a51b;
}

.page-contact .form-page-contact .title-form{
  color: #ffb600;
  font-size: 18px;
  font-family: "Red Rose";
  font-weight: 700;
}

.absolute.top-0.left-0.h-full.opacity-50{
  opacity: 1;
}

.box-catePro{
  padding: 20px 0;
}

.box-list-catePro .box-item{
  padding-bottom: 60%;
}

.box-list-catePro .box-item img{
  object-fit: cover;
}

@media(min-width:1536px){
    .container{
        max-width: 1280px;
    }


}

@media(min-width:1280px){
  .title-page-home{
    font-size: 26px;
  }

  .title-page-home span{
    font-size: 32px;
    display: block;
  }

  .box-list h3{
    font-size: 15px;
  }
}

@media(min-width:1280px) and (max-width:1366px){

  .container{

    max-width: 1000px;

  }

  .menu-parent{
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

}


@media(min-width:1280px){

  body{
    min-height: 100vh;
    overflow: hidden;
  }

  .header-nav .nav-item.active .menu-parent::after{

    content: '';

    position: absolute;

    left: 15px;

    bottom: 0;

    width: calc(100% - 30px);

    height: 1px;

    background: #e3a51b;

  }



  .header-nav .nav-item.active .menu-parent{

    color: #e3a51b;

  }



  .header-nav .nav-item .item-small{

    transform: perspective(600px) rotateX(-90deg);

    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;

    transform-origin: 0% 0%;

  }



  .header-nav .nav-item:hover .item-small{

    overflow: visible;

    max-height: 3000px;

    max-width: 3000px;

    opacity: 1;

    transform: perspective(600px) rotateX(0deg) translateX(-50%);

    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

  }

  .nav-item:hover .text-ani-menu{
    transform: translate(0px, -24px);
  }

  /*.max-h-400px{
    max-height: 400px;
  }*/

  .box-menu{
    width: calc(83.333333% - 70px);
  }

  .home-content{
    overflow-y: auto;
    height: 180px;
  }

  .box-content-home{
    gap: 20px;
    padding: 30px 0;
  }

  header .item_big .item-small{
    left: 50%;
    padding: 6px 0;
  }

  .item-small a{
    font-size: 12px;
    line-height: 18px;
  }

  .page-contact .box-content{
    padding: 30px 0;
  }

  .page-contact h1{
    margin-bottom: 10px;
  }

  .page-detail-content{
    overflow-y: auto;
    height: calc(100vh - 430px);
  }

  .box-list-catePro{
    max-height: calc(100vh - 340px);
    overflow-y: auto;
    padding-left: 50px;
    direction: rtl;
  }

  .box-list-catePro > *{
    direction:ltr;
  }

  .box-list-catePro .box-title{
    background: url(../img/bg-title.png);
    background-repeat: repeat;
    background-size: contain;
    padding: 10px 20px;
  }

  .box-list-catePro .box-title .line-left{
    position: relative;
    padding-left: 10px;
  }

  .box-list-catePro .box-title .line-left::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background: #fff;
  }

  .title-page-contact{
    font-size: 30px;
  }

  .page-contact .subtitle-page-contact{
    font-size: 20px;
  }

  .shadow-\[0_15px_30px_15px_\#072254\]{
    box-shadow: 0 5px 14px 4px #072254;
  }


}

@media(min-width:1536px){
  .page-contact .box-content{
    padding: 60px 0;
  }

  .page-contact .desc-page{
    margin-bottom: 20px;
  }

}

@media(max-width:1279px){
  .language{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .item_big{
    padding: 10px 0;
  }

  .box-filter{
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    transition: all 0.35s ease;
    transform: translateX(100%);
  }
  .box-filter.active{
    visibility: visible;
    transform: translateX(0);
  }

  .max-\[1023px\]\:bg-\[\#fff\]{
    background: #fff;
  }

  .max-\[1023px\]\:touch-manipulation{
    touch-action: manipulation;
  }

  .max-\[1023px\]\:-translate-x-full{
    transform: translateX(-100%);
  }

  .max-\[1023px\]\:w-\[70\%\]{
    width: 70%;
  }

  .max-\[1023px\]\:z-\[99999\]{
    z-index: 99999;
  }

  .max-\[1023px\]\:top-0{
    top: 0;
  }

  .max-\[1023px\]\:fixed{
    position: fixed;
  }

  .max-\[1023px\]\:left-0{
    left: 0px;
  }

  .max-\[1023px\]\:invisible{
    visibility: hidden;
  }

  .logo-header{
    width: 100%;
  }

  .logo-header img{
    margin-left: auto;
    margin-right: auto;
  }

  .btn-menu-mobile{
    display: block;
  }

  .item_big{
    height: 100vh;
  }

  .nav-item{
    position: relative;
    display: block;
  }

  .item_big a{
    color: #000;
  }

  .fa-mobile{
    display: block;
    visibility: visible;
  }

  .text-ani-menu .fa-caret-down{
    display: none;
  }

  .item-small{
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0 15px;
    opacity: 1;
    display: none;
  }

  .nav-item > a{
    height: 30px;
    line-height: 30px;
  }

  .item-small a{
    padding: 0 30px 0 10px;
    color: #000;
    font-size: 16px;
  }

  .page-contact .box-content{
    padding: 40px 0;
  }

  .box_content{
    padding-right: 0;
  }

}

@media(min-width:1024px){
  .page-contact .lg\:min-h-\[calc\(100vh-240px\)\] {
    min-height: calc(100vh - 320px);
  }

  .lg\:min-h-\[calc\(100vh-240px\)\]{
    min-height: calc(100vh - 203px);
  }

  .box_content.lg\:w-1\/2{
    width: 70%;
  }

  .lg\:h-\[calc\(100vh-427px\)\] {

    height:calc(100vh - 389px);
  }

  h1 .lg\:text-\[50px\]{
    font-size: 30px;
  }
}

@media(max-width:1023px){
  /*.item_big{
    padding: 10px 0;
  }*/

  .page-contact .box-content{
    margin-bottom: 0;
  }
}

/*@media(min-width:1024px){
  .home-content{
    height: 170px;
  }
}*/

@media(max-width:767px){
  .page-contact .box-content{
    padding-top: 0;
  }
}





