/* ========================================================
   GLOBAL FONT: Arial, sans-serif (Hỗ trợ tiếng Việt 100%)
   ======================================================== */
@font-face { font-family: 'Muli'; src: local('Roboto'), local('Arial'); }
@font-face { font-family: 'Muli-B'; src: local('Roboto Bold'), local('Arial Bold'), local('Arial'); font-weight: 700; }
@font-face { font-family: 'Muli-EXB'; src: local('Roboto Bold'), local('Arial Bold'), local('Arial'); font-weight: 700; }
@font-face { font-family: 'Muli-L'; src: local('Arial'); font-weight: 300; }
@font-face { font-family: 'R-b'; src: local('Roboto Bold'), local('Arial Bold'), local('Arial'); font-weight: 700; }
@font-face { font-family: 'R-m'; src: local('Arial'); }
@font-face { font-family: 'R-r'; src: local('Arial'); }

*, *:before, *:after {
    font-family: inherit;
}

html,
body,
button,
input,
select,
textarea,
p,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
ul,
table,
td,
th {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Bảo toàn icon Font Awesome */
.fa, .fas, .fab, .far, .fal, .fad, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

html,
body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    color: #222;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    display: none;
    width: 240px;
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 999;
}



.submit-search-pc {
	float: right;
    color: #374458;
    font-size: 14px;
    position: absolute;
    top: -18px;
    right: 5px;
    height: 10px;
    display: block;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #CCC;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #FFF;
}

.search-pc .fa {
    color: #374458;
}

.search-icon {
    color: #707070;
    margin-left: 30px;
}

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.header {
    background: #fff;
    border-bottom: solid 1px #ccc;
    top: -100px;
}

.logo {
    float: left;
    margin-top: 10px;
    max-width: 85px;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    float: right;
    text-align: center;
	
}

.menu-title {
    background: #29a7e1;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    line-height: 72px;
    margin: 0px 2px;
	
}

.nav li:first-child {
    border-left: none;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li:last-child a {
    padding-right: 0;
}

.nav>li>a {
    text-decoration: none;
    display: inherit;
    padding: 0px 10px;
    font-weight: 500;
    color: #040404;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
	text-transform: uppercase;
}

.nav>li:hover>a {
    color: #525252;
}

.nav>li.active>a {
    color: #446085;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #446085;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    padding: 0px 10px;
    display: block;
    color: #fff !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 10px;
    border-top: solid 1px #ccc;
}


.nav li ul>li a:hover {
    color: #FFF !important;
	background:#70d1fd !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mega-menu {
    width: 100% !important;
    left: 0px !important;
    /*
  background: rgba(185,8,18,0.8) !important;
    */
    /*background: rgba(0, 0, 0, 0.9) !important;*/
	background: #FFF !important;
    padding: 10px !important;
	border-radius:0px 0px 2px 2px;
	border:solid 1px #CCC;
	box-shadow: 1px 3px 4px #999;
}

.mega-menu-item {
    padding: 10px;
	padding-bottom:0px;
    line-height: initial !important;
    padding-left: 10px;
	text-align:center;
	
}

.mega-menu-item a {
    color: #333;
}

.mega-menu-item:hover {
    color: #446085;
}


.mega-menu-item-link:hover {}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
    border-bottom: solid 1px #ccc;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 12px;
}


.footer a {
    color: #fff;
}

.crumb {

    padding: 10px 0px;
    font-size: 12px;
    border-bottom: solid 1px #d7d7d7;
    background-color: #ebebeb;
    padding-bottom: 5px;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

.linksmo {
    float: left;
    width: 100%;
}

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #fafafa;
    border: solid 1px #eee;
}

.menuleft .fa {
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: #ad8963;
}

.menuleft li a {
    color: #222;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.menuleft>.actived {
    background: #eee;
}

.menuleft>.actived>a {
    color: #333;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #f38f15;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #f38f15;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.buynow-btn {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #3b8750;
    border-radius: 4px;
}

.buynow-btn:hover {
    color: #fff;
    background: #226e37;
}

.btn-yellow {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    box-shadow: 0px 0px 2px #999;
    float: left;
    background: #e0943f;
    border-radius: 4px;
}

.btn-yellow:hover {
    color: #fff;
    background: #cf822d;
}

.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.slider-home-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slide_home {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111a24;
}

#slide_home .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#slide_home .swiper-slide a {
    display: block;
    width: 100%;
}

