/*replace Pluto Sans*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&display=swap');

/*replace Georgia*/
/*@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/*replace Ciutadella-Rounded*/
/*@import url('https://fonts.googleapis.com/css2?family=Chathura:wght@300;400;700&family=Outfit:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
    position: relative;
    color: #00293a;
    background: #fff;
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    overflow-x: hidden;
}

body.open, html.open {
    overflow: hidden;
}

ul, ol {
    padding-left: 30px;
}

ul, li {
    list-style-type: none;
}

ol {
    list-style: none;
    counter-reset: counter;
}

ol li {
    position: relative;
    counter-increment: counter;
    margin-top: 7px;
}

ol li:before {
    content: counter(counter);
    position: absolute;
    font-size: 0.8em;
    left: -16px;
    top: 0.2em;
    font-weight: 700;
    color: #000;
}

li:first-child {
    margin-top: 0;
}

img {
    max-width: 100%;
}

.responsive {
    max-width: 100%;
    object-fit: cover;
}

hr {
    border-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

@media(max-width: 768px) {
    h4 {
        font-size: 14px;
    }
}

h5 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

h6 {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #222;
    font-weight: bold;
    font-size: 12px;
}

p {
    color: #666;
}

p strong em {
    color: #46BFE6;
}

p.italic {
    margin-left: 36px;
    font-style: italic;
}

p.underline {
    text-decoration: underline;
}

.text-left {
    text-align: left !important;
}

a {
    color: #222;
    line-height: 1.5em;
    font-size: inherit;
    text-decoration: none;
    transition: .25s ease;
}

a:hover, a:focus {
    color: #222;
    text-decoration: none;
    transition: .25s ease;
}

a.link-line {
    border-bottom: solid 1px #46bfe6;
    position: relative;
    padding: 3px 3px 3px 1px;
    transition: .25s ease;
}

a.external-link,
a.external-link-right {
    border-bottom: solid 1px #46bfe6;
    transition: .25s ease;
}

a.external-link:before {
    content: '\f35d';
    font-weight: 900;
    font-size: 12px;
    color: #46bfe6;
    padding: 0 4px;
    vertical-align: middle;
}

a.external-link:hover:before,
a.external-link-right:hover:after {
    color: #222;
    transition: .25s ease;
}

a.external-link-right:after {
    content: '\f35d';
    font-weight: 900;
    font-size: 12px;
    color: #46bfe6;
    padding: 0 4px;
    vertical-align: middle;
}

.sub-content a,
.tab-pane a,
.accordion-mobile a,
a.link-line-bg,
.news-content a,
.news-control button:not(:disabled) {
    border-bottom: solid 1px #46bfe6;
    position: relative;
    padding: 3px 3px 1px 1px;
    transition: .25s ease;
}

.sub-content a:hover,
.tab-pane a:hover,
.accordion-mobile a:hover,
a.link-line-bg:hover,
.news-content a:hover,
.news-control button:not(:disabled):hover {
    background: #46bfe6;
    color: #222;
    transition: .25s ease;
}

button {
    border: 0;
    background: transparent;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: 0;
    background: #46bfe6;
    transition: .25s ease;
}

svg {
    transition: .25s ease;
}

.svg-icon p {
    margin: 0;
}

.container {
    max-width: 1200px;
}

@media(max-width: 1024px) {
    .sub-section .container,
    .grey-section .container{
        max-width: calc(100% - 30px);
    }
}

@media(max-width: 990px) {
    .container {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    
}

.section {
    max-width: 900px;
    margin: auto;
}

.sub-section {
    max-width: 991px;
    margin: auto;
}

.grey-section {
    background: #F7F7F7;
    max-width: 100%;
}

.section .container {
    padding: 45px 0;
}

.center-container h2,
.center-container h3,
.center-container p {
    text-align: center;
}

.center-container p {
    font-size: 14px;
}

.section-header {
    margin-bottom: 35px;
}

.center-header {
    text-align: center;
}

.sub-title {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 600;
    color: #626b76;
    line-height: 1.3;
    letter-spacing: 0.01em;
}


/* -- Header -- */

#header {
    position: relative;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-weight: 500;
    width: 100%;
    background: #fff;
    z-index: 3;
}

#header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
}

#header a {
    font-size: 14px;
    letter-spacing: .03em;
}

@media(max-width: 990px) {
    #header {
        font-family: inherit;
    }
    
    #header a {
        font-size: 13px;
        font-weight: 700;
    }
}

.header-top {
    background: #e7edf0;
    padding: 10px 20px;
    display: flex;
}

@media(max-width: 990px) {
    .header-top {
        display: none;
    }
}

#header .login a {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #00293a;
    text-transform: uppercase;
    float: right;
}

.logo {
    /*float: left;*/
    max-height: 70px;
    transition: .3s ease;
}

.logo:hover,.logo:focus {
    opacity: 0.7
}

.header {
    position: relative;
    padding: 10px 16px 10px;
    margin: auto;
    display: block;
}

@media(max-width: 990px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding: 10px 0;
    }
}

.nav li > a:hover,
.nav .open > a, .nav .open>a:focus, .nav .open>a:hover {
    color: #46bfe6;
    background: transparent;
}

#navbarNav {
    display: inline-block;
    
}

@media(max-width: 990px) {
    #navbarNav {
        position: fixed;
        transform: translateX(-300px);
        transition: .3s ease;
        width: 300px;
        overflow: hidden;
        left: -999px;
    }
    
    #navbarNav .navbar-nav {
        flex-direction: column !important;
        align-items: baseline;
        width: 100%;
    }
}

#navbarNav .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

@media(max-width: 990px) {
    #navbarNav.open {
        z-index: 9;
        color: #fff;
        top: 68px;
        left: -15px;
        background: #232D32;
        width: 300px;
        height: 100vh;
        padding: 0;
        overflow-y: auto;
        transform: translateX(15px);
        transition: .3s ease;
    }
    
    .sub-dropdown a.sub-menu-title {
        position: relative;
    }
    
    .sub-dropdown.active a.sub-menu-title {
        background: #4a5e69;
    }
    
    #navbarNav.open .navbar-nav > .dropdown > a,
    #navbarNav.open .navbar-nav > li a,
    .sub-dropdown a.sub-menu-title {
        color: #fff;
        width: 100%;
        padding: 20px 70px 18px 10px;
        display: block;
    }
    
    #navbarNav.open .navbar-nav > .dropdown > a:hover,
    #navbarNav.open .navbar-nav > li a:hover {
        background-color: #303E46;
    }
    
    .sub-dropdown a.sub-menu-title:after {
        position: absolute;
        right: 0;
    }

    #navbarNav.open .navbar-nav > .dropdown > a:after,
    .sub-dropdown a.sub-menu-title:after {
        content: '\f067';
        color: #fff;
        width: 60px;
        text-align: center;
        border-left: 1px solid #414D54;
        transform: rotateZ(0deg) translateY(-50%);
        top: 50%;
        padding: 20px;
        font-weight: 900;
    }
}



#navbarNav, .header-tools {
    padding: 16px 0 0 16px;
}

@media(max-width: 1100px) {
    #navbarNav, .header-tools {
        padding-left: 10px;
    }
}

.header-tools {
    display: flex;
    align-items: center;
    float: right;
}

#header .header-tools a {
    font-size: 14px;
}

#header .header-tools > div {
    display: flex;
    align-items: center;
    margin-left: 16px;
    transition: .25s ease;
}

