/* CSS Document */

@import url("fonts.css");


/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

/* font-family: 'Proxima Nova', sans-serif; */


/* root */
:root{
  --white: #fff;
  --black: #000;
  --default: #010101;
  --primary: #ef3f24; 
  --primary2: #ec3d22;

  --t-header1: 72px;
  --t-header2: 46px;
  --t-header3: 48px;
  --t-header4: 36px;
  --t-detail: 30px;
}
@media (max-width: 1999px) {
  :root {
    --t-header1: 62px;
    --t-header2: 42px;
    --t-header3: 40px;
    --t-header4: 32px;
    --t-detail: 26px;
  }
}
@media (max-width: 1500px) {
  :root {
    --t-header1: 50px;
    --t-header2: 34px;
    --t-header3: 30px;
    --t-header4: 30px;
    --t-detail: 22px;
  }
}
@media (max-width: 1199px) {
  :root {
    --t-header1: 40px;
    --t-header2: 28px;
    --t-header3: 24px;
    --t-header4: 26px;
    --t-detail: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --t-header1: 30px;
    --t-header2: 24px;
    --t-header3: 20px;
    --t-header4: 22px;
    --t-detail: 18px;
  }
}
@media (max-width: 576px) {
  :root {
    --t-header1: 20px;
    --t-header2: 18px;
    --t-header3: 20px;
    --t-header4: 20px;
    --t-detail: 16px;
  }
}


/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px}

body{ 
	background-color:#f8f8f8; 
}
body{ font-family: 'Proxima Nova', sans-serif; font-size:100%; font-weight:normal; color:var(--default); text-decoration:none; }
img {
	border:0px;
}
.img-responsive { display: block; height: auto; max-width: 100%; }

a,
a:hover{
  text-decoration:none;
  color: inherit;
  outline:0; transition: all 0.3s ease;
}
a:focus {
  text-decoration:none;
  outline:0;
}

