@charset "UTF-8";

@font-face {
    font-family: 'main';
    src: url('fonts/MuliRegular.eot');
    src: url('fonts/MuliRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MuliRegular.woff') format('woff'),
        url('fonts/MuliRegular.ttf') format('truetype'),
        url('fonts/MuliRegular.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mainbold';
    src: url('fonts/MuliBold.eot');
    src: url('fonts/MuliBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MuliBold.woff') format('woff'),
        url('fonts/MuliBold.ttf') format('truetype'),
        url('fonts/MuliBold.svg#MuliBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuliRegular';
    src: url('fonts/MuliRegular.eot');
    src: url('fonts/MuliRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MuliRegular.woff') format('woff'),
        url('fonts/MuliRegular.ttf') format('truetype'),
        url('fonts/MuliRegular.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuliBold';
    src: url('fonts/MuliBold.eot');
    src: url('fonts/MuliBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MuliBold.woff') format('woff'),
        url('fonts/MuliBold.ttf') format('truetype'),
        url('fonts/MuliBold.svg#MuliBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSansItalic.eot');
    src: url('fonts/OpenSansItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSansItalic.woff') format('woff'),
        url('fonts/OpenSansItalic.ttf') format('truetype'),
        url('fonts/OpenSansItalic.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuickSandBold';
    src: url('fonts/QuickSandBold.eot');
    src: url('fonts/QuickSandBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/QuickSandBold.woff') format('woff'),
        url('fonts/QuickSandBold.ttf') format('truetype'),
        url('fonts/QuickSandBold.svg#QuickSandBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*============end font===========*/
.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.title-main span {
    display: inline-block;
    padding: 5px 20px;
    font-family: QuickSandBold;
    color: #333;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.title-main span::after,
.title-main span::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 7px;
    background-color: #d8d8d8;
    z-index: 2;
    background: url('../images/after-title.png') no-repeat;
    background-size: 100% 100%;
    bottom: 5px;
}

.title-main span::before {
    right: 100%;
}

.title-main span::after {
    left: 100%;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.title-main p {
    font-family: MuliRegular;
    font-size: 14px;
    color: #3a3b3d;
    letter-spacing: 2px;
}

.title-main p i {
    font-size: 7px;
    position: relative;
    top: -5px;
}

/*header*/
#block-header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.container-header {
    /* overflow: hidden; */
}

.header-top {
    border-bottom: 1px solid #505152;
    padding: 9px 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.headertop-box {
    font-family: MuliRegular;
    font-size: 13px;
    color: #ffffff;
    align-items: center;
}

.header-hotline {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.header-bot {
    padding: 10px 0;
}

.headerbot-box {
    align-items: center;
}

.header-logo {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 65px;
}

/*end header*/
/*=================================*/
/*menu*/
.main-menu {
    position: relative;
    align-items: center;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    font-family: MuliBold;
    font-size: 16px;
    color: #fff;
}

.main-menu>li>a {
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    padding: 0 22px;
    border: 1px solid #0000;
    border-radius: 30px;
}

.main-menu li:hover .menu-list {
    opacity: 1;
    visibility: visible;
    -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;
}

.main-menu li ul {
    background-color: #3a3b3d;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    width: 250px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 2px 1px #6f6f6f;
}

.menu-list {
    left: 0;
    top: 100%;
    -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-list li {
    text-align: left;
    border-bottom: 1px solid#626467;
}

.menu-list li:last-child {
    border-bottom: 1px dashed #0000;
}

.menu-list li:hover>a,
.menu-list li:focus>a {
    background-color: #045fbb;
}

.menu-list li:hover .menu-cat,
.menu-list li:focus .menu-cat {
    opacity: 1;
    visibility: visible;
    -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-list li a {
    display: block;
    padding: 6px 20px;
    -webkit-transition: padding-left 0.3s;
    -moz-transition: padding-left 0.3s;
    -ms-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}

.menu-cat {
    left: 100%;
    top: 0;
    -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-cat li:hover .menu-item {
    opacity: 1;
    visibility: visible;
    -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-item {
    left: 100%;
    top: 0;
    -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;
}

.main-menu>li {
    text-align: center;
}

.main-menu>li:hover>a,
.main-menu>li.active>a {
    border: 1px solid #57585a;
}

/*search*/
/*search-normal*/
#form-search {
    width: 20%;
    display: inline-block;
}

#form-timkiem {
    position: relative;
}

#form-timkiem input {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    font-family: "RobotoRegular";
    color: #121111;
    font-size: 12px;
}

#form-timkiem input::-webkit-input-placeholder {
    font-family: "RobotoRegular";
    color: #000;
    font-size: 12px;
}

#form-timkiem input::-moz-placeholder {
    font-family: "RobotoRegular";
    color: #000;
    font-size: 12px;
}

#form-timkiem input::-ms-input-placeholder {
    font-family: "RobotoRegular";
    color: #000;
    font-size: 12px;
}

#form-timkiem input::-moz-placeholder {
    font-family: "RobotoRegular";
    color: #000;
    font-size: 12px;
}

#form-timkiem button {
    border: none;
    outline: none;
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc((100% - 20px)/2);
    right: 10px;
    z-index: 1;
    cursor: pointer;
    padding: 0;
}

#form-timkiem i {
    font-size: 20px;
}

/*search-in-out*/
.search_menu {
    content: '';
    /* position: absolute !important; */
    /* right: -55px; */
    /* top: 23px; */
    background: #51a9ff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.search img {
    position: absolute;
    top: 10px;
    right: 15px;
}

.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;
}

/*end search*/
.menu-fixed .header-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
}

.menu-fixed .header-logo {
    width: 30px;
}

.menu-fixed .header-bot {
    padding: 5px 0
}

/*end menu*/
/*===================================*/
#block-slider {
    position: relative;
    background: #000;
    overflow: hidden;
    z-index: 1;
    padding-top: 165px;
}

