/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal; -webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'Didot';
    src: url('fonts/Didot-Italic.eot');
    src: url('fonts/Didot-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Didot-Italic.woff2') format('woff2'),
        url('fonts/Didot-Italic.woff') format('woff'),
        url('fonts/Didot-Italic.ttf') format('truetype'),
        url('fonts/Didot-Italic.svg#Didot-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


img {
    max-width: 100%;
}
.wrapper {
    height: 100vh;
}
.header_website {
    display: flex;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
.header_website .header-left {
    width: 220px;
    height: 137px;
}
.header-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.header-right a {
    background-color: #FF0000;
    display: inline-block;
    padding: 7px 35px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.header-right a:hover {
    background-color: #000000;
    color: #FF0000;    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.content-website {
    height: calc(100vh - 117px);
    position: relative;
    margin-top: -70px;   position: relative;
}
.content-right .swiper-slide img {
    height: calc(100vh - 117px);    position: relative;
}
.content-right .swiper-fade .swiper-slide {
    display: flex;
    justify-content: flex-end;
    position: relative;    opacity: 0 !important;
}
.background-banner {
    position: absolute;
    width: 67vw;
    height: 67vw;
    background-color: #1D48FC;    border-radius: 100%;
    top: 17%;
    right: -17%;
}
.content-right .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}
.background-banner.color2 {
    background-color: #FF9831;
}
.content-left {
    position: absolute;
    width: 40%;
    left: 100px;
    top: 150px;
    z-index: 100;
}
.content-left h1 {
    font-family: 'Didot';
    font-size: 35px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
}
.content-left h3 {
    font-size: 17px;
    width: 400px;
    line-height: 1.4;
}
.content-left .info-ceo {
    margin-top: 30px;
}
.content-left .info-ceo p strong {
    font-weight: 700;
}
.content-left .info-ceo p {
    margin-bottom: 4px;
}
.content-left-bottom {
    margin-top: 100px;
}
.content-left-bottom strong {
    font-weight: 600;
}
.content-left-bottom p {
    margin-bottom: 12px;
}
.content-left-bottom p a {
    color: #000000;
    text-decoration: none;
}
.content_mobile {
    display: none;
}
@media only screen and (max-width: 1530px) {
    .content-left h1 {
        font-family: 'Didot';
        font-size: 30px;
        font-weight: 300;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .content-left {
        width:34%;
    }
    .content-left-bottom {
        margin-top: 40px;
    }
    .content-left .info-ceo {
        margin-top: 20px;
    }
    .content-left-bottom p {
        margin-bottom: 8px;
        line-height: 1.2;
        font-size: 15px;
    }
    .content-left h3{
        font-size: 16px;
    }
    .content-left .info-ceo p {
        font-size: 15px;
    }
    .header_website {
        padding-left: 80px;
    }
    .content-left{
        left: 80px;
        top: 100px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape){
    .content-website {
        height: calc(100vh - 257px);
        position: relative;
        margin-top: 70px;
        position: relative;
    }
    .content-right .swiper-slide img {
        height: calc(100vh - 257px);
        position: relative;
    }
    .content-left h1 {
        font-size: 28px;
    }
    .content-left {
        width: 28%;
    }
}
@media only screen and (max-device-height: 768px) and (max-device-width: 1366px) and (orientation: landscape){
    .content-website {
        margin-top: 00px;        height: calc(100vh - 187px);
    }
    .content-right .swiper-slide img {
        height: calc(100vh - 187px);
        position: relative;
    }
    .content-left {
        top:50px
    }
    .content-left {
        width: 35%;
    }
    .content-left h1 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1030px) {
    .content-left {
        position: relative;
        width: auto;
        left: 0;
        padding-left: 80px;
        padding-right: 80px;
        top: 30px;
    }
    .content-left .content-left-bottom {
        display: none;
    }
    .content_mobile {
        display: block;padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }
    .content-website {
        height: auto;
        margin-top: 0;
    }
    .content-right .swiper-slide img {
        width: 90%;
        height:auto;
    }
    .content-right {
        margin-top: 45px;
    }
    .background-banner{
        position: absolute;
        width: 80vw!important;
        height: 80vw!important;
        background-color: #1D48FC;
        border-radius: 100%;
        top: 10%;
        right: -35%;
    }
    .slider-banner .swiper {
        overflow: visible;
    }
    .header-right {
        justify-content: flex-start;
    }
        .content-right .swiper-fade .swiper-slide {
        overflow:hidden;
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape){
    .content-website {
        height: calc(100vh - 257px);
        position: relative;
        margin-top: 70px;
        position: relative;
    }
    .content-right .swiper-slide img {
        height: calc(100vh - 257px);
        position: relative;
    }
    .content-left h1 {
        font-size: 28px;
    }
    .content-left {
        width: 32%;    top: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .header_website {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;        flex-wrap: wrap;
    }
    .header_website .header-left {
        width: 150px;
        height: 130px;
    }
    .content-left {
        position: relative;
        width: auto;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        top: 30px;
    }
    .content-left h3 {
        font-size: 16px;
        width: auto;
    }
    .content-right .swiper-slide img {
        width: 120%;
        height: auto;
        max-width: initial;
        left: 5%;
    }
    .background-banner {
        width: 110vw;
        height: 110vw;
    }
    .button-header {
        display:flex;
    }
} 
@media only screen and (max-width: 400px) {
    .header-right a {
        padding: 7px 25px;
    }
    .content-left h1 {
        font-family: 'Didot';
        font-size: 25px;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}