@media(max-width: 990px) {
    #header .header-tools .contact-us {
        display: none;
    }
}

/*-- Search --*/
 
.search-input {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #AAACAE;
    padding-right: 8px;
    transition: .25s ease;
}

.search-open {
    transform: translateY(0);
    transition: .3s ease;
}

.search-open.open {
    transform: translateY(78px);
    transition: .3s ease;
}

.form-control {
    background: transparent;
}

@media(max-width: 990px) {
    .search-input {
        display: none;
    }
    
    .search-input.open {
        position: relative;
        width: calc(100% - 45px);
        height: fit-content;
        display: block;
        margin: 20px;
    }
    
    .search-input.open:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -20px;
        left: 0;
    }
    
    .search-input.open input {
        width: calc(100% - 45px);
        float: left;
    }
    
    .input-group {
        transition: .3s ease;
    }
    
    .input-group.open {
        position: fixed;
        background: #f5f5f5;
        border-bottom: 1px solid #E1E1E1;
        left: 0;
        height: 80px;
    }
}

.search-input.search-active {
    border-bottom: solid 1px #46bfe6;
}

.search-btn:active,
.search-btn:focus {
    background: transparent;
    outline: 0;
}

.search-input input {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    border: 0;
    width: 80px;
    height: 32px;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 4px 4px 0;
    font-size: 14px;
}

.search-input input:-internal-autofill-selected {
    background: #fff !important;
    
}

.search-input input::placeholder {
    font-weight: bold;
    font-size: 14px;
    color: #00293a;
    letter-spacing: 0.03em;
}

.search-input input.form-control:focus {
    width: 180px;
    color: #00293a;
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: unset;
    transition: .2s ease;
}

@media(max-width: 1100px) {
    .search-input input.form-control:focus {
        width: 160px;
    }
}

/*@media(max-width: 1024px) {*/
/*    .search-input input.form-control:focus {*/
/*        width: 80px;*/
/*    }*/
/*}*/

.search-input.open input.form-control:focus {
    width: calc(100% - 45px);
}

.search-input .search-icon {
    margin-left: 10px;
    display: inline-block;
}

#header .header-tools > div.contact-us.search-active {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: .3s ease;
}

.contact-us:not(.search-active) {
    position: relative;
    opacity: 1;
}

.header-tools .contact-us .svg-icon {
    width: 24px;
    margin-right: 8px;
}

.header-tools .search-icon .svg-icon {
    width: 20px;
}

.header-tools .contact-us:hover a,
.header-tools .search-icon:hover a {
    color: #46bfe6;
}

.header-tools .contact-us:hover .svg-icon svg,
.header-tools .search-icon:hover .svg-icon svg {
    fill: #46bfe6;
    transition: .25s ease;
}

.header-tools .navbar-form {
    padding-right: 0;
}

#header .header-tools > .mobile-search-control {
    position: relative;
    display: none ;
}

.search-control-icon {
    position: relative;
    width: 50px;
}

.search-control-icon .svg-icon {
    padding: 15px;
}

.search-control-icon:active, 
.search-control-icon:focus {
    background: transparent;
}

.search-control-icon.click p {
    display: none;
}

.search-control-icon.click .svg-icon:before {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 24px;
    height: 2px;
    background: #46bfe6;
    transform: translateY(-50%) rotate(45deg);
}

.search-control-icon.click .svg-icon:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 24px;
    height: 2px;
    background: #46bfe6;
    transform: translateY(-50%) rotate(-45deg);
}

@media(max-width: 990px) {
    #header .header-tools > .mobile-search-control {
        display: block;
        margin: 0 !important;
        padding: 0;
    }
}

/* ----- */

.dropdown {
    position: unset;
}

.navbar-nav > .dropdown, 
.navbar-nav > li {
    margin-left: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media(max-width: 1024px) {
    .navbar-nav > .dropdown, 
    .navbar-nav > li  {
        margin-left: 16px;
    }
}

@media(max-width: 990px) {
    #navbarNav.open .navbar-nav > .dropdown, 
    #navbarNav.open .navbar-nav > li {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #303E4B;
        margin: 0;
    }
    
    #navbarNav.open .navbar-nav > .dropdown,
    #navbarNav.open .navbar-nav > li:nth-last-child(2) {
        border-bottom: 1px solid #303E4B;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    width: calc(100% + 20px);
    transform: translateY(-20px);
    transition: opacity .22s ease, left 0s ease, transform .3s ease;
    left: -9999px;
    opacity: 0;
    background: rgba(53,67,75,0.95);
    min-height: 430px;
}

@media(max-width: 990px) {
    .navbar-nav .dropdown-menu {
        min-height: auto;
    }
}

.navbar-nav > .dropdown.active:after,
.navbar-nav li.active:after {
    content: '';
    position: relative;
    bottom: -9px;
    border-bottom: 5px solid #46bfe6;
    width: 100%;
}

@media(max-width: 990px) {
    .navbar-nav > .dropdown.active:after, 
    .navbar-nav li.active:after {
        display: none;
    }
}

.navbar-nav .dropdown.open .dropdown-menu {
    transform: translate(-50%, -2px);
    left: 50%;
    opacity: 1;
    display: block;
    transition: opacity .22s ease,left 0s ease,transform .3s ease;
}

@media(max-width: 990px) {
    
    #navbarNav.open .navbar-nav .dropdown.open .dropdown-menu {
        position: relative;
        transform: unset;
        left: 0;
        top: 0;
    }

    #navbarNav.open .navbar-nav .dropdown.open .dropdown-menu {
        padding: 0;
    }
}

.navbar-nav .dropdown a {
    padding: 10px;
}

.navbar-nav > .dropdown > a,
.navbar-nav> li>a {
    position: relative;
    padding: 12px 20px 12px 2px;
    font-weight: 600;
}

.navbar-nav> li>a {
    padding: 12px 2px;
}

.navbar-nav > .dropdown > a:after {
    content: '\f078';
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 900;
    color: #e1e1e1;
    transform: rotateZ(0deg) translateY(3px);
    transition: .25s ease;
}

.navbar-nav > .dropdown > a:hover {
    color: #222;
}

.navbar-nav > .dropdown > a:hover:after {
    color: #46bfe6;
    transition: .25s ease;
}

.navbar-nav > .dropdown.open > a:after {
    color: #46bfe6;
    transform: rotateZ(180deg) translateY(0px);
    transition: .25s ease;
}

#navbarNav .sub-dropdown.active .sub-dropdown-menu {
    padding: 0;
}



@media(max-width: 990px) {
    #navbarNav .sub-dropdown.active .sub-dropdown-menu,
    #navbarNav .sub-dropdown.active li {
        padding: 0;
    }
    
    #navbarNav .sub-dropdown.active li a {
        background: #5f7887;
        padding: 20px 70px 18px 40px;
    }
    
    #navbarNav.open .navbar-nav > .dropdown.open > a:after,
    .sub-dropdown.active a.sub-menu-title:after {
        content: '\f068';
        width: 60px;
        text-align: center;
        border-left: 1px solid #414D54;
        transform: rotateZ(0deg) translateY(-50%);
        top: 50%;
        padding: 20px;
    }
}


.dropdown-menu .menu-content {
    display: flex;
}

.dropdown-menu .menu-content:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33%;
    background-color: #303E46;
    z-index: -1;
}

