@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Prompt", sans-serif !important;
    overflow-x: hidden;
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
    background: rgba(14, 5, 27, 0.9);

    background-image: linear-gradient(
            rgba(14, 5, 27, 0.5),
            rgba(14, 5, 27, 0.5)
        ),
        url("https://www.soatsolution.com/info/img/pcb_line.png"),
        url("https://www.soatsolution.com/info/img/upper_aura.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.font-roboto {
    font-family: "Roboto", sans-serif !important;
}
* {
    box-sizing: border-box;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-bottom: 50px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.hidd {
    display: none;
}
.sho {
    display: block;
    animation: zoomIn 3s;
}
.borc {
    --x: 50%;
    --y: 50%;

    position: relative;
    appearance: none;
    padding: 1em 2em;
    color: white;
    cursor: pointer;
    outline: none;
    border-radius: 100px;

    /* The magic */ /*#FF4203 60%,#E82009*/
    border: 4px solid transparent;
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255))
            padding-box,
        radial-gradient(
                farthest-corner at var(--x) var(--y),
                rgb(252, 255, 84),
                #e82009
            )
            border-box;
}

/***************************************************/
/******************* MENU **************************/
/***************************************************/

/* navbar static */
#navbar2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    background: none;
    position: absolute;
    z-index: 9;
    border: none;
    left: 50%;
    transform: translateX(-50%);
}

#navbar {
    /* background: no-repeat; */
    background: rgba(14, 5, 27, 0.9);
    background-image: linear-gradient(
        rgba(14, 5, 27, 0.5),
        rgba(14, 5, 27, 0.5)
    );
    /* background: linear-gradient(to right, rgb(19, 7, 47), rgb(38, 45, 71), rgb(19, 7, 47), rgb(38, 45, 71)) rgb(0, 55, 117); */
    border: none;
    padding: 10px;
    /* transition: 0.4s; */
    display: none;
}
#navbar .navbar-nav > li > a {
    /* color:#EF7400; */
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "Mitr", sans-serif;
    transition: all 1s;
    line-height: 27px;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: #ef7400 !important;
    padding: 1px 20px;
}
.navbar-brand > img {
    display: initial;
    padding-right: 15px;
}

#navbar .navbar-nav > .active > a,
#navbar .navbar-nav > .active > a:focus,
#navbar .navbar-nav > .active > a:hover {
    animation: animate 0.2s linear forwards;
    color: #ef7400;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

#menu_mobile {
    position: absolute;
    right: 25px;
    top: 20px;
    display: none;
    transition: opacity 1s ease-out;
    transition: all 700ms;
}

#menu_mobile > span {
    font-size: 35px;
    cursor: pointer;
    color: #fff;
    transition: all 700ms;
}
.menu-mobile-content {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #192335;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
}
.menu-mobile-content .btnclose {
    cursor: pointer;
    font-size: 7rem;
    text-align: right;
    padding-right: 35px;
    color: #fff;
    position: absolute;
    right: 0;
}
.menu-mobile-content > ul {
    padding-top: 55px;
    margin: 0 auto;
}
.menu-mobile-content > ul > li {
    list-style: none;
}
.menu-mobile-content > ul > li > a:hover {
    color: #e82009;
}
.menu-mobile-content > ul > li > a {
    transition: all 0.8s;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 3rem;
    text-align: center;
    margin-top: 35px;
}
/***************************************************/
/********************END MENU *********************/
/***************************************************/

/********** animation border bottom hover ***********/
.animateBor {
    position: relative;
}
.animateBor:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #e82009;
    bottom: 70px;
    right: 0;
    left: 100%;
    transition: all 700ms;
}
ul.nav.navbar-nav li {
    /* margin: 0 20px 0 0; */
}

.animateBor:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #e82009;
    bottom: 6px;
    left: 0;
    right: 100%;
    transition: all 700ms;
}
.animateBor:hover:before {
    left: 0;
}

.animateBor:hover:after {
    right: 0;
}
/**********End animation border bottom hover***********/

.sect {
    padding-top: 85px;
    margin-bottom: 70px;
    /* height: 1500px;  */
    color: #fff;
}
.Vbg {
    /* margin-top: 49px; */
    height: 100vh;
    width: 100%;
    object-fit: cover;
    /* width: 700px; */
    /* position: absolute; */
    /* top: 10%;
	left: 39%; */
    /* left: 50%;
    top: 50%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-53%);
    -moz-transform: translate(-50%,-53%);
    -ms-transform: translate(-50%,-53%);
    transform: translate(-50%,-53%); */
}
#sec-0 {
    /* height: 100vh; */
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
    position: relative;
    color: #fff;
}
#sec-0 .title-sec {
    position: absolute;
    /* left: 25%; */
    top: 24.3%;
    left: 10%;
    /* transform: translate(-50%, -40%); */
    font-weight: bolder;
    z-index: 99;
    transition: all 1s;
    background-color: #273344e3;
    padding: 40px;
    border-radius: 15px;
}
#sec-0 .title-sec > h1 {
    font-weight: bolder;
    font-size: 50px;
}
#sec-0 .title-sec > h1 > span {
    /* background: -webkit-linear-gradient(#F56102,#FF4203 ,#E82009 ); */
    /* background: -webkit-linear-gradient(bottom,#e05f0d 35%,#FF4203 60%,#E82009 100%); */
    background: #e82009;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color:#E82009; */
}
#sec-0 .title-sec > h2 {
    font-size: 30px;
}
#sec-0 .title-sec > hr {
    border-top: 4px solid #fb3c04;
}
#sec-0 .title-sec > a {
    background-color: #ce5735;
    font-weight: 700;
    transition: all 1s;
    color: rgb(245, 240, 240);
}
#sec-0 .slide2 .title-sec:hover {
    box-shadow: 0px 0px 12px 0px #ffffff;
}
#sec-0 .title-sec > a:hover {
    background-color: #fb3c04;
    color: white;
}
#sec-1 .sunvideo {
    width: 100%;
    position: relative;
    top: -600px;
    /* z-index: -2; */
    left: 50%;
    transform: translate(-50%);
}
#path {
    d: path(
        "M0,192L16,170.7C32,149,64,107,96,112C128,117,160,171,192,165.3C224,160,256,96,288,74.7C320,53,352,75,384,117.3C416,160,448,224,480,218.7C512,213,544,139,576,128C608,117,640,171,672,181.3C704,192,736,160,768,122.7C800,85,832,43,864,58.7C896,75,928,149,960,181.3C992,213,1024,203,1056,197.3C1088,192,1120,192,1152,176C1184,160,1216,128,1248,138.7C1280,149,1312,203,1344,208C1376,213,1408,171,1424,149.3L1440,128L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
    );
    animation: path 15s ease-in-out infinite;
}

