@charset "UTF-8";

@font-face {
    font-family: main;
    src: url('../fonts/main/RobotoRegular.eot');
    src: url('../fonts/main/RobotoRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/RobotoRegular.woff') format('woff'),
        url('../fonts/main/RobotoRegular.ttf') format('truetype'),
        url('../fonts/main/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: mainbold;
    src: url('../fonts/main/RobotoBold.eot');
    src: url('../fonts/main/RobotoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/RobotoBold.woff') format('woff'),
        url('../fonts/main/RobotoBold.ttf') format('truetype'),
        url('../fonts/main/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UTMMicra;
    src: url('../fonts/main/UTMMicra.eot');
    src: url('../fonts/main/UTMMicra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/UTMMicra.woff') format('woff'),
        url('../fonts/main/UTMMicra.ttf') format('truetype'),
        url('../fonts/main/UTMMicra.svg#UTMMicra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UTMHelvetIns;
    src: url('../fonts/main/UTMHelvetIns.eot');
    src: url('../fonts/main/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/UTMHelvetIns.woff') format('woff'),
        url('../fonts/main/UTMHelvetIns.ttf') format('truetype'),
        url('../fonts/main/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RobotoLight;
    src: url('../fonts/main/RobotoLight.eot');
    src: url('../fonts/main/RobotoLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/RobotoLight.woff') format('woff'),
        url('../fonts/main/RobotoLight.ttf') format('truetype'),
        url('../fonts/main/RobotoLight.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RobotoBlack;
    src: url('../fonts/main/RobotoBlack.eot');
    src: url('../fonts/main/RobotoBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/main/RobotoBlack.woff') format('woff'),
        url('../fonts/main/RobotoBlack.ttf') format('truetype'),
        url('../fonts/main/RobotoBlack.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Main */
:root {
    --color-main: #000;
    --color-hover: #ec2d3f;
    --color-btn: #fff;
    --bacground-main: #ec2d3f;
    --bacground-hover: #ec2d3f;
    --bacground-btn: #808080;
    --color-red: #ec2d3f;
    --color-gray: gray;
}

/* General */
.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 5px;
}

.title-main::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 130px;
    background: #e6312d;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.title-main h2 {
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    font-family: UTMHelvetIns;
    color: #07509c;
    font-size: 30px;
    text-transform: uppercase;
}

.btn-main {
    text-align: center;
}

.btn-main a {
    background: var(--bacground-btn);
    color: var(--color-btn);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

.btn-main a:hover {
    background: var(--bacground-hover);
}

/*end General*/
/*============================*/
/* Header */
#block-header {
    position: relative;
}

.header-box {
    position: relative;
}

.header-top {
    background: gray;
}

.header-top .box {
    align-items: center;
}

.header-hotline {
    min-width: 180px;
}

.header-email i,
.header-hotline i {
    border-radius: 50%;
    border: 1px solid #07509c;
    padding: 11.5px;
    color: #07509c;
    font-size: 20px;
}

.header-email p,
.header-hotline p {
    width: calc(100% - 55px);
    font-family: 'main';
    font-size: 14px;
    color: #3e4b21;
}

.header-mid {
    background: url(../images/bg-header.jpg)no-repeat;
    background-size: cover;
}

.header-mid .box {
    align-items: center;
    padding: 10px 0;
}

.header-logo {
    width: 150px;
}

.header-time {
    margin-bottom: 15px;
}

.header-time span {
    font-family: UTMMicra;
    font-size: 12px;
    color: #07509c;
}

/*end header*/
/*============================*/
/* Menu */
#block-menu {
    background: linear-gradient(to top, #d1d1d1, #fff, #d1d1d1);
}

.container-menu {
    position: relative;
    padding: 0 39px;
    padding-top: 5px;
}

.container-menu::before,
.container-menu::after {
    position: absolute;
    content: '';
    width: 39px;
    height: 42px;
    bottom: 0;
}

.container-menu::before {
    background: url('../images/before-menu.png')no-repeat;
    left: 0
}

.container-menu::after {
    background: url('../images/after-menu.png')no-repeat;
    right: 0;
}

.menu-main {
    position: relative;
    align-items: center;
    background: url('../images/bg-menu.jpg');
}

.menu-main li {
    position: relative;
    color: #ffffff;
    background: url('../images/bg-menu.jpg');
}

.menu-main li a {
    font-family: main;
    color: inherit;
    display: block;
}

.menu-main>li {
    text-align: center;
    flex-grow: 1;
}

.menu-main>li>a {
    font-size: 15px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: 'mainbold';
    border-right: 1px solid #1d97e9;
    box-shadow: inset -1px 0px #004B87;
}

.menu-main>li:hover,
.menu-main>li.active {
    color: yellow;
}

.menu-main .menu-list li:hover .menu-cat,
.menu-main .menu-cat li:hover .menu-item,
.menu-main li:hover .menu-list {
    opacity: 1;
    visibility: visible;
}

.menu-main li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    width: 250px;
    box-shadow: 0 0 3px 1px #086aaf;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -ms-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}

.menu-main .menu-list {
    left: 0;
    top: 100%;
}

.menu-main .menu-list li {
    text-align: left;
}

.menu-main .menu-list li a {
    display: block;
    padding: 6px 20px;
}

.menu-main .menu-item,
.menu-main .menu-cat {
    left: 100%;
    top: 0;
}

.menu-main .menu-list li:last-child {
    border-bottom: none;
}

.menu-main .menu-list li:hover,
.menu-main .menu-list li:focus {
    color: yellow;
}

/*============================*/
/* Search */
.search {
    width: 230px;
    background: #fff;
}

.search p {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: var(--color-gray);
    font-size: 16px;
}

.search input {
    width: calc(100% - 35px);
    height: 35px;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
}

.search input::-webkit-input-placeholder {
    color: #ccc;
}

.search input:-moz-placeholder {
    color: #ccc;
}

.search input::-moz-placeholder {
    color: #ccc;
}

.search input:-ms-input-placeholder {
    color: #ccc;
}

/*search-in-out*/
.menu-search {
    margin: 0 30px;
}

.menu-search i {
    color: #fff;
    font-size: 20px;
}

.search-form {
    background-color: #ccc;
    height: 40px;
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 0.3);
    opacity: 0;
    color: #000;
}

.form-row-search input[type="text"] {
    border: none;
    outline: none;
    width: 100%;
    height: 42px;
    padding: 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 47px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/*============================*/
/* Slide */
#block-slide {
    position: relative;
}

.container-slide {
    /* width: 100%; */
    height: auto;
}

.slide-img {
    position: relative;
}

.slide-img>img {
    width: 100%;
}

.slide-img>a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}

.slide-text {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 0.5);
    padding: 10px calc((100% - 1200px) / 2);
}

.slide-text h3 {
    font-family: mainbold;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
}

.slide-text article {
    font-family: main;
    font-size: 13px;
}

.slide-text button {
    background: none;
}

.slide-text button a {
    font-family: main;
    font-size: 13px;
    color: #424242;
}

/*end Slide*/
/*============================*/
/*protop*/
.container-protop {
    overflow: hidden;
}

.protop-box {
    padding: 40px 0;
    margin: 0 -10px;
}

.protop-col {
    padding: 0 10px;
}

.protop-item {
    align-items: center;
}

.protop-img {
    border-radius: 50%;
    overflow: hidden;
}

.protop-text {
    width: calc(100% - 80px);
}

.protop-text h3 a {
    font-family: RobotoBlack;
    font-size: 20px;
    color: #e6312d;
}

/*end protop*/
/*===============================*/
/*product*/
.product-box {
    margin: 0 -10px;
    justify-content: flex-start;
}

.product-col {
    width: calc(100% / 4);
    padding: 0 15px;
    margin-bottom: 20px;
}

.product-item {
    background: #fff;
}

.product-img {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.product-text {
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center;
}

.product-text h3 {
    font-family: mainbold;
    text-transform: capitalize;
    line-height: initial;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-text h3 a {
    font-family: 'mainbold';
    font-size: 16px;
    color: #1a1a1a;
}

.product-text article {
    font-family: main;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.price {
    font-family: main;
    font-size: 13px;
    margin-bottom: 5px;
}

.price a,
.price-new {
    font-size: 16px;
    color: #e6312d;
    font-family: mainbold;
}

.price-old {
    font-size: 14px;
    color: #6a6a6a;
    font-family: RobotoLight;
}

/*end product*/
/*===============================*/
/*page*/
.propage-title {
    background: #07509c;
    text-align: center;
    margin-bottom: 50px;
    padding: 17px 0;
    position: relative;
}

.propage-title::after {
    position: absolute;
    content: '';
    border-top: 20px solid #07509c;
    border-right: 35px solid #0000;
    border-left: 35px solid #0000;
    top: 100%;
    left: calc(50% - 70px/2);
}

.propage-title h2 {
    font-family: UTMHelvetIns;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0;
}

.product-paging {
    justify-content: flex-start;
}

#block-pagelist {
    padding: 25px 0;
}

.container-pagelist {
    padding: 25px 0;
}

.pagelist-paging {
    justify-content: flex-start;
}

/*end page*/
/*===============================*/
/*fast*/
#block-fast {
    padding: 40px 0
}

.fast-ads {
    width: calc(40% - 20px);
}

.fast-paging {
    width: calc(60% + 20px);
    margin: 0 !important;
}

.fast-paging .product-col {
    margin: 0;
    padding: 1px;
    width: calc(100% / 3);
    border: 1px solid #d9d9d9;
}

.fast-paging .product-img {
    border: 0;
    margin-bottom: 5px;
}

.fast-paging .pagination-ajax {
    margin-top: 20px;
}

.fast-paging .product-text h3 {
    margin: 0;
}

.fast-paging .product-text article {
    margin-bottom: 0;
}

/*end fast*/
/*===============================*/
/*mail*/
#block-mail {
    background: url('../images/bg-mail.jpg')no-repeat fixed;
    background-size: cover;
    margin-bottom: 90px;
}

.container-mail {
    position: relative;
    padding: 50px 0 150px 0;
}

.mail-title {
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.mail-title h2,
.mail-title p {
    color: #fff;
}

.mail-title p {
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.mail-box {
    width: 100%;
    margin: 0 auto;
    max-width: 660px;
}

.mail-form {
    position: relative;
}

.mail-form textarea,
.mail-form input {
    border: none;
    width: calc(50% - 130px/2);
    background: #fff;
    font-family: main;
    color: #000;
    font-size: 13px;
    padding-left: 10px;
    line-height: 40px;
}

.mail-form textarea {
    height: initial;
    resize: none;
}

.mail-form textarea::-webkit-input-placeholder,
.mail-form input::-webkit-input-placeholder {
    font-family: main;
    color: #333;
    font-size: 13px;
}

.mail-form textarea::-moz-placeholder,
.mail-form input::-moz-placeholder {
    font-family: main;
    color: #333;
    font-size: 13px;
}

.mail-form textarea::-ms-input-placeholder,
.mail-form input::-ms-input-placeholder {
    font-family: main;
    color: #333;
    font-size: 13px;
}

.mail-form textarea::-moz-placeholder,
.mail-form input::-moz-placeholder {
    font-family: main;
    color: #333;
    font-size: 13px;
}

.mail-btn {
    border: none;
    font-family: mainbold;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #bb0606;
    color: #fff;
    padding: 8px 26px;
}

.mail-btn:hover {
    background: black;
}

.footer-mail p {
    font-family: main;
    font-size: 14px;
}

/*end mail*/
/*===============================*/
/* Partner */
#block-partner {
    padding: 0px 10px;
}

.container-partner {
    width: calc(100% - 20px);
    position: absolute;
    bottom: -85px;
    box-shadow: 0 0 3px 0 #a0a0a0;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 20px/2);
}

.prev-carousel {
    left: 0;
}

.partner-box {
    position: relative;
    background: #fff;
    padding: 38px 0;
}

.next-carousel {
    right: 0;
}

.owl-partner {
    overflow: hidden;
}

.partner-col {
    padding: 0 10px;
}

/*end Partner*/
/*============================*/
/*service*/
#block-service {
    padding: 60px 0 40px;
}

.container-service {
    overflow: hidden;
}

.service-box {
    margin: 0 -15px;
}

.service-col {
    padding: 0 15px;
}

.service-img {
    border-radius: 50%;
    overflow: hidden;
    width: 65px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.service-text {
    text-align: center;
}

.service-text h3 {
    margin-bottom: 5px;
}

.service-text h3 a {
    font-family: 'mainbold';
    font-size: 18px;
    color: #202020;
}

.service-text article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'main';
    font-size: 13px;
    color: #202020;
}

/*end service*/
/*===============================*/
/*Merge*/
#block-merge {
    background: url('../images/bg-widget.jpg')no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.merge-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.merge-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ded9d9;
    bottom: 0;
    left: 0;
}

.merge-title::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #e6312d;
    bottom: 0;
    left: 0;
}

