@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.list-bar {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

mt-2{
	margin-top: 20px;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
}

.change .bar2 {
}

.change .bar3 {
}

.header {
    width: 100%;
}

.slide_desktop{
    display: block;
}

.slide_mobile{
    display: none;
}

.header .container {
    position: relative;
}

.header .container:before{
    content: '';
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 3000px;
    top: 0;
    right: calc(61.4%);
    transform: skewX(-20deg);
}

.header.fixed,
.header.fixed-1 {
    background: linear-gradient(45deg, #11232f, #4e788e);
    position: fixed;
    width: 100%;
    z-index: 99;
}

.header-top {
    position: relative;
    background: #f5af05;
    color: #fff;
    /* padding: 0 15px; */
}

.box-header-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-menu-header-top {}

.box-menu-header-top ul {
    /* display: block; */
}

.menu-item {}

.menu-item:hover>ul {
    display: block;
    width: auto;
    height: auto;
}

.menu-item a {
    color: #222;
}

.menu-item>a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
}

.menu-item ul li {}

.menu-item ul li.active a {
    background-color: #0f76bd;
    color: #fff;
}

.menu-item ul li a {
    font-weight: 400;
    display: block;
    padding: 4px 20px;
    font-size: 12px;
}

.dropdown-menu-list>li>a:focus,
.dropdown-menu-list>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu-list {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    /* margin: 2px 0 0; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    left: 0;
}

.menu-c2 {
    /* width: 0px; */
    /* height: 0px; */
    transition: all 0.5s;
    /* overflow: hidden; */
}

.menu-item-c2 {}

.box-social-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-social-header-top .box-info {}

.box-social-header-top .box-info ul {
    display: flex;
    flex-wrap: wrap;
}

.box-social-header-top .box-info ul li {
    margin-left: 30px;
}

.box-social-header-top .box-info ul li a {
    color: #fff;
    line-height: 40px;
}

.box-social-header-top .box-info ul li a i {
    margin-right: 5px;
}

.box-social-header-top .box-info ul li a.address {}

.box-header-top .box-info1 {
    width: auto;
}

.box-header-top .box-info1 ul {
    display: flex;
    flex-wrap: wrap;
}

.box-header-top .box-info1 ul li {
    /* margin-right: 30px; */
    padding: 0 10px;
}

.box-header-top .box-info1 ul li:hover {
    background-color: #ffc333;
}

.box-header-top .box-info1.box-info-left ul li {
    border-right: 2px solid #ffc333;
}

.box-header-top .box-info1.box-info-right ul li {
    border-left: 2px solid #ffc333;
}

.box-header-top .box-info1.box-info-right ul li:last-child {
    border-right: 2px solid #ffc333;
}

.box-header-top .box-info1 ul li a {
    line-height: 30px;
    color: #1c1b1b;
    font-size: 15px;
    font-weight: 500;
}

.box-header-top .box-info1 ul li a i {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.box-header-top .box-info1 ul li.cart {
    padding: 0;
}

.box-header-top .box-info1 ul li.cart a {
    display: flex;
}

.box-header-top .box-info1 ul li.cart a:hover {
    background-color: #fff;
}

.box-header-top .box-info1 ul li.cart a:hover span.number-cart {
    background-color: transparent;
    color: #323232;
}

.box-header-top .box-info1 ul li.cart a span {
    padding: 0 11px;
    text-align: center;
}

.box-header-top .box-info1 ul li.cart a span.number-cart {
    display: block;
    background-color: #323232;
    color: #fff;
    font-size: 90%;
}

.group-social {
    margin-left: 40px;
}

.group-social ul {
    display: flex;
}

.group-social ul li {
    position: relative;
    margin-left: 1px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all .3s linear;
}

.group-social ul li:hover {
    opacity: 0.8;
}

.group-social ul>li:hover a {
    transform: translateY(-3px);
}

.group-social ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    transition: all .3s linear;
}

.header-main {
    position: relative;
    width: 100%;
    /* background-color: rgba(18, 63, 109, 0.6); */
    /* box-shadow: 0px 5px 7px 0px rgba(128, 128, 128, 0.1); */
    z-index: 99;
    background: inherit;
    background: #fff;
}

.header-main.topfix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.header-main.topfix2 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.box-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-head {
    display: flex;
    align-items: center;
    width: 170px;
}

.logo-head .image {
    padding: 10px 0;
}

.logo-head .image img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.menu-desktop {
    display: flex;
    width: calc(100% - 170px);
    /* position: relative; */
    justify-content: flex-end;
}

.nav-main>li:not(:last-child) {
    /* border-right: 1px solid #ebebeb; */
}

.nav-main>li.active>a {
    color: #f5af05;
    animation-name: nhap-nhay;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* font-weight: bold; */
}

@keyframes nhap-nhay {
    0% {
        color: #fff;
    }
    50% {
        color: #f5af05;
    }
    100% {
        color: #fff;
    }
}

.nav-main li {
    display: inline-block;
    float: left;
    position: relative;
    /* width: 100%; */
}

.nav-main li.icon-header {
    margin-left: 20px;
}

.nav-main li.icon-header a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.menu-desktop .nav-main>li:hover>a>span {
    /* border-bottom: 5px solid #ff2d55; */
    /* color: #23b24b; */
}

.nav-main li .nav-sub li {
    width: 100%;
}

.nav-main li .nav-sub li>a:hover {
    /* color: #23b24b; */
}

.nav-main li>a {
    font-size: 16px;
    display: block;
    line-height: 20px;
    text-align: left;
    color: #fff;
    text-transform: none;
    padding: 9px 15px;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
}

.nav-main>li>a {
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 50px;margin-bottom: 10px;padding: 0 19px;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
}

.nav-main li .nav-sub li .pt_icon_right {
    position: absolute;
    right: 5px;
    top: 12px;
}

.menu-desktop .nav-main>li>a i.fa-angle-down {
    margin-left: 2px;
}

.nav-main li .nav-sub {
    /* background-color: #626262; */
}

.menu-desktop .nav-main li .nav-sub {
    padding: 20px 0;
}

.menu-desktop .nav-main li>a {
    padding: 5px 11px;
    color: #000;
}

.menu-desktop .nav-main li.active a span {
    /* border-bottom: 5px solid #ff2d55; */
    /* color: #11232f; */
    font-weight: 600;
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    z-index: 5;
    background-color: #fff;
}

.nav-sub-child {
    position: absolute;
    top: 0;
    min-width: 250px;
    z-index: 5;
    background-color: #fff;
    left: 90%;
}

.box-header-main-right {
    display: flex;
    width: 90px;
    flex-wrap: wrap;
    /* position: relative; */
}

.box-search {
    width: 239px;
    position: absolute;
    top: 57px;
    z-index: 1;
    right: 0;
    display: none;
}

.box-search .input-group-addon i {
    color: #0f76bd;
}

.header-main-right {
    width: 300px;
}

.form-search-header {}

.form-search-header input {
    height: 40px;
    background: #323232;
    border: unset;
    outline: unset !important;
    box-shadow: unset !important;
}

.form-search-header button {
    background-color: #323232 !important;
    color: #fff !important;
    font-size: 20px;
    border: unset;
    height: 40px;
}

.nav-main li.nav-megamenu {
    position: unset;
}

.menu-desktop .nav-main li.nav-megamenu:hover .megamenu-container {
    /* display: block; */
    top: 100%;
    visibility: inherit;
}

.megamenu-container {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    /* background: #fff; */
    z-index: 10;
    /* padding: 35px 30px; */
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    /* display: none; */
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    /* padding: 20px; */
    border-radius: 0 0 10px 10px;
    transition: top 0.5s;
    /* visibility: hidden; */
}

.menu_fix_mobile .megamenu-container {}

.menu-desktop .megamenu-container {
    background-color: #fff;
}

.col-md-1-5 {
    min-width: 20%;
}

.list-megamenu {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-item {
    width: 25%;
    padding: 25px 30px;
    border-right: 1px solid #ebebeb;
}

.megamenu-item:last-child {
    border-right: unset;
}

.megamenu-item.card-header-item {
    background-color: #f5f5f5;
}

.megamenu-item.card-header-item .box .image {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 55%;
}

.megamenu-item.card-header-item .box .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu-item.card-header-item .box .sup-name {
    font-weight: 400;
    color: #1c1b1b;
    margin-bottom: 10px;
}

.megamenu-item.card-header-item .box .name {
    color: #1c1b1b;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.megamenu-item.card-header-item .box .name a i {
    color: #f5af05;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.megamenu-item>.image-main {
    margin-bottom: 20px;
}

.megamenu-item>.image-main:hover img {
    opacity: 0.8;
}

.megamenu-item>.image-main>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.megamenu-title {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #000; */
    margin-bottom: 0px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.list-megamenu-sub {
    margin-bottom: 20px;
}

.list-megamenu-sub:last-child {
    margin-bottom: 0;
}

.list-megamenu-sub li {
    /* margin-bottom: 10px; */
    display: block;
    float: unset;
}

.list-megamenu-sub li>a {
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: padding .5s ease;
    padding: 0;
    line-height: 20px;
    padding: 5px 0;
    color: #323232;
    font-size: 16px;
}

.menu-desktop .list-megamenu-sub li>a {
    padding: 5px 0;
}

.list-megamenu-sub li>a:hover {
    padding-left: 5px;
    color: #f5af05;
}

.megamenu-item-sub {}

.megamenu-item-sub a {}

.list-product-slider {}


.product-slider-item {
    padding: 0 10px;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.product-slider-item:hover {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-slider-item .box {
    margin-top: 5px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.product-slider-item .box .image {}

.product-slider-item .box .content {
    padding: 0 15px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.product-slider-item .box .name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}

.product-slider-item .box-price {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.product-slider-item .price-new {
    font-size: 18px;
    color: #ff2d55;
    font-weight: 600;
}

.product-slider-item .price-old {
    color: #8d8d8d;
    margin-left: 8px;
    font-weight: 600;
}

.megamenu-item .slick-next,
.megamenu-item .slick-prev {
    margin: 0;
    opacity: 1;
    transform: translateY(-50%);
    height: auto;
}

.megamenu-item .slick-next {
    top: -30px;
    left: unset;
    right: 0px;
}

.megamenu-item .slick-prev {
    top: -30px;
    right: 25px;
    left: unset;
    z-index: 10;
}

.megamenu-item .slick-prev i,
.megamenu-item .slick-next i {
    font-size: 15px;
    color: #1b520f;
}

.search {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    display: none;
    margin-right: 0;
    width: calc(100% - 0px);
    border: none;
    right: 0;
    /* padding: 10px 15px; */
    /* background: #44973c; */
    max-width: 400px;
}

#search {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.form_search {
    /* background-color: #000; */
    width: 100%;
    z-index: 5;
    /* overflow: hidden; */
    padding: 1px 1px;
    /* background: #ff9a00; */
    background: rgba(0, 0, 0, 0.7);
    /* padding: 30px 40px; */
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-right: 20px;
    /* max-width: 400px; */
}

.form_search input {
    width: calc(100% - 60px);
    float: left;
}

.form_search button {
    width: 60px;
    float: left;
    background-color: #4B4E51;
    border-color: #4B4E51;
}

.form_search button.close-search {
    background-color: transparent;
}

.form_search button i {
    font-size: 16px;
    color: #fff;
}

.form_search .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    /* border: 1px solid #666; */
    outline: none;
}

.form_search .form-control {
    height: 40px;
}

.form_search .form-control.close-search {
    /* margin-left: 5px; */
    position: absolute;
    top: -10px;
    right: -5px;
    border: none;
    width: 15px;
    padding: 0;
    height: auto;
}

.form_search .form-control.close-search i {
    font-size: 23px;
    line-height: 1;
}

.icon-search-mobile {
    display: none;
}

.icon-search {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translate(0, -50%);
    color: #fff;
}

.icon-search i {
    font-size: 20px;
}

.slide{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide1:before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 255px;
    top: 0;
    right: -60px;
    transform: skewX(-27deg);
    z-index: 1;
}

.slide .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 5;
}

.slide .item .container{
    position: relative;
}

.slide .item .container .description{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 320px;
    color: #fff;
    z-index: 7;
}
.slide .item .container .description h2 {
	font-size: 32px;
	font-weight: 500;
}
.slide .item .container .description ul {
	
}
.slide .item .container .description ul li {
    background: url(../images/icon_slide.png) no-repeat 0 10px;
    padding: 7px 0 5px 30px;
	color: #F4BC08;
	font-size: 17px;
}
.slide .item .container .description ul li strong {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.slide .item .container .description img {
	height: auto;
}

.slide .item .container img{
    opacity: 0;
    visibility: hidden;
    height: 300px;
}

.slide .item .bg-slide{

}

.slide1 .item .container:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 3000px;
    top: 0;
    right: calc(67.4%);
    transform: skewX(-20deg);
}

.section_warranty{
    width: 100%;
    background-color: #fff;
    position: relative;
}

.section_warranty:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -46px;
    z-index: 2;
    border-left: 110px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 247px solid #fdb71b;
}


.section_warranty .box_warranty{
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.box_warranty ul{position: relative;display: flex;background-image: linear-gradient(to right, #e7e7e7, #e8e8e8);padding: 0 80px 0 12px;}

.box_warranty ul:before{
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: 2;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 32px solid #e7e7e7;
}

.box_warranty ul li{display: inline-block;}

.box_warranty ul li a {
    padding: 0 10px;
    font-size: 14px;
    width: 100%;line-height: 32px;
}

/* css menu mobile*/

.main-menu-show {
    transform: translateX(0) !important;
    transition: all 200ms linear 0s;
    border-right: 1px solid #fff;
}

.menu_fix_mobile {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 300px;
    top: 0;
    left: 0;
    background: #1c1b1b;
    transition: all 200ms linear 0s;
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.menu_fix_mobile .close-menu {
    /* overflow: hidden; */
    /* border-bottom: 1px solid #23b24b; */
    /* background-color: #23b24b; */
    height: 30px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu {
    display: inline-block;
    padding: 15px 10px 15px 25px;
}

.menu_fix_mobile .close-menu>a {
    /* float: right; */
    color: #fff;
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* background-color: #ccc; */
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}

.menu_fix_mobile .close-menu .logo_menu img {
    width: auto;
    max-width: unset;
    height: 60px;
}

.menu_fix_mobile .megamenu-container {
    padding: 0;
    margin-bottom: 20px;
    visibility: inherit;
}

.menu_fix_mobile .nav-main {
    overflow-y: auto;
}

.menu_fix_mobile .megamenu-title {
    padding-left: 15px;
}

.menu_fix_mobile .megamenu-item-sub>a {
    border-bottom: none;
    padding: 8px 20px;
}

.menu_fix_mobile ul {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.menu_fix_mobile ul li {
    float: left;
    position: relative;
    margin: 0;
    transition: 0.4s;
    width: 100%;
    border-right: none !important;
}

.menu_fix_mobile .megamenu-item {
    padding: 15px 0px 0;
    padding-left: 5px;
    background-color: transparent;
}

.menu_fix_mobile .megamenu-item.card-header-item a {
    color: #fff;
    border: unset;
}

.menu_fix_mobile .list-megamenu-sub {
    display: block;
}

.menu_fix_mobile .nav-main li.nav-megamenu {
    position: relative;
}

.menu_fix_mobile ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 20px 11px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    line-height: normal;
}

.menu_fix_mobile .nav-main>li>a {
    font-weight: 700;
    text-transform: uppercase;
	margin: 0;
}

.menu_fix_mobile ul li i.fa-chevron-down.mega-mn2 {
    bottom: 0px;
    top: unset;
}

.menu_fix_mobile ul li i.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 0.3s;
    /* border-left: 1px solid #fff; */
    cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    box-shadow: unset;
    border: unset;
}

.menu_fix_mobile li ul.nav-sub li {
    width: 100%;
    padding: 0;
}

.menu_fix_mobile li ul.nav-sub li a {
    padding: 11px 41px 11px 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.menu_fix_mobile li ul.nav-sub-child {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background-color: transparent;
    background-image: unset;
    text-align: left;
    min-width: 180px;
    transition: unset;
    float: left;
    width: 100%;
    padding-left: 15px;
}

@media (min-width: 1440px){
    .slide .item .container img{
        height: 421px;
    }

    .slide .item .container:before {
        content: '';
        right: calc(68.9%);
    }
}


@media (min-width:1200px) {
    .list-bar {
        display: none;
    }
    .nav-main>li:hover .nav-sub {
        display: block;
        left: 0;
        visibility: inherit;
        top: 100%;
    }
    .nav-sub li:hover>a {
        color: #f5af05;
    }
    .nav-sub>li:hover .nav-sub-child {
        /* display: block; */
        visibility: inherit;
        left: 100%;
    }
    .nav-sub>li .nav-sub-child {
        visibility: hidden;
        transition: left 0.5s;
    }
    .nav-main>li>.nav-sub {
        visibility: hidden;
        top: calc(100% + 20px);
        transition: top 0.5s;
    }
    .megamenu-container {
        visibility: hidden;
        display: block;
    }
}

@media (max-width:1199px) {
    .menu-desktop {
        display: none;
    }
    .slide .item .container .description{
        display: block;
    	font-size: 14px;
		width: 380px;
	}
    .slide .item .container:before{
        display: none;
    }
    .logo-head {
        margin-left: 0;
    }
    .box-header-main {
        padding: 10px 0;
        height: 70px;
    }
    .megamenu-container {
        position: unset;
        display: none;
        /* padding: 20px 15px; */
        box-shadow: none;
    }
    .logo-head .image img {
        height: 50px;
    }
    .box-search {
        top: 40px;
    }
    .header-main-right {
        margin-right: 60px;
    }
}

@media (min-width: 992px) {}

@media (max-width:767px) {
    .box-info-left {
        display: none;
    }
    .box-header-top {
        justify-content: flex-end;
    }
}

@media (max-width:550px) {
    .logo-head .image {
        max-width: 150px;
    }
    .box-header-main-right>ul>li {
        margin: 0 5px;
    }
    .icon-search-mobile {
        display: block;
    }
    .header-main-right {
        display: none;
    }
    .box-header-top .box-info1 ul li a {
        font-size: 14px;
    }
}


/* end css header */


/* 2 css footer */

.footer {
    background: #1c1b1b url(../images/bg-footer.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
    padding: 0px 0 0;
 	background: #000;
	position: relative;
	overflow: hidden;
}
.footer:before {
    content: '';
    background-image: url(/upload/images/product_1649409224.png);
	z-index: 2;
}

.footer-main {}

.col-1-5 {
    min-width: 20%;
}

.footer-link {
    /* margin-bottom: 20px; */
	position:relative;
}
.footer22:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 913px;
    top: 0;
    z-index: 3;right: calc(56%);
    transform: skewX(-20deg);
}

.facebook_ft img,
.maps_ft img {
    height: 300px;
    object-fit: cover;
}

.title-footer {
    margin-bottom: 15px;
    padding: 35px 0 0px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 27px;
    color: #f5af05;
    }

.title-footer1:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #f5af05;
    top: 60px;
right: 0;/* bottom: 11px; */}

.maps_ft iframe {
    height: 160px;
    width: 100%;
    border-radius: 10px;
}

.fanpage {
    overflow: hidden;
}

.fanpage iframe {
    height: 300px;
    width: 100%;
}

.diachi_ct {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 200;
    padding-bottom: 20px;
    }

.diachi_ct h2 {
    font-size: 20px;
    font-weight: 300;
}

.list-link-footer {}

.list-link-footer li {}

.list-link-footer li a {
    padding: 6px 0;
    font-size: 14px;
    display: block;
}

.right-footer-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-footer {
    display: flex;
    margin-top: 20px;
    margin-bottom: 25px;
    /* justify-content: flex-end; 
    padding-left: 160px;*/
    justify-content: center;
}
.logo-footer {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 38px;
}
.logo-footer img {
	width: 80%;
}

.social-footer li {
    margin-right: 8px;
}

.social-footer li a {}

.social-footer li a:hover i {
    transform: rotate(10deg);
}

.social-footer li a i {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    color: #f5af05;
    background: #485963;
    font-size: 37px;
    border: 0;
    transition: all .3s ease;
}

.footer-bottom {
    border-top: 2px solid #323232;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(to bottom, #f8d61b, #df9a19);
    padding: 6.5px 10px;
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    width: 0;
}

.back_to_top img {
    width: auto;
    float: left;
    margin-top: 3px;
}

.fix_bottom {
    position: fixed;
    left: 5px;
    bottom: 5px;
    color: #fff;
    z-index: 999999;
    height: auto;
    width: 160px;
}

.fix_bottom img {
    border-radius: 10px;
}

@media (max-width:991px) {
    .social-footer {
        justify-content: center;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .right-footer-bottom {
        justify-content: center;
    }

    .slide_desktop{
        display: none;
    }

    .slide_mobile{
        display: block;
    }
}

@media (max-width:767px) {
    .facebook_ft img,
    .maps_ft img {
        height: auto;
    }
}

@media(max-width:550px) {
    .fix_bottom {
        width: 100px;
    }
}


/* end css footer */


/*  css stylesheet-2.css  */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #d2d2d2;
}

ul li {
    list-style: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff!important;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #f5af05;
}

html {
    scroll-behavior: smooth;
}

.slick-slider {
    margin-bottom: 0;
}

.wrap-link-header {
    background-color: #323232;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

.link {
    line-height: 20px;
}

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 30px;
    height: 40px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    /* background-color: #fff; */
    /* border-radius: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 15px 23px;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #00a9da;
    line-height: 24px;
    font-size: 14px;
    opacity: 0;
}

.slide .slick-prev {
    left: 0;
    background-image: url(../images/ic_previous_black.png);
}

.slide .slick-next {
    right: 0;
    background-image: url(../images/ic_next_black.png);
}

.slide .list-item {}

.slide .item {}

.slide .item .box-content {
    /* min-height: 500px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slide .item .box-text {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    max-width: 500px;
    /* float: right; */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 30px;
    min-height: 0px;
    /* color: #fff; */
    text-align: left;
}

.slide .item.slick-active .box-text {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInUp;
}

.slide .item .box-text>h3 {
    font-size: 35px;
    text-shadow: rgba(0, 0, 0, 0.125) 2px 2px 0px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.slide .item .box-text>.desc {
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #f5af05;
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 20px;
}

.box-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}

.box-slide-content .container {
    position: relative;
}

.box_slide_left {
    max-width: 600px;
}

.box_slide_right {
    position: absolute;
    top: 58.2%;
    right: 15px;
    transform: translateY(-50%);
}

.btn-view {
    font-weight: 600;
    text-transform: uppercase;
    background: #f5af05;
    display: inline-block;
    border: 2px solid #f5af05;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

.btn-mr {
    margin-right: 10px;
}

.btn-view-lg {
    font-size: 16px;
    padding: 13px 20px;
    min-width: 230px;
    text-align: center;
}

.btn-view i {
    margin-left: 5px;
}

.btn-view-left.btn-view i {
    margin-left: 0px;
    margin-right: 5px;
}

.btn-view:hover {
    background: #ffc333;
    color: #fff;
}

.btn-view-dark {
    background: #1c1b1b;
    display: inline-block;
    border-color: #1c1b1b;
}

.btn-view-dark:hover {
    background: #4b4848;
}

.group-title {
    margin-bottom: 30px;
	border-bottom: solid #fdb71b 2px;
}

.group-title .title {
    font-size: 32px;
    font-weight: bold;
	position: relative;
	background: #fff;
	bottom: -13px;
	padding: 0 10px 0 0;
	display: inline-block;
	text-transform: uppercase;
}

.group-title .title-lg {
    font-size: 26px;
    font-weight: bold;
}

.group-title .title-img-bottom {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.group-title .title-img-bottom:before {
    content: "";
    background-image: url(../images/line_home.png);
    position: absolute;
    height: 26px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 100%;
    background-position: center;
}

.group-title .title-img-bottom-2:before {
    background-image: url(../images/line_home_2.png);
}

.wrap-product-home {
    padding: 30px 0;
}

.list-product-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-gap: 10px; */
    border: 1px solid #ebebeb;
}

.col-product-item {
    text-align: center;
    border-right: 1px solid #ebebeb;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-item {}

.product-item .box {}

.product-item .box .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}

.product-item .box:hover .image img {
    transform: scale(1.1);
}

.product-item .box .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.product-item .box h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.wrap-news-home {
    padding-top: 0px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
    background-size: 100% 50px;
    background-repeat: no-repeat;
}

.list-news-home {
    display: flex;
    flex-wrap: wrap;
}

.col-news-item{
    width: 25%;
    padding: 6px;
}

.list-news-home .col-news-item{
    display: flex;
}
.list-news-home .col-news-item:nth-child(2){
	margin-top: 100px;
}
.list-news-home .col-news-item:nth-child(4){
	margin-top: 100px;
}

.list-news-home .col-news-item .news-item{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.list-news-home .col-news-item .news-item .box .content{
    position: unset;
    overflow: hidden;
    background: #262022;
    border-radius: 10px;
    text-align: center;
}
.list-news-home .box .content img {
	height: 380px;
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}

.news-item {}

.news-item .box {
    display: block;
    position: relative;
    color: #fff;
}

.news-item .box:hover .image img {
    transform: scale(1.1);
}

.news-item .box .image {
    position: relative;
    padding-bottom: 43%;
    overflow: hidden;
}

.news-item .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.news-item .box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10% 8%;
    z-index: 1;
    text-align: right;
    justify-content: right;
}

.news-item .box .content h3 {
    margin: 0;
    font-size: 25px;
    padding-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: solid 1px #f6b01a;
}

.news-item .box .content .desc {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    /* width: 100%; */
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify;
    /* float: right; */
    display: inline-block;
    text-transform: none;
    letter-spacing: .03em;
}

.container-lg {
    width: 100%;
    max-width: 1200px;
}

.wrap-category-main {
    padding: 30px 0 0 0;
    background:#fff;
}

.wrap-category-main .list-category {
    padding: 0 0px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}

.dot-cate-1 .slick-dots {
    bottom: -10px;
}

.dot-cate-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: rgba(153, 153, 153, 1);
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.dot-cate-1 .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
    border: 3px solid #f5af05;
}

.dot-cate-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.dot-cate-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
    opacity: 0;
}

.col-category-item {
    margin-bottom: 30px;
    transform: skewX(-20deg);
}

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

.category-item .box {position: relative;margin-bottom: 9px;}

.category-item .box .image {
    position: relative;
    padding-bottom: 64%;
    width: calc(100% + 60px);
}

.category-item .box .image img {
    position: absolute;
    width: 130%;
    height: 100%;
    object-fit: cover;
    left: -30px;
    top: 0;
    transform: skewX(12deg);
}

.category-item .box .content {
    position: absolute;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.category-item .box .content h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    transform: skewX(12deg);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-item .box .content h3 i {
    color: #f5af05;
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.category-item .box .content h3 .small {
    font-size: 16px;
    display: block;
    color: inherit;
    font-weight: 600;
}

.category-item .view_more{line-height: 40px;background-image: linear-gradient(to right, #fff 62%, #f5af05);text-align: right;padding: 0 13px;}

.category-item .view_more a{transform: skewX(12deg);font-weight: 700;font-size: 15px;display: inline-block;}

.category-item .view_more a:hover{
    color: #fff;
}
.group_title1 {
	color: #fff;
	font-size: 30px;
	padding: 0px 0 20px 0;
	text-align: center;
	font-weight: 600;
}

.wrap-video-home {
    padding: 30px 0;
	background: #000;
}

.list-galaxy {
    padding: 0 7.5px;
}

.col-item-galaxy {
    padding: 0 7.5px;
}

.item-galaxy {
    margin-bottom: 15px;
}

.item-galaxy .box {
    position: relative;
    display: block;
}

.item-galaxy .box .image {
    position: relative;
}

.item-galaxy .box .image img {
    height: 250px;
    object-fit: cover;
}

.item-galaxy .box .content {
    padding: 10px 0;
    width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.bn_video {
	position: absolute;
	top: 0;
	left: 0;
}
.bn_video img {
	width: 36px;
	height: 66px !important;
}

.item-galaxy .box .content .name {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
	text-transform: uppercase;
	color: #fdb71b;
}

.item-galaxy .box .content .desc {
    margin-top: 5px;
    font-size: 16px;
}

.item-galaxy .box .image:before {
    content: "\f01d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #f5af05;
}

.item-galaxy .box:hover .image:before {
    color: #fff;
}

.item-galaxy-image.item-galaxy .box .image:before {
    content: unset;
}

.video-btn {
    position: absolute;
    z-index: 1;
    /* width: 50px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-btn svg {
    /* width: 50px; */
    /* height: 50px; */
    display: none;
}

.circleanim-svg__circle-back,
.circleanim-svg__circle-front {
    fill: none;
    stroke: #fff;
}

.circleanim-svg__circle-front {
    stroke-dasharray: 295;
    stroke-dashoffset: 0;
    stroke-width: 2px;
    stroke-opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 1.5s linear;
    animation: 1.5s linear infinite circle_svg_full_rotation;
}

@-webkit-keyframes circle_svg_full_rotation {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
    100% {
        stroke-opacity: 1;
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes circle_svg_full_rotation {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
    100% {
        stroke-opacity: 1;
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.wrap-info-footer {
    background: #f5af05;
}

.list-info-footer {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    padding: 28px 0;
    text-align: center;
    width: 33.333%;
}

.info-item:nth-child(2) {
    border-left: 2px solid #ffc333;
    border-right: 2px solid #ffc333;
}

.info-item a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item a:hover {
    color: #fff;
}

.info-item a span {
    display: inline-block;
}

.info-item a span.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #323232;
    border-radius: 50%;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    color: #fff;
}

.info-item a span.icon i {
    font-size: 20px;
}

.info-item a span.text {
    font-size: 20px;
}

.info-item a span.icon-right {}

.info-item a span.icon-right i {
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle;
    color: #323232;
}

.banner-breadcrumds {
    min-height: 200px;
    object-fit: cover;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-breadcrumds .top {
    position: absolute;
    width: 100%;
    top: 0;
}

.banner-breadcrumds:before {
    /* content: ""; */
    border-bottom: 40px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.no-result {
    color: #fff;
}

.banner-breadcrumds:after {
    background-color: rgb(0, 0, 0, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.title-breadcrumb {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    /* background-color: #fff; */
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 15px 0;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    /* color: #a8a8a8; */
    font-weight: 400;
    color: #f5af05;
}

.breadcrumbs ul>li>a {
    color: #f5af05;
    font-weight: 400;
}

.breadcrumbs ul>li>a:after {
    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: unset;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.container-xs {
    max-width: 890px;
}

.blog-gioi-thieu {}

.wrap-info {
    padding: 40px 0;
}

.box-text {}

.box-text .title-text {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-text .text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.wrap-list-news-gioi-thieu {
    padding: 40px 0;
}

.list-news-gioi-thieu {}

.col-padding {
    padding: 0 20px;
    padding-bottom: 30px;
}

.col-news-item-2 {
    margin-bottom: 30px;
}

.news-item-2 {}

.news-item-2 .btn-view-lg {
    min-width: 150px;
}

.news-item-2 .box {}

.news-item-2 .box .image {
    position: relative;
    padding-bottom: 70%;
}

.news-item-2 .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.news-item-2 .box .content {}

.news-item-2 .box .content h3 {
    color: #323232;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
}

.news-item-2-sm .box .content h3 {
    font-size: 18px;
}

.news-item-2 .box .content .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.blog-product {
    padding-top: 50px;
}

.maps-in {
    line-height: 55px;
    display: block;
    width: 100%;
    border-bottom: solid 3px #f5af05;
    text-align: center;
    /* margin-top: 5px; */
    background: #1c1f20;
}

.link-xu {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #eee;
}

.link-xu h2 {
    font-size: 15px;
    color: #eee;
}

.blog-daily {
    background: #1c1f20;
    padding-top: 30px;
    padding-bottom: 20px;
}

.daily-page-name {
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px 0 0 0;
    margin: 0px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.group-mien {
    padding: 30px 0;
}

.group-mien .label {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    outline: none;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 0;
    color: #fff;
}

.combomien {
    width: 100%;
    height: 40px;
    outline: none;
}

.table-daily {
    border-collapse: collapse;
    background: #fff;
}

.table-daily th {
    background: #ccc;
    color: #333;
    border: solid 1px #ccc;
    padding: 8px;
}

.paging {
    margin-top: 15px;
    padding-bottom: 15px;
}

#main-container {
    position: relative;
    padding: 0 15px;
}

.tint-simulator-container,
.tint-simulator-auto,
.tint-simulator-building {
    margin: 0 auto;
    background: white;
    padding-top: 25px;
    width: 100%;
    padding-bottom: 50px;
}

.simulator-intro {
    text-align: center;
    margin-bottom: 50px;
}

.simulator-title {
    color: #323232;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}

.simulator-description {
    color: #1c1b1b;
    font-size: 16px;
}

.tint-simulator-auto #output {
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#output div {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 2;
    opacity: 1;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#output div:first-child {
    z-index: 1;
    opacity: 1;
}

#controls .step:first-child {
    border-top: none;
    /* padding-top: 0; */
}

#controls .step {
    padding: 15px 0 10px;
    border-top: 2px solid #ebebeb;
}

.tint-simulator-auto #controls .step h3 {
    font-weight: bold;
}

#controls #controlType label {
    font-size: 15px;
    margin-bottom: 15px;
}

#controls label {
    display: block;
    cursor: pointer;
}

label.tintLabel:hover,
label.tintLabel:focus,
input[type=radio].tints:checked~label.tintLabel {
    background-color: #323232;
    color: #fff;
}

#controls input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.tint-simulator-auto #controlTint table tr td:first-child {
    padding-right: 15px;
    padding-top: 5px;
    color: #323232;
    font-size: 15px;
    text-align: left;
}

.tint-simulator-auto sup {
    top: 0;
    font-size: 100%;
}

label.tintLabel {
    display: block;
    text-align: center !important;
    width: 45px;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #323232;
    background-color: #f1f1f1;
    margin-right: 5px;
    margin-bottom: 15px;
}

.tint-simulator-auto #controls .colorRadio {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #eee;
    border: 3px solid white;
    border-radius: 50%;
    margin: 2px 4px;
    cursor: pointer !important;
}

.tint-simulator-auto #controls .colorRadio[data-value="black"] {
    background-color: #000;
}

.tint-simulator-auto #controls .colorRadio:hover,
.tint-simulator-auto #controls .colorRadio.active:hover,
.tint-simulator-auto #controls .colorRadio.active {
    -webkit-box-shadow: 0 0 0 2px #f5af05;
    box-shadow: 0 0 0 2px #f5af05;
}

.tint-simulator-auto #controls .colorRadio[data-value="white"] {
    background-color: #f4f4f4;
}

.tint-simulator-auto #controls .colorRadio[data-value="red"] {
    background-color: #fa5454;
}

.tint-simulator-auto #controls .colorRadio[data-value="blue"] {
    background-color: #4797d9;
}

.tint-simulator-auto #controls .colorRadio[data-value="gray"] {
    background-color: #727272;
}

.tint-simulator-auto #controls .colorRadio[data-value="silver"] {
    background-color: #d8d8d8;
}

#controls {
    width: 100%;
    margin-top: 25px;
}

input[type=radio].tints {
    display: none;
}

.box_search_tab {
    padding: 0;
    /*  float: left; */
    width: 100%;
    margin-bottom: 20px;
}

.box_search_tab form {
    display: flex;
}

.box_search_tab .danhmuc_filter {
    width: 60%;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.box_search_tab .danhmuc_filter .form-group {
    width: calc(50% - 5px);
    /* margin-right: 20px; */
    margin-bottom: 0;
}

.box_search_tab .danhmuc_filter .form-control {
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    text-transform: uppercase;
    font-size: 17px;
    /* border: 1px solid #333; */
}

.box_search_tab .form_search {
    width: calc(40% - 0px);
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    border: unset;
    padding: 0;
    padding-left: 10px;
}

.box_search_tab .form_search input {
    width: calc(100% - 290px);
    float: left;
}

.box_search_tab .form_search .form-control {
    font-size: 17px;
    border: none;
    box-shadow: unset;
    border-radius: 0;
    height: 50px;
    /* border: 1px solid #000; */
    padding-left: 20px;
    width: 100%;
}

.box_search_tab .form_search button[type=submit] {
    background-color: #f5af05;
    float: left;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    font-size: 17px;
    letter-spacing: 2px;
    margin-left: 10px;
    /* border-radius: 20px; */
    flex: 0 0 auto;
}

.list_agency {
    width: 100%;
    padding: 40px 0;
}

.list_agency .title_agency {
    color: #0275bc;
    text-transform: uppercase;
    border-bottom: 2px solid #6f6f6f;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.dm_agency {
    /* width: 100%; */
    /* padding: 0 12px; */
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.dm_agency h1 {
    color: #fff;
    font-size: 24px;
    padding-left: 5px;
    text-align: center;
    padding-right: 5px;
}

.dm_agency .item {
    padding: 5px 5px;
    width: 50%;
    margin-bottom: 5px;
}

.dm_agency .item .box_agency {
    /* box-shadow: 0 0 7px 3px #ddd; */
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 10px;
    color: #707070;
    height: 100%;
}

.box_agency .box_agency_left {
    width: 100%;
}

.box_agency .name_company_in {
    color: #f5af05;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.box_agency .address_cp {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    /* flex-wrap: wrap; */
    color: #707070;
}

.box_agency .address_cp i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #464646;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-size: 18px;
    border-radius: 30px;
    flex: 0 0 auto;
}

.box_agency .phone_cp {
    display: flex;
    align-items: center;
}

.box_agency .phone_cp i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #464646;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 18px;
}

.box_agency .box_agency_right {
    width: 50%;
    position: relative;
}

.box_agency .logo_cp {
    width: 100%;
    text-align: right;
    margin-bottom: 17px;
}

.box_agency .logo_cp .image img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.box_agency .map_cp {
    text-align: right;
    position: absolute;
    bottom: 3px;
    right: 0;
}

.box_agency .map_cp a {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 2px 8px;
    vertical-align: middle;
    font-size: 13px;
}

.box_agency .map_cp a:hover {
    background-color: #f5af05;
    color: #fff;
    border: 1px solid #f5af05;
}

.block-content-right {
    float: right;
    order: 1;
	margin-top: 20px;
}

.block-content-left {
    order: 0;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

#side-bar {
    position: sticky;
    top: 160px;
}

.side-bar {
    background-color: #ffffff;
    box-shadow: 0 1px 2px #d9dadb;
    margin: 0 0 30px 0;
}

.side-bar:last-child {
    margin-bottom: 0;
}

.title-sider-bar {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 16px 20px 12px 20px;
    /* border-bottom: 1px solid #f0f0f0; */
    line-height: 26px;
    text-transform: uppercase;
    background-color: #f5af05;
    font-weight: bold;
}

.list-category {}

.menu-side-bar {}

.menu-side-bar li {
    font-size: 1rem;
    border-bottom: 2px solid #323232;
    margin-bottom: 0;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a .pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.nav_item.active a .pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active a .pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    color: #fff;
    font-weight: 600;
    background-color: #1c1b1b;
    padding: 15px 45px 15px 15px;
    display: block;
    position: relative;
    line-height: 1.5;
}

.list-category ul>li>a:hover {
    color: #f5af05;
    background-color: #323232;
}

.list-category>ul>li>a {
    padding-left: 20px;
    font-size: 15px;
}

.list-category>ul>li>a:after {
    content: "\f061";
    color: #f5af05;
    position: absolute;
    right: 20px;
    line-height: 1.5;
    font: normal normal normal 14px/1 FontAwesome;
    top: 19px;
}

.list-category ul>li>a:before {
    /* content: "\f105"; */
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 20px;
    top: 18px;
}

.list-category ul>li>a>span {
    padding-left: 0px;
    font-size: 15px;
    text-transform: uppercase;
    /* border-left: 1px solid #e5e5e5; */
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 40px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    top: 11px;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.card-news-horizontal {
    margin-bottom: 15px;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
}

.card-news-horizontal .image {
    width: 30%;
    position: relative;
    /* padding-bottom: 60%; */
}

.card-news-horizontal .content {
    width: calc(100% - 30%);
    padding-left: 15px;
}

.card-news-horizontal .image a {
    display: block;
    padding-bottom: 76%;
    position: relative;
}

.card-news-horizontal .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .date i {
    margin-right: 5px;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* height: 50px; */
    font-size: 16px;
    line-height: 25px;
}

.xemthem {
    margin-top: 10px;
    background-color: #f5af05;
    border-color: #f5af05;
    color: #fff;
    font-size: 15px;
}

.blog-news {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pagination-group {
    text-align: center;
    width: 100%;
}

.pagination {}

.pagination span {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #f5af05;
    background-color: #f5af05;
    color: #fff;
}

.pagination a {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
}

.category-slide-1 .slick-prev {
    left: -10px;
}

.category-slide-1 .slick-next {
    right: -10px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    font-size: 25px;
    color: #f5af05;
}

.wrap-partner {
    padding: 25px 0;
    background-color: #fff;
}

.wrap-partner .group-title .title-lg {
    color: #fff;
}

.wrap-partner .list-item {
    padding: 0 20px;
}

.wrap-partner .list-item .item {
    padding: 10px;
}

.wrap-partner .list-item .box {
    /* border: 1px solid #eee; */
    /* padding: 10px; */
}

.wrap-partner .list-item img {}

.wrap-form-register-footer {
    padding: 30px 0 20px;
    background-color: #f5af05;
}

.wrap-form-register-footer .form-footer {
    padding: 0 10px;
}

.wrap-form-register-footer .form-footer .col-xs-12 {
    min-width: 20%;
    padding: 0 5px;
}

.wrap-form-register-footer .form-footer input {
    border-radius: 0;
    height: 40px;
    border: unset;
}

.wrap-form-register-footer .form-footer button {
    padding: 8px 15px;
    background: #000;
}

.wrap-form-register-footer .group-title .title-lg {
    color: #fff;
}

.blog-news-detail {
    padding: 50px 0 30px;
}

.article .pt_title_detail {
    text-align: left;
    color: #f5af05;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 18px;
}

.list-news-relate {}

.box-list-news-relate {}

.news-relate-title {
    margin: 0 0 15px 0;
    font-size: 26px;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-list-news-relate ul {}

.box-list-news-relate ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    line-height: 30px;
}

.box-list-news-relate ul li>span {}

.box-list-news-relate ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: all ease .5s;
}

.box-list-news-relate ul li a>span {
    font-size: 12px;
}

.blog-product-detail {
    padding-top: 60px;
}

.wrap-top {
    margin-bottom: 30px;
}

.content-product-detail {
    font-size: 15px;
    line-height: 1.6;
}

.content-product-detail table{
    width: 100% !important;
    border: solid 1px #ccc;
}

.content-product-detail td{
    border: solid 1px #d2d2d2;
}

.content-product-detail h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 36px;
    margin: 0;
}

.content-product-detail h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    font-weight: normal;
    color: #f5af05;
    text-transform: uppercase;
    font-weight: 600;
}

.content-product-detail h2 span {
    color: #f5af05;
    font-size: 22px;
    font-weight: bold;
}

.group_button_order a {
    background: #ffba00;
    display: inline-block;
    /* max-width: 210px; */
    /* width: 46%; */
    padding: 6px 50px;
    font-size: 17px;
    line-height: 1.4;
    border: unset;
    margin: 10px 0 0;
}

.wrap-tab {}

.wrap-tab .tab-content {
    padding-top: 20px;
    line-height: 1.7;
    font-size: 15px;
}

.wrap-tab .tab-content iframe {
    max-width: 100%;
}

.wrap-tab .tab-content img {
    width: 100%;
    height: auto !important;
}

.title_relate_left {
    text-transform: uppercase;
    background: #f3f3f3;
    border-left: 5px solid #ffba00;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-weight: bold;
}

.wrap-tab .nav-pills>li.active>a,
.wrap-tab .nav-pills>li.active>a:focus,
.wrap-tab .nav-pills>li.active>a:hover {
    background: #ffba00;
    border-radius: 0;
    color: #fff;
}

.wrap-tab .nav-pills>li>a {
    background: #ededed;
    color: #222;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}

.wrap-tab .nav-pills>li>a i {
    padding-right: 5px;
}

.list-product-relate {
    /* padding: 0 20px; */
    position: relative;
}

.list-product-relate.category-slide-1 .slick-prev {
    /* left: 0; */
}

.list-product-relate.category-slide-1 .slick-next {
    /* right: 0; */
}

.contact-form {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 10px;
    font-size: 15px;
}

.contact-form .form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.contact-form .form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
    height: 100px;
}

.contact-form .form button {
    font-size: 14px;
    color: #fff;
    background: #f5af05;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}

.contact-infor {
    margin-bottom: 20px;
    margin-top: 30px;
}

.title-contact {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.address-info {
    line-height: 25px;
    font-size: 17px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .desc {
    font-size: 16px;
    line-height: 1.5;
}

.contact-infor .infor .address .title {
    padding-bottom: 0;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact-infor .infor .address .pt_list_addres>li i {
    margin-right: 5px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 350px;
}

.dang-nhap {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px!important;
    box-sizing: border-box;
    padding-bottom: 0;
}

.dang-nhap .title {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.form-dn {
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.form-dn.form_input{
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}

.form-dn i {
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px 0 0 5px;
}

.form-dn input[type=text] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    font-weight: 400;
}

.form-dn button {
    width: 100%;
    max-width: 215px;
    height: 45px;
    border: 1px solid #f5af05;
    background: #f5af05;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    font-weight: 400;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.dang-nhap .nd {
    text-align: center;
    font-size: 15px;
    margin-top: 8px;
    color: #333;
    margin-bottom: 20px;
}

.form-dk {
    margin-bottom: 20px;
    text-align: center;
}

.form-dk input[type=text] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
    font-weight: 400;
}

.form-dk input[type=submit] {
    border: unset;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    max-width: 215px;
    border-radius: 5px;
}

.form-dk img {
    width: auto;
}

.dktk {
    background: #f4f4f4;
    /* margin: 0 -20px; */
    border-radius: 0 0 5px 5px;
    margin-top: 20px;
    text-align: center;
    padding: 20px 0;
    max-width: 215px;
    margin: 0 auto;
}

.blog-search {
    padding: 50px 0;
}

.blog-search .news-item-2 .box .content h3 a {
    display: block;
    height: 54px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.title_inin {
    text-align: center;
    padding-top: 20px;
    /* padding-bottom: 30px; */
}

.page-check {
    padding: 20px 0;
    /* margin-top: 133px; */
    background-color: #fff;
    position: relative;
    border: dashed 1px #333;
}

.logo-baohanh {
    position: absolute;
    left: 15px;
    top: 15px;
}

.logo-baohanh img {
    width: auto;
}

.logo_check {
    text-align: center;
    margin: 20px 0 50px;
}

.logo_check img {
    width: 350px;
}

.title-chungnhan {
    color: #ee1d23;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.notification {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

.infor-dangky {
    margin: 0 auto 50px;
    max-width: 600px;
    width: 100%;
}

.infor-dangky li {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: dashed 1px #eee;
    line-height: 35px;
}

.table-infor-dangky table {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.infor-dangky {
    margin: 0 auto 50px;
    max-width: 600px;
    width: 100%;
}

.infor-dangky li {
    font-size: 20px;
    overflow: hidden;
    /* white-space: nowrap; */
    border-bottom: dashed 1px #eee;
    line-height: 35px;
}

.infor-dangky li span.contentdky {
    font-size: 23px;
    color: #f5af05;
    font-weight: bold;
}

.infor-dangky li span.namedky {
    font-weight: bold;
}

.thuoctinh2 {
    font-size: 20px;
    margin-top: 20px;
}

.thuoctinh2 td{
    border: 1px solid #333;
    font-size: 20px;
    color: #333;
}

.thuoctinh2 tr td:first-child {
    text-align: center;
    width: 40px;
}

.table-infor-dangky tr td:last-child {
    width: 30%;
}

.table-infor-dangky td {
    padding: 6px 12px!important;
    color: #333;
    background: #f5af05;
    font-size: 20px;
    border: 1px solid #333;
}

.table-infor-dangky tr td:first-child {
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 40px;
}

.blog-check {
    padding: 50px 0;
}

.login_area {
    display: flex;
    flex-wrap: wrap;
}

.login_form {
    width: 60%;
    padding: 0px 40px 23px 40px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -2px 0px 9px #ccc;
    display: flex;
    align-items: center;
}

.blog-dky {
    padding: 50px 0;
}

.blog-dky .container {
    max-width: 950px;
}

.contact_login {
    width: 40%;
    color: #f5af05;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 25px 50px 40px;
    display: flex;
    align-items: center;
}

.contact_login .content_login h2 {
    color: #f5af05;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 70px 0px;
    text-align: center;
    letter-spacing: 3.5px;
}

.contact_login .textwidget {
    position: relative;
    padding: 0px 0px 0px 30px;
}

.contact_login .desc {
    padding-left: 30px;
}

.contact_login [class*="short_"] {
    margin: 0px 0px 0px 0px;
}

.contact_login b {
    font-size: 16px;
    display: block;
    margin: 0px 0px 8px 0px;
}

.contact_login .textwidget .short_text b:nth-child(1) {
    position: relative;
}

.contact_login .textwidget .short_text b:nth-child(1)::before {
    content: url(../images/icon.png);
    position: absolute;
    top: 3px;
    left: -72px;
}

.list_group {
    position: relative;
    margin: 0px 0px 30px 0px;
}

.login_form .list_group label {
    padding: 0 7px;
}

.form-group-login .list_group label {
    display: none;
}

.form-group-login {
    padding-top: 70px;
    padding-bottom: 30px;
    padding: 70px 40px 30px;
}

.form-group-login .list_group {
    text-align: center;
    position: relative;
}

.login_form input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
}

.form-group-login input[type="text"],
.form-group-login input[type="password"] {
    border: 2px solid #e6e6e6;
    padding: 13px 20px;
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
}

.form-group-login input[type="text"],
.form-group-login input[type="password"] {
    border: 1px solid #ddd;
    background: #fff;
    /* width: 70%; */
    padding: 13px 10px 13px 50px;
}

.list_group i.fa {
    position: absolute;
    top: 47%;
    left: 15px;
    color: #9e9e9e;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 5px 10px 5px 0px;
    border-right: 1px solid;
}

.login_buttons {
    text-align: center;
    width: 97%;
    display: table;
}

.loginButton {
    background: #f5af05;
    padding: 11px 40px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    border: none;
}

a.toggle_form {
    font-size: 16px;
    font-weight: 700;
    color: #337ab7;
    margin: 20px 0px 0px 0px;
    display: table;
    width: 97%;
    text-align: center;
}

.noidung {
    font-size: 16px;
    line-height: 1.5;
}
.noidung iframe {
	width: 100%;
}

.noidung table {
    width: 100% !important;
    border: solid 1px #ccc;
}

.noidung table tr td th {
    border: solid 1px #ccc;
}

.noidung img {
    max-width: 100%;
    height: auto !important;
}

element.style {
    width: auto;
    display: table;
}

#toc_container {
    width: 100% !important;
    text-align: left !important;
    padding: 10px 20px !important;
    background: #f2f2f2 !important;
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}

#toc_container {
    width: 100% !important;
    text-align: left !important;
    padding: 10px 20px !important;
    background: #f2f2f2 !important;
}

#toc_container p.toc_title {
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 10px;
}

#toc_container .pt_list_link a {
    font-size: 16px;
    line-height: 1.5;
}

.content-menu {
    padding: 10px 0;
}

.content-menu h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.group-tintuc img {
    max-width: 100%;
}

.box-text-gioi-thieu {
    font-size: 16px;
}

.box-text-gioi-thieu img {
    max-width: 100%;
}

.box-text-gioi-thieu ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.ekko-lightbox .modal-dialog {
    max-width: 1000px !important;
    width: 95%;
}

.ekko-lightbox .modal-content {
    background-color: #000;
}

.ekko-lightbox .modal-title {
    color: #fff;
}

.ekko-lightbox button.close {
    color: #fff;
    opacity: 1;
}
.xem_them_home {
    background-image: linear-gradient(to left, rgba(245,175,5,0), rgba(245,175,5,1));
    width: 135px;
    padding: 6px 20px;
    margin: auto;
    font-size: 17px;
    border-radius: 10px;
    }
.pt_contact_vertical {
    position: fixed;
    display: block !important;
    bottom: 196px;
    z-index: 100;
    left: 25px;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.contact-mobile .contact-item a i {
    color: #fff;
    line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
    background-color: #4b76bd;
}

.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #e9242d;
    color: white;
    top: 74px;
    left: 90px;
    padding: 0;
    font-weight: 600;
    width: 0;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 0;
}

.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 90px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
    left: -50px;
    bottom: 50px;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 45px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #3a71aa 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #e9242d;
    opacity: 0.5;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 55px;
    left: 55px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #e9242d;
    opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {

        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.search-language{
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    z-index: 2;
}
.language-right{
    display: flex;
}
.vn-language {
    display: inline-block;
}
.vn-language img{
    width: 24px;
margin-top: 12px;margin-right: 5px;}
.header_top {
    /* display: flex; */
}
form.search_right{
    margin: 10px 0px 5px 15px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #eee;
    height: 27px;
    float: right;
}
input.search-input{
    max-width: 90%;
    height: 20px;
    border-color: #eee;
    border: 0;
    background: none;
    line-height: 20px;
    padding: 1px 20px;
    font-size: 13px;
}
form.search_right .search-submit{
    background-image: url('../images/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 23px;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    padding: 2px;
}
.section-10 {
    padding: 40px 0;
    border-bottom: solid 0px #eee;
    position: relative;
overflow: hidden;}

.section-10:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 49%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.service_header {
    padding: 0px 0;
}
.images_gioithieu {
    width: 100%;
}
.service_header .service-item {
    display: flex;
    padding: 0px 0px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    transform: skewX(-20deg);
}

.service_header .service-item .service-icon {
    width: 75px;
    text-align: center;
}

.service_header .service-item .service-icon i {
    font-size: 33px;
    color: #fff;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 55px;
}

.service_header .service-item .content-service {
    width: calc(100% - 0px);
transform: skewX(20deg);}

.service_header .service-item .content-service .title-service {
    display: block;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    border-bottom: solid 2px #fdb71b;
	width: 130%;
    position: relative;
}
.service_header .service-item .content-service .title-service span {
    background: #fff;
    display: inline-block;
	line-height: normal;
	position: relative;
	bottom: -11px;
	padding: 0 10px 0 0px;
}
.service_header .service-item .content-service .title-service p {
	font-size: 17px;
	display: inline-block;
	text-align: right;
	float: right;
	padding: 14px 0 0 0;
	margin: 0;
	font-weight: 700;
}
.service_header .service-item .content-service .title-service p img {
	width: 22px;
	padding: 0 5px 5px 0
}

.service_header .service-item .content-service .title-service1 {
    display: block;
    color: #fdb71b;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 20px;
    position: relative;
	width: 113%;
}

.service_header .service-item .content-service .title-service:before{
    content: '';
    position: absolute;
    width: 94px;
    height: 74px;
    background-image: url(../images/icon_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: calc(100% + 15px);
    bottom: -55px;
}

.service_header .service-item .content-service .summary-service {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    display: block;
	width: 117%;
	padding-top: 30px;
}
.service_header .service-item .content-service .summary-service strong {
	font-size: 18px;
}

.service_header .service-item .content-service .summary-service ul li {
    background: url(../images/dot1.png) no-repeat 0 10px;
    padding: 5px 0 5px 25px;
    line-height: 20px;
}

.xemthem_in {
    display: inline-block;
    margin-top: 20px;
    float: right;
    padding: 7px 30px;
    line-height: 20px;
    margin-right: 30px;
    width: 180px;
    background-image: linear-gradient(to right, #fff 10%, #f5af05);
    text-align: right;
    transform: skewX(-30deg);
}

.xemthem_in a {
    font-size: 15px;
    font-weight: 600;
	transform: skewX(-5deg);
}
.feedback{
    background-size: cover;
    position: relative;
    padding: 40px 0 65px 0;
	background: #3d4246;
}
.feedback .group-title .title {
    font-size: 28px;
    font-weight: bold;
	position: relative;
	background: #3d4246;
	bottom: -13px;
	padding: 0 10px 0 0;
	display: inline-block;
	color: #fdb71b;
	text-transform: uppercase;
}
.feedback1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffc70e;
    opacity: .95;
    z-index: 0;
}
.feedback .dot_slick .slick-dots{
    margin-top: 20px;
}
.feedback .group-title .title-underline{
    color: #333;
}
.feedback .group-title .desc{
    color: #333;
}
.list_feedback{
    width: 100%;
}
.list_feedback .item{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.list_feedback .box{
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    min-height: 310px;
}
.list_feedback .box .image{
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
}
.list_feedback .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_feedback .box .info{
    width: calc(100% - 0px);
    padding-left: 0;
}
.list_feedback .rate{display: flex;margin-bottom: 12px;}
.list_feedback .rate i{color: #f1c734;font-size: 18px;margin-right: 5px;}
.list_feedback .desc{
	line-height: 20px;
	color: #333;
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	margin-bottom: 0;
	-webkit-box-orient: vertical;
}
.list_feedback .author{
	display: flex;
}
.list_feedback .author .name{
    color: #333;
    font-weight: 600;
    font-size: 20px;
}
.list_feedback .author .chuc_vu{
    color: #333;
    font-weight: 400;
    }
.list_feedback .author {
	margin-bottom: 15px;
}
.list_feedback .author .images {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
}
.list_feedback .author .conent_ykien {width: 80%;}
.list_feedback .author .star {
	display: flex;
	margin: 5px 0 0 0;
}
.list_feedback .author .star svg {
	height: 15px;
	fill:#f6b01a
}
.desc_ykien {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 25px;
}
.maps_ft {
	position: relative;
}
.dia_chi_footer { }
.dia_chi_footer h2{
	text-align: center;
	color: #f6b01a;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.text_padding {
	padding-left: 50px;
}
.pt_box_item h3 {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
}
.pt_box_item .pt_images img {
	object-fit: cover;
	height: 200px;
	width: 100%;
}
.pt_box_item h3 {
	height: 60px;
}
.wrap-list-product {
	margin-top: 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f5af05;
    border-color: #f5af05;
}
.pagination>li>a, .pagination>li>span {
    color: #333;
}
#popupContact {
    top: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 13232323;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0, 0.8);
}

#popupContactClose {
    text-align: left
}

#popupContactClose a.close2 {
    background: #fdb71b;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    right: 30px;
    border: 2px solid #fff;
    z-index: 9999;
    opacity: 1;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
	font-size: 28px;
}

#backgroundPopup {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CECECE;
    height: 100%;
    left: 0;
    min-height: 3000px;
    min-width: 1000px;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.group_title {
	font-size: 32px;
    font-weight: bold;
	text-align: center;
    text-transform: uppercase;
	color: #f6b01a;
	border-bottom: solid 1px #f6b01a;
	margin-bottom: 15px;
	width: 70%;
	margin: auto;
}
.list-news-home {
	margin-top: 50px;
}







@media(min-width:1500px) {
	.list-news-home {
		padding: 0 5%;
	}
    .section-10:before {
		content: '';
		position: absolute;
		right: 0;
		top: 52px;
		height: 100%;
		width: 49%;
		background-position: top right;
		background-repeat: no-repeat;
	}
	.section_warranty:before {
		bottom: 0;
	}
	.slide .item .container img {
		height: 400px;
	}
	.xemthem_in {
		margin-right: 95px;
	}
	.service_header .service-item .content-service .title-service {
		width: 120%;
	}
}

@media (min-width: 1440px) and (max-width: 1880px){
    .section-10:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 53%;
        background-position: bottom left;
        background-repeat: no-repeat;
    }

    .col-service{
        width: 50%;
    }
}

@media (max-width: 1439px){
    .col-service{
        width: 50%;
    }

    .section-10:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 53%;
        background-position: bottom left;
        background-repeat: no-repeat;
    }
}






@media (max-width:1199px) {
    .wrap-info-footer {
        background-color: #1c1b1b;
        color: inherit;
        padding: 20px 0;
    }
    .info-item {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }
    .info-item a {
        justify-content: space-between;
        color: #fff;
    }
    .info-item a span.icon-right i {
        color: #fff;
    }
    .info-item a span.icon-right {
        width: 30px;
    }
    .info-item a span.text {
        width: calc(100% - 80px);
        text-align: left;
    }
    .info-item:nth-child(2) {
        border: unset;
    }
}

@media (min-width:1200px) {
    .tint-simulator-auto #controlType {
        width: 30%;
    }
    .tint-simulator-auto #controlTint {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .simulator-intro {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .tint-simulator-auto #controls .step {
        border-right: 2px solid #ebebeb;
        margin-right: 30px;
    }
    .tint-simulator-auto #controlType {
        width: 20%;
    }
    #controls .step {
        float: left;
        border-top: none;
        padding: 0;
    }
    .tint-simulator-auto #controlTint {
        width: 50%;
    }
    .tint-simulator-auto #controls .step:last-child {
        border: none;
    }
    .tint-simulator-auto #controlColors {
        width: 30%;
    }
    #controls {
        margin-left: auto;
        margin-right: auto;
    }
    .tint-simulator-auto #controls {
        width: 80%;
        max-width: 1100px;
    }
    .tint-simulator-auto #controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width:991px) {
    .block-content-left {
        order: 1;
        margin-top: 30px;
    }

    .section-10:before{
        display: none;
    }

    .col-service{
        width: 100%;
    }
}



