@charset "UTF-8";

/* CSS Document */

* {
    margin: 0px;
}

a img,
a {
    border: none;
    outline: none;
}

#dummy {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    background: url(https://tengocancer.com/adsets/bms/opdualag/300x250/images/dummy1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 200;
}

.nowrap {
    white-space: nowrap;
}

.init {
    display: none !important;
}


/*~~~~~~~~~~~~~~~~
~~~~~~~~~~~
        SECTION 1
            ~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~*/

#container {
    width: 300px;
    height: 250px;
    background: #fff;
    border:1px solid #999999 ;
    margin: auto;
    position: relative;
    overflow: hidden;
	box-sizing: border-box;
}

#section1 {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
	box-sizing: border-box;
}

#copy_1,#copy_2,#copy_3,#copy_4,#cta,#graphic_1,#graphic_2,#logo_1,#logo_2,#yellow_line{
	width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
	opacity:0;
	box-sizing: border-box;
    z-index: 5;
}

#bg{
	width: 591px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
	opacity:1;
	box-sizing: border-box;
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/bg.jpg") no-repeat;
    background-size: 100% 100%;
	transform:translate(-218px, -13px) scale(0.91) rotate(0.01deg)
}

#bg.scale{
	transform: translate(0, 0) scale(1) rotate(0.01deg);
}

#copy_1{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/copy_1.png") no-repeat;
    background-size: 100% 100%;
}

#copy_2{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/copy_2.png") no-repeat;
    background-size: 100% 100%;
}

#copy_3{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/copy_3.png") no-repeat;
    background-size: 100% 100%;
}

#copy_4{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/copy_4.png") no-repeat;
    background-size: 100% 100%;
}

#cta{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/cta.png") no-repeat;
    background-size: 100% 100%;
}

#logo_1{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/logo_1.png") no-repeat;
    background-size: 100% 100%;
}

#logo_2{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/logo_2.png") no-repeat;
    background-size: 100% 100%;
}

#yellow_line{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/yellow_line.png") no-repeat;
    background-size: 100% 100%;
	-webkit-transform: translate(-300px, 0px) scale(1) rotate(0.01deg);
	-ms-transform: translate(-300px, 0px) scale(1) rotate(0.01deg);
	-moz-transform: translate(-300px, 0px) scale(1) rotate(0.01deg);
	transform: translate(-300px, 0px) scale(1) rotate(0.01deg);
	
}

#yellow_line.move1{
	transform: translate(-176px, 0px) scale(1) rotate(0.01deg);
}

#yellow_line.move2{
	transform: translate(-83px, 0px) scale(1) rotate(0.01deg);
}

#yellow_line.move3{
	transform: translate(0px, 0px) scale(1) rotate(0.01deg);
}





#graphic_1{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/graphic_1.png") no-repeat;
    background-size: 100% 100%;	
	
}

#graphic_1.move{
	transform: translate(0px, 0px) scale(1) rotate(0.01deg);
	
}

#graphic_2{
	background: url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/graphic_2.png") no-repeat;
    background-size: 100% 100%;	
	transform: translate(0px, -80px) scale(1) rotate(0.01deg);
	z-index: 2;
	
}

#graphic_2.move{
	transform: translate(0px, 0px) scale(1) rotate(0.01deg);
	
}



#clickTag {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}

#ctaPatch {
    position: absolute;
    left: 101px;
    top: 128px;
    z-index: 110;
    width: 99px;
    height: 24px;
}

.bms-logo {
    width: 180px !important;
}

/*~~~~~~~~~~~~~~~~
~~~~~~~~~~~
        SECTION 2
            ~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~*/

#section2 {
    position: absolute;
    bottom: 0px;
    width: 298px;
    height: 91px;
    min-height: 65px;
    background: #FFF;
    font-family: arial;
    font-size: 100%;
    z-index: 102;
    opacity: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#section2.bot_0 {
    bottom: 0px;
}

#sTitle {
    font-family: Arial, sans-serif;
    font-size: 11px;
	line-height:10px;
    color: #194f90;
    font-weight: bold;
    padding: 2px 0px 0px 10px;
	background:url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/title.png");
	background-size:100% 100%;
	width:288px;
	height:12px;
}