/*==================================*/
/*dichvu*/
#block-dichvu {
    padding: 45px 0;
}

.container-dichvu {
    overflow: hidden;
}

.dichvu-box {
    margin: 0 -15px;
}

.dichvu-col {
    width: 25%;
    padding: 0 15px;
}

.dichvu-img figure figcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 13px 10px;
}

.dichvu-img figure figcaption h3 {
    font-family: MuliBold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.dichvu-img figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.dichvu-text p {
    font-family: MuliRegular;
    font-size: 13px;
    color: #333333;
}

/*end dichvu*/
/*===============================*/
/*dkmail*/
.container-dkmail {
    width: 585px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 35px 20px;
    position: relative;
}

.dkmail-title {
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.dkmail-title span {
    font-family: QuickSandBold;
    font-size: 27px;
    text-transform: uppercase;
    padding: 13px 0 5px 0;
    margin-bottom: 5px;
}

.dkmail-title p {
    font-family: OpenSansItalic;
    font-size: 15px;
}

.dkmail-group {
    width: calc(50% - 7.5px);
    position: relative;
    margin-bottom: 15px;
}

.dkmail-group:nth-child(5) {
    width: 100%;
}

.dkmail-group:nth-child(5) i {
    top: 10px;
}

.dkmail-form textarea,
.dkmail-form input {
    border: 1px solid #747370;
    height: 40px;
    width: 100%;
    padding-left: 35px;
    background: none;
    border-radius: 5px;
    font-family: "MuliRegular";
    color: #fff;
    font-size: 14px;
}

.dkmail-group i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: calc((100% - 20px)/2);
    left: 10px;
}

.dkmail-form textarea {
    height: initial;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 50px;
}

.dkmail-form textarea::-webkit-input-placeholder,
.dkmail-form input::-webkit-input-placeholder {
    font-family: "MuliRegular";
    color: #fff;
    font-size: 14px;
}

.dkmail-form textarea::-moz-placeholder,
.dkmail-form input::-moz-placeholder {
    font-family: "MuliRegular";
    color: #fff;
    font-size: 14px;
}

.dkmail-form textarea::-ms-input-placeholder,
.dkmail-form input::-ms-input-placeholder {
    font-family: "MuliRegular";
    color: #fff;
    font-size: 14px;
}

.dkmail-form textarea::-moz-placeholder,
.dkmail-form input::-moz-placeholder {
    font-family: "MuliRegular";
    color: #fff;
    font-size: 14px;
}

.dkmail-form textarea:focus,
.dkmail-form textarea:hover,
.dkmail-form input:focus,
.dkmail-form input:hover {
    background: rgba(0, 0, 0, 0.5);
}

.dkmail-btn {
    border: none;
    font-family: MuliBold;
    color: #fff;
    background: #000;
    padding: 0 10px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    text-transform: uppercase
}

.dkmail-btn:hover {
    background: #00000073;
}

/* end dkmail*/
/*===============================*/
/*gioithieu*/
#block-gioithieu {
    padding: 40px 0;
}

.gioithieu-img {
    width: 40%;
}

.gioithieu-text {
    width: 60%;
    padding-left: 20px;
}

.gioithieu-text h3 {
    margin-bottom: 10px;
}

.gioithieu-text h3 a {
    font-family: main;
    font-size: 20px;
    color: #000;
}

.gioithieu-text span {
    text-align: right;
    margin-top: 20px;
}

.gioithieu-text span a {
    font-family: main;
    font-size: 15px;
    border: 1px solid #afaaaa;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    background: #f00;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gioithieu-text span a:hover {
    background: #fff;
    color: #f00;
    border: 1px solid #f00;
}

/*end gioithieu*/
/*===================================*/
/*sanpham*/
#block-sanpham {
    padding: 50px 0;
}

.sanpham-box {
    justify-content: flex-start;
    margin: 0px -10px;
}