@media (max-width:767px) {
	.feedback {
		padding-bottom: 20px;
	}
	.list_feedback .box {
		min-height: 260px;
	}
	.group_title {
		width: 100%;
	}
	.list-news-home {
		margin: 0;
	}
	.list-news-home .col-news-item:nth-child(2) {
		margin: 0;
	}
	.list-news-home .col-news-item:nth-child(4) {
		margin: 0;
	}
	.category-slide-1 .slick-next {
		right: 0px;
	}
	.category-slide-1 .slick-prev {
		left: 0px;
	}
	.slide .item .container .description h2 {
		font-weight: 600;
	}
	.slide .item .container .description ul li {
		background:none;
		padding: 3px 0 3px 0px;
		color: #F4BC08;
		font-size: 15px;
		list-style: disc !important;
		margin-left: 20px;
	}
	.box_warranty ul {
		padding: 0 0px 0 12px;
	}
	.section_warranty:before {
		content: '';
		position: absolute;
		right: 0;
		bottom: -81px;
		z-index: 2;
		border-left: 38px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 110px solid #fdb71b;
	}
	.header .container:before {
		right: calc(50%);
	}
    .content-product-detail {
        margin-top: 30px;
    }
    .news-item .box .content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .news-item .box .content .desc {
        font-size: 16px;
    }
    .news-item .box .content {
        padding: 20px;
    }
    .list-product-home {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-mien .group-item {
        margin-bottom: 20px;
    }
    .box_search_tab .danhmuc_filter .form-group {
        width: 100%;
    }
    .box_search_tab .form_search {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        padding-left: 0;
    }
    .box_search_tab .form_search .form-control {
        width: 100%;
    }
    .box_search_tab .form_search button[type=submit] {
        width: 100%;
        margin-left: 0;
    }
    .box_search_tab .danhmuc_filter {
        flex-wrap: wrap;
        width: 100%;
    }
    .box_search_tab form {
        flex-wrap: wrap;
    }
	.text_padding {
		padding: 0;
	}
}

@media (min-width:768px) {
    #controls .step {
        padding: 30px 0;
    }
    label.tintLabel {
        margin-right: 10px;
    }
}

