@font-face {
    font-family: 'samsungone400';
    src: url('./fonts/samsungone-400_v1.0-webfont.eot');
    src: url('./fonts/samsungone-400_v1.0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/samsungone-400_v1.0-webfont.woff2') format('woff2'),
         url('./fonts/samsungone-400_v1.0-webfont.woff') format('woff'),
         url('./fonts/samsungone-400_v1.0-webfont.ttf') format('truetype'),
         url('./fonts/samsungone-400_v1.0-webfont.svg#samsungone400') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'samsungone700';
    src: url('./fonts/samsungone-700_v1.0-webfont.eot');
    src: url('./fonts/samsungone-700_v1.0-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/samsungone-700_v1.0-webfont.woff2') format('woff2'),
         url('./fonts/samsungone-700_v1.0-webfont.woff') format('woff'),
         url('./fonts/samsungone-700_v1.0-webfont.ttf') format('truetype'),
         url('./fonts/samsungone-700_v1.0-webfont.svg#samsungone700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'SamsungSharpSans';
    src: url('./fonts/SamsungSharpSans-Bold.eot');
    src: url('./fonts/SamsungSharpSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/SamsungSharpSans-Bold.woff2') format('woff2'),
         url('./fonts/SamsungSharpSans-Bold.woff') format('woff'),
         url('./fonts/SamsungSharpSans-Bold.ttf') format('truetype'),
         url('./fonts/SamsungSharpSans-Bold.svg#samsungone700') format('svg');
    font-weight: bold;
    font-style: normal;
}
#samsung-product { 
    padding: 0; 
}
#samsung-product * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sg-section{
    font-family: "samsungone400",arial;
    line-height: 1.32;
    font-weight: normal;
    font-style: normal;
}
.sg-section .ease {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.sg-section .sg-benefit{
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    color: #363636;
    padding-bottom: 32px;
}
.sg-section .sg-benefit.sg-bg-white{
    background-color:#fff;
}

.sg-section .sg-benefit.sg-bg-black {
    background-color:#000;
    color: #eee;
}

.sg-section .sg-benefit .sg-big-title{    
    font-family: "SamsungSharpSans",arial;
    font-weight: bold;
    color: #000;
    line-height: 1.16; 
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 48px;  
    margin:auto;
    margin-top: 30px;
}

.sg-section .sg-benefit .sg-sub-title{    
    font-family: "samsungone400",arial;
    font-weight: bold;
    color: #000;
    line-height: 1.16; 
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 36px;  
    margin:auto;
    margin-top: 30px;
}

.sg-section .sg-benefit.sg-bg-black .sg-big-title,
.sg-section .sg-benefit.sg-bg-black .sg-sub-title {
    color: #FFF;
}

.sg-section .sg-benefit.sg-bg-black .sg-disclaimer-wrap {
    padding-bottom: 20px;
}

.sg-section .sg-benefit .sg-desc-wrap{  
    width: 88%; 
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sg-section .sg-benefit .sg-desc-content{
    direction: ltr;
    line-height: 1.78;
    font-size: 18px;
    margin-top: 8px;
}
.sg-section .sg-benefit .sg-image-wrap{
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    margin-top: 3vw;
}
.sg-section .sg-benefit .sg-image-wrap .sg-image-responsive{
    display: block;
    max-width:100%;
    margin: 0 auto;
    height: auto;
}
.sg-section .sg-benefit .sg-disclaimer-wrap{
    width: 80.28%;
    margin: 0 auto;
    padding: 20px 0px 0px;
}
.sg-section .sg-benefit .sg-disclaimer-wrap .sg-disclaimer{
    direction: ltr;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
}
 /* --------------------- IMAGE ALIGN LEFT / RIGHT  ------------  */
.sg-section .sg-benefit.sg-img-align-left{
    direction: rtl;
}
.sg-section .sg-benefit.sg-img-align-right{
    direction: ltr;
}
.sg-section .sg-benefit.sg-img-align-left, .sg-section .sg-benefit.sg-img-align-right{
    display: table;
}
.sg-section .sg-benefit.sg-img-align-left .sg-text-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-text-wrap{
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}
.sg-section .sg-benefit.sg-img-align-left .sg-text-wrap{
    padding-left:30px;
}
.sg-section .sg-benefit.sg-img-align-right .sg-text-wrap{
    padding-right:15px;
}
.sg-section .sg-benefit.sg-img-align-left .sg-text-content, .sg-section .sg-benefit.sg-img-align-right .sg-text-content{
    padding: 0px;
}
.sg-section .sg-benefit.sg-img-align-left .sg-big-title, .sg-section .sg-benefit.sg-img-align-right .sg-big-title,
.sg-section .sg-benefit.sg-img-align-left .sg-sub-title, .sg-section .sg-benefit.sg-img-align-right .sg-sub-title{
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-size: 28px;
}

.sg-section .sg-benefit.sg-img-align-left .sg-desc-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-desc-wrap{
    width: 100%;
    padding: 0;
    text-align: left;
}
.sg-section .sg-benefit.sg-img-align-left .sg-disclaimer-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-disclaimer-wrap{
    width: 100%;
    margin:0;
    padding:0;
}
.sg-section .sg-benefit.sg-img-align-left .sg-disclaimer, .sg-section .sg-benefit.sg-img-align-right .sg-disclaimer{    
    text-align: left;
    margin-top: 70px;
}
.sg-section .sg-benefit.sg-img-align-left .sg-image-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-image-wrap{
    display: table-cell;
    width: 50%;
    margin-top: 0;
    font-size: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sg-section .sg-benefit.sg-img-align-left .sg-image-wrap .sg-image-responsive, .sg-section .sg-benefit.sg-img-align-right .sg-image-wrap .sg-image-responsive{
    display: block;
    width: 100%;
    height: auto;
}

.sg-section .sg-benefit .sg-desc-content strong {
    font-family: 'samsungone700',arial;
    font-size: 20px;
}
.colorUltraShow {
    margin-top: 32px;
}
.colorUltraShow a {
    display: inline-block;
    float: left;
    padding: 2px;
    border: 1px solid #FFF;
    border-radius: 50%;
    margin-right: 20px;
}
.colorUltraShow a.active {
    border: 1px solid #000;
}
@media (min-width: 1440px){
    .sg-section .sg-benefit .sg-desc-content{
        font-size: 18px;
        margin-top: 8px;
    }
    .sg-section .sg-benefit .sg-image-wrap{
        margin-top: 1.8vw;
    }
}
@media (max-width: 1920px){
    .sg-desc-content .sg-icon-row{
        display: inline-block; width: 30%; margin: 10px; vertical-align: top; text-align: center;
    }
}
@media (max-width: 800px){

    #samsung-product { 
        padding: 0; 
    }
    .sg-section .sg-benefit {
        padding: 0 14px;
    }
    .sg-section .sg-benefit .sg-big-title{
        font-size:32px;
    }
    .sg-section .sg-benefit .sg-sub-title{
        font-size:24px;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-big-title, .sg-section .sg-benefit.sg-img-align-right .sg-big-title{
        font-size:34px;
    }
    .sg-section .sg-benefit .sg-text-wrap, .sg-section .sg-benefit.sg-img-align-left .sg-text-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-text-wrap{
        display: block !important;
        width:100% !important;
        padding: 0 10px !important;
        
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-image-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-image-wrap{
        display: block !important;
        width:100% !important;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-disclaimer, .sg-section .sg-benefit.sg-img-align-right .sg-disclaimer{
        margin-top: 27px;
        text-align: center;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-big-title, .sg-section .sg-benefit.sg-img-align-right .sg-big-title{
        text-align:center;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-desc-wrap, .sg-section .sg-benefit.sg-img-align-right .sg-desc-wrap{
        text-align:center;
        margin-bottom: 15px;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-sub-title, .sg-section .sg-benefit.sg-img-align-right .sg-sub-title{
        text-align: center;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-text-wrap{
        padding-left:0px;
    }
    .sg-section .sg-benefit.sg-img-align-right .sg-text-wrap{
        padding-right:0px;
    }
    .sg-section .sg-benefit.sg-img-align-left .sg-text-content, .sg-section .sg-benefit.sg-img-align-right .sg-text-content{
        padding: 0px;
    }
    .sg-desc-content .sg-icon-row{
        display: inline-block; width: 45%; margin: 10px; vertical-align: top; text-align: center;
    }
    .sg-text-content h3{
        text-align: center;
    }
}

@media (max-width: 640px){
    .sg-section .sg-benefit .sg-desc-wrap {
        padding: 0 10px;
    }
    .sg-desc-content .sg-icon-row{
        display: inline-block; width: 40%; margin: 10px; vertical-align: top; text-align: center;
    }
}
.sg-disclaimer-wrap .sg-tworow{
    display: inline-block; width: 41%; margin: 32px 3%; vertical-align: top; text-align: left;
}
.sg-disclaimer-wrap .sg-tworow p{
    font-size: 14px; margin-top: 5px; margin-bottom: 0px;
}
.sg-disclaimer-wrap .sg-tworow p span{
    font-size: 26px; font-weight: bold; margin-right: 5px;
}

.sg-desc-content .sg-icon-row h3{
    font-size: 20px; text-align: left; font-family: 'SamsungSharpSans',arial ; line-height: 120%;
}
.sg-desc-content .sg-icon-row p{
 font-size: 16px; line-height: 140%; margin: 0px;  text-align: left;
}