#pathPro {
    d: path(
        "M0,256L16,245.3C32,235,64,213,96,170.7C128,128,160,64,192,64C224,64,256,128,288,170.7C320,213,352,235,384,245.3C416,256,448,256,480,234.7C512,213,544,171,576,160C608,149,640,171,672,154.7C704,139,736,85,768,64C800,43,832,53,864,85.3C896,117,928,171,960,208C992,245,1024,267,1056,245.3C1088,224,1120,160,1152,154.7C1184,149,1216,203,1248,218.7C1280,235,1312,213,1344,208C1376,203,1408,213,1424,218.7L1440,224L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
    );
    animation: path2 15s ease-in-out infinite;
}

@keyframes path {
    0% {
        d: path(
            "M0,64L16,85.3C32,107,64,149,96,160C128,171,160,149,192,149.3C224,149,256,171,288,197.3C320,224,352,256,384,256C416,256,448,224,480,181.3C512,139,544,85,576,80C608,75,640,117,672,160C704,203,736,245,768,256C800,267,832,245,864,213.3C896,181,928,139,960,144C992,149,1024,203,1056,218.7C1088,235,1120,213,1152,181.3C1184,149,1216,107,1248,85.3C1280,64,1312,64,1344,85.3C1376,107,1408,149,1424,170.7L1440,192L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }

    25% {
        d: path(
            "M0,192L16,202.7C32,213,64,235,96,240C128,245,160,235,192,218.7C224,203,256,181,288,186.7C320,192,352,224,384,202.7C416,181,448,107,480,96C512,85,544,139,576,181.3C608,224,640,256,672,272C704,288,736,288,768,282.7C800,277,832,267,864,240C896,213,928,171,960,170.7C992,171,1024,213,1056,202.7C1088,192,1120,128,1152,117.3C1184,107,1216,149,1248,176C1280,203,1312,213,1344,186.7C1376,160,1408,96,1424,64L1440,32L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }

    50% {
        d: path(
            "M0,64L16,85.3C32,107,64,149,96,160C128,171,160,149,192,149.3C224,149,256,171,288,197.3C320,224,352,256,384,256C416,256,448,224,480,181.3C512,139,544,85,576,80C608,75,640,117,672,160C704,203,736,245,768,256C800,267,832,245,864,213.3C896,181,928,139,960,144C992,149,1024,203,1056,218.7C1088,235,1120,213,1152,181.3C1184,149,1216,107,1248,85.3C1280,64,1312,64,1344,85.3C1376,107,1408,149,1424,170.7L1440,192L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }

    75% {
        d: path(
            "M0,192L16,170.7C32,149,64,107,96,112C128,117,160,171,192,165.3C224,160,256,96,288,74.7C320,53,352,75,384,117.3C416,160,448,224,480,218.7C512,213,544,139,576,128C608,117,640,171,672,181.3C704,192,736,160,768,122.7C800,85,832,43,864,58.7C896,75,928,149,960,181.3C992,213,1024,203,1056,197.3C1088,192,1120,192,1152,176C1184,160,1216,128,1248,138.7C1280,149,1312,203,1344,208C1376,213,1408,171,1424,149.3L1440,128L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }

    90% {
        d: path(
            "M0,192L16,202.7C32,213,64,235,96,240C128,245,160,235,192,218.7C224,203,256,181,288,186.7C320,192,352,224,384,202.7C416,181,448,107,480,96C512,85,544,139,576,181.3C608,224,640,256,672,272C704,288,736,288,768,282.7C800,277,832,267,864,240C896,213,928,171,960,170.7C992,171,1024,213,1056,202.7C1088,192,1120,128,1152,117.3C1184,107,1216,149,1248,176C1280,203,1312,213,1344,186.7C1376,160,1408,96,1424,64L1440,32L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }

    100% {
        d: path(
            "M0,64L16,85.3C32,107,64,149,96,160C128,171,160,149,192,149.3C224,149,256,171,288,197.3C320,224,352,256,384,256C416,256,448,224,480,181.3C512,139,544,85,576,80C608,75,640,117,672,160C704,203,736,245,768,256C800,267,832,245,864,213.3C896,181,928,139,960,144C992,149,1024,203,1056,218.7C1088,235,1120,213,1152,181.3C1184,149,1216,107,1248,85.3C1280,64,1312,64,1344,85.3C1376,107,1408,149,1424,170.7L1440,192L1440,0L1424,0C1408,0,1376,0,1344,0C1312,0,1280,0,1248,0C1216,0,1184,0,1152,0C1120,0,1088,0,1056,0C1024,0,992,0,960,0C928,0,896,0,864,0C832,0,800,0,768,0C736,0,704,0,672,0C640,0,608,0,576,0C544,0,512,0,480,0C448,0,416,0,384,0C352,0,320,0,288,0C256,0,224,0,192,0C160,0,128,0,96,0C64,0,32,0,16,0L0,0Z"
        );
    }
}
@keyframes path2 {
    0% {
        d: path(
            "M0,288L16,282.7C32,277,64,267,96,266.7C128,267,160,277,192,250.7C224,224,256,160,288,112C320,64,352,32,384,53.3C416,75,448,149,480,181.3C512,213,544,203,576,192C608,181,640,171,672,176C704,181,736,203,768,208C800,213,832,203,864,208C896,213,928,235,960,224C992,213,1024,171,1056,154.7C1088,139,1120,149,1152,138.7C1184,128,1216,96,1248,117.3C1280,139,1312,213,1344,229.3C1376,245,1408,203,1424,181.3L1440,160L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }

    25% {
        d: path(
            "M0,64L16,96C32,128,64,192,96,213.3C128,235,160,213,192,170.7C224,128,256,64,288,69.3C320,75,352,149,384,170.7C416,192,448,160,480,138.7C512,117,544,107,576,128C608,149,640,203,672,213.3C704,224,736,192,768,181.3C800,171,832,181,864,202.7C896,224,928,256,960,272C992,288,1024,288,1056,282.7C1088,277,1120,267,1152,256C1184,245,1216,235,1248,202.7C1280,171,1312,117,1344,128C1376,139,1408,213,1424,250.7L1440,288L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }

    50% {
        d: path(
            "M0,288L16,282.7C32,277,64,267,96,266.7C128,267,160,277,192,250.7C224,224,256,160,288,112C320,64,352,32,384,53.3C416,75,448,149,480,181.3C512,213,544,203,576,192C608,181,640,171,672,176C704,181,736,203,768,208C800,213,832,203,864,208C896,213,928,235,960,224C992,213,1024,171,1056,154.7C1088,139,1120,149,1152,138.7C1184,128,1216,96,1248,117.3C1280,139,1312,213,1344,229.3C1376,245,1408,203,1424,181.3L1440,160L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }

    75% {
        d: path(
            "M0,256L16,245.3C32,235,64,213,96,170.7C128,128,160,64,192,64C224,64,256,128,288,170.7C320,213,352,235,384,245.3C416,256,448,256,480,234.7C512,213,544,171,576,160C608,149,640,171,672,154.7C704,139,736,85,768,64C800,43,832,53,864,85.3C896,117,928,171,960,208C992,245,1024,267,1056,245.3C1088,224,1120,160,1152,154.7C1184,149,1216,203,1248,218.7C1280,235,1312,213,1344,208C1376,203,1408,213,1424,218.7L1440,224L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }

    90% {
        d: path(
            "M0,64L16,96C32,128,64,192,96,213.3C128,235,160,213,192,170.7C224,128,256,64,288,69.3C320,75,352,149,384,170.7C416,192,448,160,480,138.7C512,117,544,107,576,128C608,149,640,203,672,213.3C704,224,736,192,768,181.3C800,171,832,181,864,202.7C896,224,928,256,960,272C992,288,1024,288,1056,282.7C1088,277,1120,267,1152,256C1184,245,1216,235,1248,202.7C1280,171,1312,117,1344,128C1376,139,1408,213,1424,250.7L1440,288L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }

    100% {
        d: path(
            "M0,288L16,282.7C32,277,64,267,96,266.7C128,267,160,277,192,250.7C224,224,256,160,288,112C320,64,352,32,384,53.3C416,75,448,149,480,181.3C512,213,544,203,576,192C608,181,640,171,672,176C704,181,736,203,768,208C800,213,832,203,864,208C896,213,928,235,960,224C992,213,1024,171,1056,154.7C1088,139,1120,149,1152,138.7C1184,128,1216,96,1248,117.3C1280,139,1312,213,1344,229.3C1376,245,1408,203,1424,181.3L1440,160L1440,320L1424,320C1408,320,1376,320,1344,320C1312,320,1280,320,1248,320C1216,320,1184,320,1152,320C1120,320,1088,320,1056,320C1024,320,992,320,960,320C928,320,896,320,864,320C832,320,800,320,768,320C736,320,704,320,672,320C640,320,608,320,576,320C544,320,512,320,480,320C448,320,416,320,384,320C352,320,320,320,288,320C256,320,224,320,192,320C160,320,128,320,96,320C64,320,32,320,16,320L0,320Z"
        );
    }
}

.sec1bg {
    background-image: linear-gradient(
        to left,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    /* background-color: #e92309; */
    /* transition: all 2s; */
    animation-duration: 5s;
    margin: 0 auto;
    box-shadow: 0px -7px 20px 4px #ff5903b3;
}

#sec-1 .col-md-12 h4 {
    text-indent: 2.5em;
    line-height: 34px;
    margin-top: 77px;
}
#wave {
    /* background-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
    /* margin: 0 auto; */
    /* transition: all 4s; */
    /* animation: rotate 10s linear infinite;  */
    /* position: absolute; */
    /* animation-duration: 5s; */
    /* transition: all 2s; */
    /* top: -10px;*/
    opacity: 0;
    /* animation: slideInDown 1s; */
    /* left:500px;
	width: 0; */
}
#wavePro {
    opacity: 0;
    /* transition: all 2s; */
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#sec-1 {
}
#sec-2 {
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
    padding-bottom: 120px;
}
#sec-3 {
    /* transition: all 0.8s;
	opacity: 0; */
    /* background-color: #0e0f22; */
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
}
#sec-4 {
    background-image: linear-gradient(to right, #000023 0%, #0e1441 100%);
}
#sec-manager {
    background-color: #0e0f22;
}
#sec-5 {
    /* background-color: #0e0f22; */
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
}
#sec-7 {
    /* background-image: linear-gradient(to right,#000023 0%,#0e1441 100%); */
}
#logoline {
    color: #00c300;
    font-size: 100px;
    position: relative;
    top: 32px;
}
#logoline::after {
    content: " ";
    background-color: #f1f5f1;
    width: 80px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -22;
    border-radius: 5px;
}
#sec-3 .img-site {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#sec-3 .btn-list-site {
    padding: 12px;
    margin: 15px 0;
    background: #00000000;
    border-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-image-slice: 1;
    border-width: 2px;
}
.bo {
    border-bottom-style: solid;
    /* border-top-color: orangered; */
    /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
    border-image-slice: 1;
    border-bottom-width: 8px;
    border-right-style: solid;
    /* border-right-color: #ec2607; */
    border-right-width: 8px;
    width: 45px;
    height: 35px;
    left: 265px;
    position: relative;
    top: 88px;
}
/* .box-center div.txt>div */
.bo2 {
    border-top-style: solid;
    /* border-top-color: orangered; */
    /* border-image: linear-gradient(to right,#E82009 0%,#f25106 50%,#E82009 100%); */
    border-image-slice: 1;
    border-top-width: 8px;
    border-left-style: solid;
    /* border-right-color: #ec2607; */
    border-left-width: 8px;
    width: 45px;
    height: 35px;
    left: -30px;
    top: -80px;
    position: relative;
}
#sec-3 .bo {
    border-bottom-style: solid;
    /* border-top-color: orangered; */
    /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
    border-image-slice: 1;
    border-bottom-width: 8px;
    border-right-style: solid;
    /* border-right-color: #ec2607; */
    border-right-width: 8px;
    width: 45px;
    height: 35px;
    left: 412px;
    position: relative;
    top: 88px;
}
#sec-4 .bo {
    border-bottom-style: solid;
    /* border-top-color: orangered; */
    /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
    border-image-slice: 1;
    border-bottom-width: 8px;
    border-right-style: solid;
    /* border-right-color: #ec2607; */
    border-right-width: 8px;
    width: 45px;
    height: 35px;
    left: 150px;
    position: relative;
    top: 88px;
}
#sec-5 .bo {
    border-bottom-style: solid;
    /* border-top-color: orangered; */
    /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
    border-image-slice: 1;
    border-bottom-width: 8px;
    border-right-style: solid;
    /* border-right-color: #ec2607; */
    border-right-width: 8px;
    width: 45px;
    height: 35px;
    left: 486px;
    position: relative;
    top: 88px;
}
.bg-showsite {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffffe0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 130px;
    display: none;
    overflow: auto;
}
.box-show-site-list {
    background-color: #fff;
    width: 90%;
    height: auto;
    margin-bottom: 90px;
    padding: 12px;
}
.box-show-site-list > .fa-times {
    font-size: 30px;
    margin: -35px;
    cursor: pointer;
    transition: all 1s;
}
.box-show-site-list > .fa-times:hover {
    color: gray;
}

#sec-3 .img-map {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#sec-3 .btn-map {
    outline: none;
    transition: all 0.8s;
    z-index: 5;
    display: none;
}
#sec-3 .btn-map-left {
    position: absolute;
    background: transparent;
    color: #fff;
    border-right: none;
    border-radius: 0;
    border-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-image-slice: 1;
    border-width: 2px;
}
#sec-3 .btn-map-left:hover {
    font-size: medium;
}
#sec-3 .btn-map-right {
    position: absolute;
    background: transparent;
    color: #fff;
    border-left: none;
    border-radius: 0;
    border-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-image-slice: 1;
    border-width: 2px;
}
#sec-3 .btn-map-right:hover {
    font-size: medium;
}
#sec-3 .btn-map-left:after {
    content: "";
    background: red;
    width: 50px;
    position: absolute;
    height: 2px;
    transform: rotate(45deg);
    top: 16px;
    right: -42px;
    background-image: linear-gradient(
        to left,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
}
#sec-3 .btn-map-right:before {
    content: "";
    background: red;
    width: 50px;
    position: absolute;
    height: 2px;
    transform: rotate(135deg);
    left: -43px;
    top: 15px;
    background-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
}

button.btn-map-left.n1 {
    top: 105px;
}
button.btn-map-left.n2 {
    top: 330px;
}
button.btn-map-left.n3 {
    top: 435px;
    left: 98px;
}
button.btn-map-left.n4 {
    top: 740px;
    left: 65px;
}

button.btn-map-right.n1 {
    top: 155px;
    right: 0px;
}
button.btn-map-right.n2 {
    top: 430px;
    right: 18px;
    padding-left: 60px;
}
button.btn-map-right.n2:before {
    transform: rotate(45deg) !important;
    background-image: linear-gradient(
        to left,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    ) !important;
}
button.btn-map-right.n3 {
    top: 500px;
    right: 76px;
    padding-left: 30px;
}

#sec-3 .btn-list-site:hover {
    background-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
}
.list-group-item:nth-child(odd) {
    background-color: ghostwhite;
}
.list-group-item:nth-child(even) {
    background-color: #fff;
}
.btn-map-2.list-group-item {
    color: #fff;
    border: none;
}
.btn-map-2.list-group-item:nth-child(odd) {
    background-color: #ff4203;
}
.btn-map-2.list-group-item:nth-child(even) {
    background-color: #ff4203bf;
}
#sector,
#qty_coop {
    color: #f6b600;
}

