:root {
  --mauchinh: #005FB5;
  --mauphu: #29C0C8;
  --mau1: #EBB714;
  --mauvang: #FFCB01;
  
  --tile: calc(100vw/2400);
}

@font-face {
  font-family: 'iCiel Cadena Menu';
  src: url('fonts/1677316100297819.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'iCiel Cadena';
    src: url('fonts/iCielCadena.eot');
    src: url('fonts/iCielCadena.eot?#iefix') format('embedded-opentype'),
        url('fonts/iCielCadena.woff2') format('woff2'),
        url('fonts/iCielCadena.woff') format('woff'),
        url('fonts/iCielCadena.ttf') format('truetype'),
        url('fonts/iCielCadena.svg#iCielCadena') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('fonts/OpenSans-Semibold.woff') format('woff'),
        url('fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iCiel Auro';
    src: url('fonts/iCielAuro-Bold.eot');
    src: url('fonts/iCielAuro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/iCielAuro-Bold.woff2') format('woff2'),
        url('fonts/iCielAuro-Bold.woff') format('woff'),
        url('fonts/iCielAuro-Bold.ttf') format('truetype'),
        url('fonts/iCielAuro-Bold.svg#iCielAuro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
  font-family: 'iCiel Cadena';
  font-weight: normal;
}

.main {
  position: relative;
}

.nav {
	
  justify-content: space-around;
    padding: 8px;
    transition: all 1s ease;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}

.nav li {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.nav li:not(:last-child) {
  border-right: 2px solid var(--mauchinh);
}

.nav a {
  color: #005FB5;
    padding: 3px;
    /*background: linear-gradient(to right, var(--mauchinh) 0%, var(--mauphu) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-family: 'iCiel Cadena Menu';
    font-size: calc(22 * var(--tile));;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}
.nav a:hover{
  color: var(--mauvang);
}

.nav-link.active{
  color: var(--mauvang);
}


.nav .header_logo{
  border-right: 0 !important;
}
.nav .header_logo img{
  height: 45px;
}
.sticky{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
	transition: all 1s ease;
}
.header{
  padding: 10px 40px;
    background: linear-gradient(to right, var(--mauchinh) 0%, var(--mauphu) 100%);
    height: unset !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.header .left{
  display: inline-block;
  width: 74%;
  vertical-align: top;
}
.header .right{
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 10px 10px;
}
.header .left img{
  
}
.header .right img{
  
}

.header .text{
  font-family: 'iCiel Cadena';
    font-size: calc(19* var(--tile));;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
	position: unset !important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body {
  position: relative;
  font-size: calc(24 * var(--tile));
}
/*
.light {
  background-image: url("../images/light.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;

}
*/
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes maybay {
  from {
      left: 120%;
  }
  to {
      left: -25%;
  }
}

@keyframes moveleftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-40px);
  }
}

@keyframes moveupdown{
  50% { transform: translateY(-15px); }
}
@keyframes moveupdown2{
  50% { transform: translateY(-15px) scaleX(-1); }
}
@keyframes moveupdown3{
  50% { transform: translateY(-15px) rotate(20deg) ; -webkit-transform: translateY(-15px) rotate(20deg) ; -moz-transform: translateY(-15px) rotate(20deg) ; -ms-transform: translateY(-15px) rotate(20deg) ; -o-transform: translateY(-15px) rotate(20deg) ; }
}

@keyframes blend {
  100% {
   opacity: 0.4;
}
}

@-webkit-keyframes fadeInUpCenter {
  0% {
    transform: translate(-50%,calc(15 * var(--tile)));
    -webkit-transform: translate(-50%,calc(15 * var(--tile)));
    -moz-transform: translate(-50%,calc(15 * var(--tile)));
    -ms-transform: translate(-50%,calc(15 * var(--tile)));
    -o-transform: translate(-50%,calc(15 * var(--tile)));
}

  100% {
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


@-webkit-keyframes cloudsleft {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes cloudsleft {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@-ms-keyframes cloudsleft {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
@keyframes cloudsleft {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}




@-webkit-keyframes cloudsright {
  0% {
    right: -100%;
  }
  100% {
    right: 120%;
  }
}


@-moz-keyframes cloudsright {
  0% {
    right: -100%;
  }
  100% {
    right: 120%;
  }
}
@-ms-keyframes cloudsright {
  0% {
    right: -100%;
  }
  100% {
    right: 120%;
  }
}
@keyframes cloudsright {
  0% {
    right: -100%;
  }
  100% {
    right: 120%;
  }
}



.img-full{
  width: 100%;
  height: auto;
}
.img-full-2{
  width: auto;
  height: 100%;
}
.section{
  position: relative;
  margin: auto;
  /*border: 1px solid #000;*/
}


.section1 .title{
  width: calc(1150 * var(--tile));
    position: absolute;
    top: calc(80 * var(--tile));
    left: calc(680 * var(--tile));
    -webkit-animation: moveupdown 4s ease infinite;
    animation: moveupdown 6s ease infinite;
}

.section1 .mayxay{
  position: absolute;
    width: calc(700 * var(--tile));
    left: calc(150 * var(--tile));
    top: calc(0 * var( --tile));
   

}

.section1 .maybay_title{
  position: absolute;
    width: calc(900 * var(--tile));
    left: calc(800 * var(--tile));
    top: calc(300 * var( --tile));
    
}

.section1 .maybaydo{
  position: absolute;
    width: calc(250 * var(--tile));
    left: calc(15 * var(--tile));
    top: calc(150 * var( --tile));
}

.section1 .maybayxanh{
  position: absolute;
    width: calc(360 * var(--tile));
    left: calc(1170 * var(--tile));
    top: calc(880 * var( --tile));
}


.section1 .maybaytrang{
  position: absolute;
    width: calc(200 * var(--tile));
    right: calc(5 * var(--tile));
    top: calc(0 * var( --tile));
}

.section1 .btn_thamgia{
  position: absolute;
    width: calc(400 * var(--tile));
    left: calc(750 * var(--tile));
    top: calc(800 * var( --tile));
    cursor: pointer;
}

.section1 .text{
  width: calc(760 * var(--tile));
  position: absolute;
  top: calc(690 * var(--tile));
  left: calc(765 * var(--tile));
}

.section1 .may1{
  width: calc(1460 * var(--tile));
    position: absolute;
    top: calc(750 * var(--tile));
    /*left: calc(1265 * var(--tile));*/
    animation: cloudsright 40s infinite linear;
}

.section1 .may2{
  width: calc(860 * var(--tile));
    position: absolute;
    top: calc(850 * var(--tile));
    /*left: calc(-360 * var(--tile));*/
    animation: cloudsright 20s infinite linear;
}


.section2 .text{
  width: calc(1000 * var(--tile));
    position: absolute;
    top: calc(860 * var(--tile));
    left: calc(320 * var(--tile));
}


.section2 .title{
  width: calc(1150 * var(--tile));
    position: absolute;
    top: calc(80 * var(--tile));
    left: calc(80 * var(--tile));
    -webkit-animation: moveupdown 4s ease infinite;
    animation: moveupdown 6s ease infinite;
}

.section2 .maybay_title{
  position: absolute;
    width: calc(900 * var(--tile));
    left: calc(200 * var(--tile));
    top: calc(250 * var( --tile));
}


.section2 .thothuytinh{
  position: absolute;
    width: calc(450 * var(--tile));
    left: calc(160 * var(--tile));
    top: calc(450 * var( --tile));
}

.section2 .noidanang{
  position: absolute;
    width: calc(650 * var(--tile));
    left: calc(600 * var(--tile));
    top: calc(300 * var( --tile));
}

.section2 .meobong{
  position: absolute;
    width: calc(660 * var(--tile));
    left: calc(1120 * var(--tile));
    top: calc(300 * var( --tile));
}


.section2 .maybaydo{
  position: absolute;
    width: calc(200 * var(--tile));
    left: calc(1505 * var(--tile));
    top: calc(100 * var( --tile));
}

.section2 .maybayvang{
  position: absolute;
    width: calc(250 * var(--tile));
    left: calc(-50 * var(--tile));
    top: calc(600 * var( --tile));
}

.section2 .btn_muangay{
  position: absolute;
    width: calc(400 * var(--tile));
    left: calc(950 * var(--tile));
    top: calc(920 * var( --tile));
    cursor: pointer;
}

.section2 .lonsua{
  position: absolute;
    width: calc(650 * var(--tile));
    left: calc(1280 * var(--tile));
    top: calc(820 * var( --tile));
}


.section2-bg .bottom_line{
  position: absolute;
  bottom: calc(0 * var(--tile));
  left: calc(0 * var(--tile));
  width: 100%;
}


.section2-bg .may1{
  width: calc(1300 * var(--tile));
    position: absolute;
    top: calc(420 * var(--tile));
    /*left: calc(1080 * var(--tile));*/
    animation: cloudsright 30s infinite linear;
}

.section2-bg .may2{
  width: calc(500 * var(--tile));
    position: absolute;
    top: calc(550 * var(--tile));
    /*left: calc(130 * var(--tile));*/
    animation: cloudsright 20s infinite linear;
}


.section2-bg .may3{
  width: calc(2300 * var(--tile));
    position: absolute;
    top: calc(950 * var(--tile));
    /*left: calc(0 * var(--tile));*/
    animation: cloudsright 40s infinite linear;
}

.section3-bg .top_line{
  position: absolute;
  top: calc(0 * var(--tile));
  left: calc(0 * var(--tile));
  width: 100%;
}


.section3 .logo{
  width: calc(420 * var(--tile));
    position: absolute;
    top: calc(180 * var(--tile));
    left: calc(250 * var(--tile));
}

.section3 .text{
  width: calc(300 * var(--tile));
    position: absolute;
    top: calc(80 * var(--tile));
    left: calc(1200 * var(--tile));
}


.section3 .circle{
  width: calc(40 * var(--tile));
    position: absolute;
    top: calc(130 * var(--tile));
    left: calc(1330 * var(--tile));
}

.section3 .arrow_down{
  width: calc(22 * var(--tile));
    position: absolute;
    top: 7%;
    left: calc(10 * var(--tile));
}


.section3 .title{
  width: calc(550 * var(--tile));
    position: absolute;
    top: calc(330 * var(--tile));
    left: calc(450 * var(--tile));
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-animation: fadeInUpCenter 2s 0s both alternate infinite;
    animation: fadeInUpCenter 2s 0s both alternate infinite;
}

.section3 .tv{
  width: calc(750 * var(--tile));
    position: absolute;
    top: calc(190 * var(--tile));
    left: calc(1000 * var(--tile));
}



.section3 .maybaydo{
  position: absolute;
    width: calc(120 * var(--tile));
    left: calc(105 * var(--tile));
    top: calc(400 * var( --tile));
}

.section3 .maybayxanh{
  position: absolute;
    width: calc(200 * var(--tile));
    right: calc(-50* var(--tile));
    top: calc(480 * var( --tile));
}


.section3 .maybaytrang{
  position: absolute;
    width: calc(200 * var(--tile));
    left: calc(850 * var(--tile));
    top: calc(700 * var( --tile));
}

.section3 .maybayvang{
  position: absolute;
    width: calc(250 * var(--tile));
    right: calc(0 * var(--tile));
    top: calc(750 * var( --tile));
}

.section3 .may{
  width: calc(2600 * var(--tile));
    position: absolute;
    top: calc(620 * var(--tile));
    /*left: calc(-400* var(--tile));*/
    animation: cloudsleft 40s infinite linear;
}

.section3 .may2{
  width: calc(4000 * var(--tile));
    position: absolute;
    top: calc(420 * var(--tile));
    /*left: calc(-200* var(--tile));*/
    animation: cloudsleft 80s infinite linear;
}


.section3-bg .embe{
  width: calc(300 * var(--tile));
    position: absolute;
    bottom: calc(250 * var(--tile));
    left: calc(1400 * var(--tile));
}

.section3-bg .ban{
  width: calc(1300 * var(--tile));
    position: absolute;
    bottom: calc(250 * var(--tile));
    left: calc(550 * var(--tile));
}

.section3-bg .lonsua{
  width: calc(400 * var(--tile));
    position: absolute;
    bottom: calc(260 * var(--tile));
    left: calc(640 * var(--tile));
}


.section3-bg .bg-bottom1{
  position: absolute;
  bottom: 0;
  left: calc(0 * var(--tile));
  width: 100%;
}
.section3-bg .bg-bottom2{
  position: absolute;
  bottom: 0;
  left: calc(0 * var(--tile));
  width: 100%;
}

.section3-bg .text-footer{
  position: absolute;
    bottom: calc(120 * var(--tile));
    left: 0;
    color: var(--mauchinh);
    width: 100%;
    text-align: center;
    font-family: 'Open Sans';
    font-size: calc(25 * var(--tile));
}

.noscroll { overflow-y: hidden !important; }


.modalForm{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 74%);
    display: none;
    overflow-y: auto;
    inset: 0;
    z-index: 9999;
}


.formBox{
  
  position: absolute;
    top: 50%;
    width: calc(700 * var( --tile));
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    padding: calc(40 * var(--tile));
    border-radius: calc(35 * var(--tile));
    box-shadow: 6px 6px 12px #7c7c7c;
    transition: all 1s ease;
}
.formBox .formTitle{
  text-align: center;
    font-size: calc(55 * var(--tile));
    color: #0074BA;
    line-height: 1.3;
    margin-bottom: calc(30 * var(--tile));
}
.formBox .inputText{
  
}

.formBox label {
  margin-bottom: 0;
  padding-left: calc(30 * var(--tile));
  color: #FFCB01;
}

input[name=phone]::placeholder {
  font-size: calc(17 * var(--tile));
}

.formBox .btn_close{
  border-radius: 50%;
    padding: calc(25 * var(--tile));
    width: calc(100 * var(--tile));
    height: calc(100 * var(--tile));
    box-shadow: 6px 6px 12px #7c7c7c;
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    top: calc(-30 * var(--tile));
    right: calc(-30 * var(--tile));
}

.formBox .btn_close img{
  width: calc(50 * var(--tile));
}
.formBox .inputText option {
  padding: 12px;
}


.formBox .inputText .input-custom{
  border: 0;
    font-size: calc(20 * var(--tile));
    color: #7a7a7a;
    padding: calc(15 * var(--tile)) calc(30 * var(--tile));
    width: 100%;
    margin-bottom: calc(20 * var(--tile));
    border-radius: calc(35 * var(--tile));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 1px solid #FFCB01;
  }
.formBox .inputBtn{
  text-align: center;
}
.formBox .inputBtn .btn-custom{
  border: 2px solid #0188E1;
  color: #ffffff;
  padding: calc(15 * var(--tile)) calc(50 * var(--tile));
  border-radius: calc(35 * var(--tile));
  background-color: #0188E1;
  font-size: calc(28 * var(--tile));
  line-height: 1;
  outline: none;
}

.formBox .inputBtn .btn-custom:hover{
  border: 2px solid #0074BA;
    color: #fff;
    background-color: #0074BA;

}

.formBox .inputBtn .btn-custom:disabled{
  background-color: #9b9b9b;
  border: 2px solid #9b9b9b;
}

.SumoSelect {
  display: block;
  position: relative;
  outline: 0;
  width: 100%;
}

.SumoSelect .select-all>span i, .SumoSelect>.optWrapper.multiple>.options li.opt span i{
  width: 20px;
  height: 20px;
}
.SumoSelect .select-all>label, .SumoSelect>.CaptionCont, .SumoSelect>.optWrapper>.options li.opt label{
  padding-left: 0px;
}

.SumoSelect>.optWrapper>.options li.group>label {
  color: #000;
}

.SumoSelect>.optWrapper>.options li.opt label {
  color: #7a7a7a;
}


.cta_follow_box{
    position: absolute;
    top: 50%;
    width: calc(700 * var( --tile));
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFCB01;
    border-radius: calc(35 * var(--tile));
}
.cta_follow_box .left{
  display: inline-block;
    width: 50%;
    float: left;
    padding: calc(30 * var(--tile));
}
.cta_follow_box .right{
  display: inline-block;
    width: 50%;
    float: right;
    text-align: center;
    padding: calc(30 * var(--tile));
}

.cta_follow_box .text{
  color: #fff;
  font-size: calc(30 * var(--tile));
}

.cta_follow_box .qrcode{

}

.cta_follow_box .btn_follow{
    width: 100%;
}

.cta_follow_box .btn_follow a{
  display: block;
    padding: calc(15 * var(--tile)) calc(15 * var(--tile));
    border-radius: calc(35 * var(--tile));
    background-color: #fff;
    font-size: calc(36 * var(--tile));
    line-height: 1;
    outline: none;
    margin-top: calc(25 * var(--tile));
    box-shadow: 6px 11px 19px #7c7c7c;
    text-decoration: none;
    color: var(--mauchinh);
}

.cta_follow_box .btn_follow:hover a{
  color: #ffffff;
  background-color: var(--mauchinh);
}

.moveRight{
  transform: translate(-25%,-50%);
  transition: all 1s ease;
}
.moveLeft{
  transform: translate(-75%,-50%);
  transition: all 1s ease;
}

.section4 .text-footer, .section1 .text-footer{
  position: absolute;
  bottom: calc(45 * var(--tile));
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
}

.location-box{
    position: absolute;
    top: calc(1580 * var(--tile));
    width: calc(720 * var( --tile));
    left: calc(145 * var( --tile));
    background-color: #fff;
    padding: calc(20 * var(--tile));
    border-radius: calc(35 * var(--tile));
    height: calc(800 * var( --tile));
    overflow: hidden;
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    top: calc(1880 * var(--tile));
}
.show-list{
  top: calc(280 * var(--tile));
  opacity: 1;
  transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.location-list{
  overflow-y: auto;
  height: calc(950 * var( --tile));
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

.location-box .location-item{
 
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: calc(10 * var(--tile));
  margin-bottom: calc(15 * var(--tile));
  cursor: pointer;
}
.location-box .location-item:hover{
  background-color: #E0EEF6;
}
.location-box .location-item.active{
  background-color: #E0EEF6;
}

.location-box .location-item .stt{
  display: inline-block;
    width: calc(70 * var(--tile));
    vertical-align: top;
    padding-right: calc(19 * var(--tile));
}
.location-box .location-item .stt .number{
  width: calc(50 * var(--tile));
    height: calc(50 * var(--tile));
    background-color: #2D62AD;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    padding: calc(15 * var(--tile)) 0;
}

.location-box .location-item .info{
  display: inline-block;
    width: calc(550 * var(--tile));
    vertical-align: top;
    padding-top: calc(15 * var(--tile));
}
.location-box .location-item .info .name{
  line-height: 1;
  font-weight: 700;
  color: #2D62AD;
  font-size: calc(26 * var(--tile));
}
.location-box .location-item .info .address{
  line-height: 1.3;
  font-weight: 400;
  color: #2D62AD;
  padding-top: calc(10 * var(--tile));
}
.location-list::-webkit-scrollbar{
  width: 12px;
  border-radius: 10px;
  background-color: #dce8f7;
}
.location-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CEDBEC;
}

.location-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dce8f7;
}



.section2{
	width: calc(1920 * var(--tile));
    height: calc(1080 * var(--tile));
    top: 50%;
    transform: translateY(calc(-50% - (60 * var(--tile))));

}
.section3{
	width: calc(1920 * var(--tile));
    height: calc(1080 * var(--tile));
    top: 50%;
    transform: translateY(calc(-50% - (0 * var(--tile))));
}

.section1{
	width: calc(1920 * var(--tile));
    height: calc(1080 * var(--tile));
    top: 50%;
    transform: translateY(calc(-50% - (60 * var(--tile))));
}
.section2-bg{
	background-image: url('../../images/pc/section2/bg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
  background-position: bottom;
}
.section5-bg{
	background-image: url('../../images/pc/section5/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.section3-bg{
	background-image: url('../../images/pc/section3/bg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.section4-bg{
	background-image: url('../../images/pc/section5/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.section1-bg{
	background-image: url('../../images/pc/section1/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-link{
	/*background-image: 
    linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet, red); 
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
  animation: rainbow-animation 1500s linear infinite;*/
  /*animation: color-change 4s infinite;*/
}

@keyframes color-change {
  0% { color: #006E43; }
  25% { color: #00AEEF; }
  50% { color: #EFB600; }
  75% { color: #0058AF; }
  100% { color: #006E43; }
}


@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}
.mainview {
    overflow: hidden;
}