.sanpham-col {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sanpham-item {
    position: relative;
    padding: 5px;
    background: #fff;
}

.sanpham-item:hover {
    box-shadow: 0 0 5px 1px #a0a0a0;
}

.sanpham-img {
    border: 1px solid #e3e3e3;
}

.sanpham-text {
    text-align: center;
    padding: 10px;
}

.sanpham-text h3 {
    text-align: center;
}

.sanpham-text h3 a {
    font-family: MuliBold;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.sanpham-text p {
    font-family: MuiRegular;
    font-size: 13px;
    color: #333333;
}

.price-new {
    color: #ff0000;
    font-family: main;
    font-size: 13px;
}

.price-old {
    color: #a5a5a5;
    font-family: main;
    font-size: 12px;
}

/*end sanpham*/
/*===================================*/
/*visao*/
#block-visao {
    padding: 40px 0
}

#block-visao .title-main span,
#block-visao .title-main p {
    color: #fff;
}

.visao-box {
    margin-top: 75px;
}

.visao-col {
    width: 34%;
    margin-bottom: 55px;
}

.visao-col:nth-child(2n+1) .visao-item {
    flex-direction: row-reverse;
}

.visao-col:nth-child(2n+1) .visao-text {
    text-align: right;
}

.visao-item {
    align-items: center;
    position: relative;
}

.visao-item::before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: calc(100% - 85px);
    left: 83px;
    top: 30px;
}

.visao-item::after {
    position: absolute;
    content: '';
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    right: 0;
    top: 25px;
}

.visao-col:nth-child(2n+1) .visao-item::before {
    right: 83px;
    left: initial;
}

.visao-col:nth-child(2n+1) .visao-item::after {
    left: 0;
}

.visao-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid#fff;
    cursor: pointer;
}

.visao-text {
    width: calc(100% - 100px);
    color: #fff;
}

.visao-text h3 {
    font-family: QuickSandBold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.visao-text p {
    font-family: MuliRegular;
    font-size: 13px;
    color: #cacaca;
}

/*end visao*/
/*===============================*/
/*album*/
#block-album {
    padding: 45px 0;
}

.album-box>div {
    justify-content: flex-start;
}

.album-col {
    width: 25%;
    padding: 0 0.5px;
    margin-bottom: 1px;
}

.album-item {
    position: relative;
    overflow: hidden;
}

.album-img figure {
    overflow: hidden;
    position: relative;
}

.album-img figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #00000080;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.album-img figure:hover figcaption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.album-img figure figcaption h3 {
    font-size: 15px;
    color: #fff;
    font-family: main;
    text-transform: uppercase;
}

.album-img figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.album-text {
    position: absolute;
    width: 100%;
    top: 100%;
}

/*end album*/
/*===============================*/

/* wedget */
#block-widget {
    padding-bottom: 45px;
}

.container-widget {
    overflow: hidden;
}

.widget-box {
    margin-top: 50px;
}

.widget-news {
    width: calc(50% - 10px);
}

/*news list*/
.news-list-box {
    width: 55%;
    padding-left: 20px;
}

#new#news-scroller {
    height: auto !important;
}

.news-item {
    margin-bottom: 15px;
    align-items: center;
}

.news-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.news-img a {
    display: block;
}

.news-text {
    width: calc(80% - 20px);
}

.news-text h3 {
    margin: 0;
}

.news-text h3 a {
    font-family: MuliBold;
    font-size: 16px;
    color: #2f2f2f
}

.news-text p {
    font-family: MuliRegular;
    font-size: 13px;
    color: #373737;
}

/*end news*/
.widget-video {
    width: calc(50% - 30px);
}

.video-box {
    margin-bottom: 0;
    position: relative;
}

.video-box iframe,
.video-box object {
    display: flex;
}

.video-select {
    width: 100%;
    padding: 13px 5px;
    font-family: main;
    font-size: 15px;
    background: #00000080;
    color: #fff;
}

.video-slick {
    margin: 0 -5px;
}

.video-item {
    padding: 0 5px;
}

/* end widget*/
/*===============================*/
/*footer*/
#block-footer {
    padding: 60px 0;
    color: #fff;
}

.container-footer {
    overflow: hidden;
}

.footer-box {
    padding-left: 200px;
}

.footer-title {
    margin-bottom: 20px;
}

.footer-title span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: MuliBold;
    color: #fff;
}

.footer-cty {
    width: 360px;
}

.cty-title {
    margin-bottom: 15px;
}

.cty-title span {
    text-transform: uppercase;
    font-size: 20px;
    font-family: main;
    padding: 5px 0;
}

.cty-noidung {
    line-height: 30px;
}

.cty-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cty-item i {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
}

.cty-item span {
    font-family: main;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    width: calc(100% - 30px);
    line-height: 1.2;
}

.footer-social {
    margin-top: 20px;
}

.footer-chinhsach {
    width: 210px;
}

.chinhsach-list {
    line-height: 30px;
}

.chinhsach-list a {
    font-family: MuliRegular;
    font-size: 14px;
}

.footer-facebook {
    width: 310px;
}

/*-----*/
.block-copyright {
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(to right, #3a3b3d 0%, #626365 50%, #3a3b3d 100%);
}

.copyright-box {
    justify-content: center;
}

.copyright-text span {
    text-transform: uppercase;
}

.counter div {
    margin: 0 5px;
}

/*end footer*/