/*********************** rotate**************************/
@keyframes rotate {
    100% {
        transform: rotate(30deg);
    }
}
/*********************** rotate**************************/
/*********************** fade in **************************/
.fadeIN {
    /* transition: all 4s; */
    animation: fadein 2s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*********************** end fade in **************************/

/*********************** fade out **************************/
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/*********************** end fade out **************************/

/* ****************************Zoom******************************** */

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn 1s;
}
/* **************************Zoom********************************** */

@media only screen and (max-width: 991px) {
    #navbar .navbar-nav > li > a {
        font-size: 1.5rem;
    }
    .navbar-brand > img {
        height: 55px !important;
    }
    ul.nav.navbar-nav {
        margin: 0 !important;
    }
    #navbar {
        padding: 20px 0 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    #menu_mobile {
        display: block;
        -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
        -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
    }
}

/*
* {
	box-sizing: border-box;
  } */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container.yy {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container.yy::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #e3e4e8;
    top: 125px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    margin: 0;
    left: 0;
}

/* Place the container to the right */
.right {
    margin: 0;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 130px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 130px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -13px;
}

/**********************/
/* The actual content */
/**********************/
.content {
    padding: 20px 30px;
    /* background-color: rgb(35, 50, 85); */
    background-color: rgb(255, 255, 255, 0.05);

    position: relative;
    border-radius: 6px;
    /* margin-top: 50px; */
}
.left .content::before {
    content: "";
    position: absolute;
    /* background-image: url(img/timeline-logo.png); */
    background-position: center;
    background-size: cover;
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    left: 25px;
    top: -95px;
}
.left.p1 .content::before {
    background-image: url(img/icon/1.png);
}
.left.p2 .content::before {
    background-image: url(img/icon/3.png);
}
.left.p3 .content::before {
    background-image: url(img/icon/5.png);
}
.left.p4 .content::before {
    background-image: url(img/icon/7.png);
}

