@font-face {
    font-family: 'MyriadPro';
    src: url('../font/myriad-pro/MyriadPro-Regular.eot');
    src: url('../font/myriad-pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/myriad-pro/MyriadPro-Regular.woff') format('woff'), url('../font/myriad-pro/MyriadPro-Regular.ttf') format('truetype'), url('../font/myriad-pro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('../font/myriad-pro/MyriadPro-It.eot');
    src: url('../font/myriad-pro/MyriadPro-It.eot?#iefix') format('embedded-opentype'), url('../font/myriad-pro/MyriadPro-It.woff') format('woff'), url('../font/myriad-pro/MyriadPro-It.ttf') format('truetype'), url('../font/myriad-pro/MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../font/myriad-pro/MyriadPro-Bold.eot');
    src: url('../font/myriad-pro/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/myriad-pro/MyriadPro-Bold.woff') format('woff'), url('../font/myriad-pro/MyriadPro-Bold.ttf') format('truetype'), url('../font/myriad-pro/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: MyriadPro;
    font-size: 12px;
}

a {
    color: #000000;
}

    a:hover {
        color: #202954;
    }

.header {
    padding-top: 15px;
    margin-bottom: 5px;
    clear: both;
    width: 100%;
    display: inline-block;

    padding-bottom: 10px;
    /* border-bottom: 5px solid #112D5A; */
    /* background-color: #035585; */
    color: #fff;
}
.header a {
    color: #fff !important;
}

    .header .head_logo {
        background: url(../image/flag_header.jpg);
        width: 20px;
        height: 47px;
        float: left;
        clear: none;
    }

    .header .menu {
        float: left;
        clear: none;
        font-size: 19px;
        font-weight: 700;
        padding-top: 10px;
        margin-left: 10px;
    }

        .header .menu ul {
            list-style: none;
        }

            .header .menu ul li {
                float: left;
                clear: none;
                margin-right: 15px;
            }

            .header .menu ul li {
                padding-right: 20px;
                border-right: 1px solid #112D5A;
            }
            .header .menu ul li:nth-child(4) {
                border: 0px !important;
            }

                .header .menu ul li a {
                    color: #212a55;
                    text-decoration: none;
                    font-size:17px;
                }

    .header .head_search {
        float: right;
        border-left: solid 2px #bbbbbb;
        padding-left: 10px;
        margin-top: 15px;
    }

        .header .head_search input {
            background: #fff;
            border: 0px;
            text-align: left;
            padding: 2px 10px;
        }



    .header ul.icons {
        float: right;
        clear: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        text-align: center;
        margin-top: 15px;
        margin-left: 20px;
    }

        .header ul.icons li {
            list-style: none;
            float: left;
            margin-right: 15px;
        }

            .header ul.icons li a {
                color: #202954;
            }

            .header ul.icons li:last-child {
                margin-right: 0px;
            }

            .header ul.icons li i {
                font-size: 20px;
            }

            .header ul.icons li span {
                width: 100%;
                float: right;
                clear: both;
                font-weight: bold;
                font-size: 14px;
            }


.content_row {
    margin-bottom: 20px;
}

    .content_row .info h1 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .content_row .info h3 {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .content_row .info p {
        font-size: 15px;
    }

    .content_row .info span.lable_title {
        background: #033864;
        padding: 3px 5px;
        color: white;
        font-size: 10px;
        font-family: arial;
        text-transform: uppercase;
        top: 5px;
        position: relative;
    }

    .content_row .image_panel {
        margin-bottom: 5px;
    }

        .content_row .image_panel img {
            width: 100%;
        }

.tem_1 .content_row {
    position: relative;
    margin-bottom: 0px;
}

    .tem_1 .content_row .info span.lable_title {
        font-size: 12px;
    }

    .tem_1 .content_row .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        color: white;
        padding: 40px;
        text-shadow: 2px 2px #000000b3;
    }

@media (max-width: 991px) {
    .tem_1 .content_row .info {
        position: static;
        bottom: 0px;
        left: 0px;
        right: 0px;
        color: black;
        padding: 10px 0px 30px 0px;
        text-shadow: none;
    }
}



.tem_2 {
    background: #ebebed;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .tem_2 .content_row {
        border-top: solid 5px #d4d4d4;
        text-align: center;
        background: white;
        padding: 15%;
        margin-bottom: 0px;
        border-radius: 3px 3px 0px 0px;
    }

        .tem_2 .content_row span.lable_title {
            margin-bottom: 5px;
            display: inline-block;
        }

.tem_3 {
}

    .tem_3 .title_section {
        font-weight: bold;
        font-size: 20px;
        /* text-align: center; */
    }

    .tem_3 .info span {
        color: #306da3;
    }

    .tem_3 ul {
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }

        .tem_3 ul li {
            font-weight: bold;
            font-size: 15px;
            list-style: none;
            width: 100%;
            border-top: solid 1px gray;
            padding-bottom: 10px;
            padding-top: 10px;
        }

.tem_4 {
    background: #101721;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .tem_4 .title_section {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    .tem_4 .content_row {
    }

        .tem_4 .content_row .image_panel {
            position: relative;
        }

            .tem_4 .content_row .image_panel .fa.fa-play {
                position: absolute;
                left: 0px;
                right: 0px;
                top: 50%;
                margin-top: -15px;
                text-align: center;
                line-height: 30px;
                opacity: 0.8;
            }

            .tem_4 .content_row .image_panel .fa-play:before {
                border: solid 3px white;
                border-radius: 100%;
                font-size: 40px;
                padding: 10px 10px 10px 16px;
                color: white;
            }


        .tem_4 .content_row .info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
            color: white;
            text-shadow: 2px 2px #000000b3;
        }

            .tem_4 .content_row .info h3 {
                font-size: 14px;
            }

.tem_7 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4a5265;
}

    .tem_7 input {
        background: none;
        border: 0px;
        width: 100%;
        padding: 10px 0px;
        text-indent: 40px;
        font-size: 20px;
    }

        .tem_7 input::placeholder {
            color: white;
            opacity: 1;
        }

        .tem_7 input:-ms-input-placeholder {
            color: white;
        }

        .tem_7 input::-ms-input-placeholder {
            color: white;
        }

    .tem_7 i {
        position: absolute;
        margin-left: 10px;
        margin-top: 15px;
        color: white;
        font-size: 20px;
    }

