@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamNarrow-Light.woff') format('woff');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamNarrow-Book.woff') format('woff');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamNarrow-Bold.woff') format('woff');
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamNarrow-Black.woff') format('woff');
}

@font-face {
    font-family: 'GothamUltra';
    src: url('../fonts/GothamNarrow-Ultra.woff') format('woff');
}

@font-face {
    font-family: 'GothamUltraItalick';
    src: url('../fonts/GothamNarrow-UltraItalic.woff') format('woff');
}


html, body {
    font-family: GothamBook, serif;
    font-weight: normal;
    overflow-x: hidden;
}

.main-area{
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("../images/main-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*overflow: hidden;*/

}

.header{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.logo{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}


.logo strong{
    font-family: GothamBook, serif;
    font-size:40px;
    font-weight: bold;
    margin-left: 20px;
    color: #004595;
}

.main-right-bg{
    width: auto;
    height:100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.main-right-bg img{
    width: auto;
    height:100%;
    object-fit: fill;
}

.main-text{
    margin-top: 5%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
}

.main-text span{
    font-size:40px;
    color: #004595;
}

.main-text strong{
    font-family: GothamUltraItalick, serif;
    font-size:140px;
    color: #004595;
    font-weight: 900;
    line-height: 110px;
    margin-top: 30px;
}

.main-text p{
    width: 100%;
    max-width: 700px;
    font-family: GothamBook, serif;
    font-size: 24px;
    color: #004595;
    font-weight: 300;
    line-height: 34px;
}

.main-text br{
    display: none;
}

.main-text-line{
    width: 180px;
    height: 2px;
    background-color: #CD0E2D;
    margin:30px 0 10px 0;
}

.main-product{
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 10%;
    z-index: 4;
}

.main-product-bottom{
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: -12%;
    z-index: 4;
}


.label-360{
    width: 120px;
    height: 120px;
    background-color: #CD0E2D;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left:25%;
    bottom:10%;
    color:#fff;
    box-shadow: inset 0 0 40px #A5181B;
}

.label-360 div{
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotateZ(15deg);
}

.label-360 > div strong{
    font-family: GothamUltra, serif;
    font-size:34px;
    line-height: 32px;

}

.label-360 > div span{
    font-family: GothamBold, serif;
    font-size:20px;
}

.label-360 > div strong i{
    font-family: GothamBold, serif;
    font-size:16px;
    position: absolute;
    top:12px;
}



.main-right-area{
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #003E86;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.site-menu-ic{
    width: 100%;
    height: 50px;
    background-color: #003E86;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-menu-ic:hover{
    background-color: #CD0E2D;
}

.main-social-media-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.main-social-media-list > a{
    width: 100%;
    height: auto;
    font-size:16px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}

.main-social-media-list > a:hover{
    color: #004595;
    background-color: #FFEE3B;
}


@keyframes main-product-animation1
{
    0%   {top:10%; }
    50%   {top:15%; }
    100%   {top:10%; }
}


.main-product-animation {
    animation-name: main-product-animation1;
    animation-duration: 5s;
    animation-iteration-count:infinite;
}


@keyframes main-product-animation2
{
    0%   {left:-10%; }
    50%   {left:-14%; }
    100%   {left:-10%; }
}


.main-product-animation2 {
    animation-name: main-product-animation2;
    animation-duration: 4s;
    animation-iteration-count:infinite;
}





/* Page Area Two */
.page-area-two{
    width: 100%;
    height: 935px;
    background-color: #e1e1e1;
    background-image: url("../images/backgrounds/page-area-two.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-area-two-product{
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 10%;
    z-index: 4;
}

.page-area-two-text{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    right:20%;
    top: 10%;
    transform: rotate(-20deg);
}


.page-area-two-text > .text1{
    font-size:90px;
    font-family: GothamBook, serif;
    color: #004595;
    line-height: 120px;
    margin-left: 44%;
}

.page-area-two-text > .text2{
    font-size:270px;
    font-family: GothamUltraItalick, serif;
    color: #004595;
    line-height: 200px;
    margin-left: -15%;
}

.page-area-two-text > .text3{
    font-size:150px;
    font-family: GothamUltraItalick, serif;
    color: #CD0E2D;
}

.page-area-two-text > .text4{
    font-size:100px;
    font-family: GothamUltraItalick, serif;
    color: #004595;
    line-height: 80px;
}




/* Page are three */

.page-area-three{
    width: 100%;
    height: 750px;
    background-image: linear-gradient(to right, #003470 , #005DC7);
    position: relative;
    display: flex;
    align-items: center;
}


.page-area-three-product{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 3;
    top: 10%;
    right: 10%;
}


.page-area-three-text{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10%;
    display: flex;
    flex-direction: column;
    transform: rotate(-20deg);
}

.page-area-three-text > .text1{
    font-family: GothamUltraItalick, serif;
    font-size:185px;
    color: #fff;
    line-height: 110px;
}
.page-area-three-text > .text1 > span{
    font-family: GothamUltraItalick, serif;
    font-size:80px;
    line-height: 40px;
    margin-left: -40px;
}

.page-area-three-text > .text2{
    font-family: GothamUltraItalick, serif;
    font-size:185px;
    color: #FFEE3B;
    margin-left: 25%;
}

.page-area-three-text > .text3{
    font-family: GothamUltraItalick, serif;
    font-size:185px;
    color: #fff;
    line-height: 110px;
}



.page-area-four{
    width: 100%;
    height: 800px;
    background-color: #FFEE3B;
    background-image: url("../images/backgrounds/page-area-four.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.content-four-left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 5%;
    padding-bottom: 5%;
}

.content-four-left > span{
    font-family: GothamLight, serif;
    font-size:70px;
    color: #fff;
}


.content-four-left > strong{
    font-family: GothamBlack, serif;
    font-size:70px;
    color: #004595;
}

.content-four-right{
    width: 50%;
    height: 100%;
    position: relative;
}


.content-four-product{
    width: auto;
    height: auto;
    position: absolute;
    right: 5%;
    bottom: -12%;
}


.content-four-text-container{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-four-text-item{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    margin-bottom: 5%;
}

.content-four-text-icon{
    width: 75px;
    height: 100%;
}

.content-four-text{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}


.content-four-text > strong{
    font-family: GothamBold, serif;
    font-size:36px;
    color: #004595;
}

.content-four-text > span{
    font-family: GothamBold, serif;
    font-weight: bold;
    font-size:18px;
    color: #004595;
    margin-top: 20px;
    line-height: 26px;
}









.page-area-five{
    width: 100%;
    height: 800px;
    background-color: #FFEE3B;
    background-image: url("../images/backgrounds/page-area-five.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.content-five-product{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 3;
    left: 5%;
    bottom: -10%;
}


.content-five-text{
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-five-text > strong{
    font-family: GothamBold, serif;
    font-size:30px;
    color: #004595;
    line-height: 60px;
}

.content-five-icons{
    width: auto;
    height: auto;
    margin-top: 50px;
}

.content-five-icons img{
    margin-right: 40px;
    margin-bottom: 30px;

}






.page-area-six{
    width: 100%;
    height: 700px;
    background-color: #FFEE3B;
    background-image: url("../images/backgrounds/page-area-six.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.content-six-product{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    right: -10px;
    top: 10%;
}


.content-six-text{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10%;
    justify-content: center;
}

.content-six-text > strong{
    font-family: GothamUltra, serif;
    font-size:145px;
    color: #CD0E2D;
    line-height: 120px;
}

.content-six-text > span{
    font-family: GothamLight, serif;
    font-size:84px;
    color: #004595;
}

.content-six-text > p{
    width: 80%;
    font-family: GothamBold, serif;
    font-size:24px;
    line-height: 36px;
    color: #004595;
    margin-top: 10px;
}


.content-six-line{
    width: 160px;
    height: 2px;
    background-color: #004595;
    margin-top: 20px;
}









.page-area-seven{
    width: 100%;
    height: 854px;
    background-color: #FFEE3B;
    background-image: url("../images/backgrounds/page-area-seven.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.content-seven-product{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}


.content-seven-text{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10%;
    justify-content: center;
}


.content-seven-text > strong{
    font-family: GothamUltra, serif;
    font-size:145px;
    color: #FFEE3B;
    line-height: 100px;
}

.content-seven-text > span{
    font-family: GothamBook, serif;
    font-size:140px;
    color: #fff;
}


.content-seven-line{
    width: 160px;
    height: 2px;
    background-color: #FFEE3B;
    margin-top: 20px;
}

.content-seven-text > p{
    width: 80%;
    font-family: GothamBook, serif;
    font-size:24px;
    line-height: 36px;
    color: #fff;
    margin-top: 10px;
}









.page-area-eight{
    width: 100%;
    height: 854px;
    background-color: #FFEE3B;
    background-image: url("../images/backgrounds/page-area-eight.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.content-eight-product{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    right: 5%;
    top: 0;
}


.content-eight-text{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10%;
    justify-content: center;
}

.content-eight-text > strong{
    font-family: GothamUltra, serif;
    font-size:100px;
    color: #CD0E2D;
    line-height: 100px;
}

.content-eight-text > span{
    font-family: GothamUltra, serif;
    font-size:100px;
    color: #004595;
    line-height: 100px;
}

.content-eight-text > p{
    width: 80%;
    font-family: GothamBook, serif;
    font-size:24px;
    line-height: 36px;
    color: #004595;
    margin-top: 10px;
}


.content-eight-line{
    width: 160px;
    height: 2px;
    background-color: #CD0E2D;
    margin-top: 20px;
}






.tds-sds-container{
    width: 100%;
    height: 207px;
    background-color: #FFEE3B;
    display: flex;
    justify-content: space-between;
}

.tds-container{
    width: 50%;
    height: 207px;
    background-color: #FFEE3B;
    display: flex;
    justify-content: flex-end;
}

.tds-content{
    width: 90%;
    height: 207px;
    position: relative;
    display: flex;
    align-items: center;
}

.tds-content > img{
    width: auto;
    height: auto;
}

.sds-container{
    width: 50%;
    height: 207px;
    background-color: #004595;
    display: flex;
    justify-content: flex-start;
}


.tds-content-items{
    width: auto;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5%;
}

.tds-title{
    display: flex;
    flex-direction: column;
}

.tds-title > strong{
    font-family: GothamBlack, serif;
    font-size:24px;
    color: #004595;
}

.tds-title > span{
    font-family: GothamLight, serif;
    font-size:20px;
    color: #004595;
}

.tds-btn{
    font-family: GothamBlack, serif;
    color: #CD0E2D;
    font-size:16px;
    display: flex;
    align-items: center;
}

.tds-btn:hover{
    font-family: GothamBlack, serif;
    color: #CD0E2D;
}


.download-ic{
    width: 40px;
    height: 40px;
    background-color: #CD0E2D;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.download-ic > i{
    font-size: 18px;
    color: #fff;
}



.tds-btn:hover{
    color: #A7001B;
}

.tds-btn:hover > .download-ic{
    background-color: #A7001B;
}






.sds-content{
    width: 90%;
    height: 207px;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("../images/sds-left-bg.png");
    background-repeat: no-repeat;
    background-position: left;
}


.sds-content-items{
    width: auto;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5%;
}

.sds-title{
    display: flex;
    flex-direction: column;
}

.sds-title > strong{
    font-family: GothamBlack, serif;
    font-size:24px;
    color: #FFEE3B;
}

.sds-title > span{
    font-family: GothamLight, serif;
    font-size:20px;
    color: #FFEE3B;
}

.sds-btn{
    font-family: GothamBlack, serif;
    color: #fff;
    font-size:16px;
    display: flex;
    align-items: center;
}

.sds-btn:hover{
    font-family: GothamBlack, serif;
    color: #e1e1e1;
    font-size:16px;
}

.sds-btn:hover span{
    background-color: #e1e1e1;
}


.sds-btn > span{
    background-color: #fff;
}

.sds-btn > span i{
    color: #004595;
}








.page-title-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:150px;
}

.page-title-container span{
    font-family: GothamLight, serif;
    font-size:45px;
    color: #004595;
}

.page-title-container span strong{
    font-family: GothamBlack, serif;
    font-size:45px;
    color: #CD0E2D;
}



.videos-container{
    width: 100%;
    max-width: 1700px;
    height: auto;
    margin: 0 auto;
    margin-top:60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.video-item{
    width: 100%;
    max-width: 800px;
    height: 690px;
    background-color: #f1f1f1;
    margin: 5px;
    position: relative;
}


.video-item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.video-title{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom:30px;
    padding: 10px 5%;
    display: flex;
    flex-direction: column;
}


.video-title > strong{
    font-family: GothamBold, serif;
    color: #fff;
    font-size:20px;
}

.video-title > span{
    font-family: GothamLight, serif;
    color: #fff;
    font-size:18px;
    line-height: 30px;
}


.video-play{
    width: 60px;
    height: 45px;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.video-play > span{
    color: #CD0E2D;
    font-size:74px;
}



.video-item:hover > img{
    opacity: 0.8;
}


.video-item:hover > .video-play{
    background-color: #CD0E2D;
}
.video-item:hover > .video-play span{
    color: #fff;
}






.page-galleries-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.galleries-list{
    width: 100%;
    height: auto;
    display: flex;
}

.galleries-item{
    width: 100%;
    height: 450px;
    background-color: #FFEE3B;
    margin: 10px;
}


.galleries-item img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.galleries-item img:hover{
    opacity: 0.6;
}


.galleries-item:first-child{
    margin-left: 0;
}

.galleries-item:last-child{
    margin-right: 0;
}







.footer-container{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:40px;
}


.footer-item{
    width: auto;
    max-width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer-item > strong{
    font-family: GothamBlack, serif;
    font-size:20px;
    color: #CD0E2D;
}


.footer-item > span{
    font-family: GothamBook, serif;
    font-size:20px;
    color: #004595;
    line-height: 28px;
    margin-top: 5px;
}

.footer-line{
    width: 1px;
    height: 50px;
    background-color: #ccc;
}


.footer-logo{
    width: 110px;
    height: auto;
}




.footer-bottom-container{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top:40px;
    border-top: 1px solid #ccc;
    padding: 40px 0;
    margin-bottom: 40px;
}


.social-media-list > a{
    font-size:22px;
    color: #4D4D4D;
    margin: 8px;
}

.social-media-list > a:hover{
    color: #CD0E2D;
}


.social-media-list > a:first-child{
    margin-left: 0;
}

.footer-bottom-right{
    width:auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.footer-logos{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-logos > a{
    margin: 0 30px;
}

.footer-logos > a:hover{
    opacity: 0.7;
}

.footer-logos > a:last-child{
    margin-right: 0;
}

.footer-bottom-right > span{
    margin-top: 30px;
    font-family: GothamBook, serif;
    font-size:14px;
    color: #A7A7A7;
}


.fancybox-infobar{ font-family: Arial }



.languages > a{
    font-family: GothamBold, serif;
    font-size: 14px;
    color: #fff;
}

.lang-tr{ background-color: #CD0E2D; }
.lang-tr:hover{ background-color: #A5181B; }

.lang-en{ background-color: #0053B5; }
.lang-en:hover{ background-color: #00336F; }




/* Responsive Screen */

/* 2560 X 1440 */
@media only screen and (max-width: 2560px) {

    .main-product-bottom{ bottom: -2%; }

}



/* 2248 X 1440 */
@media only screen and (max-width: 2248px) {

    .main-product-bottom{ bottom: -10%; }


    .main-text strong{
        font-size:120px;
        line-height: 80px;
    }

}

/* 2048 X 1152 */
@media only screen and (max-width: 2148px) {

    .main-product-bottom{ width: 50%; height: auto; bottom: -15%; }
}

/* 1920 X 1080 */
@media only screen and (max-width: 1920px) {

    .logo img{
        width: 120px;
        height: auto;
    }

    .logo strong{
        font-size:30px;
    }

    .main-product{ width: 60%; height: auto; }
    .main-product-bottom{ bottom: -25%; }

    .label-360 > div{ bottom: 4%; }


    .page-area-three-text > .text1{
        font-size:130px;
        line-height: 80px;
    }
    .page-area-three-text > .text1 > span{
        font-size:50px;
        line-height: 50px;
        margin-left: -30px;
    }

    .page-area-three-text > .text2{
        font-size:130px;
        margin-left: 20%;
    }

    .page-area-three-text > .text3{
        font-size:130px;
        line-height: 80px;
    }


    .content-five-text{
        width: 40%;
    }


    .video-item{
        max-width: 700px;
        height: 590px;
    }


}

/* 1600 X 900 */
@media only screen and (max-width: 1600px) {

    .main-text{
        margin-top: 3%;
    }

    .main-text span{
        font-size:30px;
    }
    .main-text strong{
        font-size:80px;
        line-height: 50px;
    }

    .main-text p{
        max-width: 500px;
        font-size: 18px;
        line-height: 26px;
        margin-top:10px;
    }

    .main-product-bottom{ bottom: -15%; }

    .label-360{ bottom: 5%; }


    .page-area-two-product{ left: 5%; }
    .page-area-two-text{ right:10%; }



    .content-four-text > strong{
        font-size:26px;
    }

    .content-four-text > span{
        font-size:16px;
        line-height: 24px;
    }


    .content-four-left > span{
        font-size:60px;
    }

    .content-four-left > strong{
        font-size:60px;
    }


    .content-five-text > strong{
        font-size:24px;
        line-height: 50px;
    }


    .content-five-product{
        width: 45%;
        height: auto;
    }

    .content-six-product{
        width: 40%;
        height: auto;
        top: 15%;
    }


    .content-six-text > strong{
        font-size:110px;
        line-height: 100px;
    }

    .content-six-text > span{
        font-size:60px;
    }

    .content-six-text > p{
        width: 80%;
        font-size:18px;
        line-height: 26px;
    }




    .content-seven-text{
        right: 5%;
    }

    .content-seven-text > strong{
        font-size:120px;
        line-height: 100px;
    }

    .content-seven-text > span{
        font-size:100px;
    }

    .content-seven-text > p{
        width: 80%;
        font-size:20px;
        line-height: 28px;
    }

    .content-seven-product{
        width: 60%;
        height: auto;
    }





    .content-eight-product{
        width: 45%;
        height: auto;
        right: 0;
    }


    .content-eight-text > strong{
        font-size:80px;
        line-height: 80px;
    }

    .content-eight-text > span{
        font-size:80px;
        line-height: 80px;
    }


    .content-eight-text > p{
        font-size:20px;
        line-height: 30px;
        margin-top: 10px;
    }


    .video-item{
        max-width: 650px;
        height: 590px;
    }



    .galleries-item{
        width: 100%;
        height: 380px;
    }


    .galleries-item img{
        width: 100%;
        height: 380px;
    }



}


/* 1380 X 720 */
@media only screen and (max-width: 1380px) {

    .logo img{
        width: 100px;
        height: auto;
    }

    .main-text span{
        font-size:24px;
    }

    .main-text strong{
        font-size:65px;
        line-height: 35px;
    }

    .main-text p{
        max-width: 500px;
        font-size: 16px;
        line-height: 22px;
        margin-top:10px
    }


    .page-area-two{
        background-position: right center;
    }

    .page-area-two-product{
        width: auto;
        height: 700px;
        margin-left: 10%;
    }

    .page-area-two-text > .text1{
        font-size:60px;
        line-height: 80px;
        margin-left: 52%;
    }

    .page-area-two-text > .text2{
        font-size:210px;
        line-height: 160px;
        margin-left: -15%;
    }

    .page-area-two-text > .text3{
        font-size:100px;
    }

    .page-area-two-text > .text4{
        font-size:80px;
        line-height: 70px;
    }

    .page-area-three-text > .text1{
        font-size:110px;
    }
    .page-area-three-text > .text1 > span{
        font-size:40px;
    }

    .page-area-three-text > .text2{
        font-size:110px;
    }

    .page-area-three-text > .text3{
        font-size:110px;
    }

    .page-area-four{ background-position: left center; }

    .content-four-text > strong{
        font-size:20px;
    }

    .content-four-text > span{
        font-size:14px;
        line-height: 22px;
    }

    .content-four-left{
        justify-content: center;
    }

    .content-four-left > span{
        font-size:50px;
    }

    .page-area-five{ background-position: left center; }

    .content-four-left > strong{
        font-size:50px;
    }

    .content-six-product{
        width: 35%;
        top: 20%;
    }


    .video-item{
        max-width: 550px;
        height: 490px;
    }


    .galleries-item{
        width: 100%;
        height: 320px;
    }

    .galleries-item img{
        width: 100%;
        height: 320px;
    }


    .footer-item > strong{
        font-size:16px;
    }


    .footer-item > span{
        font-size:16px;
        line-height: 24px;
        margin-top: 10px;
    }



    .footer-logo{
        width: 90px;
        height: auto;
    }


}



/* 1280 X 720 */
@media only screen and (max-width: 1280px) {

    .main-text strong{
        font-size:60px;
        line-height: 30px;
    }


    .main-product-bottom{ bottom: -20%; }

    .label-360, .label-360 > div {
        width: 90px;
        height: 90px;
    }


    .label-360 > div strong{
        font-size:22px;
        line-height: 16px;
    }

    .label-360 > div span{
        font-size:16px;
    }

    .label-360 > div label{
        font-size:14px;
    }

    .label-360 > div strong i{
        font-size:14px;
    }

    .page-area-two-product{
        width: auto;
        height: 700px;
        margin-left: 5%;
    }


    .page-area-three-product{
        width:auto;
        height: 600px;
        right:5%;
    }


    .page-area-four{
        width: 100%;
        height: 600px;
    }

    .content-four-left{
        width: 45%;
    }

    .content-four-right{
        width: 55%;
    }

    .content-four-text > strong{
        font-size:16px;
    }

    .content-four-text > span{
        font-size:14px;
        line-height: 22px;
    }

    .content-four-left > span{
        font-size:40px;
    }

    .content-four-left > strong{
        font-size:40px;
    }


    .content-five-product{
        top: 0;
        bottom: 0;
        margin: auto;
    }


    .content-five-text > strong{
        font-size:20px;
        line-height: 44px;
    }


    .page-area-six {
        background-image: url(../images/backgrounds/1280/page-area-six.jpg);
        background-position: right center;
    }

    .content-six-product{ display: none; }


    .content-seven-text{
        width: auto;
        max-width: 40%;
        right:15%;
    }

    .page-area-seven{
        width: 100%;
        height: 700px;
        background-image: url(../images/backgrounds/1280/page-area-seven.jpg);
        background-position: left center;
    }


    .content-seven-product{ display: none; }


    .page-area-eight{
        width: 100%;
        height: 700px;
        background-image: url(../images/backgrounds/1280/page-area-eight.jpg);
        background-position: right center;
    }

    .content-eight-product{ display: none; }




    .content-eight-text{
        width: 50%;
    }

    .content-eight-text > strong{
        font-size:60px;
        line-height: 60px;
    }

    .content-eight-text > span{
        font-size:60px;
        line-height: 60px;
    }

    .content-eight-text > p{
        font-size:18px;
        line-height: 28px;
    }



    .video-item{
        max-width: 450px;
        height: 390px;
    }


    .galleries-item{
        width: 100%;
        height: 280px;
    }

    .galleries-item img{
        width: 100%;
        height: 280px;
    }


}




@media only screen and (max-width: 1000px) {


    .main-text strong {
        font-size: 40px;
        line-height: 10px;
    }

    .main-text p { display: none; }
    .main-text-line { display: none; }
    .label-360{ display: none; }


    .page-area-two-product{
        height: 500px;
    }


    .page-area-two-text > .text1{
        font-size:50px;
        line-height: 70px;
        margin-left: 52%;
    }

    .page-area-two-text > .text2{
        font-size:180px;
        line-height: 130px;
        margin-left: -15%;
    }

    .page-area-two-text > .text3{
        font-size:90px;
    }

    .page-area-two-text > .text4{
        font-size:90px;
        line-height: 70px;
    }


    .page-area-three-product {
        height: 500px;
    }

    .content-four-product {
        height: 450px;
    }




    .galleries-item{
        width: 100%;
        height: 240px;
    }

    .galleries-item img{
        width: 100%;
        height: 240px;
    }




    .tds-sds-container{
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .tds-container,
    .sds-container{
        width: 100%;
        height: auto;
    }

    .tds-content,
    .sds-content{
        width: 100%;
        height: auto;
        background-image: none;
        padding: 20px 0;
    }


    .tds-content > img,
    .sds-content > img{
        display: none;
    }


    .tds-title > strong,
    .sds-title > strong{
        font-size:24px;
    }

    .tds-title > span,
    .sds-title > span{
        font-size:20px;
        margin-top: 5px;
    }

    .tds-btn,
    .sds-btn{
        font-size:18px;
        margin: 20px 0;
    }




}



@media only screen and (max-width: 780px) {


    .page-area-two{
        height: 600px;
    }


    .page-area-two-product {
        height: 350px;
    }


    .page-area-two-text > .text1{
        font-size:40px;
        line-height: 60px;
    }

    .page-area-two-text > .text2{
        font-size:140px;
        line-height: 100px;
        margin-left: -20%;
    }

    .page-area-two-text > .text3{
        font-size:70px;
    }

    .page-area-two-text > .text4{
        font-size:70px;
        line-height: 60px;
    }

    .page-area-three {
        height: 400px;
    }

    .page-area-three-product {
        display: none;
    }


    .content-four-text-container {
        width: 70%;
    }


    .content-four-product {
        display: none;
    }





}




@media only screen and (max-width: 580px) {

    .main-area{
        width: 100%;
        height: 100vh;
        min-height: 620px;
        padding-bottom: 50px;
    }

    .header{ margin-bottom: 50px; }
    .logo > img{ width: 60px; height: auto; }
    .logo strong{ font-size:24px; margin-left: 20px; }
    .main-right-bg{ display: none; }
    .main-text span{ font-size:28px; }

    .main-text strong{
        font-size:50px;
        margin-top: 0;
        line-height: 50px;
    }

    .main-text br{ display: block; }
    .main-text p{ display: none; }
    .main-text-line,
    .label-360{ display: none; }
    .main-product{ display: none; }
    .main-product-bottom{ width: 85%; bottom: 0; }

    .main-right-area{ width: 40px; }

    .site-menu-ic{ height: 40px; }
    .site-menu-ic img{ width: 30px; height: auto; }

    .main-social-media-list > a{ font-size:14px; padding: 10px 0; }

    .page-area-two-product{ display: none }


    .page-area-two{
        width: 100%;
        height: auto;
        background-color: #e1e1e1;
        background-position: right;
        padding: 15% 0;
    }

    .page-area-two-text{
        position: relative;
        transform: rotate(0deg) !important;
    }

    .page-area-two-text > .text1{
        font-size:40px;
        margin-left: 5%;

    }

    .page-area-two-text > .text2{
        font-size:60px;
        line-height: 50px;
        margin-left: 5%;
    }

    .page-area-two-text > .text3{
        font-size:60px;
        margin-left: 5%;
    }

    .page-area-two-text > .text4{
        font-size:50px;
        line-height: 40px;
        margin-left: 5%;
    }



    .page-area-three{
        width: 100%;
        height: auto;
        padding: 25% 0;
    }

    .page-area-three-product{ display: none; }

    .page-area-three-text{
        position: relative;
        left: 10%;
    }


    .page-area-three-text > .text1{
        font-size:50px;
        line-height: 40px;
    }
    .page-area-three-text > .text1 > span{
        font-size:20px;
        line-height: 20px;
        margin-left: 0;
    }

    .page-area-three-text > .text2{
        font-size:50px;
        margin-left: 25%;
    }

    .page-area-three-text > .text3{
        font-size:50px;
        line-height: 40px;
    }





    .page-area-four{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 10% 0;
        background-image: url("../images/backgrounds/mobile/page-area-four.jpg");
        background-position: 0 center;
    }

    .content-four-left{ width: 100%; }
    .content-four-right{ width: 100%; padding: 0 5%; }

    .content-four-text-container{width: 100%; }

    .content-four-product{ display: none; }



    .page-area-five{
        width: 100%;
        height: auto;
        padding: 15% 0;
        background-image: url("../images/backgrounds/mobile/page-area-five.jpg");
        background-position: center center;
    }
    .content-five-product{ display: none; }
    .content-five-text{ width: 100%; padding: 0 5%; position: relative;  }
    .content-five-icons{ display: flex; justify-content: space-between; }
    .content-five-icons img{ width: 45px; height: auto; margin-right: 20px; }




    .page-area-six{
        width: 100%;
        height: auto;
        background-color: #FFEE3B;
        padding: 15% 0;
        background-image: url("../images/backgrounds/mobile/page-area-six.jpg");
        background-position: top center;
    }


    .content-six-product{ display: none; }


    .content-six-text{
        width: 100%;
        height: auto;
        position: relative;
        left: 5%;
    }

    .content-six-text > strong{
        font-size:60px;
        line-height: 70px;
    }

    .content-six-text > span{
        font-size:40px;
        color: #004595;
    }







    .page-area-seven{
        width: 100%;
        height: auto;
        padding: 15% 0;
        background-image: url("../images/backgrounds/mobile/page-area-seven.jpg");
        background-position: top center;
    }


    .content-seven-product{ display: none; }

    .content-seven-text{
        width: 100%;
        height: auto;
        position: relative;
        left: 5%;
    }


    .content-seven-text > strong{
        font-size:80px;
        line-height: 70px;
    }

    .content-seven-text > span{
        font-size:60px;
        color: #fff;
    }





    .page-area-eight{
        width: 100%;
        height: auto;
        padding: 20% 0;
        background-image: url("../images/backgrounds/mobile/page-area-eight.jpg");
        background-position: right center;
    }

    .content-eight-product{ display: none; }

    .content-eight-text{
        width: 100%;
        height: auto;
        position: relative;
        left: 5%;
    }


    .content-eight-text > strong{
        font-size:40px;
        line-height: 50px;
    }

    .content-eight-text > span{
        font-size:55px;
        color: #004595;
        line-height: 60px;
    }


    .content-eight-text > p{ line-height: 28px; }




    .page-title-container{ margin-top:50px; }
    .page-title-container span{ font-size:30px; }
    .page-title-container span strong{ font-size:30px; }



    .videos-container{ margin-top:30px; }
    .video-item{ width: 100%; height: 250px; }

    .video-title{ bottom:15px; }
    .video-title > strong{ font-size:18px; }
    .video-title > span{ font-size:16px; line-height: 24px; }

    .video-play{ width: 30px; height: 25px; }
    .video-play > span{ color: #CD0E2D; font-size:40px; }




    .galleries-item{
        width: 100%;
        height: 120px;
        margin: 5px;
    }


    .galleries-item img{
        width: 100%;
        height: 100%;
    }


    .footer-container{
        flex-direction: column;
        align-items: flex-start
    }

    .footer-item{
        margin-bottom: 25px;
    }

    .footer-logo,
    .footer-line{ display:none; }




    .footer-bottom-container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .footer-logos {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-top:30px;
    }


    .footer-logos a {
        width: auto;
        height: auto;
        padding: 0;
        margin:0;
        margin-right: 25px;
    }

    .footer-bottom-right{
        justify-content: flex-start;
        align-items: flex-start;
    }



}