.right .content::before {
    content: "";
    position: absolute;
    background-image: url(img/timeline-logo.png);
    background-position: center;
    background-size: cover;
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    right: 25px;
    top: -95px;
}
.right.r1 .content::before {
    background-image: url(img/icon/2.png);
}
.right.r2 .content::before {
    background-image: url(img/icon/4.png);
}
.right.r3 .content::before {
    background-image: url(img/icon/6.png);
}

h2.titleleft {
    text-align: right;
}
h2.titleleft:after {
    content: "";
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(
        to right,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-image-slice: 1;
    position: absolute;
    width: 83%;
    top: 74px;
    left: 40px;
}
h2.titleright:after {
    content: "";
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(
        to left,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-image-slice: 1;
    position: absolute;
    width: 83%;
    top: 74px;
    left: 40px;
}

.content p {
    margin: 20px 0 10px;
}
.content h3 {
    color: #fe4302;
    font-weight: bold;
}
/**********************/
/* The actual content */
/**********************/

/**************************/
/* *******card-box******* */
/**************************/
/* div.card-box::before{ */
div.wtbg {
    /* content: ''; */
    position: absolute;
    background-image: linear-gradient(
        to left,
        #e86109 0%,
        #ff4203 50%,
        #e82009 100%
    );
    border-top-left-radius: 2000px;
    height: 500px;
    width: 1000px;
    border-top-right-radius: 2000px;
    top: 50px;
    transition: all 2s;
    animation-duration: 4s;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div.card-box .box-content {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    width: 100%;
    height: 400px;
    margin-top: 35px;
    padding: 8px;
    color: #333;
    box-sizing: border-box;
    box-shadow: 4px 8px 10px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    border-radius: 12px;
}

div.card-box .box-content:hover {
    /* transform: translate(-5px, -5px); */
    box-shadow: 12px 13px 15px 0px rgba(0, 0, 0);
}

.box-content > .img-part {
    background-position: center center;
    background-size: cover;
    /* height:170px; */
}

.bor {
    border-top: 1px solid gray;
    border-width: 100%;
}

.box-content .text-part {
    margin: 20px 10px;
    font-weight: bold;
}

.box-content .title-part {
    margin: 20px 10px;
}

.title-part > h2 i {
    cursor: pointer;
    font-size: 25px;
    transition: all 0.5s;
}

.title-part > h2 i:hover {
    color: orangered;
}

#sec-2 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    /* height: 200px; */
}

#sec-3 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
#img-site2 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 560px;
}
#sec-5 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 300px;
}
#sec-5 .owl-carousel .owl-item img.single {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 345px;
}
#sec-6 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 500px;
}
/* .box-center div */
.txt > span {
    color: #f6b600;
    font-weight: bold;
}

