@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");

@keyframes raised-out {
    0% {
        width: 0;
        opacity: .4;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes fadeIn {
    from {
        margin-top: 10px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@font-face {
    font-family: 'UTMAvo';
    src: url("../fonts/UTMAvo.eot");
    src: url("../fonts/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo.woff") format("woff"), url("../fonts/UTMAvo.ttf") format("truetype"), url("../fonts/UTMAvo.svg#svgFontName") format("svg");
}

@font-face {
    font-family: 'UTMAvoBold';
    src: url("../fonts/UTMAvoBold.eot");
    src: url("../fonts/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvoBold.woff") format("woff"), url("../fonts/UTMAvoBold.ttf") format("truetype"), url("../fonts/UTMAvoBold.svg#svgFontName") format("svg");
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #333333;
}

body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

a,
a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.gutter-20 {
    margin: 0 -10px;
}

.gutter-20>[class^='col'] {
    padding: 0 10px;
}

@media (max-width: 575px) {
    .gutter-sm-10 {
        margin: 0 -5px;
    }

    .gutter-sm-10>[class^='col'] {
        padding: 0 5px;
    }
}

.m-heading {
    display: flex;
    align-items: center;
    font-family: "UTMAvo", serif;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 22px;
    text-align: center;
}

.m-heading::before,
.m-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #dee2e6;
    margin-right: 18px;
}

.m-heading::after {
    margin-right: 0;
    margin-left: 18px;
}

.m-heading .red {
    font-weight: 400;
    font-family: "UTMAvoBold", sans-serif;
    color: #e5322c;
}

@media (max-width: 767px) {
    .m-heading {
        display: block;
        text-align: center;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .m-heading::before,
    .m-heading::after {
        display: none;
    }
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transition: all .3s;
}

.img-zoom:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

@media (min-width: 992px) {
    .col-lg-20p {
        padding: 0 15px;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.bg-blue-gradient {
    background: #0052a5;
}

.mb30 {
    margin-bottom: 30px;
}

.lk-text {
    color: #000;
    font-weight: bold;
}

.lk-text:hover {
    color: #333;
}

.lk-text--tdn {
    text-decoration: none;
}

.limit-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.limit-line--2 {
    -webkit-line-clamp: 2;
    max-height: 3em;
}

.limit-line--3 {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.limit-line--4 {
    -webkit-line-clamp: 4;
    max-height: 6em;
}

.text-14 {
    font-size: 14px;
}

.tieude {
    font-weight: bold;
}

.color-face {
    color: #0270ac;
}

.color-you {
    color: red;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
/*    padding: 0px 5px 5px;*/
}

.product {
    text-align: center;
}

.product__title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 0;
    transition: .3s;
}

.product:hover .product__title {
    color: #006fab;
    font-weight: bold;
}

.product__desc {
    font-size: 14px;
    color: #999999;
    margin-bottom: 17px;
}

.product-2 {
    text-align: center;
}

.product-2__title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
    margin-top: 9px;
}

.product-2:hover .product-2__title {
    color: #006fab;
    font-weight: bold;
}

.product-2__price {
    font-size: 14px;
    margin-bottom: 18px;
}

.product-2__price .red {
    font-weight: 600;
    color: #e5322c;
}

.product-2__btn {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 0 25px;
    color: #fff;
    background-color: #e5322c;
    border-radius: 15px;
    text-transform: uppercase;
}

.product-2__btn:hover {
    color: #fff;
    text-decoration: none;
}

.m-breadcrumb {
    font-size: 14px;
    padding: 19px 0;
    background: 0;
    margin-bottom: 0;
}

.m-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: 'fontawesome';
}

.m-breadcrumb a {
    color: #333333;
}

.m-breadcrumb a:hover {
    color: #333333;
}

.m-paging .pagination {
    margin-bottom: 0;
}

.m-paging .page-item {
    margin-right: 7px;
}

.m-paging .page-item:last-child {
    margin-right: 0;
}

.m-paging .page-link {
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #dee2e6;
}

.m-paging .page-link,
.m-paging .page-link:hover {
    color: #333333;
}

.m-paging .page-item.active>.page-link {
    background-color: #006fab;
    border-color: transparent;
}

.m-paging .page-item.active>.page-link:hover {
    color: #fff;
}

.news__body {
    position: relative;
    padding-top: 7px;
}

.news__title {
    font-size: 14px;
    font-weight: 400;
}

.news:hover .news__title {
    color: #006fab;
    font-weight: bold;
}

.news__desc {
    font-size: 14px;
    color: #7d7c7c;
}

.news__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    background-color: #006fab;
    color: #fff;
}

.news__date span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.news__date span:first-child {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.news-2__iwrap {
    width: 40%;
    min-width: 80px;
    max-width: 120px;
    margin-right: 10px;
}

.news-2__title {
    font-size: 14px;
    margin-bottom: 0;
}

.news-2__title:hover {
    color: #006fab;
    font-weight: bold;
}

.news-2__time {
    font-size: 12px;
    color: #999999;
}

.header {
    display: flex;
    align-items: center;
    min-height: 94px;
    font-size: 14px;
    position: relative;
}

.header__btn {
    display: none;
}

@media (max-width: 991px) {
    .header {
        flex-wrap: wrap;
    }

    .header__btn {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 30px;
        border: 0;
        background: 0;
        color: #006fab;
    }
}

.logo {
    display: block;
}

.logo__img {
    height: 66px;
}

@media (max-width: 991px) {
    .logo {
        margin: 20px 0;
    }
}

.h-widgets {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.h-widgets__item {
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.h-widgets__item::after {
    content: '';
    height: 20px;
    border-right: 1px solid #eeeeee;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.h-widgets__item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.h-widgets__item:last-child::after {
    display: none;
}

@media (max-width: 1199px) {
    .h-widgets__item {
        margin-right: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .h-widgets {
        width: 100%;
        flex-wrap: wrap;
    }

    .h-widgets__item {
        padding-top: 8px;
        padding-bottom: 8px;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
    }

    .h-widgets__item:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h-widgets__item::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .h-widgets__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.h-partner {
    display: flex;
}

.h-partner__item {
    display: inline-block;
    margin-right: 8px;
}

.h-partner__item:last-child {
    margin-right: 0;
}

.h-partner__item img {
    height: 14px;
}

.h-social {
    display: flex;
    align-items: center;
}

.h-social__item {
    display: inline-block;
    margin-right: 10px;
    color: #999999;
}

.h-social__item:hover {
    color: #999999;
    text-decoration: none;
}

.h-social__item img {
    height: 15px;
}

.h-social__item .fa {
    font-size: 18px;
    line-height: 21px;
    position: relative;
    top: 3px;
}

.search {
    display: flex;
    width: 360px;
    max-width: 100%;
    position: relative;
    font-size: 14px;
}

.search__select {
    height: 30px;
    background-color: #ddf0fa;
    border: 1px solid #d4e8f3;
    border-right: 0;
    border-radius: 15px 0 0 15px;
    padding: 0 15px;
}

.search__input {
    height: 30px;
    flex: 1;
    border: 1px solid #d4e8f3;
    border-radius: 0 15px 15px 0;
    padding: 0 40px 0 15px;
}

.search__input::placeholder {
    color: #999999;
}

.search__btn {
    height: 100%;
    border: 0;
    padding: 0 15px;
    background: 0;
    color: #e5322c;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.navigation {
    padding: 0;
}

.navigation .navbar-nav {
    width: 100%;
}

.navigation .navbar-nav .nav-item {
    flex-grow: 2;
    position: relative;
}

.navigation .navbar-nav .nav-item::before {
    content: '';
    border-width: 6px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    transition: .3s;
}

.navigation .navbar-nav .nav-item:hover::before {
    opacity: 1;
}

.navigation .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 33px;
    width: 1px;
    transform: translateY(-50%);
    background: repeating-linear-gradient(to bottom, #fff 0, #fff 5px, transparent 5px, transparent 6px);
}

.navigation .navbar-nav .nav-item:last-child::after {
    display: none;
}

.navigation .navbar-nav .nav-item:first-child,
.navigation .navbar-nav .nav-item:last-child {
    flex-grow: 1;
}

.navigation .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0;
    text-transform: uppercase;
    text-align: center;
}

.navigation .navbar-nav .nav-link:hover,
.navigation .navbar-nav .nav-link:active,
.navigation .navbar-nav .nav-link:focus {
    color: #fff;
}

a.nav-link:hover {
    background: #f18d38;
}

a.dropdown-item:hover {
    background: #f18d38;
}

.navigation .navbar-nav .nav-item:first-child .nav-link {
    text-align: left;
}

.navigation .navbar-nav .nav-item:last-child .nav-link {
    text-align: right;
}

@media (max-width: 991px) {
    .navigation .navbar-nav .nav-item {
        border-bottom: 1px solid #f4f4f4;
    }

    .navigation .navbar-nav .nav-item:last-child {
        border-bottom: 0;
    }

    .navigation .navbar-nav .nav-item::before {
        display: none;
    }

    .navigation .navbar-nav .nav-item::after {
        display: none;
    }

    .navigation .navbar-nav .nav-link {
        display: inline-block;
        text-align: left !important;
    }
}

.h-dropdown .dropdown-menu {
    min-width: 100%;
    border-radius: unset;
    margin-top: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: rgba(0,82,165,.7);
}

.dropdown-menu a {
    color: #fff;
}
.h-dropdown .dropdown-item:hover {
    box-shadow: inset 3px 0 0 #006fab;
}

.h-dropdown:hover>.dropdown-menu {
    display: block;
    animation: fadeIn .3s ease-out;
}

@media (max-width: 991px) {
    .h-dropdown.nav-item.nav-item.nav-item::before {
        display: block !important;
        opacity: 1;
        position: absolute;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 15px;
        top: 20px;
        transform: rotateX(180deg);
    }

    .h-dropdown .dropdown-menu {
        box-shadow: unset;
        border: 0;
    }
}

.footer {
    padding: 20px 0 25px;
    border-top: 1px solid #dee2e6;
}

.footer__heading {
    font-family: "UTMAvo", serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer__link {
    font-size: 14px;
    color: #333333;
}

.footer__link:hover {
    color: #f18d38;
    font-weight: 600;
}

.footer__btn {
    background-color: #e5322c;
    border: 0;
    color: #fff;
    padding: 0 18px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 15px;
    cursor: pointer;
}

.footer__map {
    height: 160px;
}

.f-payment {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    padding: 0;
    list-style: none;
}

.f-payment__item {
    padding: 4px;
}

.f-payment__icon {
    height: 28px;
}

.f-contact {
    padding: 20px 0 0;
    font-size: 14px;
    color: #fff;
}

.f-contact__heading {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.f-contact__item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
}

.f-contact__item:last-child {
    margin-bottom: 0;
}

.f-contact__item .fa {
    position: absolute;
    top: 4px;
    left: 0;
}

.aside .card {
    border-radius: 0;
}

.aside .card-header {
    border-radius: 0;
    background-color: #fcfcfc;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3794c3;
    text-align: center;
    padding: 5px 10px;
}

.aside .card-body {
    padding: 10px;
    border-radius: 0;
}

.as-menu {
    width: 100%;
}

.as-menu--2 {
    display: none;
    font-size: 14px;
}

.as-menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #dee2e6;
}

.as-menu__item:last-child {
    border-bottom: 0;
}

.as-menu__index {
    white-space: nowrap;
    color: #999999;
    font-size: 12px;
    margin-left: 15px;
}

.as-menu__link {
    display: block;
    flex: 1;
    padding: 6px 15px;
    color: #333333;
}

.as-menu__link:hover {
    color: #f18d38;
    font-weight: bold;
    text-decoration: none;
}

.as-menu__toggle {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    transition: .3s;
}

.as-menu__toggle:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.access__item {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.access__item:last-child {
    margin-bottom: 0;
}

.access__item img {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateX(-50%);
}

.as-list__item {
    padding: 10px 0;
    border-bottom: 1px dashed #dee2e6;
}

.as-list__item:first-child {
    padding-top: 0;
}

.as-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.id-banner .carousel-control-prev,
.id-banner .carousel-control-next {
    max-width: 30px;
}

.id-banner .carousel-control-prev img,
.id-banner .carousel-control-next img {
    width: 12px;
}

.id-banner .carousel-control-next img {
    transform: rotateY(180deg);
}

@media (min-width: 992px) {
    .id-video {
        height: 100%;
    }
}

.product-slider {
    position: relative;
}

.product-slider__prev,
.product-slider__next {
    position: absolute;
    left: 0;
    top: calc(50% - 63px);
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.product-slider__prev img,
.product-slider__next img {
    width: 42px;
}

@media (max-width: 575px) {

    .product-slider__prev img,
    .product-slider__next img {
        width: 28px;
    }
}

.product-slider__next {
    left: 100%;
    transform: translate(-50%, -50%) rotateY(180deg);
}

.products__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.products__heading {
    font-family: "UTMAvo", serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.products__filter {
    width: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .products__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .products__filter {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.preview__left {
    width: 80px;
    margin-right: 16px;
}

.preview__item {
    margin-bottom: 20px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .preview__left {
        width: 55px;
        margin-right: 10px;
    }

    .preview__item {
        margin-bottom: 10px;
    }

    .preview__item:last-child {
        margin-bottom: 0;
    }
}

.pd-detail__heading {
    display: inline-block;
    font-size: 16px;
    padding: 6px 21px;
    border: 1px solid #dee2e6;
    border-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pd-detail__body {
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    font-size: 14px;
    text-align: justify;
}

.pd-detail__body p {
    margin-bottom: 0;
}

.pd-info {
    font-size: 14px;
    line-height: 25px;
}

.pd-info__title {
    font-family: "UTMAvo", serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pd-info p {
    margin-bottom: 0;
}

.pd-info__price {
    font-weight: bold;
    font-size: 30px;
    color: #e5322c;
}

.pd-info__btn {
    display: inline-block;
    background-color: #e5322c;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 18px;
    line-height: 45px;
    border-radius: 22px;
}

.pd-info__btn:hover {
    color: #fff;
    text-decoration: none;
}

.video-heading {
    text-transform: uppercase;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.video-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #dee2e6;
    margin-left: 10px;
}

.video__title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 7px 0 18px;
}

.post__title {
    font-family: "UTMAvo", serif;
    font-size: 20px;
    text-transform: uppercase;
}

.post__time {
    margin-bottom: 15px;
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .post__time {
        flex-direction: column;
        align-items: flex-start;
    }

    .post__time>*:first-child {
        margin-bottom: 10px;
    }
}

.post__content {
    text-align: justify;
    font-size: 14px;
}

.post__content p {
    margin-bottom: 0;
}

.post__content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.news-slider {
    position: relative;
}

.news-slider__prev,
.news-slider__next {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    cursor: pointer;
}

.news-slider__prev img,
.news-slider__next img {
    width: 30px;
}

.news-slider__next {
    left: auto;
    right: -40px;
    transform: translateY(-50%) rotateY(180deg);
}

@media (max-width: 575px) {

    .news-slider__prev img,
    .news-slider__next img {
        width: 28px;
    }

    .news-slider__prev {
        left: -14px;
    }

    .news-slider__next {
        right: -14px;
    }
}

.catalogue__heading {
    text-align: center;
    font-family: "UTMAvo", serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.catalogue__desc {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}

.catalogue__iwrap {
    margin: 0 auto;
    max-width: 1000px;
}

.catalogue__btn {
    display: inline-block;
    background-color: #e5322c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
}

.catalogue__btn:hover {
    color: #fff;
    text-decoration: none;
}