.dropdown-menu .menu-content:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 33%;
    height: 100%;
    width: 33%;
    background-color: #35434B;
    z-index: -1;
    box-shadow: inset -300px 0 300px rgb(0 0 0 / 3%);
}

@media(max-width: 990px) {
    .dropdown-menu .menu-content:before,
    .dropdown-menu .menu-content:after,
    .menu-title {
        display: none;
    }
}

.menu-title {
    width: 33%;
    float: left;
    padding: 65px 60px 50px 60px;
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #46bfe6;
}

.menu-content .menu-list {
    width: 33%;
}

.menu-content .menu-list .menu-list-home {
    padding-top: 65px;
}

@media(max-width: 990px) {
    .menu-content .menu-list .menu-list-home {
        padding-top: 0;
    }
}

.menu-content .menu-list > ul {
    width: 100%;
    padding: 0 0 50px;
}

.menu-content .menu-list li,
.menu-content .menu-list li > .dropdown {
    padding: 0 30px;
}

.menu-content .menu-list li a,
.menu-content .menu-list li > .dropdown a {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #414D54;
    padding: 13px 0 10px 0;
    width: 100%;
    color: #fff;
    display: block;
}

.menu-content .menu-list li a:hover,
.menu-content .menu-list li > .dropdown a:hover {
    border-bottom: 1px solid #fff;
}

@media(max-width: 990px) {
    .menu-content .menu-list {
        width: 100%;
    }
    
    .menu-content .menu-list > ul {
        width: 100%;
        padding: 0;
    }
    
    .menu-content .menu-list li, 
    .menu-content .menu-list li > .dropdown {
        position: relative;
        padding: 0;
        border-bottom: 1px solid #414D54;
    }
    
    .menu-content .menu-list li a, 
    .menu-content .menu-list li > .dropdown a {
        width: 100%;
        padding: 20px 70px 18px 10px;
        border-bottom: 0;
    }
    
    .menu-content .menu-list li a:hover, 
    .menu-content .menu-list li > .dropdown a:hover {
        border-bottom: 0;
        background: #4a5e69;
    }
    
    .menu-content .menu-list li.active a,
    .menu-content .menu-list li.active > .dropdown a {
        background: #303E46;
    }
    
}

.menu-content .menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
}

@media(max-width: 990px) {
    .menu-close {
        display: none;
    }
}


.menu-content .menu-close:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}

.menu-content .menu-close:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
}

.sub-dropdown.active {
    /*position: relative;*/
    background: #414D54;
}

.sub-menu-list {
    position: absolute;
    left: 66%;
    width: 34%;
    top: 0;
    margin: 0;
    padding: 72px 0 50px;
    height: 100%;
    background-color: #414D54;
    display: none;
}

.sub-dropdown.active .sub-menu-list {
    display: block;
}


@media(max-width: 990px) {
    #navbarNav .sub-dropdown.active ul.sub-menu-list {
        position: relative;
        padding: 0;
        left: unset;
        width: 100%;
        display: block;
    }
    
    #navbarNav .sub-menu-list > .sub-menu-home {
    padding: 0 60px;
}

#navbarNav .sub-dropdown.active > .sub-menu-home {
    padding: 0;
}

}



.menu-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #232D32;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .3s ease;
    cursor: pointer;
}

.menu-icon:hover {
    border-color: #46bfe6;
    color: #46bfe6;
    transition: .3s ease;
}

.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    display: none;
}

@media(max-width: 990px) {
    .menu-overlay {
        background: rgba(0,0,0,.8);
    }
}

.menu-overlay.open {
    z-index: 4;
}

.mobile-nav-top {
    position: fixed;
    transform: translateX(-300px);
    transition: .3s ease;
    display: none;
}

@media(min-width: 991px) {
    .menu-icon {
        display: none;
    }
}



@media(max-width: 990px) {
    .mobile-nav-top {
        display: block;
    }

    .mobile-nav-top.open {
        display: flex;
        top: 0;
        left: -15px;
        z-index: 9;
        width: 300px;
        height: 68px;
        background: #1B2225;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        transform: translateX(15px);
        transition: .3s ease;
    }
    
    .mobile-nav-top.open a {
        color: #fff;
    }
    
    .mobile-nav-top.open a:hover {
        color: #46bfe6;
    }
    
    .mobile-nav-top.open a i {
        font-size: 20px;
    }
    
    .mobile-nav-top.open .logo {
        width: 50px;
    }
    
    .mobile-nav-top.open .menu-icon.open {
        border-color: #303E46;
        color: #fff;
    }
    
    .mobile-nav-top.open .menu-icon.open:hover {
        border-color: #46bfe6;
        color: #46bfe6;
    }
}

/* -- Banner --*/

#banner {
    position: relative;
    width: 100%;
    min-height: 400px;
    height: calc(100vh - 340px);
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    z-index: 2;
}

@media(max-width: 1244px) {
    #banner {
        height: calc(100vh - 290px);
    }
}

@media(max-width: 768px) {
    #banner {
        min-height: 350px;
        height: 100%;
    }
}

.banner-control {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner .home-container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.home-container .hero-content {
    width: 50%;
    height: 100%;
    background-color: rgba(48,62,70,0.5);
    display: flex;
    align-items: center;
    transition: .3s ease;
}

@media(max-width: 1244px) {
    .home-container .hero-content {
        width: 42%;
        margin-left: 5%;
    }
}

@media(max-width: 990px) {
    .home-container .hero-content {
        width: 50%;
        margin-left: 2%;
    }
}

@media(max-width: 768px) {
    .home-container .hero-content {
        width: 100%;
        margin: 10px 0;
    }
}

#banner .home-container .hero-text {
    padding: 60px 60px 40px;
}

@media(max-width: 768px) {
    #banner .home-container .hero-text {
        padding: 40px 50px 30px;
    }
}

@media(max-width: 576px) {
    #banner .home-container .hero-text {
        padding: 30px 20px 20px;
    }
}

#banner .home-container .hero-text h1,
#banner .home-container .hero-text p {
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 40px;
}

#banner .home-container .hero-text h1 {
    font-size: 60px;
    font-weight: 600;
}

#banner .home-container .hero-text p {
    font-size: 22px;
    font-weight: 500;
}

@media(max-width: 1244px) {
    #banner .home-container .hero-text h1 {
        font-size: 42px;
    }
}

@media(max-width: 990px) {
    #banner .home-container .hero-text h1 {
        font-size: 36px;
    }
    
    #banner .home-container .hero-text p {
        font-size: 20px;
    }
}

@media(max-width: 768px) {
    #banner .home-container .hero-text h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    #banner .home-container .hero-text p {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

#banner .home-container .hero-text a {
    color: #46bfe6;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 600;
}

#banner .home-container .hero-text a:after {
    content: '\f061';
    font-size: 14px;
    font-weight: 900;
    color: inherit;
    background: transparent;
    vertical-align: middle;
    padding-bottom: 3px;
    margin-left: 8px;
    display: inline-block;
}

#banner .home-container .hero-text a:hover {
    background: #46bfe6;
    color: #fff;
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    padding: 20px 0;
    margin: 0;
}

@media(max-width: 990px) {
    .banner-breadcrumb .breadcrumb {
        padding: 20px 15px;
    }
}

.banner-breadcrumb .container {
    max-width: 991px;
    margin: auto;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 8px;
    vertical-align: middle;
    font-weight: bold;
}