/* .box-center div */
.txt {
    font-size: 50px;
    /* background: -webkit-linear-gradient(bottom,#e05f0d 35%,#FF4203 60%,#E82009 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight:bolder; */

    /* position: relative;
		top: 2.5em; */
}

.box-center div.txt small {
    font-size: 20px;
}
/* .box-center div.txt>div */

#sec-5 .owl-nav {
    position: relative;
    width: 107.5%;
    left: -31px;
    bottom: 235px;
    z-index: 3;
}
#sec-5 .owl-nav.single {
    /* position: relative;
		width: 111.5%;
		left: -45px; */
    bottom: 280px;
    z-index: 3;
}
#sec-6 .owl-nav {
    position: relative;
    width: 101.5%;
    left: -10px;
    bottom: 290px;
    z-index: 3;
}
#sec-6 .brand-slide {
    background-color: #fff;
    padding: 15px 0;
}
#sec-manager .bo {
    left: 590px;
}
.owl-nav > .btn {
    background: transparent;
    outline: none !important;
}
.owl-nav > .btn > span {
    background-color: #f6b600;
    color: #fff;
    font-size: 30px;
    padding: 8px;
    border-radius: 45px;
    width: 46px;
}

#sec-6 .bo {
    left: 370px;
}
#sec-7 .bo {
    left: 298px;
}
#sec-7 input.form-control {
    padding: 26px;
    border-radius: 30px;
    font-size: 18px;
}
#sec-7 textarea.form-control {
    border-radius: 30px;
    padding: 20px;
    font-size: 18px;
}
#sec-7 .map {
    padding-bottom: 40px;
}
#sec-7 .sendmsg {
    background-color: #67676b;
    color: #fff;
    border-color: #67676b;
    padding: 15px;
    transition: all 1s;
}
#sec-7 .sendmsg:hover {
    background-color: #192335;
    border-color: #fff;
}
.map {
    height: 700px;
}

#sec-5 .curve {
    padding-top: 95px;
}
#sec-5 .curve:after {
    content: "";
    background-color: #e86109;
    height: 20px;
    width: 20px;
    position: absolute;
    /* top: 55px; */
    right: -21px;
    border-radius: 30px;
    bottom: -65px;
}
#sec-5 .curve > ul:before {
    content: "";
    background-color: #e86109;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 55px;
    right: -21px;
    border-radius: 30px;
}
#sec-5 .curve > ul:after {
    content: "";
    background-color: #e86109;
    height: 100%;
    width: 7px;
    position: absolute;
    top: 60px;
    right: -15px;
}
#sec-5 .curve > ul > li,
.curve-mobile > ul > li {
    list-style: none;
    border: 2px solid #e86109;
    padding: 16px;
    margin: 10px 0;
    text-align: center;
    transition: all 0.8s;
    cursor: pointer;
}
#sec-5 .curve > ul > li:after {
    content: "";
    background-color: #e86109;
    width: 8px;
    height: 10px;
    position: absolute;
    right: -8px;
}
#sec-5 .curve > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
}
#sec-5 .curve > ul > li:hover,
#sec-5 .curve > ul > li:focus,
.curve-mobile > ul > li:hover,
.curve-mobile > ul > li:focus {
    background-color: #e86109;
}
#sec-5 h4 {
    color: #fe4302;
    font-weight: bold;
    text-align: center;
}
.activeColor {
    background-color: #e86109;
}
#sec-5 div.card-box .box-content {
    height: 430px;
}
#sec-manager .box-content {
    height: 475px;
}
#sec-manager h4 {
    color: #fe4302;
    font-weight: bold;
    text-align: center;
}

/* .box-show{
		background-color: #a16c6c;
		width: 90%;
		height: 90%;
		position: absolute;
		z-index: 155;
		opacity: 0;
	}*/

.box-content-slide > i {
    font-size: 32px;
    cursor: pointer;
    margin: -40px -15px;
    color: gray;
}

