@charset "utf-8";
.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.pt-90 {
    padding-top: 90px
}

.pb-50 {
    padding-bottom: 50px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Be Vietnam", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #55545b;
    line-height: 24px
}

a {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none
}

a, button {
    color: inherit;
    outline: 0;
    border: 0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

h1, h2, h3, h4 {
    font-family: "Be Vietnam", sans-serif;
    color: #333;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-family: "Be Vietnam", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #55545b;
    margin-bottom: 15px;
    line-height: 26px
}

*::-moz-selection {
    background: #5f3afc;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #5f3afc;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #5f3afc;
    color: #fff;
    text-shadow: none
}

*::-moz-placeholder {
    color: #1a152e;
    font-size: 14px;
    opacity: 1
}

.grey-bg-2 {
    background: #f6f6f7
}

.white-bg {
    background: #fff
}

.section__title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center
}

@media (max-width: 575px) {
    .section__title {
        font-size: 30px
    }
}

.section__title-wrapper p {
    font-size: 16px;
    text-align: center
}

.link-btn {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.link-btn i {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 58%;
    -webkit-transform: translateX(10px) translateY(-50%);
    -moz-transform: translateX(10px) translateY(-50%);
    -ms-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.link-btn:hover {
    color: #5f3afc
}

.link-btn:hover > i {
    right: -14px;
    opacity: 1;
    visibility: visible
}

.page__title-content .breadcrumb-item + ::before {
    position: absolute;
    top: 52%;
    left: -4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
    color: #55545b
}

.category__item {
    padding: 40px;
    -webkit-box-shadow: 0 30px 70px 0 rgba(8, 0, 42, 0.1);
    -moz-box-shadow: 0 30px 70px 0 rgba(8, 0, 42, 0.1);
    box-shadow: 0 30px 70px 0 rgba(8, 0, 42, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .category__item {
        padding: 40px 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category__item {
        padding: 20px 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .category__item {
        padding: 25px
    }
}

.category__item:hover {
    border-color: #4473f7;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.category__title {
    font-size: 20px;
    font-weight: 700
}

.category__title a:hover {
    color: #5f3afc
}

