/*Organization custom style*/
section.content-mid-page .slider-section ul li.item {
    padding-left: 0;
}
/*Organization custom style END*/

.distribution-network-page section.content-top-page h1 {
    text-align: center;
}

.distribution-network-page section.content-top-page {
    padding-top: 55px;
}

.distribution-network-page section.content-top-page .image {
    text-align: center;
    margin-top: 85px;
    max-width: 1073px;
    margin: 85px auto 0;
}
.distribution-network-page section.content-top-page .image.mobile img
{
    width: 100%;
}
ul.nav.nav-tabs.desktop {
    display: block;
    padding-left: 0;
    list-style: none;
}

ul.nav.nav-tabs.mobile {
    display: none;
}
section.content-top-page .image.mobile
{
    display: none;
}
section.content-top-page .image.desktop
{
    display: block;
}

.distribution-network-page section.content-top-page .image img {
    text-align: center;
    margin: auto;
}

section.content-page-bottom {
    max-width: 1160px;
    display: flex;
    width: 100%;
    margin: 120px auto 0;
    padding-left: 25px;
    padding-right: 25px;
}

section.content-page-bottom .left {
    width: 21%;
}

section.content-page-bottom .right.tab-content {
    width: 79%;
    padding-left: 9%;
}

section.content-page-bottom li.menu.lv1 {
   
    border-bottom: 1px solid #EAEAEA;
}
section.content-page-bottom li.menu.lv1:first-child
{
    border-top: 1px solid #EAEAEA;
}

section.content-page-bottom li.menu.lv1 a {
    padding: 22px 0 20px;
    color: #000;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: left;
}