.merge-title h2 {
    font-family: 'UTMHelvetIns';
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #07509c;
}

/*merge-news*/
.merge-news {
    width: calc(50% - 20px);
}

.news-scroll {
    height: 380px;
    overflow: hidden;
}

.news-col {
    margin-bottom: 15px !important;
}

.news-img {
    width: 26%;
}

.news-text {
    width: calc(74% - 10px);
}

.news-text h3 {
    margin-bottom: 5px;
}

.news-text h3 a {
    font-family: 'mainbold';
    font-size: 15px;
    color: #242424;
}

.news-text p {
    font-family: 'main';
    font-size: 13px;
    color: #b80607;
    margin-bottom: 5px;
}

.news-text article {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'main';
    font-size: 13px;
    color: #616161;
}

/*end merge-news*/
/*================*/
/*merge-video*/
.merge-video {
    width: calc(50% - 20px);
}

.video-box {
    background: #e9e9e9;
}

.video-play {
    line-height: 0;
    width: calc(100% - 170px);
}

.video-col {
    margin-bottom: 15px;
}

.video-list .slick-list {
    height: 350px !important
}

.video-list {
    width: 170px;
    padding: 15px;
}

.video-select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

/*end merge-video*/
/*end Merge*/
/*===============================*/
/* Footer */
.footer-title {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.footer-title h2 {
    font-family: 'main';
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

/*top*/
.footer-top {
    padding: 40px 0;
    background: url('../images/bg-footer.jpg')no-repeat;
    color: #fff;
    background-size: cover;
}

.footer-company {
    width: 400px;
}

.company-title {}

.company-title h2 {
    font-family: 'UTMHelvetIns';
    font-size: 23px;
    text-transform: uppercase;
}

.footer-content {
    line-height: 30px;
    font-family: main;
}

.footer-content li a {
    font-family: main;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-content li a:hover {
    left: 5px;
}

.footer-policy {
    width: 180px;
}

.footer-map,
.footer-facebook {
    width: 250px;
}

.footer-map iframe {
    height: 200px
}

/*mid*/
.footer-mid {
    background: #0a396a;
    color: #fff;
    border-top: 5px solid #09325c;
}

.footer-mid .box {
    padding: 10px 0;
    font-family: main;
    font-size: 14px;
    justify-content: center;
}

.copyright p {
    font-size: 13px;
}

.counter p {
    padding: 0 5px;
    font-size: 13px;
}

/*bot*/
#footer-map {
    line-height: 0;
}

#footer-map iframe {
    width: 100%;
    height: 200px;
}

/*end Footer*/
/*===============================*/
#body-social {
    position: fixed;
    right: 15px;
    top: 20%;
    z-index: 9999;
}

#body-social a {
    margin: 2.5px 0;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: block;
}



/*aside*/

.aside-danhmuc {
    margin-bottom: 20px
}

.container-aside {}

.aside-title {
    background: url('../images/bg-menu.jpg');
    align-items: center;
    justify-content: flex-start;
    position: relative;
    text-align: center;
    line-height: 40px;
}

.aside-title span {
    font-family: mainbold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.aside-box {
    background: #f7f7f7;
}

.aside-list {
    padding: 0px 10px;
}

.aside-list>li {
    border-bottom: 1px solid #fff;
    align-items: center;
    padding: 9px 0;
}

.aside-list>li>a {
}

.aside-list li a {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #333333;
    display: block;
    text-transform: uppercase;
}

.aside-list li a:hover {
    color: red;
}

.active-aside {
    transform: rotate(180deg);
    background: #2a1770;
    color: #fff;
}