.banner-breadcrumb .breadcrumb a,
.breadcrumb-item.active span {
    font-size: 11px;
    letter-spacing: 0.03em;
}

.banner-breadcrumb .breadcrumb a {
    text-decoration: underline;
    font-weight: 700;
}

.banner-breadcrumb .breadcrumb a:hover {
    color: #46bfe6;
}

.breadcrumb-item.active span {
    color: #666;
    font-weight: 600;
}

#sub-banner {
    position: relative;
    max-width: 1410px;
    margin: auto;
    z-index: 2;
}


@media(max-width: 1024px) {
    #sub-banner,
    .banner-breadcrumb,
    .third-banner-container {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    
    .banner-breadcrumb .container {
        max-width: 100%;
    }
}


@media(max-width: 990px) {
    .banner-breadcrumb {
        max-width: 100%;
    }
}

.sub-banner-container {
    width: 100%;
}

.sub-hero-content {
    min-height: 390px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-hero-content-left {
    max-width: 991px;
    justify-content: flex-start;
}

.sub-hero-text {
    padding-bottom: 40px;
}

.sub-hero-content-left .sub-hero-text {
    width: 40%;
}

@media(max-width: 1024px ) {
    .sub-hero-content-left .sub-hero-text {
        width: 330px;
        margin-left: 60px;
    }
    
}

@media(max-width: 576px ) {
    .sub-hero-content-left .sub-hero-text {
        margin-left: 40px;
    }
}

.sub-hero-text h1,
.sub-hero-text p {
    text-align: center;
    color: #fff;
}

.sub-hero-content-left .sub-hero-text h1,
.sub-hero-content-left .sub-hero-text p {
    text-align: left;
}

.sub-hero-text h1,
.third-hero-text h1 {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.sub-hero-text h1 {
    font-size: 40px;
    margin-bottom: 40px;
}

.sub-hero-content-left .sub-hero-text h1 {
    margin-bottom: 20px;
}

@media(max-width: 1410px ) {
    .sub-hero-text h1 {
        font-size: 34px;
    }
}

@media(max-width: 768px ) {
    .sub-hero-text h1 {
        font-size: 30px;
    }
    
    .sub-hero-text p {
        font-size: 18px;
    }
}

.sub-hero-text p,
.third-hero-text p {
    font-family: "Unna", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

#third-banner,
#article-banner {
    position: relative;
    background: #F7F7F7;
    display: inline-block;
    z-index: 2;
}

#article-banner {
    display: block;
}

#white-banner {
    position: relative;
    background: #fff;
    display: inline-block;
    z-index: 2;
}

.third-hero-content,
#article-banner .container,
.newsletter .container {
    max-width: 991px;    
    margin: auto;
}

@media(max-width: 1024px) {
    .third-hero-content,
    .sub-section,
    #article-banner .container,
    .newsletter .container {
        max-width: calc(100% - 30px);
    }
    
    #third-banner .banner-breadcrumb .container,
    #white-banner .banner-breadcrumb .container {
        max-width: 100%;
    }
}



#third-banner .banner-breadcrumb,
#white-banner .banner-breadcrumb {
    border-bottom: 1px solid #c8c8c8;
}

.third-hero-text,
#article-banner .container .control {
    margin: 40px 0 65px;
}

#white-banner .third-hero-text {
    margin-bottom: 0;
}

.third-hero-text h1 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #222;
}

@media(max-width: 990px) {
    .third-hero-text h1 {
        font-size: 30px;
    }
}


.third-hero-text p {
    color: #666;
}


/* -- Footer -- */

#footer {
    
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    background: #222;
    padding: 45px 0;
}

/*@media(min-height: 1500px) and (min-width: 1024px) {*/
/*    #footer {*/
/*        position: fixed;*/
/*        width: 100%;*/
/*        left: 0;*/
/*        bottom: 0;*/
/*    }*/
/*}*/

.footer-content {
    max-width: 777px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-content a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    float: left;
    width: calc(25% - 16px);
    margin-top: 20px;
    margin-right: 16px;
    border-bottom: 1px solid #303E46;
    transition: all 0.1s ease-out;
    padding-bottom: 6px;
    letter-spacing: 0.05em;
}

#footer p {
    max-width: 777px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.01em;
    margin: auto;
    margin-top: 20px;
}

@media(max-width: 1244px) {
    .footer-content,
    #footer p {
        width: 57%;
    }
    
    .footer-content a {
        width: calc(33% - 16px);
    }
}

@media(max-width: 1024px) {
    #footer p {
        width: 100%;
    }
}

@media(max-width: 990px) {
    .footer-content a {
        width: calc(50% - 24px);
    }
}

@media(max-width: 768px) {
    .footer-content {
        width: 80%;
        margin-top: -20px;
        margin-bottom: 80px;
        margin-right: 0;
    }
}

@media(max-width: 480px) {
    #footer {
        padding: 80px 0;
    }
    
    .footer-content {
        margin-top: 0;
    }
    
    .footer-content a {
        margin-top: 30px;
    }
    
    .footer-content,
    .footer-content a {
        width: 100%;
    }
}

.footer-content a:hover {
    border-color: #46bfe6;
}

.footer-page-content a,
.footer-page-content p {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    line-height: 1.5;
}

.footer-page-content p strong {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 15px;
}

.footer-page-content p {
    color: #626b76;
}

.footer-page-content a {
    font-weight: 500;
}

.footer-page-content h4 {
    text-transform: unset;
    margin: 40px 0 15px;
    font-size: 17px;
}

.footer-page-content i {
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
}

.footer-sub-content .item {
    margin: 30px 0;
}



/* -- Breadcrumbs -- */

.breadcrumbs {
    padding: 16px 0;
    position: relative
}

.breadcrumbs:before,.breadcrumbs:after {
    content: " ";
    display: table
}

.breadcrumbs:after {
    clear: both
}

@media only screen and (min-width: 40em) {
    .breadcrumbs {
        padding:20px 0
    }
}


.breadcrumbs a {
    font-size: 11px;
    font-size: .6875rem;
    float: left;
    margin-right: 20px;
    position: relative;
    outline: none;
    font-weight: 500;
    text-decoration: underline
}

.breadcrumbs a:focus,.breadcrumbs a:hover {
    color: #46bfe6
}

.breadcrumbs a:focus:after,.breadcrumbs a:hover:after {
    color: #222
}

.breadcrumbs .breadcrumbs-back-to {
    display: block;
    margin-right: 0;
    position: relative;
    padding-left: 16px;
    text-decoration: none
}

.breadcrumbs .breadcrumbs-back-to:before {
    pointer-events: none;
    transition: all 0.22s ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 7px;
    width: 14px;
    height: 14px;
    display: block;
    content: ""
}

.breadcrumbs .breadcrumbs-back-to:after {
    display: none
}

.breadcrumbs .breadcrumbs-back-to:focus:before,
.breadcrumbs .breadcrumbs-back-to:hover:before {
    transform: translateX(-4px)
}

@media only screen and (min-width: 40em) {
    .breadcrumbs .breadcrumbs-back-to {
        display:none
    }
}

.breadcrumbs span,.breadcrumbs a {
    font-size: 11px;
    display: none
}

@media only screen and (min-width: 40em) {
    .breadcrumbs span,.breadcrumbs a {
        display:block
    }
}


/* -- Home page --*/

.item-row {
    width: 100%;
    margin: auto;
    margin-top: 35px;
}

