body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bg-custom {
    background-color: #2E3F6E;
    min-height: 75px;
}
.navbar-custom {
    margin-left: 83px;
}
ul.navbar-nav li {
    margin-right: 20px;
}
.bg_header_home {
    background-image: url('../img/bg_home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    margin-top: 71px;
    position: relative;
}
.bg_header_home:after {
    content: '';
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content_header_home {
    position: relative;
    z-index: 1;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}
.content_header_home h1 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}
.content_header_home p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 36px;
}
.bg_header_category {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 196px;
    width: 100%;
    margin-top: 3px;
    position: relative;
}
.bg_header_category:after {
    content: '';
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content_header_category {
    position: relative;
    z-index: 1;
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.content_header_category h1 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}
.content_category {
    padding: 30px 0;
}
.bg_header_single {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90px;
    width: 100%;
    margin-top: 3px;
    position: relative;
}
.bg_header_single:after {
    content: '';
    background-color: black;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content_header_single {
    position: relative;
    z-index: 1;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.content_single {
    padding: 40px 0;
}
.content_single .img_single img {
    border-radius: 14px;
}
.content_right_single {
    padding: 40px 30px 28px;
    background-color: #F6F7F9;
    border-radius: 13px;
}
.content_right_single p {
    font-size: 15px;
    line-height: 20px;
}
.content_right_single .btn-custom-blue {
    background-color: #2E3F6E;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    margin-bottom: 20px;
    height: 57px;
    padding-top: 16px;
}
.content_right_single .btn-custom-blue:hover {
    background-color: #000;
    transition: 0.5ms;
}
.content_right_single .btn-custom-yellow {
    background-color: #FFCE00;
    color: #2E3F6E;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    height: 57px;
    padding-top: 16px;
}
.content_right_single .btn-custom-yellow:hover {
    background-color: #000;
    transition: 0.5ms;
    color: #fff;
}
.content_right_single ul.tags_single {
    margin: 0 0 20px 0;
    padding: 0;
}
.content_right_single ul.tags_single li {
    display: inline-block;
    margin-right: 15px;
}
.content_right_single ul.tags_single li a {
    background-color: #2E3F6E;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    border-radius: 6px;
    padding: 4px 10px;
}
.content_right_single ul.tags_single li a:hover {
    background-color: #000;
    transition: 0.5s;
    text-decoration: none;
}
.content_right_single ul.options_single {
    margin: 45px 0 15px 0;
    padding: 0;
}
.content_right_single ul.options_single li {
    display: inline-block;
    margin-right: 15px;
}
.content_right_single ul.options_single li a {
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #707070;
    padding: 14px 20px;
    color: #000;
    font-weight: 500;
}
.content_right_single ul.options_single li a:hover {
    background-color: #2E3F6E;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.content_right_single h1 {
    color: #2E3F6E;
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
}
.options_single_bottom {
    padding: 20px 0 0px;
    font-size: 15px;
}
.content_right_single .msg {
    margin-bottom: 20px;
}
.content_right_single .msg small {
    font-size: 12px;
    position: relative;
    left: -14px;
}
.rating {
    background-color: #4DB7FE;
    border-radius: 13px;
    padding: 8px 20px 2px;
    width: 229px;
}
.rating .result {
    color: #fff;
    font-weight: bold;
    font-size: 46px;
}
.rating .total {
    font-size: 15px;
    font-weight: bold;
    color: #3A3C40;
    position: relative;
    top: 11px;
}
.rating .total span {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    right: 5;
    top: 4px;
}
.rating .total_bottom {
    font-size: 17px;
    color: #FFCE00;
    font-weight: bold;
    position: relative;
    top: 8px;
}
ul.share_links {
    margin: 0;
    padding: 15px 0 20px;
}
ul.share_links li {
    display: inline-block;
    margin-right: 10px;
}
ul.share_links li i {
    color: #000;
    font-size: 30px;
}
ul.share_links li i:hover {
    color: #2E3F6E;
}
.bg_description .description_content {
    background-color: #F6F7F9;
    border-radius: 13px;
    padding: 40px 30px;
}
.bg_description .description_content h2 {
    font-weight: bold;
    font-size: 25px;
    color: #000;
}
.bg_description .description_content p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}
.bg_bread {
    margin-top: 115px;
    padding: 10px 0;
}
.bg_bread .bread {
    margin: 0;
    padding: 0;
}
.bg_bread .bread li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.bg_bread .bread li a {
    font-size: 14px;
}
#sidebar {
    background-color: #2E3F6E;
    border-radius: 20px;
    padding: 20px 30px 40px;
}
.box_sidebar .title_box_sidebar {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.box_sidebar .content_box_sidebar ul {
    padding: 0;
    margin: 0;
}
.box_sidebar .content_box_sidebar ul li {
    list-style: none;
}
.box_sidebar .content_box_sidebar ul li a {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}
.box_sidebar .content_box_sidebar ul li a:hover {
    font-weight: bold;
    color: #C3E600;
    text-decoration: none;
}
.form-home {
    max-width: 680px;
    min-width: 680px;
    margin: 0 auto;
    background-color: #ffffff82;
    border-radius: 10px;
    padding: 10px;
    max-height: 96px;
    margin-bottom: 20px;
}
.form-home .input-group {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    min-height: 76px;
}
.form-home .form-control {
    border: none;
    padding-top: 18px;
    font-size: 17px;
    height: 52px;
}
.form-home .btn-search-home {
    background-color: #2E3F6E;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px !important;
    min-width: 152px;
}
.form-home .btn-search-home:hover {
    background-color: #000;
}
.featured_home {
    padding-top: 50px;
}
.featured_home h2, .title_home h2 {
    color: #2E3F6E;
    font-size: 34px;
    font-weight: bold;
}
ul.links_top {
    margin: 0;
    padding: 0;
}
ul.links_top li {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}
ul.links_top li a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
ul.links_top li a:hover {
    text-decoration: none;
}
ul.links_top li i {
    color: #fff;
}
ul.cats {
    margin: 30px 0;
    padding: 0;
}
ul.cats li {
    display: inline-block;
    text-align: center;
    max-width: 90px;
}
ul.cats li a {
    color: #fff;
    font-size: 14px;
}
ul.cats li i {
    font-size: 45px;
    color: #fff;
}
.links_home {
    padding: 20px 0;
}
.links_home h3 {
    font-size: 19px;
    font-weight: bold;
    color: #2E3F6E;
}
.links_home ul {
    margin: 0;
    padding:0;
}
.links_home ul li {
    list-style: none;
    margin: 0;
    padding:0;
}
.links_home ul li a {
    color: #000;
    font-size: 16px;
}
.bg_top {
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 1030;
}
.bg_top p {
    font-size: 12px;
}
.bg_top i {
    color: #4DB7FE;
}
.fixed-top {
    top: 40px;
}
.btn-custom {
    background-color: #4DB7FE;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}
.btn-custom:hover {
    background-color: #000;
}
.btn-custom:before {
    content: '';
    width: 168px;
    height: 52px;
    background-color: #516497;
    border-radius: 7px;
    display: block;
    position: absolute;
    left: -5px;
    z-index: -1;
    top: -5px;
}
.title_home p {
    margin-bottom: 40px;
}
.item_home, .item_category {
    margin-bottom: 40px;
}
.item_home img, .item_category img {
    border-radius: 13px;
    position: relative;
    margin-bottom: 13px;
}
.item_home span.cat, .item_category span.cat {
    position: absolute;
    top: 12px;
    left: 26px;
    background-color: #2E3F6E;
    color: #fff;
    border-radius: 4px;
    padding: 1px 7px;
    font-size: 14px;
}
.item_home h2, .item_category h2 {
    font-size: 19px;
    height: 42px;
}
.item_home h2 a, .item_category h2 a {
    font-weight: bold;
    color: #2E3F6E;
}
.item_home h2 a:hover, .item_category h2 a:hover {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.item_home p, .item_category p {
    font-size: 13px;
    margin-bottom: 3px;
}
.item_home p i, .item_category p i {
    margin-right: 6px;
}
.bg_blue_home {
    background-color: #2E3F6E;
    width: 100%;
    padding: 50px 0;
    margin: 30px 0 60px;
}
.bg_blue_home h2 {
    font-size: 34px;
    color: #fff;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px;
}
.bg_blue_home p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bg_blue_home .content_right img {
    border-radius: 20px;
}
hr.home {
    background-color: #325096;
    width: 100%;
    height: 86px;
    border-bottom: 15px solid #2E3F6E;
}
.txt_home {
    margin-top: 40px;
}
.txt_intro h2, .txt_intro h3 {
    font-size: 24px;
}
footer {
    background-color: #212529;
    padding: 90px 0;
    margin-top: 60px;
    min-height: 481px;
}
footer .cab {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    color: #666F77;
    font-size: 15px;
}
footer .copy p {
    color: #666F77;
    margin-top: 60px;
    font-size: 11px;
}
@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
@media(max-width: 500px) {
    .form-home {
        max-width: 350px;
        min-width: 350px;
    }
}