@media (max-width:550px) {
	.slide:before {
		content: '';
		position: absolute;
		background-color: rgba(0, 0, 0, 0.3);
		height: 100%;
		width: 135px;
		top: 0;
		right: -60px;
		transform: skewX(-27deg);
		z-index: 1;
	}
	.col-category-item {
	    transform: skewX(-0deg);
		padding: 0;
	}
	.category-item .box .content h3 {
	    transform: skewX(0deg);
	}
	.category-item .view_more a {
	    transform: skewX(0deg);
	}
	.category-item .box .image img {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    left: 0px;
	    top: 0;
	    transform: skewX(0deg);
	}
	.news-item .box .image {
		padding-bottom: 45%;
	}
	.section-10 {
		padding: 0px 0 0px 0;
	}
	.service_header .service-item .content-service .title-service {
		width: 105%;
	}
	.service_header .service-item .content-service .title-service p {
		font-size: 15px;
		display: inline-block;
		text-align: right;
		float: left;
		padding: 14px 8px 15px 0;
		margin: 0;
		width: 100%;
		font-weight: 500;
	}
	.service_header .service-item .content-service .summary-service {
		text-align: justify;
		line-height: 22px;
		width: 100%;
	font-size: 14px;}
	.service_header .service-item .content-service .title-service1 {
		font-size: 30px;
		width: 100%;
	}
    .thuoctinh2 {
        font-size: 14px;
        padding: 0 15px;
    }

    .table-infor-dangky{
        padding: 0 15px;
    }
.thuoctinh2 .table-infor-dangky {
padding:0;}

    .thuoctinh2 td{
        font-size: 16px;
    }
    .form-group-login input[type="text"],
    .form-group-login input[type="password"] {
        width: 100%;
    }
    .form-group-login {
        padding-left: 0;
        padding-right: 0;
    }
    .title-chungnhan {
        margin-bottom: 15px;
    }
    .infor-dangky li {
        padding: 0 15px;
        font-size: 14px;
    }
    .infor-dangky li span {
        font-size: 16px;
        line-height: normal;
    }
    .infor-dangky li span.contentdky {
        font-size: 15px;
    }
    .logo_check {
        margin: 0 0 30px;
    }
    .blog-check {
        padding: 30px 0;
    }
    .title-chungnhan {
        font-size: 24px;
        padding: 0 15px;
    }
    .notification {
        font-size: 17px;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .table-infor-dangky td {
        font-size: 16px;
    }
    .infor-dangky {
        margin: 0 auto 20px;
    }
    .infor-dangky table {
        white-space: normal;
        overflow-x: auto;
        width: 100% !important;
        height: auto!important;
    }
    .infor-dangky table td span {
        font-size: 14px !important;
        line-height: normal;
    }
    .logo_check img {
        height: 80px;
    }
    .logo-baohanh {
        position: unset;
        margin-bottom: 15px;
        text-align: center;
    }
    .login_form {
        width: 100%;
        padding: 0px 20px 23px 20px;
    }
    .contact_login {
        width: 100%;
    }
    .product-item .box h3 {
        font-size: 16px;
    }
    .group-title .title-lg {
        font-size: 20px;
    }
    .blog-news-detail {
        padding-top: 20px;
    }
    .col-news-item {
        width: 100%;
    }
    .news-item .box .content {
        padding-top: 40px;
    }
    .wrap-link-header {
        font-size: 12px;
    }
    label.tintLabel {
        width: 30px;
        font-size: 17px;
        margin-right: 0;
    }
    .dm_agency .item {
        width: 100%;
    }
    .title-breadcrumb {
        font-size: 25px;
    }
    .btn-view-lg {
        padding: 10px 15px;
        font-size: 14px;
    }
    .group-title .title {
        font-size: 30px;
    }
}

@media (max-width:375px) {
    .card-news-horizontal .image {
        width: 100%;
    }
    .card-news-horizontal .content {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .card-news-horizontal {
        margin-bottom: 30px;
    }
}


/* end css stylesheet-2.css */