#sTitle sup {
    position: relative;
    top: -0.2em;
    vertical-align: baseline;
}

#isiActionBtn {
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 2px;
    color: #194f90;
    font-weight: normal;
    cursor: pointer;
}

#scrollableArea {
    top: 152px;
    left: 1px;
    width: 286px;
    height: 60px;
    z-index: 99;
    margin-bottom: 21px;
    font-family: Arial, sans-serif;
    -webkit-transition: all 0.75s linear;
    -moz-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
}

#scrollableArea.expandContainer {
    height: 142px;
}

#scrollableContent {
    position: absolute;
    overflow: hidden;
    width: 293px;
    height: 60px;
    padding-left: 2px;
    font-size: 10px;
    color: #000000;
    line-height: 11px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -ms-transition: height .3s;
    transition: height .3s;
}

#scrollableArea.expandContainer #scrollableContent {
    height: 149px;
}

#scroller {
    width: 91%;
    font-size: 11px;
    padding: 0px 0px 2px 8px;
}

#scroller .box_warning{border:1px solid #000000;margin:0 0 10px;padding:3px 0;}
#scroller .box_warning p{padding-left:5px;padding-right:5px;font-weight:bold;}
#scroller .box_warning p a{color:#fd531f;}
#scroller .box_warning h3{padding-left:5px;padding-right:5px;}
#scroller .box_warning h3.blk_color{color:#000000}
#scroller .box_warning ul{padding:0 4px;}
#scroller .box_warning ul li{font-weight:bold;line-height:12px;}
#scroller .box_warning p.spacer{padding-top:5px;padding-bottom:5px;}



#scrollableContent h3 {
    font-size: 11px;
    line-height: 11px;
    margin: 10px 0 5px;
    color: #000000;
    font-weight: bold;
}

span.title {
    font-size: 11px;
    color: #194f90;
    font-weight: bold;
}

#scrollableContent ul {
    margin: 4px 0px 5px 0px;
    padding-left: 0px;
    list-style: none;
}

#scroller p.first{margin-top:0;}

#scroller p {
    margin: 5px 0;
	line-height:12px;
}
#scroller p.nomargin {margin: 0px !important;}
#scroller p.move{padding-left:6px;}

#scroller p.subTitle{color:#000000}
#scroller p.last{padding-bottom:5px;}

#scroller h3 {
	font-size: 11px;
    margin: 5px 0 3px 0;
	line-height:12px;
	color: #000000;
    font-weight: bold;
}

#scroller h3.first{margin-top:0;}

#scroller p.pi{
	margin:10px 0;
}

#scroller li.last{padding-bottom:5px;}

#scroller p.pb10{padding-bottom:5px;}

#scroller a, #scroller a span.divider {
    color: #194f90;
    outline: none;
}



#scroller sup {
    position: relative;
    top: 0px;
    vertical-align: super;
    font-size: 7px;
    font-weight: normal;
    line-height: 0;
}

#scroller li {
    padding-left: 9px;
    margin-bottom: 5px;
    position: relative;
}

#scroller li:after {
    position: absolute;
    top: 4px;
    left: 1.5px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #000000;
}
.spacerHolder{
	margin-left: 10px !important;
}
#scroller li.spacer:after{
	position: absolute;
    top: 0px;
    left: 0px;
    content: "○";
    width: 0px;
    height: 0px;
}
.spacer{
	padding-left: 13px !important;
}


#scroller li.hypen {
	padding-left:12px;
}


#scroller li.hypen:after {
    position: absolute;
    top: 0px;
    left: 1px;
    content: "○";
	width: 0px !important;
    height: 0px !important;
    border-radius: 0px !important;
    background-color: none !important;
}


#scroller .isi_meta {
    margin-bottom: 1px;
}

#scroller img {
    margin: 15px 0 10px 0;
}

#scroller .nowrap {
    white-space: nowrap;
}

#scroller p.center{text-align:center;}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 10px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    overflow: hidden
}

.iScrollIndicator {
    position: absolute;
	
}

.iScrollVerticalScrollbar .iScrollIndicator {
   	width: 10px; 
	background: url(https://tengocancer.com/adsets/bms/opdualag/300x250/images/scroll_hand.png) no-repeat;
	background-size: 100% 100%;

}

.iScrollLoneScrollbar {
    background-color: #cccccc;
    width: 10px;
	margin:5px 0 5px 0;
	
}

#scrollableContent::-webkit-scrollbar-track {
    background-color: #cccccc;
}