/**************************/
/* *******card-box******* */
/**************************/

/* *************************************************************************** */
/* **************************************************************************** */
/* Media queries - Responsive timeline on screens less than 600px wide */
/* *************************************************************************** */
/* **************************************************************************** */

@media screen and (min-width: 1199px) {
    h2.titleleft:after,
    h2.titleright:after {
        width: 86%;
    }
    .navbar-brand > img {
        height: 50px !important;
    }
    #navbar .navbar-nav > li > a {
        font-size: 1.7rem;
    }
    ul.nav.navbar-nav {
        margin: 0 !important;
    }
}
@media screen and (min-width: 1024px) {
    h2.titleleft:after,
    h2.titleright:after {
        width: 86%;
    }
    .navbar-brand > img {
        height: 50px !important;
    }
    #navbar .navbar-nav > li > a {
        font-size: 1.7rem;
    }
    ul.nav.navbar-nav {
        margin: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    h2.titleleft:after,
    h2.titleright:after {
        width: 78%;
    }
    .navbar-brand > img {
        height: 50px !important;
    }
    #navbar .navbar-nav > li > a {
        font-size: 1.7rem;
    }
    ul.nav.navbar-nav {
        margin: 0 !important;
    }
    #navbar .container {
        width: 850px;
    }
}
@media screen and (max-width: 768px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 28px;
    }

    /* Full-width containers */
    .container.yy {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        margin-bottom: 40px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container.yy::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
    h2.titleleft:after,
    h2.titleright:after {
        width: 86%;
        left: 70px;
    }
    .content p::before {
        height: 70%;
    }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
    h2.titleleft:after,
    h2.titleright:after {
        width: 70%;
    }
}
@media screen and (max-width: 320px) {
    h2.titleleft:after,
    h2.titleright:after {
        width: 63%;
    }
}

/* *****************swing animate***********************/

.swing {
    animation: swing-top-fwd 2s ease-in-out forwards;
}

@-webkit-keyframes swing-top-fwd {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes swing-top-fwd {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
}
/* **********************slide top animate**************************/

.slideTop {
    animation: slide-top 0.5s ease-in-out forwards;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}

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

/* *************************************************************************** */
/* **************************************************************************** */
/* Media queries - Responsive timeline on screens less than 600px wide */
/* *************************************************************************** */
/* **************************************************************************** */

/* img */
@media screen and (max-width: 991px) {
    .owl-carousel .owl-item img {
        /* height: 420px; */
    }
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-item img {
        /* height: 300px; */
    }
}
@media screen and (max-width: 414px) {
    #sec-5 .owl-carousel .owl-item img {
        height: 440px;
    }
    #sec-5 div.card-box .box-content {
        height: 520px;
    }
}
@media screen and (max-width: 320px) {
    #sec-5 .owl-carousel .owl-item img {
        height: 440px;
    }
}

/* *************************************************************************** */
/* **************************************************************************** */
/* Media queries - Responsive FONT */
/* *************************************************************************** */
/* **************************************************************************** */

@media screen and (max-width: 992px) {
    div.title-part > h2 {
        font-size: 20px;
    }
    .text-part > p {
        font-size: 12px;
    }
    div.txt {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    div.title-part > h2 {
        font-size: 20px;
    }
    .title-part > h2 i {
        cursor: pointer;
        font-size: 20px;
    }
    .curve {
        display: none;
    }
    .curve-mobile {
        display: block !important;
    }
}

/* *************************************************************************** */
/* **************************************************************************** */
/* Media queries - Responsive FONT */
/* *************************************************************************** */
/* **************************************************************************** */

/* **************************************************************************** */
@media screen and (min-width: 992px) {
    .container.menu {
        width: 978px;
    }
}
@media screen and (min-width: 1025px) {
    div.box-show {
        width: 90%;
        height: 92%;
    }
}
@media screen and (min-width: 1110px) {
    div.box-show {
        width: 90%;
        height: 92%;
    }
}
@media screen and (min-width: 1200px) {
    .box-center div.txt > div.bo {
        right: 120px;
        top: 1px;
    }
    .box-center div.txt::before {
        left: 120px;
    }
    .box-center div.txt::after {
        left: 120px;
    }
    div.box-show {
        width: 93%;
        height: 92%;
    }
    .container.menu {
        width: 1192px;
    }
}
@media screen and (min-width: 1300px) {
    div.box-show {
        width: 90%;
        height: 93%;
    }
}
@media screen and (min-width: 1400px) {
    div.box-show {
        width: 90%;
        height: 93%;
    }
}
@media screen and (min-width: 1600px) {
    div.box-show {
        width: 90%;
        height: 92%;
    }
    #sec-1 {
        margin-bottom: 130px;
    }
}
@media screen and (min-width: 1700px) {
    #sec-1 {
        margin-bottom: 200px;
    }
}
@media screen and (min-width: 1800px) {
    div.box-show {
        width: 90%;
        height: 92%;
    }
    #sec-1 {
        margin-bottom: 260px;
    }
}
/* ======================================= */
@media screen and (max-width: 2048px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 32px !important;
    }
}
@media screen and (max-width: 1920px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 1800px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1700px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 26px !important;
    }
}
@media screen and (max-width: 1600px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 1300px) {
    #sec-1 .th,
    #sec-1 .en {
        font-size: 30px !important;
    }
    #sec-0 .title-sec {
        /* left: 30%; */
        top: 22.4%;
    }
    /* .Vbg{
		width: 700px;
		top: 18%;
		left: 38%;
	} */
}

@media screen and (max-width: 1024px) {
    .box-center div.txt > div.bo {
        right: 73px;
    }
    .box-center div.txt::before {
        left: 73px;
    }
    .box-center div.txt::after {
        left: 73px;
    }
    div.box-show {
        width: 91%;
        height: 92%;
    }
    /* .sec1bg{
		  height: 512px;
		  width: 1024px;
		  border-radius: 2048px 2048px 0 0;
	  } */
    #sec-1 .col-md-12 h4 {
        margin-top: 45px;
    }
    /* #sec-0 .title-sec{
			left: 30%;
			top: 45%;
		} */
    /* .Vbg{
		  width: 70%;
		  top: -3%;
		  left: 31%;
		} */
}