.btn.focus, .btn:focus{
	outline:0;
	box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
input,
select,
textarea{
  background-clip: padding-box;
}


@media (max-width: 767px) {

  body{ 
    background-color:#fff; 
  }

}



.div-container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .div-container, .div-container--fluid{
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .div-container, .div-container--fluid{
    max-width: 750px;
  }
  .div-container--fluid{ max-width: 100%; padding: 0; }
}

@media (min-width: 992px) {
  .div-container{
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .div-container {
    max-width: 1230px;
  }
}
@media (min-width: 1400px) {
  .div-container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .div-container {
    max-width: 1420px;
  }
}
@media (min-width: 1920px) {
  .div-container {
    max-width: 1720px;
  }
}




section{ position: relative; }
.page-section{ padding: 50px 0; }


h1, h2, h3, h4{ font-weight: bold; }


p{ font-size: var(--t-detail); line-height: 1.5; }


.txt-black{ color: var(--black); }
.txt-primary{ color: var(--primary); }



@media (max-width: 576px) {

  .page-section{ padding: 30px 0; }

}



/* button */
.btn{ font-family: 'Proxima Nova', sans-serif; font-weight: bold; padding: 5px; border: 1px solid var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; }

.btn--solid{ background-color: var(--white); color: var(--black); }
.btn--red{ background-color: var(--primary); color: var(--white); }
.btn--black{ background-color: var(--black); color: var(--white); border-color: var(--black); }
.btn--white{ background-color: var(--white); color: var(--primary); }

.btn:hover{ background-color: var(--white); color: var(--primary); }
.btn--black:hover{ border-color: var(--primary); }
.btn--white:hover{ background-color: var(--black); color: var(--white); }




/**********************************************************/
/************************** nav ***************************/
/**********************************************************/

.div-header{ padding: 25px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; background-color: var(--white); }
.div-header--content{ display: flex; justify-content: space-between; align-items: center; }
.div-logo{ max-width: 220px; }

.header--btn{ display: flex; gap: 45px; }
.header--btn .btn{ width: 295px; height: 65px; font-size: 30px; }


@media (max-width: 1999px) {

  .div-header{ padding: 20px 0; }
  .div-logo{ max-width: 200px; }

  .header--btn{ gap: 35px; }
  .header--btn .btn{ width: 200px; height: 55px; font-size: 20px; }

}
@media (max-width: 1199px) {

  .header--btn{ gap: 25px; }
  .header--btn .btn{ width: 180px; height: 50px; }

}
@media (max-width: 991px) {

  .div-header{ position: fixed; }
  .header--btn{ gap: 15px; }
  .header--btn .btn{ width: 150px; height: 40px; font-size: 16px; }

  /* .content-pd{ padding-top: 87px; } */

}
@media (max-width: 767px) {

  .div-header{ padding: 12px 0; }
  .div-logo{ max-width: 120px; }

  .header--btn{ gap: 5px; }
  .header--btn .btn{ width: 100px; height: 30px; font-size: 12px; border-radius: 6px; }

  /* .content-pd{ padding-top: 54px; } */

}




/**********************************************************/
/**********************************************************/


/*
 *  Owl Carousel - nav arrow
*/
.owl-carousel .owl-stage-outer{ z-index: 9; }
.owl-carousel .owl-nav{ 
  position:absolute; width:100%; top: calc(50% - 50px); height:40px; margin-top: -20px;
}
.owl-carousel .owl-nav button.owl-prev{
  background: url('../images/arrow/arrow-prev.png') no-repeat 0 0; background-size: cover;
  text-indent:-9999px;
  width:40px;
  height:40px;
  left: -70px;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
.owl-carousel .owl-nav button.owl-next{
  background: url('../images/arrow/arrow-next.png') no-repeat 0 0; background-size: cover;
  text-indent:-9999px;
  width:40px;
  height:40px;
  right: -70px;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
.owl-carousel .owl-nav button.owl-prev:hover{
  background: url('../images/arrow/arrow-prev.png') no-repeat 0 0; background-size: cover;
}

.owl-carousel .owl-nav button.owl-next:hover{
  background: url('../images/arrow/arrow-next.png') no-repeat 0 0; background-size: cover;
}

/* .owl-theme .owl-nav .disabled{ display: none; } */

.owl-carousel.off {
  display: block;
}

.owl-theme .owl-dots{ width: 100%; text-align: center; z-index: 9; }
.owl-theme .owl-dots{ margin-top: 30px; }
.owl-theme .owl-dots .owl-dot span{ background: #b7b7b7; width: 8px; height: 8px; border-radius: 50%; margin: 5px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background: var(--primary); }
.owl-theme .owl-nav.disabled + .owl-dots{ margin-top: 30px; }


@media (max-width: 576px) {

  .owl-carousel .owl-nav button.owl-prev{ left: -30px; }
  .owl-carousel .owl-nav button.owl-next{ right: -30px; }

}



/**********************************************************/
/**********************************************************/

.bg-1{ background-image: url('../images/bg/bg-1.png'); width: 100%; background-repeat: no-repeat; background-size: 90%; background-position: right top; overflow: hidden; padding-bottom: 150px; }


.s1-box{ padding-top: 200px; padding-bottom: 50px; }
.s1-box--text{ text-align: center; }
.s1-box--text h1{ font-size: var(--t-header1); margin-bottom: 10px; }
.s1-box--text h1 span{ display: block; color: var(--primary); }

.s1-box--btn{ display: flex; gap: 60px; justify-content: center; margin-top: 50px; }
.s1-box--btn .btn{ width: 460px; height: 100px; font-size: 50px; }
.s1-box--btn .btn--white:hover{ border-color: var(--black); }


@media (max-width: 1999px) {

  .s1-box{ padding-top: 180px; }
  .s1-box--btn{ gap: 30px; margin-top: 50px; }
  .s1-box--btn .btn{ width: 400px; height: 85px; font-size: 44px; }

}
@media (max-width: 1500px) {

  .bg-1{ background-size: 100%; }

  .s1-box{ padding-top: 160px; }
  .s1-box--btn{ gap: 20px; margin-top: 40px; }
  .s1-box--btn .btn{ width: 300px; height: 65px; font-size: 30px; }

}
@media (max-width: 1199px) {

  .s1-box{ padding-top: 140px; }

  .s1-box--btn .btn{ width: 270px; height: 60px; font-size: 26px; }

}
@media (max-width: 991px) {

  .bg-1{ background-image: url('../images/bg/bg-1-mobi.png'); background-position: 0 -1%; }
  .s1-box{ width: 90%; margin: 0 auto; }
  .s1-box--text{ width: 90%; margin: 20px auto 0; }
  .s1-box--img{ width: 85%; margin: 0 auto 50px; }

  .s1-box--btn .btn{ width: 220px; height: 55px; font-size: 22px; }
}
@media (max-width: 767px) {

  .bg-1{ background-position: 0 -2%; }

}
@media (max-width: 576px) {

  .bg-1{ padding-bottom: 100px; background-position: right top; }

  .s1-box{ width: 90%; padding-top: 90px; padding-bottom: 30px; }
  .s1-box--text{ width: 100%; }
  .s1-box--img{ width: 100%; margin: 0 auto; }

  .s1-box--btn{ gap: 10px; margin-top: 30px; }
  .s1-box--btn .btn{ height: 45px; font-size: 18px; }

}
@media (max-width: 360px) {

  .s1-box--btn .btn{ font-size: 16px; }

}


.s2-box{ padding-top: 100px; padding-bottom: 100px; position: relative; }
.s2-box--text{ position: relative; z-index: 5; }
.s2-box--text h2{ font-size: var(--t-header2); margin-bottom: 10px; color: var(--primary); }
.s2-box--text h4{ font-size: var(--t-header4); line-height: 1.5; }
.s2-box--text p{ color: #555; }
.s2-box--img{ position: relative; z-index: 1; }
.s2-box--img > img{ padding: 30px; }

.s2-box--header{ text-align: center; position: relative; z-index: 9; max-width: 1200px; width: 80%; margin: 0 auto 30px; }
.s2-box--header h3{ font-size: 48px; font-weight: 300; margin-bottom: 10px; }
.s2-box--header h2{ font-size: var(--t-header1); }
.s2-box--header h2 span{ color: var(--primary); }


.img-el{ overflow: hidden; }
.img-el img{ position: absolute; z-index: -1; width: 90%; }
.box-el1 img{ top: -20%; left: -70%; }
.box-el2 img{ top: -40%; right: -52%; }
.box-el3 img{ top: -45%; left: -40%; }
.box-el4 img{ top: -25%; right: -55%; }
.box-el5 img{ top: -20%; left: -40%; }
.box-el6 img{ top: -25%; right: -55%; }


.imgel{ overflow: hidden; }
.imgel img{ position: absolute; z-index: -1; }
.imgel-1 img{ right: -10%; top: 22%; }
.imgel-2 img{ left: -10%; top: 0; }
.imgel-3 img{ right: -10%; top: 20%; }
.imgel-4 img{ left: 0; bottom: -10%; }
.imgel-41 img{ left: -10%; bottom: -40%; }
.imgel-5 img{ right: -6%; bottom: -50%; }
.imgel-6 img{ left: -5%; bottom: 20%; }
.imgel-7 img{ right: -30%; top: -30px; width: 700px; }
.imgel-71 img{ left: 15%; top: -30px; width: 100px; }
.imgel-72 img{ left: -15%; bottom: -20%; }
.imgel-8 img{ right: -15%; bottom: -20%; }
.imgel-81 img{ right: 0; top: 10%; }
.imgel-82 img{ left: -5%; top: 30%; }
.imgel-83 img{ left: 3%; bottom: 0; }
.imgel-9 img{ right: 0; bottom: -16%; }




.s22-box{ position: relative; text-align: center; padding: 100px 0; }
.s22-box--text{ max-width: 1200px; margin: 0 auto; }
.s22-box--text h2{ font-size: var(--t-header2); }
.h2-text22{ color: var(--primary); font-weight: 500; margin-top: 30px; }
.h2-text23{ color: var(--primary); font-weight: 700; margin-bottom: 30px; }

.s22-box--header{ text-align: center; padding: 30px 0; position: relative; z-index: 9; }
.s22-box--header h2{ font-size: var(--t-header2); color: var(--primary); }

.img-elr{ overflow: hidden; }
.img-elr img{ position: absolute; z-index: -1; top: 50%; transform: translateY(-50%); }
.box-elleft img{ left: -20%; }
.box-elright img{ right: -20%; }


@keyframes rotate_circle {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}


.s2-box-last{ margin-bottom: 100px; }



@media (max-width: 1999px) {

  .s2-box--header h3{ font-size: 40px; }

  .box-el4 img{ width: 75%; top: -15%; right: -45%; }
  .box-el5 img{ width: 80%; left: -30%; }
  .box-el6 img{ width: 70%; top: -11%; right: -40%; }
  .imgel-8 img{ bottom: -10%; }

}
@media (max-width: 1919px) {
  
  .box-elleft img{ left: -33%; }
  .box-elright img{ right: -33%; }

}
@media (max-width: 1599px) {
  
  .s22-box--text{ max-width: 900px; }

}
@media (max-width: 1500px) {

  .box-elleft img{ left: -25%; }
  .box-elright img{ right: -25%; }

  .s22-box--text{ max-width: 1000px; }
  .ss23-box .s22-box--text{ max-width: 700px; }

  .s2-box--header h3{ font-size: 36px; }

  .imgel-1 img, .imgel-4 img{ width: 450px; }
  .imgel-2 img, .imgel-3 img, .imgel-5 img, 
  .imgel-81 img, .imgel-82 img, .imgel-9 img{ width: 500px; }
  .imgel-41 img{ width: 300px; bottom: -20%; }
  .imgel-7 img{ width: 600px; top: -50px; }
  .imgel-8 img{ right: -22%; }
  .imgel-9 img{ bottom: 3%; }

}
@media (max-width: 1199px) {

  .s22-box--text{ max-width: 750px; }
  .box-elright img{ right: -30%; }
  .box-elleft img{ left: -30%; }

  .ss23-box .box-elright img,
  .ss23-box .box-elleft img{ width: 400px; }

  .box-el3 img{ top: -37%; }

  .s22-box{ padding: 70px 0; }

  .s2-box{ padding-top: 70px; padding-bottom: 70px; }
  .s2-box--header h3{ font-size: 26px; }

  .imgel-1 img, .imgel-4 img{ width: 350px; }
  .imgel-2 img, .imgel-3 img, .imgel-5 img, 
  .imgel-81 img, .imgel-82 img, .imgel-9 img{ width: 400px; }
  .imgel-41 img{ width: 250px; bottom: -10%; }
  .imgel-5 img{ right: -4%; }
  .imgel-7 img{ width: 450px; }
  .imgel-72 img{ width: 500px; }
  .imgel-8 img{ width: 400px; bottom: -10%; }
  .imgel-81 img{ top: 15%; }
  .imgel-83 img{ width: 70px; }
  .imgel-9 img{ bottom: 5%; }

}
@media (max-width: 991px) {

  .s2-box{ width: 80%; margin: 0 auto; padding-top: 50px; padding-bottom: 50px; }
  .s2-box--text{ text-align: center; }
  .s2-box--header{ width: 100%; }

  .img-el img{ width: 70%; }
  .box-el1 img{ top: -10%; left: -60%; }
  .box-el2 img{ top: -10%; }
  .box-el3 img{ top: -8%; }
  .box-el4 img{ top: -10%; }
  .box-el5 img{ top: -10%; }

  .imgel-1 img, .imgel-4 img{ width: 300px; }
  .imgel-2 img, .imgel-3 img, .imgel-5 img, 
  .imgel-81 img, .imgel-82 img, .imgel-9 img{ width: 300px; }
  .imgel-1 img{ right: -30%; }
  .imgel-4 img{ left: -15%; bottom: auto; top: 0; }
  .imgel-5 img{ right: -15%; bottom: -35%; }
  .imgel-6 img{ left: -15%; bottom: auto; top: 20%; }
  .imgel-7 img{ width: 300px; right: -45%; }
  .imgel-72 img{ width: 300px; bottom: 20%; left: -30%; }
  .imgel-8 img{ width: 300px; bottom: 0; }
  .imgel-9 img{ bottom: 18%; }

  .s22-box{ padding: 30px 0; }
  .s22-box--text{ max-width: 550px; }
  .box-elright img,
  .box-elleft img{ width: 280px; height: 150px; }

  .ss23-box .s22-box--text{ max-width: 550px; }
  .s22-box--text h2{ font-size: 22px; margin-top: 10px; }
  .s22-box--text h2.h2-text23{ margin-bottom: 10px; }
  .ss23-box .box-elright img,
  .ss23-box .box-elleft img{ width: 280px; height: 100px; }

}
@media (max-width: 767px) {

  .s2-box--header h3{ font-size: 20px; }

  .s2-box{ padding-top: 30px; padding-bottom: 30px; width: 95%; }
  .s2-box--img > img{ padding: 0; margin-bottom: 20px; }

  .s22-box--text{ width: 80%; }
  .s22-box--text h2{ font-size: 18px; }
  .box-elleft img, .box-elright img{ width: 150px; }
  .ss23-box .box-elright img,
  .ss23-box .box-elleft img{ width: 160px; }


  .box-el3 img{ top: -35%; }

  .imgel-3 img{ top: 40%; }
  .imgel-7 img{ width: 200px; bottom: 20%; }

}
@media (max-width: 576px) {

  .s2-box--header h3{ font-size: 18px; }

  .imgel-1 img, .imgel-4 img{ width: 200px; }
  .imgel-2 img, .imgel-3 img, .imgel-5 img, .imgel-7 img, 
  .imgel-81 img, .imgel-82 img, .imgel-9 img{ width: 150px; }

  .imgel-1 img{ top: 15%; }
  .imgel-7 img{ right: -30%; }
  .imgel-71 img{ width: 50px; top: -20px; }
  .imgel-72 img{ width: 200px; bottom: 30%; }
  .imgel-8 img{ width: 130px; right: -13%; }
  .imgel-83 img{ width: 40px; }
  .imgel-9{ display: none; }

  .s22-box{ padding: 30px 0; }
  .s22-box--text h2{ font-size: 16px; }

}

/**********************************************************/
/**********************************************************/

.img-el-bg2{ position: absolute; top: 350px; left: -25%; z-index: -1; }
.img-el-bg2 img{ width: 100%; }

.bg-3{ padding-bottom: 150px; overflow: hidden; }
/* .bg-3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 50%); height: 50%; opacity: 0.1; z-index: -1; } */

.s3-box{ position: relative; padding-bottom: 100px; }
.s3-divtitle{ text-align: center; margin-bottom: 50px; }
.s3-divtitle h2{ font-size: var(--t-header1); font-weight: 700; }
.s3-divtitle p{ font-size: var(--t-header3); font-weight: 700; color: var(--primary2); }


.s3-card--task{ max-width: 1500px; width: 90%; margin: 0 auto; }
.s3-card--task ul{ display: flex; flex-wrap: wrap; gap: 20px; }
.s3-card--task ul li { background-color: var(--white); box-shadow: 5px 5px 27px 0px rgba(54,25,0,.13); flex: 1 0 0%; position: relative; display: flex; flex-direction: column; border-radius: 10px; flex: 0 0 calc(20% - 16px); max-width: calc(20% - 16px); text-align: center; padding-top: 50px; padding-bottom: 10px; }
.s3-card--task ul li figure{ -ms-flex-negative: 0; flex-shrink: 0; width: 100%;}
.s3-card--task ul li .s3-caption{ flex: 1 1 auto; min-height: 1px; padding-bottom: 20px; font-size: 30px; font-weight: 500; display: flex; align-items: center; justify-content: center; }


@media (max-width: 1999px) {

  .s3-card--task ul li figure img{ width: 100px; }

}
@media (max-width: 1499px) {

  .img-el-bg2 img{ width: 80%; }
  .s3-card--task ul li{ padding-top: 30px; }
  .s3-card--task ul li .s3-caption{ font-size: 24px; }

}
@media (max-width: 1199px) {

  .img-el-bg2 img, .img-el-bg3 img{ width: 50%; }

  .s3-card--task ul li{ padding-top: 20px; padding-bottom: 0; }
  .s3-card--task ul li figure img{ width: 80px; }
  .s3-card--task ul li .s3-caption{ font-size: 18px; }

}
@media (max-width: 991px) {

  .bg-3{ padding-bottom: 70px; }

  .img-el-bg2 img{ width: 40%; }
  .img-el-bg3{ bottom: 0; }

  .s3-divtitle{ margin-bottom: 30px; }

  .s3-card--task{ width: 100%; }
  .s3-card--task ul li{ padding-top: 15px; flex: 0 0 calc(25% - 16px); max-width: calc(25% - 16px); }
  .s3-card--task ul li figure img{ width: 50px; }
  .s3-card--task ul li .s3-caption{ font-size: 16px; padding-bottom: 10px; }

}
@media (max-width: 767px) {

  .s3-box{ padding-bottom: 40px; }
  .s3-card--task{ width: 100%; padding: 0 20px; }
  .s3-card--task ul li{ flex: 0 0 calc(30% - 4px); max-width: calc(30% - 4px); }
  .s3-card--task ul li figure{ width: auto; }

}
@media (max-width: 576px) {

  .bg-3{ padding-bottom: 40px; }
  .img-el-bg3 img{ width: 50%; }

  .s3-card--task{ padding: 0; }
  .s3-card--task ul{ gap: 20px 5px; justify-content: space-between; }
  .s3-card--task ul li{ flex: 0 0 calc(33% - 4px); max-width: calc(33% - 4px); }
  .s3-card--task ul li figure{ margin-bottom: 10px; }

}


/**********************************************************/
/**********************************************************/

.support--slide{ max-width: 1340px; width: 80%; margin: 0 auto; }

.boxlist-support{ padding: 20px; }
.boxlist-support figure img{ border-radius: 10px; box-shadow: 5px 5px 17px 0px rgba(54,25,0,.13); }
.boxlist-support--text{ text-align: center; margin-top: 30px; }
.boxlist-support--text h3{ font-size: 40px; font-weight: 500; color: var(--primary2); }
.boxlist-support--text p{ font-size: 32px; }
.boxlist-support--text a:hover{ color: var(--default); }


@media (max-width: 1999px) {

  .boxlist-support--text h3{ font-size: 30px; }
  .boxlist-support--text p{ font-size: 22px; }

}
@media (max-width: 1199px) {

  .boxlist-support--text h3{ font-size: 24px; }
  .boxlist-support--text p{ font-size: 18px; }

}
@media (max-width: 576px) {

  .support--slide{ width: 95%; }

  .boxlist-support{ padding: 0px 60px; }
  .boxlist-support--text{ margin-top: 20px; }
  .boxlist-support--text h3{ font-size: 22px; }

}


/**********************************************************/
/**********************************************************/

.box-cost-center{ text-align: center; margin-bottom: 50px; }
.box-cost--header{ font-size: 60px; line-height: 1.3; font-weight: 700; margin-bottom: 20px; }
.box-cost--title{ font-size: 44px; line-height: 1.3; font-weight: bold; }
.box-cost--price{ font-size: 84px; line-height: 1.3; font-weight: bold; color: var(--primary2); }
.box-cost--price span{ position: relative; }
.box-cost--price span::after{ content: ''; position: absolute; width: 100%; height: 4px; background-color: var(--black); transform: rotate(170deg); top: 50%; left: 0; }
.box-cost--user{ font-size: 28px; line-height: 1.3; font-weight: bold; }
.box-cost--bg{ background-image: url('../images/bg-costprice.webp'); background-repeat: no-repeat; background-size: contain; max-width: 1000px; width: 100%; margin: 40px auto; }
.box-cost--imgnewuser img{ max-width: 800px; width: 85%; margin: 10px auto; }

.boxcost--btn{ position: relative; margin-top: -70px; }
.boxcost--btn a{ display: inline-block; background-color: var(--primary); transform: skew(-10deg); padding: 8px 60px; border: 1px solid var(--primary); font-size: 34px; color: var(--white); }
.boxcost--btn span{ display: inline-flex; align-items: center; justify-content: center; gap: 10px; transform: skew(10deg); }
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--white);
}
.boxcost--btn a:hover{ background-color: var(--white); color: var(--primary); }
.boxcost--btn a:hover .arrow-right{ border-left-color: var(--primary); }


.box-cost--white{ display: flex; justify-content: center; gap: 60px; margin-bottom: 50px; }
.box--white{ font-size: 36px; font-weight: 500; color: #180b01; background-color: var(--white); box-shadow: 5px 5px 17px 0px rgba(54,25,0,.13); border-radius: 10px; padding: 20px; width: 520px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; text-align: center; }
.box--white.box1 span{ font-size: 56px; }
.box--white.box2 span{ font-size: 42px; }

.box-cost--text{ font-size: 48px; line-height: 1.3; font-weight: 700; text-align: center; }

.logo-partnership{ margin: 50px auto; width: 90%; }
.logo-partnership ul{ display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.logo-partnership ul li img{ width: 280px; }

.box-cost--btn{ display: flex; gap: 45px; justify-content: center; }
.box-cost--btn .btn{ width: 330px; height: 70px; font-size: 32px; }


@media (max-width: 1899px) {

  .logo-partnership ul li img{ width: 260px; }

}
@media (max-width: 1999px) {

  .box--white{ font-size: 30px; }
  .box--white.box1 span{ font-size: 46px; }
  .box--white.box2 span{ font-size: 36px; }

  .logo-partnership ul li img{ width: 240px; }

  .box-cost--btn .btn{ width: 300px; height: 65px; font-size: 28px; }

}
@media (max-width: 1399px) {

  .box-cost--header{ font-size: 50px; }
  /* .box-cost--title,
  .box-cost--price{ font-size: 50px; }  */
  .box-cost--text{ font-size: 34px; }
  /* .box-cost--user{ font-size: 24px; } */
  .box-cost--white{ gap: 30px; }
  .box--white{ width: 420px; }

  .logo-partnership ul li img{ width: 200px; }

}
@media (max-width: 1199px) {

  .box-cost--header{ font-size: 36px; }
  .box-cost--text{ font-size: 30px; }

  .box-cost--title{ font-size: 40px; }
  .box-cost--price{ font-size: 80px; }
  .box-cost--user{ font-size: 24px; }
  .boxcost--btn{ margin-top: -60px; }
  .boxcost--btn a{ font-size: 30px; }
  .arrow-right {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 10px;
  }

  .box--white{ width: 360px; font-size: 24px; padding: 12px; }
  .box--white.box1 span{ font-size: 40px; }
  .box--white.box2 span{ font-size: 28px; }

  .logo-partnership{ margin: 30px 0; width: 100%; }
  .logo-partnership ul li img{ width: 160px; }

  .box-cost--btn{ gap: 30px; }
  .box-cost--btn .btn{ width: 240px; height: 55px; font-size: 22px; }

}
@media (max-width: 991px) {

  .box-cost--header{ font-size: 30px; }
  .box-cost--text{ font-size: 28px; }

  .box-cost--title{ font-size: 32px; }
  .box-cost--price{ font-size: 64px; }
  .box-cost--user{ font-size: 20px; }
  .boxcost--btn{ margin-top: -50px; }
  .boxcost--btn a{ font-size: 26px; padding: 6px 50px; }
  .arrow-right {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-width: 8px;
  }

  .logo-partnership ul{ gap: 10px; }
  .logo-partnership ul li img{ width: 130px; }

}
@media (max-width: 767px) {

  .box-cost-center{ margin-bottom: 30px; }
  .box-cost--header{ font-size: 24px; margin-bottom: 10px; }

  .box-cost--title{ font-size: 28px; }
  .box-cost--price{ font-size: 54px; }
  .box-cost--user{ font-size: 18px; }
  .boxcost--btn{ margin-top: -40px; }
  .boxcost--btn a{ font-size: 22px; padding: 6px 30px; }
  .arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-width: 6px;
  }

  .box-cost--white{ gap: 20px; }
  .box--white{ width: 50%; font-size: 20px; padding: 6px; gap: 5px; }
  .box--white.box1 span{ font-size: 22px; }
  .box--white.box2 span{ font-size: 20px; }
  .box-cost--text{ font-size: 24px; }

  .logo-partnership ul li img{ width: 120px; }

}
@media (max-width: 576px) {

  .box-cost--header{ font-size: 16px; margin-bottom: 10px; }
  
  .box-cost--bg{ background-size: contain; }
  /* .box-cost--title,
  .box-cost--price{ font-size: 24px; }
  .box-cost--user{ font-size: 16px; } */
  .boxcost--btn{ margin-top: -30px; }
  .boxcost--btn a{ font-size: 20px; padding: 6px 20px; }

  .box-cost--white{ margin-bottom: 30px; }
  .box--white{ font-size: 14px; }
  .box--white.box1 span{ font-size: 20px; }
  .box--white.box2 span{ font-size: 18px; }
  .box-cost--text{ font-size: 16px; }

  .logo-partnership ul li{ width: 30%; }
  .logo-partnership ul li img{ width: 100%; }

  .box-cost--btn{ gap: 15px; }
  .box-cost--btn .btn{ width: 200px; height: 50px; font-size: 16px; }

}

/**********************************************************/
/**********************************************************/

.s4-box{ padding-bottom: 150px; padding-top: 100px; }

.img-el-bg4 img{ position: absolute; bottom: -7%; left: -25%; z-index: -1; }

.copyright{ margin-top: 50px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 24px; }

.div-getbtn{ position: fixed; bottom: 0; right: 0; width: 750px; padding: 23px 27px; background-color: var(--primary); border-top-left-radius: 10px; border-bottom-left-radius: 10px; z-index: 999; display: none; }
.box-getbtn--btn{ display: flex; gap: 45px; }
.box-getbtn--btn .btn{ width: 260px; height: 55px; font-size: 28px; }
.div-getbtn.show{ display: block; }


@media (max-width: 1999px) {

  .box-getbtn--btn .btn{ font-size: 24px; }
  
}
@media (max-width: 1499px) {

  .img-el-bg4 img{ left: -32%; bottom: -8%; }
  
}
@media (max-width: 1199px) {

  .img-el-bg4 img{ width: 70%; left: -30%; bottom: -6%; }

  .div-getbtn{ width: 600px; }
  .box-getbtn--btn{ gap: 30px; }
  .box-getbtn--btn .btn{ width: 220px; height: 50px; font-size: 22px; }
  
}
@media (max-width: 991px) {

  .s4-box{ padding-bottom: 70px; padding-top: 70px; }

  .copyright{ font-size: 20px; }

  .img-el-bg4{ display: none; }

  .div-getbtn{ width: 500px; padding: 20px 25px; }
  .box-getbtn--btn .btn{ width: 200px; height: 50px; font-size: 20px; }

}
@media (max-width: 576px) {

  .img-el-bg4 img{ width: 150%; }
  .s4-box{ padding-bottom: 50px; padding-top: 40px; }

  .copyright{ font-size: 14px; margin-top: 30px; }

  .div-getbtn{ width: 90%; padding: 15px; }
  .box-getbtn--btn{ gap: 10px; }
  .box-getbtn--btn .btn{ width: 150px; height: 40px; font-size: 16px; }

}


/**********************************************************/
/**********************************************************/


.s2-box--video{ border-radius: 10px; border: 1px solid var(--primary); }
video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.s2-box--img video{ margin-bottom: 20px; }
.s2-box--img.s2-box--video video{ margin-bottom: 0; }

.sbox--desktop{ display: block; }
.sbox--mobile{ display: none; width: 90%; margin: 0 auto; position: relative; padding-top: 30px; }

.imgel-mobi-1 img{ width: 150px; top: 20%; left: -25%; }

.sbox--mobile .s22-box--header{ padding-top: 0; }

@media (max-width: 576px){

  .sbox--desktop{ display: none; }
  .sbox--mobile{ display: block; }

}



/**********************************************************/
/**********************************************************/

.special_prices{ position: relative; max-width: 1920px; width: 98%; margin: 50px auto; }

.div-special_price{ background-image: url('../images/add_special/bg-special_price.webp'); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 20px 0; box-shadow: 1px 1px 4.7px 0.3px rgba(0, 0, 0, 0.61); border-radius: 20px; }

.balloon-left, .balloon-right{ position: absolute; top: 0; overflow: hidden; line-height: 0; }
.balloon-left{ left: 0; border-bottom-left-radius: 20px; border-top-left-radius: 20px; }
.balloon-right{ right: 0; border-bottom-right-radius: 20px; border-top-right-radius: 20px; }


.special_prices-top{ position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 6; }

.special_price-box{  background-color: #000; max-width: 1400px; width: 100%; border-radius: 20px; padding: 30px 0; margin: 0 auto; position: relative; z-index: 6; }
.special_price-detail{ display: flex; justify-content: space-between; align-items: center; }
.special_price--img{ position: relative; top: -93px; left: -5px; width: 375px; }
.special_price--img img{ position: absolute;}
.special_price--text{ font-size: 65px; color: #fff; }
.special_price--btn{ padding-right: 40px; position: relative; z-index: 9; }
.btnclick-special{ background-color: #ef3f24; font-size: 34px; color: #fff; display: inline-flex; align-items: center; gap: 10px; padding: 16px 40px; border-radius: 10px; }

.arrow-down{
	width: 0;
	height: 0;
	border-width: 10px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
}

.btnclick-special:hover{ background-color: #fff; color: #ef3f24; }
.btnclick-special:hover .arrow-down{ border-color: #ef3f24 transparent transparent transparent; }


@media (max-width: 1599px){

  .div-special_price{ padding: 30px 0; }
  .special_price-box{ max-width: 1200px; padding: 24px 0; }
  .special_price--img{ width: 285px; top: -71px; left: 0; }
  .special_price--text{ font-size: 50px; }
  .special_price--btn{ padding-right: 30px; }
  .btnclick-special{ font-size: 28px; padding: 10px 30px; }
  .balloon-left{ width: 174px; }
  .balloon-right{ width: 193px; }

}
@media (max-width: 1299px){

  .special_price-box{ max-width: 1000px; padding: 20px 0; }
  .special_price--img{ width: 250px; top: -63px; }
  .special_price--text{ font-size: 44px; }
  .btnclick-special{ font-size: 22px; }
  .balloon-left{ width: 158px; }
  .balloon-right{ width: 175px; }

}
@media (max-width: 1099px){

  .div-special_price{ padding: 25px 0; }
  .special_price-box{ max-width: 900px; }
  .special_price--img{ width: 235px; top: -58px; }
  .special_price--text{ font-size: 40px; }
  .btnclick-special{ font-size: 20px; padding: 10px 20px; }
  .balloon-left{ width: 142px; }
  .balloon-right{ width: 158px; }

}
@media (max-width: 991px){

  .special_price-box{ max-width: 600px; padding: 12px 0; border-radius: 15px; }
  .special_price--img{ width: 180px; top: -44px; margin-left: -15px; }
  .special_price--text{ font-size: 28px; }
  .special_price--btn{ padding-right: 10px; }
  .btnclick-special{ font-size: 16px; padding: 10px; gap: 5px; }
  .balloon-left{ width: 120px; }
  .balloon-right{ width: 134px; }
  .arrow-down{ border-width: 7px 6px 0 6px; }

}
@media (max-width: 659px){

  .div-special_price{ border-radius: 15px; }
  .special_price-box{ width: 90%; }
  .special_price--img{ width: 140px; top: -33px; }
  .special_price--text{ font-size: 22px; }
  .btnclick-special{ font-size: 15px; padding: 6px 10px; border-radius: 6px; }
  .balloon-left{ width: 111px; border-bottom-left-radius: 15px; border-top-left-radius: 15px; }
  .balloon-right{ width: 123px; border-bottom-right-radius: 15px; border-top-right-radius: 15px; }

}
@media (max-width: 549px){

  .div-special_price{ padding: 20px 0; }
  .special_price-box{ max-width: 300px; }
  .special_price-detail{ flex-direction: column; gap: 10px; }
  .special_price--img{ width: 180px; top: -70px; }
  .special_price--btn{ padding: 0; }
  .balloon-left{ width: 146px; }
  .balloon-left img{ margin-left: -40px; }
  .balloon-right{ width: 161px; }
  .balloon-right img{ position: relative; right: -40px; }

}


/**********************************************************/
/**********************************************************/

/* promotion : new user */
.boxprice-newuser{ display: flex; justify-content: center; align-items: center; }
.boxprice--new{ font-size: 120px; font-weight: bold; color: var(--primary2); }
.boxprice--new span{ font-size: 200px; }

.boxprice--old{ text-align: left; margin-left: 10px; }
.boxprice--old .boxpriceold{ position: relative; font-size: 50px; font-weight: bold; }
.boxprice--old .boxpriceold::after{ content: ''; position: absolute; width: 130px; height: 4px; background-color: var(--primary2); transform: rotate(160deg); top: 50%; left: 0; }
.boxprice--old .boxpriceold span{ font-size: 80px; }
.boxprice--old .boxpricetext{ font-size: 30px; color: var(--primary2); }


@media (max-width: 1199px){

  .boxprice--new{ font-size: 90px; }
  .boxprice--new span{ font-size: 150px; }
  .boxprice--old .boxpriceold{ font-size: 40px; }
  .boxprice--old .boxpriceold::after{ width: 100px; }
  .boxprice--old .boxpriceold span{ font-size: 60px; }
  .boxprice--old .boxpricetext{ font-size: 24px; }

}
@media (max-width: 576px){

  .boxprice--new{ font-size: 50px; }
  .boxprice--new span{ font-size: 100px; }
  .boxprice--old .boxpriceold{ font-size: 26px; }
  .boxprice--old .boxpriceold::after{ width: 70px; }
  .boxprice--old .boxpriceold span{ font-size: 44px; }
  .boxprice--old .boxpricetext{ font-size: 16px; }

}


.img-new_user{ max-width: 1500px; width: 90%; margin: 0 auto; position: relative; }
.img-new_user img{ box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5); border-radius: 30px; }

@media (max-width: 991px){

    .img-new_user img{ border-radius: 20px; }

}
@media (max-width: 576px){

    .img-new_user img{ border-radius: 10px; box-shadow: none; }

}
