/*#region font */
@font-face {
    font-family: 'Roboto';
    src: url('/helpsme/fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'RobotoMedium';
    src: url('/helpsme/fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('/helpsme/fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*#endregion */

/*#region Common */
.settlement-page {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #282938;
    position: relative;
}

.nowrap {
    white-space: nowrap;
}

.settlement-title {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 35px;
    line-height: 1.3;
    margin: 0;
}

.title-line {
	width: 80px;
	height: 5px;
	background: #0EAC13;
	margin-bottom: 20px;
}

.highlight-text {
	color: #0EAC13;
}

/*#endregion */

/*#region menu */

.td-menu {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 2px -2px #e0e0e0;
}

.topnav {
    position: relative;
}

    .topnav .logo {
        display: block;
        max-width: 300px;
        padding: 10px 15px;
    }

ul.menu-primary {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

    ul.menu-primary a {
        font-family: RobotoMedium;
        text-decoration: none !important;
        color: #212121;
        cursor: pointer;
        padding: 15px 0;
        display: block;
        font-size: 15px;
    }

@media (min-width: 980px) {

    .topnav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	i.arrow {
        border: solid #212121;
        border-width: 0 2px 2px 0;
        margin: 0 0 2px 2px;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    ul.menu-primary {
        display: flex !important;
        align-items: center;
    }

        ul.menu-primary a:hover {
            color: #337AB7;
        }
		ul.menu-primary a:hover i.arrow {
            border: solid #337AB7;
            border-width: 0 2px 2px 0;
        }

    li.menu-item:not(:first-child) {
        margin-left: 30px;
    }

    .menu-item {
        position: relative;
    }

        .menu-item ul.menu-child {
            list-style: none;
            box-shadow: 0 1px 8px -1px #e0e0e0;
            position: absolute;
            top: 50px;
            background: #fff;
            width: 330px;
            height: auto !important;
            padding: 10px 15px 0;
            display: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .menu-item ul.menu-child::before {
                content: ' ';
                display: block;
                position: absolute;
                left: 20px;
                top: -8px;
                margin-left: -4px;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #fff;
            }

            .menu-item ul.menu-child::after {
                content: ' ';
                display: block;
                position: absolute;
                left: 0;
                top: -10px;
                width: 100%;
                height: 10px;
            }

            .menu-item ul.menu-child a {
                padding: 7px 0;
            }

        .menu-item:hover ul.menu-child {
            display: block;
        }

    .td-toggle {
        display: none;
    }
}

@media (max-width: 979px) {

    .topnav .logo {
        max-width: 250px;
    }

    ul.menu-primary {
        display: none;
        padding: 15px;
        background: #2e3f65;
    }

        ul.menu-primary a {
            padding: 8px 0;
            color: #fff;
        }

    .menu-item ul.menu-child {
        list-style: none;
        padding-left: 20px;
    }

        .menu-item ul.menu-child a {
            padding: 5px 0;
        }
	.menu-item a i.arrow {
        position: absolute;
        right: 0;
        margin-top: 5px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .menu-item a.collapsed i.arrow {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
	
    .td-toggle {
        position: absolute;
        top: 5px;
        right: 10px;
        display: inline-block;
    }

    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 3px;
        background-color: #337AB7;
        margin: 6px 0;
        transition: 0.4s;
    }

    .toggle .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 6px);
        transform: rotate(-45deg) translate(-7px, 6px);
    }

    .toggle .bar2 {
        opacity: 0;
    }

    .toggle .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
    }
}

/*#endregion */

/*#region banner */

.settlement-banner {
    padding: 50px 0;
    background: url(/helpsme/images/settlement-2023/bg_banner.webp?ver=1) no-repeat center;
    background-size: cover;
    color: #fff;
}

.banner-title {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 36px;
    margin: 0;
}

.banner-description {
    text-align: center;
    padding-top: 15px;
}

.cls-banner-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .cls-banner-button a {
		background-color: #fff;
        color: #3FA92D;
        border-radius: 25px;
        padding: 6px 20px 6px 20px;
        border: solid 1px #fff;
        text-decoration: none !important;
        cursor: pointer;
    }

.banner-content-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-top: 30px;
}

.banner-content-item {
    width: 33%;
    padding: 15px;
}

    .banner-content-item a {
        display: block;
        height: 100%;
        color: #2D3748;
		background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        text-decoration: none !important;
    }
	

.bc-item-icon img {
    margin: 0 auto;
    max-width: 130px;
}

.bc-item-title {
	font-family: RobotoMedium;
	font-size: 20px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none !important;
}


/*#endregion */

/*#region complete-financial */

.complete-financial {
    padding: 50px 0;
}
	.complete-financial .settlement-title {
		font-family: Roboto;
	}
	
    .complete-financial .big-text {
        font-family: RobotoBold;
        font-size: 42px;
    }

    .complete-financial .highlight-text {
        font-family: RobotoBold;
		font-size: 35px;
    }
	
ul.complete-financial-steps {
	padding-left: 0;
	padding-top: 30px;
	list-style: none;
}

.cfs-item a {
	color: #282938;
	font-size: 20px;
	font-family: RobotoMedium;
	padding: 15px 0;
	border-bottom: 2px solid #ECECF1;
	display: flex;
	justify-content: space-between;
	text-decoration: none !important;
}

.cfs-item:first-child a {
	border-top: 2px solid #ECECF1;
}

.cfs-item a span.cfs-number {
	color: #0EAC13;
	margin-right: 24px;
}

.cfs-btn a {
	display: flex;
	align-items: center;
	justify-content: right;
	color: #0EAC13;
	font-size: 20px;
	font-family: RobotoBold;
	padding-top: 30px;
}

.cfs-btn a span {
	padding-right: 15px;
}
/*#endregion */

/*#region report */

.report {
    padding: 50px 0;
    background: #F9F9FF;
}

.report-content {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-top: 20px;
}

.report-item {
    width: 20%;
    padding: 15px;
}

    .report-item a {
        display: block;
        height: 100%;
        border-radius: 15px;
        padding: 15px;
        text-decoration: none !important;
    }

.report-item-icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
}

.report-item-icon img {
    max-width: 90px;
    margin: 0 auto;
}

.report-item-title {
    color: #000;
    padding-top: 10px;
    text-align: center;
}

/*#endregion */

/*#region support-channel */

.support-channel {
    padding: 50px 0;
}

    .support-channel .settlement-title {
        position: relative;
        margin-bottom: 30px;
    }

.channel-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.channel-item-icon {
    width: 70px;
    margin-right: 15px;
}

.channel-item-title {
    font-family: RobotoMedium;
    margin-bottom: 5px;
}

.channel-item-link {
    color: #0EAC13;
    font-size: 15px;
    text-decoration: underline;
}

.support-channel-text h2 {
	font-family: RobotoMedium;
	font-size: 35px;
}

/*#endregion */

/*#region footer */

.footer {
    padding-top: 50px;
    background: #011239;
    color: #fff;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-width: 200px;
}

.footer-content {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.footer-title {
    font-family: RobotoMedium;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.company-name {
    font-size: 20px;
}

.company-info {
    color: #AFAFAF;
    font-size: 14px;
}

    .company-info div:not(:last-child) {
        padding-bottom: 8px;
    }

.company-link a {
    display: table;
    color: #AFAFAF;
    text-decoration: none !important;
    font-size: 14px;
}

    .company-link a:not(:last-child) {
        padding-bottom: 8px;
    }

.footer-social {
    display: flex;
    padding-top: 25px;
}

    .footer-social a {
        display: block;
        margin-right: 10px
    }

.footer-bottom {
    margin: 40px 15px 10px 15px;
    border-top: solid 1px #707070;
    padding-top: 15px;
}

.footer-policy * {
    color: #91949A !important;
    text-decoration: none !important;
}

.vertical-line {
    padding: 0 5px;
}

.footer-certification {
    display: flex;
    align-items: center;
}

    .footer-certification div:not(:first-child) {
        margin-left: 12px;
    }

    .footer-certification a {
        display: block;
    }

    .footer-certification img {
        height: 35px;
    }

/*#endregion */

/*#region Popup Video */
.play-video {
    cursor: pointer;
}

#video-frame {
    padding: 10px;
    background: white;
    border-radius: 5px;
}

.frame-video {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}

.video-frame-wrapper {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
}

.closeVideoFrame {
    background: url(/helpsme/images/settlement/ic_close.png) top right no-repeat;
    background-size: 28px 28px;
    height: 36px;
    width: 36px;
    display: block;
    position: absolute;
    right: -12px;
    top: -14px;
    cursor: pointer;
    z-index: 2;
}
/*#endregion*/

/*#region responsive */

@media (min-width: 980px) {

    .complete-financial-wrap {
        display: flex;
        direction: rtl;
		align-items: center;
    }

        .complete-financial-wrap .complete-financial-text {
            direction: ltr;
            text-align: left;
            padding-left: 50px;
        }

        .complete-financial-wrap .settlement-title {
            text-align: left;
        }

    .support-channel .settlement-title {
        text-align: left;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
	.banner-content-item:nth-child(2) a {
		margin-top: 40px;
	}
	
	.settlement-banner {
		padding-bottom: 80px;
	}
}

@media (max-width: 979px) {
	.title-line {
		display: none;
	}
	
    .settlement-title {
        font-size: 22px;
    }

    .complete-financial-button {
        justify-content: center;
        margin-top: 20px;
    }

    .complete-financial .big-text {
        font-size: 36px;
    }

    .complete-financial .hightlight-text {
        font-size: 22px;
    }

    .report-content {
        justify-content: center;
    }

    .report-item {
        width: 33.33%;
    }

    .support-channel .settlement-title:after {
        display: none;
    }

    .support-channel-img img {
        margin: 20px auto 0;
    }

    .footer-title {
        margin-bottom: 5px;
    }

    .footer-content > div:not(:last-child) {
        padding-bottom: 20px;
    }

    .footer-policy {
        text-align: center;
        padding-bottom: 15px;
    }

    .footer-certification {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .settlement-banner {
        padding: 30px 0;
    }

    .banner-title {
        font-size: 26px;
    }

    .banner-description br {
        display: none;
    }

    .banner-content-item {
        width: 100%;
    }
	
	.complete-financial .highlight-text {
		font-size: 28px;
	}
	
	.cfs-item a {
		font-size: 16px;
	}
	
	.cfs-btn a {
		font-size: 16px;
		padding-top: 20px;
	}

    .report {
        padding: 30px 0;
    }
     
	.report-item-icon {
		width: 120px;
		height: 120px;
	}
	
    .report-item-icon img {
        max-width: 70px;
    }

    .report-item {
        width: 50%;
    }

    .channel-item-icon {
        width: 55px;
        margin-right: 10px;
    }

    .channel-item-title {
        margin-bottom: 0;
    }
	
	.support-channel-text h2 {
		font-size: 28px;
	}

    .footer {
        padding-top: 30px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 20px;
    }

    .footer-policy {
        font-size: 14px;
    }
}
/*#endregion */