@media screen and (max-width: 768px) {
    #navbar2 {
        top: 0;
        transform: translate(-50%, -50%);
    }
    div.box-show {
        width: 92%;
        height: 94%;
    }

    #sec-1>.container.hh,
		#sec-2>.container.hh,
		/* #sec-3>.container.hh, */
		#sec-4>.container.hh {
        /* padding-left:50px;			 */
    }
    .sect {
        padding-top: 0;
    }
    #sec-0 {
        margin-top: 125px;
    }
    #sec-0 .title-sec {
        top: 21.35%;
    }
    #sec-0 .title-sec > h1 {
        font-size: 45px;
    }
    #sec-0 .title-sec > h2 {
        font-size: 27px;
    }
    .Vbg {
        margin-top: 144px;
        height: auto;
    }
    button.btn-map-left.n1 {
        top: 10px;
    }
    button.btn-map-right.n1 {
        background-color: #00000087 !important;
    }
    button.btn-map-right.n2 {
        top: 277px;
        right: 10px;
        padding-left: 5px;
        background-color: #00000087 !important;
    }
    button.btn-map-left.n3 {
        top: 265px;
        left: 33px;
    }
    button.btn-map-right.n3 {
        top: 336px;
        right: 10px;
        padding-left: 20px;
        background-color: #00000087 !important;
    }
    button.btn-map-right.n3:before {
        transform: rotate(-135deg) !important;
    }
    button.btn-map-left.n4 {
        top: 465px;
        left: 28px;
    }
    #sec-5 .owl-nav {
        width: 114.5%;
        bottom: 283px;
    }
}
@media screen and (max-width: 414px) {
    .title-sec.tsec-pc {
        text-align: left !important;
        background-color: #ff000000 !important;
        top: 180px !important;
        width: 50% !important;
        left: 35% !important;
    }
    .title-sec.tsec-pc > h1 {
        font-size: 75px !important;
    }
    .title-sec.tsec-pc hr {
        width: 55% !important;
        margin: 25px 0 25px !important;
    }
    #sec-1 .th,
    #sec-1 .en {
        font-size: 18px !important;
    }
    #img-site2 .owl-carousel .owl-item img {
        height: 275px;
    }
    .Sunrise {
        display: none;
    }
    #sec-5 .curve:after {
        bottom: -10px;
    }
    #sec-5 .curve > ul:after {
        top: -4px;
    }
    #sec-5 .curve {
        padding-top: 0;
    }
    #sec-5 .curve > ul {
        padding: 0;
    }
    #sec-5 .curve > ul:before {
        top: -10px;
    }
    h2.titleleft:after,
    h2.titleright:after {
        width: 75%;
        left: 70px;
    }
    #sec-1 > .container,
    #sec-2 > .container,
    #sec-3 > .container,
    #sec-4 > .container {
        /* margin-left:35px;			 */
    }
    #sec-3 .bo {
        left: 297px;
        top: 74px;
    }
    #sec-3 .bo2 {
        top: -70px;
        left: -8px;
    }
    #sec-4 .bo {
        left: 108px;
        top: 77px;
    }
    #sec-5 .bo {
        left: 305px;
        top: 71px;
    }
    #sec-5 .bo2 {
        left: -10px;
        top: -60px !important;
    }
    #sec-5 .txt {
        font-size: 32px;
        padding-left: 10px;
    }
    #sec-manager {
        font-size: 31px;
        padding-left: 5px;
    }
    #sec-manager .bo {
        left: 350px;
        top: 70px;
    }
    #sec-manager .bo2 {
        left: -11px;
        top: -105px;
    }
    #sec-6 .bo {
        left: 267px;
        top: 76px;
    }
    #sec-6 .bo2 {
        left: 0;
    }
    #sec-7 .bo {
        left: 196px;
        top: 76px;
    }
    #sec-7 .bo2 {
        left: -7px;
    }
    .bo {
        border-bottom-style: solid;
        /* border-top-color: orangered; */
        /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
        border-image-slice: 1;
        border-bottom-width: 8px;
        border-right-style: solid;
        /* border-right-color: #ec2607; */
        border-right-width: 8px;
        width: 45px;
        height: 35px;
        left: 265px;
        position: relative;
        top: 88px;
    }
    /* .box-center div.txt>div */
    #sec-3 .txt {
        padding-left: 14px;
    }
    #sec-3 .bo {
        border-bottom-style: solid;
        /* border-top-color: orangered; */
        /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
        border-image-slice: 1;
        border-bottom-width: 8px;
        border-right-style: solid;
        /* border-right-color: #ec2607; */
        border-right-width: 8px;
        width: 45px;
        height: 35px;
        left: 285px;
        position: relative;
        top: 80px;
    }

    #sec-5 .bo {
        border-bottom-style: solid;
        /* border-top-color: orangered; */
        /* border-image: linear-gradient(to left,#E86109 0%,#FF4203 50%,#E82009 100%); */
        border-image-slice: 1;
        border-bottom-width: 8px;
        border-right-style: solid;
        /* border-right-color: #ec2607; */
        border-right-width: 8px;
        width: 45px;
        height: 35px;
        left: 305px;
        position: relative;
        top: 74px;
    }
    #sec-5 .txt {
        padding-left: 10px;
    }
    #sec-manager h1.txt {
        font-size: 31px;
    }
    .timeline {
        left: -15px;
    }
    #sec-0 .title-sec {
        /* left: 40%; */
        width: 75%;
        padding: 25px;
        top: 20.68%;
        background-color: #1d1c3ce8;
        padding: 25px 25px 35px;
        border-radius: 25px;
    }
    .Vbg {
        margin-top: 100px;

        position: relative;
        top: 0;
        /* width: 100%;
			left: 0;
			top: 18%;
			opacity: 0.5;*/
    }
    #sec-0 .title-sec > h1 {
        font-size: 30px;
        margin: 0;
    }
    #sec-0 .title-sec > h2 {
        font-size: 16px;
        margin: 3px;
    }
    #sec-0 .title-sec > a {
        font-size: 18px;
    }
    #sec-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .txt {
        font-size: 30px;
        padding-left: 30px;
    }
    #sec-1 .bo,
    #sec-2 .bo {
        left: 155px;
        top: 80px;
    }
    #sec-1 .bo2,
    #sec-2 .bo2,
    #sec-4 .bo2 {
        top: -70px;
        left: -5px;
    }
    #pathPro {
        display: none;
    }
    #sec-3 .map-pc {
        display: none;
    }
    #sec-3 .map-mo {
        display: block !important;
    }
    .map {
        height: 370px;
    }
    #sec-7 h3 {
        font-size: 20px;
    }
    #sec-6 .owl-carousel .owl-item img {
        height: 300px;
    }
    #sec-6 .owl-nav {
        bottom: 185px;
    }
    #sec-7 h1.txt {
        padding-left: 12px;
    }
    #navbar {
        padding: 50px !important;
    }
}
@media screen and (max-width: 375px) {
    #sec-0 {
        margin-top: 100px;
    }
    .Vbg {
        margin: 0;
    }
    /* .title-sec.tsec-pc{
			text-align: left !important;
			background-color: #ff000000 !important;
			top: 180px !important;
			width: 50% !important;
			left: 35% !important;
		}
		.title-sec.tsec-pc>h1{
			font-size: 75px !important;
		}
		.title-sec.tsec-pc hr{
			width: 55% !important;
			margin:25px 0 25px !important;
		} */
    #sec-1 h1.txt,
    #sec-2 h1.txt,
    #sec-4 h1.txt,
    #sec-6 h1.txt {
        padding-left: 14px;
    }
    #sec-3 h1.txt {
        font-size: 34px;
        padding-left: 17px;
    }
    #sec-3 .bo {
        left: 268px;
    }
    .map {
        height: 370px;
    }
    #sec-manager h1.txt {
        padding-left: 5px;
    }
    #sec-manager .bo2 {
        top: -103px;
    }
    #sec-manager .bo {
        left: 155px;
        top: 114px;
    }
    #sec-7 h1.txt {
        padding-left: 12px;
    }
    h2.titleleft:after,
    h2.titleright:after {
        width: 72.5%;
    }
    #sec-6 .bo {
        left: 230px;
        top: 77px;
    }
    #sec-7 .bo {
        left: 182px;
    }
}
@media screen and (max-width: 320px) {
    /* .title-sec.tsec-pc{
			text-align: left !important;
			background-color: #ff000000 !important;
			top: 180px !important;
			width: 50% !important;
			left: 35% !important;
		}
		.title-sec.tsec-pc>h1{
			font-size: 75px !important;
		}
		.title-sec.tsec-pc hr{
			width: 55% !important;
			margin:25px 0 25px !important;
		} */
    #sec-0 {
        margin-top: 100px;
    }
    #sec-1 h1.txt,
    #sec-2 h1.txt,
    #sec-4 h1.txt,
    #sec-6 h1.txt {
        padding-left: 14px;
    }
    #sec-1 .bo2,
    #sec-2 .bo2,
    #sec-6 .bo2 {
        left: -5px;
    }
    #sec-4 .bo {
        left: 105px;
        top: 80px;
    }
    #sec-3 h1.txt {
        font-size: 29px;
        padding-left: 14px;
    }
    #sec-3 .bo {
        left: 230px;
        top: 74px;
    }
    #sec-3 .bo2 {
        top: -60px;
    }
    .map {
        height: 370px;
    }
    #sec-manager .txt {
        font-size: 23px;
    }
    #sec-manager .bo {
        left: 178px;
        top: 104px;
    }
    #sec-5 .txt {
        font-size: 26px;
    }
    #sec-5 .bo {
        left: 249px;
        top: 71px;
    }
    #sec-6 h1.txt {
        font-size: 32px;
    }
    #sec-6 .bo {
        left: 245px;
        top: 71px;
    }
    #sec-6 .owl-carousel .owl-item img {
        height: 220px;
    }
    #sec-6 .owl-nav {
        bottom: 145px;
    }
    #sec-7 h1.txt {
        padding-left: 12px;
    }
    #sec-7 h3 {
        font-size: 18px;
    }
    h2.titleleft:after,
    h2.titleright:after {
        width: 67%;
        top: 107px;
    }
    .right .content::before {
        right: -20px;
    }
    .left .content::before {
        left: -20px;
    }
}