#slide_home .slide-main-img {
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    opacity: 0.8;
}

.homeslide-prev {
    left: 20px;
}

.homeslide-next {
    right: 20px;
}

.slider-home-wrap:hover .homeslide-prev,
.slider-home-wrap:hover .homeslide-next {
    opacity: 1;
}

.homeslide-prev:hover,
.homeslide-next:hover {
    background: #f38f15;
    color: #ffffff;
    border-color: #f38f15;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(243, 143, 21, 0.4);
}

/* Pagination Dots */
#slide_home .swiper-pagination {
    bottom: 18px;
    z-index: 10;
}

#slide_home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ffffff;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
}

#slide_home .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 6px;
    background: #f38f15;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(243, 143, 21, 0.5);
}

@media (max-width: 768px) {
    .homeslide-prev,
    .homeslide-next {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .homeslide-prev { left: 10px; }
    .homeslide-next { right: 10px; }
    #slide_home .swiper-pagination { bottom: 8px; }
    #slide_home .swiper-pagination-bullet { width: 8px; height: 8px; }
    #slide_home .swiper-pagination-bullet-active { width: 20px; }
}

.title-line {
    background: #f38f15;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}

.footer-title {
    margin: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #FFF !important;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {
    background: #ebebeb;
    padding: 12px 15px;
    text-align: center;
    border-radius: 3px;
    background-color: #ebebeb;
    margin: 0px 5px 5px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;

}

.menutab-item a {
    color: #414042;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    color: #f38f15;
}

.menutab .actived {
    background-color: rgb(171, 156, 139);
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.menutab .actived a {
    color: #fff;
}

.tab-bar {
    /* background: #e1e1e1; */
}

.tab-title {
    margin: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    font-size: 16px;
    color: #414042;
    text-transform: uppercase;
    padding: 12px 16px;
    display: block;
    float: left;
}

.tab-active {
    background: #fff;
    color: #414042;
}

.tab-content {
    padding: 10px 20px;
}

.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1100px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.right-icon {
    background: #6e0b11;
    padding: 7px 9px;
    right: 0;
}

.right-hotline {
    position: fixed;
    right: -102px;
    top: 200px;
    z-index: 999;
}

.right-facebook {
    position: fixed;
    top: 250px;
    z-index: 999;
}

.right-youtube {
    position: fixed;
    top: 300px;
    z-index: 999;
}

.right-hotline a {
    color: #fff;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    line-height: 35px;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    margin: 0px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cat-home-name a {
    color: #414042;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
	min-height:190px;
}

.title-info-home {
    margin: 0;
    padding: 0px;
    font-size: 25px;
    color: #5a5b5a;
    font-weight: 600;
    text-transform: uppercase;
}

.conten-info-home {
    text-align: justify;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 1.333;
    font-size: 16px;
    width: 70%;
}


.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}

.view-more-home {
    float: left;
    text-align: center;
    color: #333;
    /* width: 120px; */
    display: block;
    padding: 10px 20px;
    border-radius: 20px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0d0d0+0,c2c2c2+8,e7e8e8+50,c2c2c2+92,d0d0d0+100 */
    background: rgb(208, 208, 208);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg,
            rgba(208, 208, 208, 1) 0%,
            rgba(194, 194, 194, 1) 8%,
            rgba(231, 232, 232, 1) 50%,
            rgba(194, 194, 194, 1) 92%,
            rgba(208, 208, 208, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,
            rgba(208, 208, 208, 1) 0%,
            rgba(194, 194, 194, 1) 8%,
            rgba(231, 232, 232, 1) 50%,
            rgba(194, 194, 194, 1) 92%,
            rgba(208, 208, 208, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,
            rgba(208, 208, 208, 1) 0%,
            rgba(194, 194, 194, 1) 8%,
            rgba(231, 232, 232, 1) 50%,
            rgba(194, 194, 194, 1) 92%,
            rgba(208, 208, 208, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#d0d0d0', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -200px;
    padding: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 6px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.product-name a {
    color: #333;
}

.product-name a:hover {
    color: #f38f15;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #f38f15;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #f38f15;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #f7c14d;
    float: left;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: normal;
    color: #414042;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    /* text-transform: uppercase; */
}

.price-detail {
    color: #f38f15;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.price-detail span {
    color: #414042;
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    margin-left: 20px;
    text-decoration: line-through;
}

.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    background: #f38f15;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
	width:100%;
	max-width:300px;
	box-shadow: 0px 0px 3px #999;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #666;
}


.tuvan-btn{
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    border:solid 2px #f38f15;
    display: inline-block;
    color: #f38f15;
    padding: 10px;
	width:100%;
	border-radius:5px;
	text-align: center;
}


.muangay-btn:hover,
.buy-now:hover {
    box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    float: left;
    background: #008e18 15px 7px no-repeat;
    display: block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-left: 20px;
}

.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #f38f15;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    display: block;
    float: left;
    color: #e1943f;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}

.content-detail h2,.content-detail h3,.content-detail h4{
    color: #446085;
    font-size: 18px;
    margin: 10px 0px;
    margin-bottom: 5px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;	
}

.content-detail h4{
    font-size: 16px;
}

.content-detail table {

}

.star-rate {
    background: url(/images/star-rate.jpg) center top no-repeat;
    height: 17px;
    width: 100%;
}

.rate1 .rate2 {
    background-position-y: -38px;
}

.rate3 {
    background-position-y: -55px;
}

.rate4 {
    background-position-y: -72px;
}

.rate5 {
    background-position-y: -90px;
}

.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.price-color {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px transparent;
}

.price-color span {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.content-pro h3 {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    color: #f38f15;
    font-size: 16px;
}

.content-pro figcaption {
    text-align: center;
}

.content-pro figure {
    margin: 0px;
    text-align: center;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #f38f15;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.rate-summary {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 22px;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.rated-bar {
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #cccccc;
    margin: 6px;
}

.rated-bar-percent {
    display: block;
    background: #fe9727;
    float: left;
    width: 150px;
    height: 5px;
    border-radius: 5px;
}

.rate-text {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    color: #58595b;
    width: 100%;
    text-align: center;
}

.star {
    width: 130px;
    height: 24px;
    margin: 0 auto;
    background: url("/images/star-unrate.png") no-repeat left center;
}

.star-rated {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    margin: 0 auto;
    background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    text-decoration: none;
    background: #005aa0;
    border-radius: 3px;
    color: #fff;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
}

.btn-comment {
    font-family: 'Roboto', Arial, sans-serif;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

.pagination-item {
    text-decoration: none;
    color: #0c0c0c;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #d4d4d4;
    margin: 0 5px;
}


.pagination-item__clicked {
    background-color: #9f9289;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 5px;
}

.like-comment {
    color: #f38f15;
}

.btn-contact {
    background: #f38f15;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;

}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #f38f15;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #f38f15;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #f38f15;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

#btnNewsletter {
    background: #0076c2;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 15px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #f38f15;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #f38f15;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #f38f15;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.box-dieukhoan {
    overflow-y: auto;
    height: 150px;
    padding-right: 5px;
}

.btn-payment {
    background: #cc0000;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0px 1px 5px #f38f15;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.box-thanh-toan-ngan-hang {
    margin: 0px;
    background: #eee;
    padding: 10px;
    padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
    padding: 5px 0px;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img-article {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}

.article-name {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 16px;
    color: #f38f15;
    text-transform: uppercase;
	text-align:center;
}

.article-name a {
    color: #f38f15;
}

.article-next,
article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper {
    padding: 20px 0px;
    background: #efeff0;
}

.info-wrapper {
    padding: 20px 0px;
    background: url(/images/gioithieu.png) no-repeat;
    background-size: cover;

    position: relative;
    top: -4px;
}



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.play-video:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -49px;
    margin-top: -47px;
}

.btn-next,
.btn-prev {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    z-index: 2;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
    right: 0;
}

.btn-prev {
    left: 0;
}

.btn-next:hover,
.btn-prev:hover {
    background: #d8d8d6;
    color: #fff;
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #f38f15;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    color: #eeba4e;
}

.article-item-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.icon-search{
	float: right;position: relative;height: 60px;line-height: 60px;text-align: center;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.header-fixed .nav>li {
    height: 60px;
    line-height: 58px;
}

.header-fixed .icon-search{
    height: 60px;
    line-height: 58px;
}

.header-fixed .logo {
    margin-top: 5px;
}
.header-fixed .logo img {
    height: 50px;
}

.header-fixed .icon-home {
    margin-top: 16px;
}


.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    /* padding: 8px; */
}

.info-image img{
	border-radius:8px;
	display:block;
}

.product-detail-wrapper {}

.frm-contact {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);

}

/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* HOME */

.info-title-home,
.category-light-title,
.news-title,
.doi-tac-title,
.album-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #446085;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
}

.info-title-home a,
.category-light-title a,
.du-an-title a,
.news-title a,
.doi-tac-title a,
.album-title a {
    color: #446085;
}


.info-title-home::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
    background-color: #cccccc;
}

.info-intro-home {
    font-size: 16px;
    color: #414042;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;

}

.info-detail-1 {
    padding-left: 20px;
}

.info-detail-2 {
    padding-right: 20px;
}

.category-light-title::after,
.news-title::after,
.doi-tac-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #cccccc;
}

.du-an{
    background: url(/uploaded/pic-cat/bg-hp-2.jpg) no-repeat;
    background-size: cover;	
}

.du-an-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #446085;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
	margin:10px 0px;
}

.du-an-img {
    position: relative;
	background: #FFF;
    padding: 10px;	
}

.hover-blur {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0; left:0;
    background: linear-gradient(rgba(0,0,0, 0.4), rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s linear;
}

.hover-blur a {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 16px;
}

.du-an-img:hover .hover-blur {
    visibility: visible;
    opacity: 1;
}

.news {
    background-color: #f1f2f2;
}

.news-item {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff;
}

.news-item__desc {
    color: #414042;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    height: 40px;

}


.news-item__desc:hover {
    color: rgb(102, 102, 102);
}

.doitac-slide {
    height: 100px;
    width: 180px;
}

.doitac-slide img {
    display: block;
}

.doitac-next,
.productother-next,
.du_an-next {
    right: -60px;
}


.doitac-prev,
.productother-prev,
.du_an-prev {
    left: -60px;
}

.album-prev {
    left: -60px;
}

.album-next {
    right: -60px;
}

/*
.album-slide .swiper-slide {
    opacity: 0.6;
}

.album-slide .swiper-slide-next {
    opacity: 1;
}
*/

.footer {
    background-color: #363636;
    color: #fff;
}

.menuboxfooter {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.menuboxfooter li {
    margin-top: 15px;
}

.footer-copyright {
    background: #252525;
}

.footer-copyright-item {
    padding: 18px 0;
}

/* GIỚI THIỆU */

.info-category-name {
    color: #446085;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 20px;
}

.info-title {
    color: #555;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.info-intro {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.info-desc {
    text-align: center;
}


.info-card {
    padding: 20px;
	padding-bottom:10px;
    background: #f5f5f5;
	min-height: 250px;
}

.info-card--title {
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #361705;

}



.info-item:nth-child(odd) .info-item--detail {
    padding-left: 20px;
}

.info-item:nth-child(even) {
    flex-direction: row-reverse;
}

.info-item:nth-child(even) .info-item--detail {
    padding-right: 20px;
}

.info-item--intro {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.download-btn {
    display: block;
    border-radius: 2px;
    background-color: #446085;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    padding: 10px 24px 13px;
    float: left;
}

.download-btn:hover {
    background-color: #bda78f;
}

.info-item {
    margin-bottom: 50px !important;
}

/* SẢN PHẨM */

.category-product-info--title {
    margin: 0;
    color: #414042;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.category-product-info--intro,
.category-product-info--desc {
    text-align: center;
}

.category-product {
    background: #f1f2f2;
}

.category-product-title {
    color: #414042;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    margin: 0;
}

.category-product-title a {
    color: #414042;
}

.category-product-detail-odd {
    padding-left: 30px;
    padding-right: 40px;
}

.product-price {
    color: #f38f15;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.product-img img {
    width: 100%;
}

.category-product-detail-even {
    padding-right: 30px;
    padding-left: 40px;
}


.slide-product-detail img {
    border: 1px solid #d7d7d7;
}

.gallery-thumbs-height {
    height: 449px;
}

.pro-detail-intro {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    color: rgb(65, 64, 66);
}


.product-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/* SANPHAMCHITIET */
.download-btn-product {
    display: block;
    border-radius: 2px;
    background-color: #70d1fd;
    color: #414042;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    padding: 12px;
    float: left;
	width:100%;
	
}

.tab-bar-wrapper {
    background-color: #ebebeb;
}

.product-other-title {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    text-align: center;
    color: #414042;
}

.product-other {
    background: #ebebeb;
}

.banner-duan-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.info-heading {
    color: #446085;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}


/* DỰ ÁN */

.duan-card {
    background-color: #ebebeb;
    margin-top: 30px;
}

.duan-detail {
    padding: 20px 18px 45px;
    height: 180px;
}

.duan-detail--title {
    color: #414042;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    height: 40px;
}



.duan-detail--title:hover {
    color: #f38f15;
}

.select-wrapper {
    background-color: #ebebeb;
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7;
}

.select-option {
    background-color: #ebebeb;
    border: none;
    outline: none;
    font-family: 'Roboto', Arial, sans-serif;
    color: #414042;
    margin-right: 25px;
}

.select-option-margin {
    margin-right: 80px;
}


/* SEARCH THANH PHÂN LOẠI */

.search-pc-phanloai {
    width: 240px;
    z-index: 10;
    display: block;
    position: relative;
}

.search-pc-phanloai .kw {
    width: 100%;
    height: 35px;
    border: none;
    padding: 0px 15px;
    outline: none;
    float: left;
    color: #414042;
    border-radius: 25px;
    background: #ffffff;
}

.search-pc-phanloai .kw::placeholder {
    color: #414042;
}

.submit-search-pc-phanloai {
    color: #bcbcbc;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

/* DỰ án chi tiết  */
.title-left {
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 0px;
    background: #446085;
    padding: 10px 10px 10px 20px;
}

.title-left a {
    color: rgb(255, 255, 255);
}


.news-home-item {
    color: #414042;
}

.news-name-detail {
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    color: #446085;
}

.intro-detail {
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.intro-detail ul {
    padding-left: 20px;
}

.intro-detail ul li {
    padding: 3px 0px;
}

.du_an {
    background-color: #ebebeb;
}

.du_an-title {
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    margin: 0;
    color: #414042;
}

/* Tuyển dụng */

.tuyendung-name-detail {
    margin: 0;
    color: #446085;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
}




.table-list {
    border-collapse: collapse;
    min-width: 600px;
    overflow: hidden;
    /* overflow: scroll; */
}


.tuyendung-table {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.table-list th {
    background: #446085;
    color: #FFF;
    text-align: left;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    font-size: 16px;
    padding: 15px 0;
}

.table-list th:first-child,
.table-list th:nth-child(3) {
    text-align: center;
}




.table-list td {
    color: #414042;
    padding: 8px 0;
}

.table-list td:nth-child(2) {
    color: #414042;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}

.table-list td:first-child,
.table-list td:nth-child(3) {
    text-align: center;
}

.table-list tr {
    border: 2px solid #d7d7d7;
}

.table-list tr:first-child {
    border: none;
}

.table-list tr:hover {
    background-color: #eeeded;
}

/* Hệ thống */

.hethong-card {
    margin-bottom: 66px;
    border-left: 2px solid #bfbfbf;
    padding-left: 18px;
}

.hethong-table {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.hethong-table td {
    padding: 6px 0;
}

.hethong-name {
    margin: 0;
    color: #446085;
}

.view-map-btn {
    background: #ebebeb;
    padding: 10px 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #ebebeb;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    color: #414042;
    display: inline-block;
}

.viewmap-btn-icon {
    padding-left: 6px;
}

.hethong-wrap:nth-of-type(3n+1) .hethong-card {
    border: none;
    padding-left: 0;
}

.news-intro p,
.duan-card_intro p,
.category-product-detail_intro p {
    margin: 0;
}



/* burger */

.burger {
    position: relative;
    z-index: 4;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #cca67b;
    margin: 5px;
    transition: all 0.3s ease;
}



/*  */

.contact__right {
    position: fixed;
    right: 50px;
    z-index: 999999;
    top: 50%;
    transform: translateY(-50%);
}

.contact__right-phone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    margin-right: auto;
    display: flex;
}

.contact__right-social {
    position: fixed;
    right: 50px;
    z-index: 999999;
    top: 56%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    background-color: #f38f15;
    text-align: center;
    margin: 10px 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}


/* Banner tin tức */
.banner-tintuc {
    position: relative;
}

.banner-tintuc .menutab {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.title-other-news {
    padding: 0px;
    margin: 0px;
    color: #446085;
    font-family: 'Roboto', Arial, sans-serif; font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;

}

.title-news-detail {
    padding: 0px;
    margin: 5px 0px;
    font-size: 24px;
}

.news-name {
    color: #414042;
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    margin: 0px;
}

.news-name a {
    color: #414042;

}

.title-page {
    color: #446085;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 28px;
}

.other-article {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}

.other-article ul li {}

.other-article a {}

.box-tuyendung-title {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
    text-transform: uppercase;
}



.category-product-wrapper:nth-child(even) .category-product {
    flex-direction: row-reverse;
}


.category-product-wrapper:nth-child(even) .category-product .category-product-detail-odd {
    padding-right: 30px;
    padding-left: 40px;
}

.txt-contact {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
    margin-bottom: 10px;
}


.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #9f9f9f;
}


.btn-submit-tuyendung {
    background: #f38f15;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 40px;
    text-align: center;

}

.toppage{
	padding:5px 0px;
	background:#446085;
}

.company-name{
	padding:3px 0px;
	float:left;
	margin-right:10px;
	font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
	color:#FFF;
	font-size:13px;
}

.company-info{
	padding:3px 0px;
	float:left;
	font-family: 'Roboto', Arial, sans-serif;
	color:#FFF;
	font-size:13px;	
}
.company-info span{
	font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
}


.menu-top{
	padding-top:2px;
	float:right;
	text-align:right;
	font-size:14px;	
	color:#EEE;
}

.toppage-item{
	
}
.toppage-item a{
	color:#FFF;
}

.sub-cat-home{
	text-transform: uppercase;
    font-size: 18px;
    color: #444;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
	text-align:center;
}
.sub-cat-home a{
	color: #444;
}


.line-title{
	float:left;
	display: block;
    width: 48px;
    height: 3px;
    background-color: #cccccc;	
}

.order-form{
	margin:0 200px;
}

#slide_home{
	min-height: auto;
}

#slidemobile{
	min-height:230px;
}
.info-image{
	min-height:400px;
}

.yt-height{
	width:100%;
}

.image-info-home{
	min-height:60px;
}

.attr-item{
	width:100%;
	border-bottom:dotted 1px #CCC;
}

.attr-name{
	float:left;
	font-family: 'Roboto', Arial, sans-serif; font-weight: bold;
	width: 23%;
}
.attr-value{
	float:left;
	width: 70%;
}


.swiper-container{
	overflow:hidden;
	position:relative;
}




.view-more-btn {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    background: linear-gradient(135deg, #f38f15, #ffad49);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	float:left;
}

.view-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-10deg);
    transition: all 0.5s ease;
  }

.view-more-btn:hover::before {
    left: 150%;
  }

.view-more-btn:hover {
    transform: translateY(-3px);
}
 
.img-album {
	padding:10px;
}
 
.img-album img{
	display:block;
	box-shadow: 0px 2px 8px #CCC;
}



.image-hover {
    position: relative;
    overflow: hidden;
}
.image-hover img {
    display: block;
    transition: 0.5s ease;
}
.image-hover::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
}
.image-hover:hover::before {
    animation: shine 0.75s forwards;
}
@keyframes shine {
    0% { left: -75%; }
    100% { left: 125%; }
}

/* ===================================================
   LUXURY GOLD BUTTON - HỒ SƠ NĂNG LỰC HUỲNH ĐẠI
=================================================== */
.btn-gold-luxury-container {
    text-align: center;
    padding: 15px 10px;
    margin: 10px auto 25px auto;
    max-width: 1200px;
}

.btn-gold-luxury {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #c5a059 0%, #f6e6b4 25%, #dfba53 50%, #f9f1d0 75%, #b38728 100%);
    background-size: 200% auto;
    color: #261a04 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid #cfa84a;
    border-radius: 4px;
    box-shadow: 0 4px 18px rgba(179, 135, 40, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-gold-luxury::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -70%;
    width: 50%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(25deg);
    transition: all 0.8s ease-in-out;
}

.btn-gold-luxury:hover {
    background-position: right center;
    color: #120c00 !important;
    box-shadow: 0 8px 25px rgba(179, 135, 40, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    border-color: #f7e096;
}

.btn-gold-luxury:hover::before {
    left: 140%;
}

.btn-gold-luxury:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(179, 135, 40, 0.3);
}

.btn-gold-luxury i.fa-file-pdf,
.btn-gold-luxury i.fa-book-open {
    font-size: 18px;
    color: #3b2805;
}

.btn-gold-luxury .btn-gold-arrow {
    font-size: 13px;
    margin-left: 2px;
    transition: transform 0.3s ease;
    color: #3b2805;
}

.btn-gold-luxury:hover .btn-gold-arrow {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .btn-gold-luxury {
        padding: 12px 20px;
        font-size: 13px;
        letter-spacing: 0.8px;
        width: 92%;
        max-width: 360px;
    }
}





