/* Screen size change Notebook */
@media screen and (min-width: 1024px) and (max-width : 1279px){
    .format-font-size {
        font-size: 14px;
    }
    
    .format-header-font-size {
        font-size: 14px;
    }
    
    .format-table-width {
        width: 100%;
    }
    
    .format-main-logo-size {
        width: 200px;
        height: 155px;
    }
    
    .format-icon-size, .format-icon-size-menu-bar {
        font-size: 21px;
    }
    
    .hide-additional-text {
        display: block;
    }

    .format-column-width-header {
        width:80%;
        padding-left:25px;
    }

    .tooltipGo2Top {
        bottom: 197px;
        right: 110px;
    }
    
    .tooltipGo2Top .tooltiptextGo2Top {
        font-size:14px;
        width:110px;
        top:50px;
        right:-30px;
    }

    .header-text-button {
        font-size: 18px;
    }
    
    .menu-bar-icons-minimized {
        display: none;
    }

    .menu-bar-icons-maximized {
        display: block;
    }

    .dropdown-menu-position {
        top:25px;
    }
    
    .dropdown-icon-position {
        left:-55px;
        top:25px;
        min-width: 170px;
    }

    .main_content {
        width:1000px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    
    .card-table td {
        padding: 20px 10px 20px 10px;
    }

    .card-content-title-white {
        font-size: 60px;
    }

    .card-content-title-black {
        font-size: 60px;
    }

    .card-content-desc-black {
        font-size: 14px;
    }

    .card-content-desc-white {
        font-size: 14px;
    }

    .card-content-icon-white {
        font-size: 30px;
    }
    
    .card-content-product-white {
        font-size: 14px;
    }

    .column-product {
        width: 33%;
        padding: 0 10px;
    }

    .card-product-3 {
        display: block;
    }

    .card-product-2 {
        display: none;
    }

    .card-product-1 {
        display: none;
    }

    #button-go-top {
        width: 55px;
        height: 55px;
    }
    
    .tooltip-go-top { /* tooltip popup property default behavior */
        bottom: 140px;
        right: 110px;
    }
    
    .tooltip-go-top .tooltip-text-go-top { /* tooltip popup text property default behavior*/
        width:120px;
        top:60px;
        right:-33px;
    }

    .tbl-icon, .tbl-icon2 {
        font-size: 18px;
    }
    
    .document-icon {
        font-size: 18px;
    }

    .tbl-nav-title {
        font-size: 15px;
    }

    .timeine-education-title {
        font-size: 17px;
    }
    
    .timeine-education-sub-title {
        font-size: 16px;
    }
}