@media screen and (max-width: 500px) {
    .logos {
        display: block !important;
    }
    .Vbg {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    #navbar {
        display: block !important;
    }
    #navbar2 {
        display: none !important;
    }
    .title-sec {
        display: none;
    }
    div.box-show {
        background-color: #e82009;
    }
    /* .title-sec.tsec-pc{
			text-align: left !important;
			background-color: #ff000000 !important;
			top: 180px !important;
			width: 50% !important;
			left: 35% !important;
		}
		.title-sec.tsec-pc>h1{
			font-size: 75px !important;
		}
		.title-sec.tsec-pc hr{
			width: 55% !important;
			margin:25px 0 25px !important;
		} */
    /*#sec-5 .txt{
			font-size: 32px;
		}*/
    #sec-manager .txt {
        font-size: 27px;
    }
    /*#sec-manager .bo {
			left: 310px;
			top: 91px;
		}*/
    /*#sec-5 .bo {
			left: 300px;
		}*/
    #sec-6 h1.txt {
        font-size: 32px;
    }
    #sec-6 .bo {
        top: 71px;
    }
    #sec-3 h1.txt {
        font-size: 29px;
        padding-left: 14px;
    }
    #sec-3 .bo {
        left: 230px;
        top: 74px;
    }
    #sec-3 .bo2 {
        top: -60px;
    }
}
@media screen and (max-width: 600px) {
    .left .content::before {
        display: none;
    }
    .right .content::before {
        display: none;
    }
    .sec1bg {
        background: none;
        width: 100%;
        box-shadow: none;
        /* top: -1300px !important; */
    }
    #sec-1 .col-md-12 h4 {
        text-indent: 2.5em;
        line-height: 24px;
        margin-top: 0;
    }
    #wave {
        visibility: hidden;
    }
}

/* @media screen and (max-width: 414px){
		.sec1bg{
			top: -990px !important;
		}
	}
	@media screen and (max-width: 375px){
		.sec1bg{
			top: -1075px !important;
		}
	}
	@media screen and (max-width: 320px){
		.sec1bg{
			top: -1300px !important;
		}
	} */

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