:root {
    --primary-footer: #1c5877;
    --primary-text-color: #00c6ff;
    --primary-text-header: #da4306;
    --primary-bg-header: #71b1d8;
    --primary-bg: #f1f1f1;
}
.footer ul{
    padding: 0;
    margin: 0;
}

li, lo {
    list-style: none;
}

a, a:hover {
    text-decoration: none
}

img {
    border: 0;
}

.absolute {
    position: absolute;
}

.center-absolute{
    top: 20px;
    left:0;
    right:0;
}

.position-relative {
    position: relative;
}

.line {
    padding-top: 10px;
}

.auto-responsive {
    width: 100% !important;
    height: 100%;
}

.fixed {
    position: fixed;
    z-index: 11;
    top: 0px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background: rgba(28, 88, 119, 0.5);
    padding: 5px 0;
    background-size: cover;
}

.reset-col{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.reset-col-left{
	padding-left: 0;
	margin-left: 0
}

.reset-col-right{
	padding-right: 0;
	margin-right: 0
}
.reset-col-left-5{
	padding-left: 1px !important;
}

.reset-col-right-5{
	padding-right: 5px !important;
}

.flex-1{
	display: flex;
	flex: 1
}
.center-vertical{
	align-items: center;
}
.center-horizontal{
	justify-content: center;
}

.center-flex{
	align-items: center;
	justify-content: center;
}
table.padding-td td p{
	padding-right:15px;
}

table.padding-td-left td p{
    padding-left:15px;
}
/*  */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .input {
        width: 40% !important;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .input {
        width: 50% !important;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* ==== */
@media (max-width: 767px) {
    .bg-header h1{
        font-size: 28px !important;
    }
    .input {
        width: 89% !important;
    }
    .ux-search-box form ul{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .search-category .element{
        padding: 0px !important;
    }
    .ux-search-box form .search-btn{
        padding: 0 15px !important;
    }
    .bg-header{
        min-height: 300px !important;
        height: 300px !important;
    }
    .bg-topic h1 a{
        font-size: 45px !important;
    }
    .content-index h2 a{
        font-size: 600% !important;
    }
}
@media (max-width: 480px) {
    .bg-header h1{
        font-size: 28px !important;
    }
    .footer{
        font-size: 12px !important;
    }
    .input {
        width: 78% !important;
    }
    .social-footer{
        bottom: -10px !important;
    }
    .bg-header{
        min-height: 200px !important;
        height: 200px !important;
    }
    .bg-topic h1 a{
        font-size: 35px !important;
    }
    .content-index h2 a{
        font-size: 500% !important;
    }
    .txt_title{
        font-size: 100px !important;
    }
    .txt_describe    {
        bottom: 40px !important;
        font-size: 18px !important;
    }
    .txt_describe_small{
        font-size: 14px !important;
    }
}