.item-row > div {
    padding: 0 4px;
    margin-bottom: 20px;
}

.grey-section .item-box {
    background: #fff;
}

.item-box {
    position: relative;
    height: 100%;
    background: #F7F7F7;
    transition: .35s ease;
    /*padding: 20px;*/
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.check-item-box {
    position: relative;
    align-content: flex-start;
}

.item-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #46bfe6;
    transition: .35s ease;
}

.item-box:hover:before {
    height: 100%;
    transition: .35s ease;
}

.item-box .icon {
    height: 40px;
    margin-bottom: 15px;
    transform: scale(1);
    transition: .35s ease;
}

.item-header {
    width: 100%;
    padding: 20px 20px 10px;
    z-index: 2;
}

.item-header.item-join h3,
.item-header.item-join p,
.item-header.item-team h3,
.item-header.item-team p{
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
}


.item-header h3 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-right: 36px;
    text-transform: unset;
    text-align: left;
    min-height: 60px;
}

.item-team h3 {
    min-height: 90px;
}

@media(max-width: 990px) {
    .item-team h3, 
    .item-header h3 {
        min-height: auto;
    }
}

.item-header h4 {
    height: 50px;
    margin-bottom: 15px;
    padding-right: 30px;
    text-transform: unset
}

@media(max-width: 990px) {
    .item-header h4 {
        font-size: 20px;
        height: auto;
    }
}

.item-header p {
    font-size: 14px;
}

.item-header h4,
.item-header p,
.item-content {
    text-align: left;
    transition: .35s ease;
}

.item-content {
    padding: 10px 20px 20px;
}

.item-content span {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 1px 2px;    
    letter-spacing: 0.01em;
    border-bottom: 1px solid #46bfe6;
    display: inline-block;
}

.item-content i {
    color: #46bfe6;
}

.check-item-content {
    width: 100%;
    border-top: 4px solid #fff;
}

.check-item-content span {
    position: absolute;
    bottom: 20px;
}

.item-box:hover .item-header h3,
.item-box:hover .item-header h4,
.item-box:hover .item-header p,
.item-box:hover .item-content,
.item-box:hover .item-content i,
.item-box:hover .check-item-content ul li,
.item-box:hover .check-item-content ul li:before {
    color: #fff;
    z-index: 2;
    transition: .35s ease;
}

.item-box:hover .item-content span {
    border-bottom: 1px solid #fff;
}

.item-box:hover .icon {
    filter: brightness(100);
    transform: scale(1.15);
    z-index: 2;
    transition: .35s ease;
}


/* -- About Us page -- */

.accordion-pc {
    border: 1px solid #e1e1e1;
    background: #fff;
}

.tab-section {
    padding-bottom: 45px;
}

.tab-section .nav-tabs,
.search-section .nav-tabs{
    border: 0;
}

.tab-section .nav-tabs .nav-item .nav-link,
.tab-section .card-header {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-weight: 600;
    background: #f5f5f5;
    letter-spacing: 0.1em;
    margin: 0;
    height: 100%;
}

.tab-section .nav-tabs .nav-item {
    width: calc(100% / 3);
}

.tab-4-section .nav-tabs .nav-item {
    width: calc(100% / 4);
}

.tab-2-section .nav-tabs .nav-item {
    width: 50%
}

.tab-section .nav-tabs .nav-item .nav-link {
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #626b76;
    padding: 20px 20px 15px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    margin: 0;
}

.tab-section .nav-tabs .nav-link.active {
    color: #00293a;
    background: #fff;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: transparent;
    outline: 0;
}

.accordion-mobile .btn-tab:active,
.tab-section .nav-tabs .nav-link:active  {
    background: rgb(70 191 230 / 30%);
}

.tab-section .nav-tabs .nav-item.show .nav-link, 
.tab-section .nav-tabs .nav-link.active {
    position: relative;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.tab-section .nav-tabs .nav-item .nav-link.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    background: #46bfe6;
}

.tab-content {
    display: block;
}

.tab-pane {
    padding: 25px 30px;
}

#searchTab .tab-pane {
    padding: 25px 0;
}

.tab-pane ul li,
.accordion-mobile ul li{ 
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.tab-pane p,
.card-body p {
    text-align: left;
    font-size: 14px;
}

.card-body p:first-child {
    margin-top: 0;
}

.card-body p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.accordion-mobile {
    display: none;
}

.accordion-mobile.accordion-doc {
    display: block;
}

.doc-box .accordion-doc {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    margin: 45px 0;
}

.doc-box .accordion-doc .table-guide {
    padding-left: 0;
}

.doc-box .accordion-doc ul li {
    margin-top: 15px;
    text-indent: 0;
}

.doc-box .accordion-doc ul li:before {
    display: none;
}

.accordion-doc h2 {
    margin: 40px 0 15px;
    color: #222;
}

.accordion-doc h2:first-child {
    margin-top: 0;
}

@media(max-width: 640px) {
    .accordion-mobile {
        display: block;
    }
    
    .accordion-pc {
        display: none;
    }
    
}

.accordion-doc-item {
    margin-bottom: 8px;
}

.accordion-doc-item ul {
    padding: 0;
}

.accordion-doc-item ul li {
    margin-top: 15px;
}

.accordion-doc-item ul li a {
    border-bottom: solid 1px #46bfe6;
    position: relative;
    padding: 3px 3px 3px 1px;
    transition: .25s ease;
}

.accordion-doc-item ul li a:hover {
    background: #46bfe6;
    color: #222;
    transition: .25s ease;
}

.accordion-mobile .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 8px;
    background: #fff;
}

.accordion-mobile .card-header {
    border-radius: 0;
    border: 1px solid #D4D4D4;
    border-top: 4px solid #232D32;
    background: transparent;
    padding: 0;
}

.accordion-doc .card-header {
    border-top: 1px solid #D4D4D4;
}

.accordion-mobile .btn-tab {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    background: transparent;
    padding: 15px 45px 15px 15px;
    outline: 0;
    display: flex;
    align-items: center;
}

.accordion-doc .btn-tab {
    font-size: 16px;
    text-transform: unset;
    font-weight: lighter;
}

@media(max-width: 1024px) {
    .accordion-doc .btn-tab {
        font-weight: bolder;
    }
}

.accordion-mobile .btn-tab:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    right: 20px;
    background: #46bfe6;
    transform: rotate(-90deg);
    transition: .35s ease;
}

.accordion-mobile .btn-tab:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    right: 20px;
    background: #46bfe6;
    transform: rotate(0deg);
    transition: .35s ease;
}

.accordion-mobile .btn-tab:not(.collapsed):before {
    content: '';
    transform: rotate(0deg);
    opacity: 0;
    
}

.accordion-mobile .btn-tab:not(.collapsed):after {
    content: '';
    transform: rotate(180deg);
    transition: .35s ease;
}

.accordion-mobile .card-body {
    border: 1px solid #D4D4D4;
    border-top: 0;
    outline: 0;
    padding: 15px;
}


/* -- Team slider -- */

#myTeam {
    position: relative;
}

.team-card-all .slick-list {
    width: 100%;
    overflow: visible;
}

@media(max-width: 576px) {
    .team-card-all .slick-list {
        width: 100%;
        overflow: hidden;
    }
}

.slick-track {
    /*display: flex;*/
}

.team-card-all .team-card {
    width: 275px;
    height: auto;
    margin-right: 16px;
}