section.content-page-bottom li.menu.lv1 a ul.item-lv2 a {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

section.content-page-bottom li.menu.lv1 .item-lv2 a {
    padding: 0;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #000;
}

section.content-page-bottom .sub-item .content-nation {
    border: 1px solid #A4A4A4;
    padding: 31px 117px 31px 73px;
    margin-bottom: 30px;
}

section.content-page-bottom .sub-item .nation {
    padding-bottom: 10px;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.35625px;
    margin-top: 34px;
}

section.content-page-bottom .title-left {
    margin-bottom: 30px;
    color: #2957a4;
    font-family: Barlow;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
section.content-page-bottom .title-right.tab
{
    color: #2957a4;
    font-family: Barlow;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
section.content-page-bottom .item.panel .sub-item.panel {
    transform: translateY(100px);
}
section.content-page-bottom .item.panel.active .sub-item.panel {
    transform: translateY(0);
}
section.content-page-bottom .item.panel {
    display: none;
}
section.content-page-bottom .item.panel.active {
    display: block;
    margin-bottom:50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEDE;
}
section.content-page-bottom li.menu.lv1.show-action.active ul.item-lv2 {
    display: block;
    padding-bottom: 20px;

}
section.content-page-bottom li.menu.lv1.active ul.item-lv2
{
    display: none;
}
section.content-page-bottom li.menu.lv1 {
    padding-left: 0;
}
section.content-page-bottom li.menu.lv1:before {
    display: none;
}
section.content-page-bottom .menu.lv1 .item-lv2 .menu:before {
    display: none;
}
section.content-page-bottom li.menu.lv1 ul.item-lv2 {
    /* display: none; */
    padding-left: 0;
    list-style: none;
}
section.content-page-bottom li.menu.lv1 ul.item-lv2 li.lv2 {
    padding-left: 0;
}
.item.panel.parent-active .sub-item.panel:not(.active) {
    display: none;
}
section.content-page-bottom li.menu.lv1 a {
    position: relative;
}
section.content-page-bottom li.menu.lv1.active a,section.content-page-bottom li.menu.lv1.active .item-lv2 li.menu.lv2.active a
{
    color: #2957A4;
    font-weight: 600;
}
section.content-page-bottom li.menu.lv1.active .item-lv2 a
{
    color: #000;
    font-weight: 400;
}
section.content-page-bottom li.menu.lv1.show-action.active > a:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 3px;
    top: 33px;
    right: 8px;
    background: url(../svg/minus.svg);
    background-size: cover;
}
section.content-page-bottom li.menu.lv1.show-action > a:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 28px;
    right: 8px;
    background: url(../svg/plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.content-page-bottom li.menu.lv1.active ul.item-lv2 a:after {
    display: none;
}
section.content-page-bottom .sub-item .content-nation .item .left {
    width: 21%;
}

section.content-page-bottom .sub-item .content-nation .item .right {
    width: 79%;
}
section.content-page-bottom .sub-item .content-nation .item .right a
{
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #000;
}
section.content-page-bottom .sub-item .content-nation .item .right a:hover {
    color: #2957a4;
}
section.content-page-bottom .sub-item .content-nation .item {
    width: 100%;
    display: flex;
}

section.content-page-bottom .sub-item .content-nation .title-nation {
    color: #191d34;
    font-family: Barlow;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.distribution-network-page {
    margin-bottom: 65px !important;
}
.distribution-network-page label.init.mobile {
    display: none;
}
section.content-page-bottom li.menu span.tab-menu-icon {
    display: none;
}
@media(max-width:1439px)
{
    .distribution-network-page section.content-top-page {

}
@media(max-width:991px) {
    section.content-page-bottom .right.tab-content {
        width: 74%;
        padding-left: 3%;
    }
    section.content-page-bottom .left {
        width: 26%;
    }
    section.content-page-bottom .sub-item .content-nation
    {
        padding: 31px 30px 31px 30px;
    }
    
}
@media(max-width:767px)
{
    section.content-page-bottom li.menu span.tab-menu-icon {
        display: none;
    }
    section.content-page-bottom li.menu.show-action span.tab-menu-icon
    {
        display: inline-block;
    }
    section.content-page-bottom li.menu.show-action span.tab-menu-icon {
        position: absolute;
        padding: 0;
        top: 0;
        right: -12px;
        width: 40px;
        height: 70px;
        background-image: url(../svg/plus.svg);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        display: block;
    }
    section.content-page-bottom li.menu.show-action.active span.tab-menu-icon {
        background-image: url(../svg/minus.svg);
    }
    
    section.content-page-bottom li.menu.lv1 a:after {
        display: none;
    }
    
    .distribution-network-page label.init.mobile {
        padding-bottom: 10px;
        border-bottom: 1px solid #DEDEDE;
        display: block;
        margin-bottom: -1px;
        font-family: Barlow;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        /* cursor: pointer; */
    }
    section.content-page-bottom .item.panel.active {
        display: block;
        margin-bottom: 0;
        padding-bottom: 35px;
    }
    
    .distribution-network-page label.init.mobile::after
    {
        position: absolute;
        content: "";
        width: 14px;
        height: 9px;
        background: url(../png/arrow-down1.png);
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 0;
    }
    .distribution-network-page label.init.mobile.active::after
    {
        /* transform: rotate(180deg); */
        background: url(../png/arrow-up1.png);
        background-size: cover;
    }
    section.content-page-bottom li.menu.lv1.active ul.item-lv2,
    section.content-page-bottom li.menu.lv1 ul.item-lv2 {
        display: none;
    }
    section.content-page-bottom li.menu.lv1.all
    {
        padding: 22px 0 20px;
        color: #000;
        font-family: Barlow;
        font-size: 19px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        text-align: left; 
        cursor: pointer;  
    }
    
    section.content-page-bottom li.menu.all + li.menu       ul.item-lv2 {
        /* display: block; */
    }
    section.content-page-bottom .item.panel.active.actived .sub-item.panel
    {
        /* display: none; */
    }
    section.content-page-bottom .item.panel.active .sub-item.panel {
        /* display: block; */
    }
    section.content-page-bottom .item.panel .content-right.tab {
        display: none;
    }
    section.content-page-bottom .item.panel.actived .content-right.tab {
        display: block;
    }
    section.content-page-bottom .item.panel .title-right.tab
    {
        font-size: 25px;
        color: #000;
        position: relative;
    }
    section.content-page-bottom .item.panel .title-right.tab:after{
        position: absolute;
        content: "";
        width: 14px;
        height: 9px;
        background: url('../png/arrow-down1.png');
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 0;
    }
    section.content-page-bottom .sub-item .content-nation .item .right {
        overflow: hidden;
        /* white-space: nowrap; */
        width: 78%;
        padding-left: 16px;
        /* text-overflow: ellipsis; */
    }
    section.content-page-bottom .sub-item .content-nation .item .left {
        width: 22%;
    }
    section.content-page-bottom .item.panel.active.actived .title-right.tab {
        color: #2957A4;
    }
    section.content-page-bottom .item.panel.active.actived .title-right.tab::after
    {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        background: url('../png/arrow-up1.png');
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 0;
        transform: rotate(0deg);
    }
    section.content-page-bottom .sub-item .content-nation
    {
        padding: 31px 19px;
    }
    section.content-top-page .image.mobile {
        display: block;
    }
    section.content-top-page .image.desktop {
        display: none;
    }
    section.content-page-bottom {
        display: block;
        margin: 56px auto 0;
    }
    section.content-page-bottom .left {
        width: 100%;
        /* margin-bottom: 10px; */
    }
    section.content-page-bottom .right.tab-content {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    section.content-page-bottom .item.panel
    {
        padding: 35px 0;
        border-bottom: 1px solid #DEDEDE;
    }

    section.content-page-bottom .item.panel.active .sub-item.panel.active
    {
        display: block;
    }

    ul.nav.nav-tabs.desktop
    {
        display: none;
    }
    ul.nav.nav-tabs.mobile {
        /* display: block; */
        padding: 0;
        list-style: none;
    }
    section.content-page-bottom li.menu.lv1
    {
        /* display: none; */
        position: relative;
    }
    .distribution-network-page section.content-top-page {
        padding-top: 10px;
    }
    .distribution-network-page section.content-top-page .image
    {
        margin: 60px auto 0;
    }
    section.content-page-bottom .title-left
    {
        font-size: 30px;
    }
    ul.nav.nav-tabs.mobile li.init {
        position: relative;
        font-family: Barlow;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
        color: #000;
    }
    ul.nav.nav-tabs.mobile li.init a
    {
        font-family: Barlow;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #000;
    }
    section.content-page-bottom li.menu.lv1.all a::after
    {
        display: none;
    }
    ul.nav.nav-tabs.mobile li.init:after {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        background: url('../png/arrow-down1.png');
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 0;
    }
    ul.nav.nav-tabs.mobile li.init.active:after {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        background: url('../png/arrow-up1.png');
        background-repeat: no-repeat;
        background-size: cover;
        top: 10px;
        right: 0;
    }
    section.content-page-bottom .sub-item .nation
    {
        padding-bottom: 18px;
        margin-top: 25px;
    }
    section.content-page-bottom .sub-item .content-nation .item
    {
        font-size: 15px;
    }
    section.content-page-bottom .sub-item .content-nation .item .right a {

        font-size: 15px;
        line-height: 26px;
    }
    section.content-page-bottom .sub-item .content-nation .item {
        font-size: 15px;
        width: 100%;
        display: flex;
        padding-top: 15px;
        padding-bottom: 0;
    }
    section.content-page-bottom .sub-item .content-nation .title-nation {
        color: #191d34;
        font-family: Barlow;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 12px;
        line-height: 23px;
    }
    section.content-page-bottom .item.panel .sub-item.panel {
        margin-bottom: 33px;
    }
    .distribution-network-page {
        margin-bottom: 35px !important;
    }
    ul.nav.nav-tabs.mobile li.init ul.item-lv2 {
        display: none;
    }
    section.content-page-bottom li.menu.lv1.active.selected ul.item-lv2 li.menu.lv2 {
        display: block !important;
    }
    section.content-page-bottom li.menu.lv1 a:after
    {
        right: 0;
    }
    section.content-page-bottom li.menu.lv1.active a:after
    {
        right: 0;
    }
}