.tem_8 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0d1730;
    text-align: center;
}

    .tem_8 h4 {
        color: white;
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
    }

.list-content {
}

.list-content-header {
    border-bottom: 3px solid #dedede;
    display: inline-block;
    width: 100%;
    margin-bottom: 28px;
}

    .list-content-header h3 {
        font-size: 35px;
        color: #1f1f1f;
        font-weight: bold;
        float: left;
        text-decoration: none;
        border-bottom: 3px solid #202954;
        margin-bottom: -3px;
    }

.box_1 > h3, .box_2 h3.handle, .box_2 h3.titlecat, .box_2 h3.titlecat1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #dd0000;
}
.box_1 > h3::before {
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
    font-weight: regular;
    margin-right: 10px;
    color: #dd0000;
    font-size: 0.8em;
}
.box_2 h3.titlecat {
    font-size: 1.9em;
}

.box_2 > h3::before, .box_2 h3.titlecat::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: regular;
    margin-right: 10px;
    color: #dd0000;
    font-size: 0.9em;
}

#portal-column-1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

#portal-column-1 > div {
    padding-left: 20px;
    padding-right: 20px;
}

.header-text {
    float: left;
    font-weight: bold;
    margin-top: -4px;
    padding-left: 10px;
    font-size: 1.2em;
    line-height: 1.3em;
}

.header-text a {
    text-decoration: none;
}

/* .header {
    width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important;
} */

#portal-column-1 {
    background: #112D5A;
    margin-bottom: 20px;
}

.row.preview > div {
    padding: 5px !important;
}
.row.preview h3 {
    margin-top: -5px !important;
}
#blockid_5 {
    margin-top: 50px;
}

.header i.fa.fa-bars,.header .fa-times {display:none}
@media (max-width: 991px) {
.header .container{padding-left:0px;padding-right:0px;}
.header i.fa.fa-bars {
    font-size: 27px;
    float: right;
    display:block;    cursor: pointer;
}
.header .fa-times{
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 40px;
    color: white;
    font-weight: normal;
    display:block;    cursor: pointer;
}
.header .head_search{width:100%}
.header .head_search input{width:100%}
    .category_cont {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: radial-gradient(#0d2347, #000000db);
        z-index: 999;
        text-align: center; display:none;
    }
    .category_cont.active {
         display: block;
    }
    
    .category_cont .icons {
        float: none !important;
        display: inline-block;
    }
    
    .category_cont .menu ul li {
        float: none;
        width: 100%;
    }
    
    .category_cont .menu ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .category_cont .menu {
        width: 100%;
        margin-top:25vh;
        line-height:35px;
    }
    .header .menu ul li a{font-size:25px}
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height [class^=col] div {
  flex-grow: 1
}

@media (max-width: 900px) {
.box_1 > h3, .box_2 h3.handle, .box_2 h3.titlecat, .box_2 h3.titlecat1 {
    margin-top: 30px;
    font-weight: bold;
}
.content_row {
    margin-bottom: 50px;
}
    .content_row .info h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .tem_3 .title_section{margin-top:30px;}
}