@media(max-width: 576px) {
    .team-card-all .team-card {
        width: 310px;
    }
}

.team-card {
    padding: 15px 15px 18px;
    color: #666;
    background-color: #F7F7F7;
    transition: .35s ease;
}

.team-card:hover {
    background: #ededed;
    transition: .35s ease;
}

.team-card .card-image {
    margin-bottom: 14px;
}

.team-card .card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media(max-width: 576px) {
    .team-card .card-image img {
        height: 250px;
    }
}

.team-card .card-content h3 {
    font-size: 16px;
    color: #00293a;
    padding: 12px 0 6px;
    text-transform: uppercase;
}

.team-card .card-content p {
    font-size: 14px;
    margin: 12px 0 15px;
    letter-spacing: -0.25px;
    min-height: 45px;
}

.team-card .card-content span {
    position: relative;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-left: 2px;
}

.team-card .card-content span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #46bfe6;
    bottom: -1px;
    left: 0;
}

.team-control, 
.news-control{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 20px 10px 0;
}

.slick-arrow {
    font-size: 12px;
    padding: 0 1px;
    margin-top: 45px;
    transition: .3s ease;
}

.slick-arrow button {
    font-weight: 700;
    padding: 0;
    border-bottom: solid 1px #46bfe6;
    letter-spacing: 0.1em;
    color: #222;
}

.slick-arrow i {
    color: #46bfe6;
}

.scroll-right i {
    margin-left: 8px;
}

.scroll-left i {
    margin-right: 8px;
}

.slick-arrow:not(.slick-disabled):hover {
    background: #46bfe6;
    color: #222;
    transition: .3s ease;
}

.slick-arrow:not(.slick-disabled):hover i {
    color: #222;
    transition: .3s ease;
}

.slick-disabled button,
.slick-disabled i {
    color: #E0E0E0;
    border: 0;
}

/* -- Executive Team page --*/

.member {
    margin: 40px 0 15px;
}

.member-image {
    margin-bottom: 15px;
}

.member-image img {
    max-height: 295px;
}

.member-content h3 {
    margin: 40px 0 15px;
}

.member-content .title,
.member-content p {
    font-size: 15px;
    color: #626b76;
}

.member-content .title {
    font-weight: bold;
    margin: 15px 0;
}


.member-content p {
    /*font-family: "Unna", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';*/
    font-weight: 500;
}


/* -- Testimonial -- */

#Testimonial {
    margin-top: 45px;
}

.testimonial-item {
    border: solid 4px #D4EBE3;
    padding: 45px 20px 30px;
}

.testimonial-item .title {
    font-family: "Unna", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-style: italic;
    font-size: 15px;
    color: #626b76;
}

.testimonial-item .name {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 700;
    color: #00293a;
    padding-bottom: 20px;
    letter-spacing: 0.03em
}

.testimonial-item .name:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #222;
    margin-top: 20px;
    display: block;
}

.testimonial-item p {
    position: relative;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 400;
    color: #626b76;
    padding-left: 50px;
    letter-spacing: 0.01em;
}

.testimonial-item p:before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 76px;
    line-height: 20px;
    color: inherit;
    transform: rotate(180deg);
    font-style: italic;
    font-weight: 500;
}

@media(max-width: 768px) {
    .testimonial-item .head {
        order: 2;
        padding-top: 40px;
    }
    
    .testimonial-item .content {
        order: 1;
    }
    
    .testimonial-item .name:after {
        display: none;
    }
    
    .testimonial-item p {
        padding-top: 40px;
        padding-left: 0;
    }
    
    .testimonial-item p:before {
        top: -30px;
        left: 10px;
    }
}

/* -- Our Offer page -- */

.offer-item {
    margin-bottom: 40px;
    padding-left: 30px;
}

.offer-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/01b8c423-f0f7-4ae5-a47c-756b4f7fccf5/01b8c423-f0f7-4ae5-a47c-756b4f7fccf5.png');
    width: 22px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.sub-content .offer-item h5,
.sub-content .offer-item p,
.sub-content .offer-item a {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #222;
}

.sub-content .offer-item p,
.sub-content .offer-item a {
    font-weight: 400;
}

.offer-item p,
.offer-item  ul li { 
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #666;
    font-weight: 500;
}

.footer-page-content .content-item ul li {
    color: #666;
    font-size: 14px;
}

.sub-content:nth-child(n+1) {
    margin-top: 30px;
}

.offer-item ul li,
.sub-content ul li,
.check-item-content ul li,
.tab-pane ul li,
.row-4 ul li,
.accordion-mobile ul li,
.news-content ul li,
.footer-page-content .content-item ul li {
    margin-top: 7px;
    text-indent: -8px;
}

.news-content ul li {
    font-size: 14px;
}

.row-4 ul li:first-child {
    margin-top: 0;
}

.offer-item ul li:before,
.sub-content ul li:before,
.check-item-content ul li:before,
.tab-pane ul li:before,
.row-4 ul li:before,
.accordion-mobile ul li:before,
.news-content ul li:before,
.footer-page-content .content-item ul li:before {
    content: '\f111';
    font-size: 6px;
    color: #46bfe6;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.news-content ol li {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #626b76;
    font-weight: 500;
}

.check-item-content ul {
    padding-left: 20px;
    padding-bottom: 30px;
}

.check-item-content ul li {
    color: #222;
    font-size: 13px;
}

.check-item-content ul li:before {
    content: '\f00c';
    color: #222;
    font-size: 10px;
}

.row-4 {
    display: flex;
    flex-wrap: wrap;
}

.row-4 ul {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 15px;
}

@media(max-width: 990px) {
    .row-4 ul {
        width: 100%;
    }
}

.row-4 ul li {
    color: #666;
    font-size: 13px;
    margin-top: 14px;
}

.sub-content {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #626b76;
}

.sub-black-content p {
    color: #000;
    font-weight: 400;
}

.sub-content li {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.sub-content.note p {
    font-size: 13px;
}

.sub-content.note a {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #222;
}

.sub-content h3,
.sub-content h4,
.sub-content span,
.sub-content strong {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-weight: 700;
    color: inherit;
}

.sub-content h3 {
    color: #222;
}

.sub-content h4 {
    color: #222;
    margin-top: 40px;
    text-transform: none;
}

.sub-content h3:nth-of-type(n+2) {
    margin-top: 40px;
}

/* -- Go to top -- */

.btntoTop {
    position: fixed;
    right: 0;
    top: calc(50% - 15px);
    text-transform: uppercase;
    transform: rotate(90deg) translateX(0);
    font-size: 11px;
    font-weight: bold;
    color: #222;
    transition: .3s ease;
    z-index: 9;
    display: none;
}

.btntoTop i {
    font-size: inherit;
    color: #46bfe6;
    margin-right: 10px;
    display: inline-block;
}

.btntoTop:hover {
    color: #46bfe6;
    transform: rotate(90deg)  translateX(-10px);
    transition: .3s ease;
}

@media(max-width: 1024px) {
    .btntoTop {
        display: block;
        position: relative;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 30px;
    }
    
    .btntoTop a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px;
        border: 1px solid #46bfe6;
        border-radius: 2px;
        display: inline-block;
    }
    
    .btntoTop i {
        transform: rotate(90deg);
    }
    
    .btntoTop:hover {
        transform: unset;
    }
    
    .btntoTop:hover a {
        color: #46bfe6;
    }
}


/* -- Login --*/