#scrollableContent::-webkit-scrollbar {
    width: 10px;
	background:url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/scroll_hand.png");
	
}

#scrollableContent::-webkit-scrollbar-thumb {
    width: 10px;
	background:url("https://tengocancer.com/adsets/bms/opdualag/300x250/images/scroll_hand.png");
	
}


.subTitle {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

#piLink {
    font-size: 11px;
    padding-left: 10px;
	padding-top: 2px;
    bottom: 0px;
    position: absolute;
    z-index: 101;
    width: 290px;
	height:15px;
    font-family: Arial;
	background-size:100% 100%;
	color:#194f90;
	background-color: #ebebeb;
	border-top:1px solid #a7a5a6;
}

.fp_inf {
    font-weight: bold;
}

.fp_inf,
.med_guide {
    padding-left: 3px;
}

#piLink a {
    color: #194f90;
}

.no-wrap {
    white-space: nowrap;
    font-style: normal;
}


/***************************** cross browser ****************************/

@-moz-document url-prefix() {
    .windows #isiActionBtn {
        letter-spacing: -0.4px;
    }
    #section2 {
        padding-bottom: 1px;
    }
    p span.ls-custom {
        letter-spacing: -0.1px;
    }
	
	#scrollableContent, #scrollableArea{height:59px;}
}


/* Animations */

.transition-1 {
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.transition-2 {
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.transition-3 {
	-webkit-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

.transition-4 {
	-webkit-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.transition-5 {
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

/* fades */

.fade-in {
	opacity: 1 !important;
}

.fade-out {
	opacity: 0 !important;
}



/* class */

.copy_reset {
	-webkit-transform: translate(0px, 0px) scale(1) rotate(0.01deg) !important;
	-ms-transform: translate(0px, 0px) scale(1) rotate(0.01deg) !important;
	-moz-transform: translate(0px, 0px) scale(1) rotate(0.01deg) !important;
	transform: translate(0px, 0px) scale(1) rotate(0.01deg) !important;
}



.logo_move {
	-webkit-transform: translate(81px, -58px) scale(0.71) rotate(0.01deg) !important;
	-ms-transform: translate(81px, -58px) scale(0.71) rotate(0.01deg) !important;
	-moz-transform: translate(81px, -58px) scale(0.71) rotate(0.01deg) !important;
	transform: translate(81px, -58px) scale(0.71) rotate(0.01deg) !important;
}

.cta_move {
	-webkit-transform: translate(0, -10px) scale(1) rotate(0.01deg) !important;
	-ms-transform: translate(0, -10px) scale(1) rotate(0.01deg) !important;
	-moz-transform: translate(0, -10px) scale(1) rotate(0.01deg) !important;
	transform: translate(0, -10px) scale(1) rotate(0.01deg) !important;
}





/*~~~~~~~~~~~~~~~~
~~~~~~~~~~~
        ISI CLONED VIEW FOR QA
            ~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~*/

#clonedISIForQA {
    position: absolute;
    top: 100px;
    left: 10px;
}

#clonedISIForQA>a {
    font-family: Arial;
    font-size: 14px;
}

#clonedISIForQA>p {
    font-family: Arial;
    font-size: 11px;
    max-width: 220px;
    padding: 5px 5px;
    border-bottom: solid #CCC 1px;
    margin-bottom: 5px;
}

#clonedISIForQA #scrollableContent {
    height: auto;
    overflow: visible;
    font-family: Arial, sans-serif;
}

#clonedISIForQA #scrollableContent #scroller {
    -webkit-transform: translate(0px, 0px) translateZ(0px) !important;
    -moz-transform: translate(0px, 0px) translateZ(0px) !important;
    -o-transform: translate(0px, 0px) translateZ(0px) !important;
    -ms-transform: translate(0px, 0px) translateZ(0px) !important;
    transform: translate(0px, 0px) translateZ(0px) !important;
}

#clonedISIForQA .iScrollVerticalScrollbar {
    display: none;
}

.isiLogo {
    width: 147px !important;
    height: 20px;
}

@-moz-document url-prefix() {
    
}