.navbar-nav > li.mobile-login {
    display: none;
}


@media(max-width: 990px) {
    #navbarNav.open .navbar-nav > li.mobile-login {
        position: relative;
        text-transform: uppercase;
        display: block;
        margin-top: 60px;
    }
    
    .mobile-login a:after {
        content: '\f061';
        position: absolute;
        right: 20px;
        color: #46bfe6;
    }
}

.forget {
    background: #F7F7F7;
    padding: 45px 0;
}


.login .card,
.forget .card {
    width: 100%;
    border: 0;
    border-radius: 0;
    max-width: 600px;
    margin: 50px auto;
    background: transparent;
}

.forget .card {
    padding: 10px 50px 50px;
    margin: 40px auto 0;
}

.forget .card h2 {
    text-align: center;
}

.forget a {
    color: #666;
    font-weight: 700;
    font-size: 14px;
    margin-top: 18px;
    display: inline-block;
    letter-spacing: 0.05em;
}

.forget .g-recaptcha {
    margin-top: 5%;
}

.form-login {
    width: 100%;
    padding: 10px 50px 50px;
    margin: 40px auto 0;
    border: 1px solid #e1e1e1;
}

.form-login h1 {
    font-weight: 300;
    margin: 16px 0 32px;
    color: #222;
}

.form-group label {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.form-control {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 10px;
  color: #222;
  border-color: #D2D2D2;
  border-radius: 2px;
}

.form-control:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #00C6D7;
    z-index: 2;
}

.form-control a {
    font-size: 14px;
}

.btn-login {
    width: 50%;
    color: #000;
    padding: 10px 0;
    margin-top: 14px;
    background-color: #00C6D7;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
}

.btn-login:disabled,
.forget-btn:disabled {
    background: #cacbcc;
    color: #525354;
    border: solid 1px #cacbcc;
    pointer-events: none;
}

.btn-login:disabled:hover,
.forget-btn:disabled:hover {
    background: #cacbcc;
    color: #525354;
}

.btn-login:hover, .btn-login:focus, .btn-login:active,
.forget-btn:hover, .forget-btn:focus, .forget-btn:active {
    color: #000;
    background-color: #00C6D7;
}

.forget-btn {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    background-color: #00C6D7;
    margin-top: 5%;
    letter-spacing: 0.1em;
}

.video {
    position: relative;
    margin-top: 40px;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.pdf-doc {
    width: 100%;
    padding-bottom: 45px;
}

.pdf-doc .item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-top: 2px solid #E9E9E9;
    padding: 18px 0;
}

.pdf-doc .item:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/dc9c7b15-2e9b-4869-a857-76fd32610f67/dc9c7b15-2e9b-4869-a857-76fd32610f67.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 14px;
    margin-top: 4px;
    display: inline-block;
}

.web-url .item:before {
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/7b5fc810-4f32-4eef-a8c1-a87c486f3194/7b5fc810-4f32-4eef-a8c1-a87c486f3194.png');
}

.related-doc .item a {
    position: relative;
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    border: 1px solid #D4D4D4;
    transition: .3s ease;
    font-size: 13px;
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

.related-doc .item a .related-name {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-weight: 700;
    margin: 0;
    color: #222;
    padding: 12px 16px;
    display: inline-block;
}

.related-doc .item a span {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
}


.related-doc .item a:hover {
    border-color: #46bfe6;
    background: transparent;
    transition: .3s ease;
}

.related-doc .item a:after {
    position: absolute;
    top: 0;
    right: 0;
    content:'\f56d';
    font-weight: 900;
    font-size: 20px;
    color: #46bfe6;
    padding: 12px 16px;
    border-left: 1px solid #D4D4D4;
    background: #fff;
    transition: .3s ease;
}

.related-doc .item a:hover:after {
    background: #46bfe6;
    color: #222;
    transition: .3s ease;
}

@media(max-width: 768px) {
    .related-doc .item a .related-name {
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
        display: block;
    }
    
    .related-doc .item a:hover .related-name {
        border-color: #46bfe6;
    }
    
    .related-doc .item a span {
        width: 100%;
        padding: 12px 16px;
        margin: 0;
        background: #f5f5f5;
        display: block;
    }
    
    .related-doc .item a:after {
        bottom: 0;
        top: auto;
    }
}

.pdf-doc .item a {
    position: absolute;
    right: 0;
}

.web-url .item a {
    color: #1B2225;
    padding: 10px 12px;
    border-radius: 4px;
    background: #46bfe6;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    transition: .3s ease;
}

.web-url .item a:hover {
    background: #b6e6f5;
    transition: .3s ease;
}


.pdf-doc .item a i {
    font-size: 20px;
    font-weight: 900;
    color: #46bfe6;
}

.pdf-doc .item p {
    font-weight: 700;
    color: #222;
    margin: 0;
    text-align: left;
}

.pdf-doc .item span {
    color: #676869;
    font-weight: 400;
}

.contact-content p {
    letter-spacing: 0.01em;
}

.contact-content p strong {
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 10px;
    letter-spacing: 0.03em;
}

.contact-content p.email {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.contact-content p.email span {
    font-weight: 400;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    line-height: 1.8em;
}



/* News page*/

.news-content .container {
    margin: 0;
}

.news-accordion-pc .news-tabs,
.search-accordion .search-tabs {
    display: flex;
    flex-wrap: wrap;
}

.tab-section .nav-tabs .news-item,
.search-section .nav-tabs .search-item {
    width: auto;
    margin: 4px;
}

.tab-section .nav-tabs .nav-item .news-link,
.search-section .nav-tabs .search-item .search-link {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    color: #222;
    padding: 14px 16px 12px;
    font-weight: 700;
    border: solid 1px #46bfe6;
    border-radius: 0;
    background: transparent;
    letter-spacing: 0.03em;
    text-transform: none;
    transition: .3s ease;
}

.tab-section .nav-tabs .nav-item .news-link span,
.search-section .nav-tabs .search-item .search-link span {
    font-weight: 500;
    margin-left: 6px;
}

.tab-section .nav-tabs .nav-item .news-link:hover,
.search-section .nav-tabs .search-item .search-link:hover{
    border: solid 1px #222;
    background: transparent;
    transition: .3s ease;
}

.tab-section .nav-tabs .nav-item .news-link.active,
.search-section .nav-tabs .search-item .search-link.active {
    background: #46bfe6;
    transition: .3s ease;
}

.tab-section .nav-tabs .nav-item .news-link.active:before,
.search-section > ul.search-tabs li.search-item .search-link.active:before {
    content: '';
    background: transparent;
}

.search-accordion ul li:before {
    content: '';
    display: none;
}

#newsTab .tab-pane {
    padding: 0;
}

.news-box-all {
    border: 1px solid #d4d4d4;
}

.post-area:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}

#newsTab .tab-pane a.news-box {
    padding: 30px;
    color: #222;
    border-bottom: 0;
    display: block;
    transition: .3s ease;
}

#newsTab .tab-pane a.news-box:hover {
    border-color: #E9E9E9;
    background: #E9E9E9;
    transition: .3s ease;
}

.news-box .post-title {
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.news-box .post-date {
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
}

.preview-content {
    font-size: 14px;
    margin-top: 12px;
}

.preview-content p:after {
    content: '\f061';
    color: #46bfe6;
    font-size: 10px;
    font-weight: 900;
    margin-left: 8px;
    display: inline-block;
}

#article-banner .title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

#article-banner .brief {
    font-family: "Unna", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #666;
    margin-top: -10px;
    margin-bottom: 8px;
}

#article-banner .date {
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    font-size: 12px;
    letter-spacing: 0.05em;
}

#article-banner .date span {
    font-family: "Unna", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-transform: capitalize;
    letter-spacing: 0;
}

.newsletter {
    padding: 45px 0;
}

.news-content h2 {
    color: #46bfe6;
    font-style: italic;
    font-size: 22px;
}

.news-content h3 strong {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 32px;
    margin: 40px 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #00293a;
    display: block;
}

.news-content p,
.news-content table a {
    font-family: "Rajdhani", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
}

.news-content .underline {
    text-decoration: underline;
}

.news-content .text-grey {
    color: #626b76;
}

.news-content i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-size: 14px;
}

.news-content .icon-times:before {
    content: '\f057';
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
}

.news-content table,
.sub-content table {
    border-spacing: 2px;
    border-collapse: inherit;
}

.news-content table,
.news-content img {
    width: 100%;
}

.news-content table a {
    font-weight: 500;
}

.news-content h4,
.news-content strong {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
}

.news-content h4 {
    font-size: 15px;
    color: #00293a;
    text-transform: uppercase;
}

.news-content h5 {
    font-size: 15px;
    color: #46bfe6;
    font-style: italic;
}

.news-content strong {
    color: #626b76;
}

.news-content table,
.sub-content table {
    margin: 20px 0;
}

.news-content table p,
.sub-content table p {
    margin-bottom: 0;
}

.news-content table td {
    padding: 8px;
}

.sub-content table td  {
    padding: 14px 25px;
}

.news-content table thead td,
.sub-content table thead td {
    min-width: 120px;
    background: #00293a;
}

.news-content table thead td,
.news-content table thead td p,
.sub-content table thead td p {
    color: #46bfe6;
}

.news-content table tbody td,
.sub-content table tbody td {
    min-width: 150px;
    border: 1px solid #F7F7F7;
}

.news-content table.no-header tr:nth-child(2n) td {
    background: #f2f2f2;
}


.news-content table tbody td p,
.sub-content table tbody td p,
.sub-content table tbody td span {
    color: #626c76;
    font-weight: 500;
    font-size: 14px;
}



.load-more-news .btn-more,
.load-more-search .btn-more{
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    width: 100%;
    border: 1px solid #46bfe6;
    border-radius: 3px;
    padding: 12px 0;
    margin: 45px 0 100px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.load-more-news .btn-more:hover,
.load-more-search .btn-more:hover{
    border-color: #222;
}

.load-more-news .btn-more i,
.load-more-search .btn-more i{
    content: "\f063";
    font-weight: 900;
    font-size: 10px;
    color: #46bfe6;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

.tools-area {
    position: fixed;
    top: 60%;
    right: 20px;
    width: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tools-area #share-toggle i {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .3s ease;
}

.tools-area #share-toggle:hover i {
    color: #46bfe6;
    transition: .3s ease;
}


@media(max-width: 990px) {
    .tools-area {
        position: absolute;
        top: unset;
        right: unset;
        left: 180px;
        bottom: 250px;
        width: 100%;
        height: 45px;
        flex-direction: row;
        z-index: 10;
    }
    
    .tools-area #share-toggle i {
        color: #46bfe6;
    }
    
    .tools-area #share-toggle {
        padding-right: 10px;
    }

}



/* Related Article */

#searchLoadingImg.slick-slide {
    display: none;
}

.related-news-all {
    position: relative;
    height: auto;
}

@media(max-width: 990px) {
    .related-news-all {
        height: 260px;
    }
}

#cast-show-list-related {
    position: relative;
    display: flex;
}

@media(max-width: 990px) {
    #cast-show-list-related {
        position: absolute;
    }
}


.related-article {
    padding: 45px 0;
    background: #F7F7F7;
}

.related-article .container {
    max-width: 100%;
}

.related-article h3 {
    font-size: 25px;
    margin-bottom: 35px;
}


.related-area {
    /*width: 295px;*/
    min-width: 295px;
    height: 220px;
    margin: 0 10px;
    background: #fff;
    display: flex;
    transform: translateX(0);
    transition: .3s ease;
}

@media(min-width: 990px) {
    .news-control {
        display: none;
        transition: .3s ease;
    }
    
    .related-area {
        width: 25%;
        height: auto;
        min-width: unset;
        margin: 0 10px;
        background: #fff;
        display: flex;
        transition: .3s ease;
    }

}

@media(max-width: 768px) {
    .related-area {
        min-width: 334px;
        height: 200px;
    }
}

@media(max-width: 576px) {
    .related-area {
        min-width: 385px;
    }
}

@media(max-width: 414px) {
    .related-area {
        min-width: 60%;
    }
}

.related-area:hover,
.related-area:hover a.news-box{
    background: #ededed;
    transition: .3s ease;
}

.related-area:first-child {
    margin-left: 0;
}

.related-area:last-child {
    margin-right: 0;
}

a.news-box {
    background: #fff;
    padding: 15px 15px 18px;
    height: 100%;
    display: block;
}

.related-area .post-cate {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}

.related-area .post-date {
    font-family: "Unna", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin-top: 0;
    margin-bottom: 10px;
}

.related-area .summary {
    color: #555;
    font-size: 12px;
    line-height: 1.5em;
}

.related-area .summary p {
    margin-right: 6px;
    display: inline;
}

.related-area span.read {
    border-bottom: solid 1px #46bfe6;
    position: relative;
    padding: 3px 3px 1px 1px;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #000;
}


/* -- Search Result -- */


.search-result,
.search-result .search-input{
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.search-result .search-input input {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    width: calc(100% - 42px);
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-left: 10px;
}

.search-result .search-input input::placeholder {
    font-weight: 600;
    font-size: 17px;
    color: #666;
}

.search-result-list {
    border: 1px solid #D4D4D4;
}

.search-result-list:nth-child(n+2) {
    border-top: 0;
}

.search-result-list a {
    padding: 30px;
    border: 0;
    display: block;
}

.search-result-list:hover {
    border-color: #E9E9E9;
}

.search-result-list:hover a {
    background: #E9E9E9;
}

.search-result-list p {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    font-size: 13px;
    color: #222;
}

.search-result-list p.title {
    font-size: 20px;
    font-weight: 700;
    text-indent: -20px;
    margin-left: 40px;
}

.search-result-list p.title i {
    font-size: 20px;
    width: 20px;
}

.search-result-list p.breadcrumb {
    background: transparent;
    padding: 0;
    margin-left: 40px;
    font-weight: 600;
}

.search-content .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.sub-content .typeahead,
.search-input .typeahead {
    font-family: "Red Hat Display", Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    padding: 0;
}

.search-input.search-active .typeahead {
    /*left: -150px;*/
    right: 0;
}

.sub-content .typeahead li:before {
    display: none;
}

.sub-content .typeahead li,
.search-input .typeahead li {
    text-indent: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.sub-content .typeahead li:last-child,
.search-input .typeahead li:last-child {
    border-bottom: 0;
}

.sub-content .typeahead li a,
.search-input .typeahead li a {
    padding: 16px 30px;
    border-bottom: 0;
    display: block;
}

.sub-content .typeahead li a:hover,
.search-input .typeahead li a:hover {
    background: #f5f5f5;
}






