*{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;

}

:root {
    --primary-color: #F7931F;
    --background-gradient: linear-gradient(to right,#fecd07, #f6891f);
}

/*manh edited */
.p-0
{
    padding: 0px;
}
.icon-account{
    text-align: right;
    padding-right: 10px;
}
/* end manh edited */
body{
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #222222;
}
h2 {
    font-size: 24px;
}
/*top header*/
.top-header{
    padding: 10px;
    height: 42px;
    background: var(--background-gradient);
    text-align: right;
}
.language {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}
.top-header li {
    cursor: pointer;
    display: inline-block;
    /*padding-bottom: 10px;*/
    /*padding-left: 10px;*/
    /*padding-top: 10px;*/
    position: relative;
}
.top-header li {
    margin-right: 30px;
    display: inline;
}
.top-header li:nth-child(4) {
    margin: 0;
}
.top-header a:hover {
    text-decoration: none;
}
.top-header a {
    color: #222222;
}
span.number {
    bottom: 2px;
    position: absolute;
    left: 17px;
    /* right: 0; */
    /* text-align: center; */
    color: #fff;
}
span.bg-giohang {
    position: relative;
}
/*language*/
.language i {
    font-size: 15px;
    margin-left: 5px;
}
li.language img{
    margin-right: 10px;
}

.top-header ul > li > a,.top-header ul > li> span {
    color: #222;
    font-size: 14px;
}
.top-header  ul.ht-dropdown{
    left: auto;
    right: 0px;
    top: 30px;
    padding: 0;
}
.ht-dropdown {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 10px 0px;
    position: absolute;
    top: 100%;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 165px;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.language:hover ul.ht-dropdown{
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.language ul.ht-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.language ul.ht-dropdown li a {
    color: #2c2c2c;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 20px;
}
.language ul.ht-dropdown li a:hover {
    color: #007dc6;
}
.ht-dropdown li {
    display: block !important;
    margin-right: 0 !important;
    text-align: left;
}
/*end language*/
/*help*/
.help:hover ul.ht-dropdown{
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.help ul.ht-dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.help .ht-dropdown{
    min-width: 300px;
}

.help .ht-dropdown li{
    padding: 10px 0;
    text-align: center;
}
.help .ht-dropdown>li{
    padding: 0;
}
.help .ht-dropdown li span {
    font-weight: 500;
    color: #fe3d2e;
}
.help .ht-dropdown li:nth-child(1) {
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    text-transform: capitalize;
}
.help .ht-dropdown li:nth-child(1) a {
    color: #fff;
}
/*end help*/
/*middle header*/
.middle-header {
    background-color: #fff;
    padding: 15px 0;
}
.middle-header a {
    color: #222222;
}
.middle-header p:nth-child(1){
    font-weight: bold;
}

.middle-header a:hover{
    color: #222222;
    text-decoration: none;
}
.vertical-center{
    display:flex;
    align-items:center;
}
.middle-header form {
    position: relative;
    margin-bottom: unset;
}
.middle-header .icon-account i {
    font-size: 40px;
    background: linear-gradient(to right, #fecc07, #f68a1f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.middle-header .dangnhap {
    padding-left: 0;
}
.middle-header .dangnhap a:nth-child(1) {
    font-weight: bold;
    display: block;
}
.middle-header input[type="text"] {
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 10px 37% 10px 25px;
    width: 100%;
}

#search-form .nice-select:after{
    width: 7px;
    height: 7px;
    right: 45%;
}
.nice-select:focus,.nice-select:active, .nice-select.open {
    border:1px solid #dddddd;

}

.middle-header button {
    height:100%;
    color: #fff;
    position: absolute;
    background-color: var(--primary-color);
    border: none;
    padding: 10px 30px 10px;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    top: 0;
    right: 0;
}
#search-form .nice-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 10px 15% 10px 30px;
    margin-right: 0;
    width: 35%;
    font-size: 14px;
}
#search-form .nice-select ul.list {
    width: 65%;
}
#search-form span.current {
    left: 20px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 0;
}
/*cart*/
i.fa.fa-shopping-cart {
    font-size: 30px;
}
i.fa.fa-shopping-cart:hover{
    color: #000;
}
.my-cart {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 8px;
    /* text-transform: capitalize; */
    vertical-align: top;
}
.my-cart > span {
    color: #363636;
    display: block;
    line-height: 18px;
    white-space: nowrap;
}
span.total-pro {
    background: var(--primary-color) none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    min-width: 30px;
    text-align: center;
}

/*end cart*/
/*menu*/
.navbar-inverse {
    margin: 0;
    border: 0;
}
.menu{
    background-color: var(--primary-color);

}
/**/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: unset;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #f7f1f1!important;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: #fcfeff !important;
}
.navbar-inverse .navbar-toggle {
    background-color: #fff;
    border: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: var(--primary-color) !important;
}
.menu a {
    padding: 15px 30px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff !important;
}
.menu nav.navbar.navbar-default.menu {
    margin-bottom: unset;
    border: none;
}
.menu .collapse.navbar-collapse {
    padding: 0;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 1040 !important;
    border-radius: 0;
}
/*menu-dropdown*/
li.active.dropdown {
    padding: 0;
}
.dropdown-menu{
    /*display: block !important;*/
    min-width: 300px;
    padding: 0;
}
ul.dropdown-menu li a {
    text-transform: unset;
    padding: 10px 30px !important;
    color: #222222 !important;
}
ul.dropdown-menu.dropright>.has-sub>a:after {
    float: right;
    content: '\f105';
    font-family: FontAwesome;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--primary-color);
}
/*sub menu
.menu ul li:hover {
    background-color: var(--primary-color);
}
ul.dropdown-menu.dropright>.has-sub>ul>li>a
{
    text-transform: unset;
    padding: 11px 30px!important;
    font-size: 13px;
}
ul.dropdown-menu.dropright li {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
#myNavbar .has-sub ul,
#myNavbar .has-sub li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#myNavbar ul li.hover,
#myNavbar ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#myNavbar ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#myNavbar ul ul li {
    float: none;
}

#myNavbar ul ul ul {
    top: 0;
    left: auto;
    right: -100%;
}
#myNavbar ul li:hover>ul {
    visibility: visible;
}

#myNavbar ul.dropdown-menu li a,#myNavbar .has-sub ul li a{
    background: #fff;
    color: #222;
}
#myNavbar ul.dropdown-menu li:hover>a,
#myNavbar ul.dropdown-menu li.active>a {
    background: var(--primary-color);
    color: #FFF;
}
.has-sub ul li a:hover{
    color: #fff !important;
}*/
/* new sub menu*/
#myNavbar ul li.dropdown:hover>ul {
    visibility: visible;
    display: block;
}
#myNavbar .dropdown-menu {
    display: none;
}
.dropdown-submenu {
    position: relative;
    clear: both;
}
.dropdown-submenu .dropdown-menu {
    display: block!important;
    width: 100%;
}
.dropdown-submenu > a {
    font-size: 16px;
}
.dropdown-submenu .dropdown-menu, .dropdown-submenu a:hover .dropdown-menu {
    position: unset;
    margin: 0;
    border-radius: 0;
    border-left: none;
    box-shadow: none;
    border-right: none;
}
.dropdown-submenu:hover ul {
    display: block;
}
.dropdown-submenu .dropdown-menu li {
    padding-left: 15px;
}
.dropdown-submenu li:hover {
    background-color: var(--primary-color);
}
/*slider*/
.slider-show {
    background-color: #fff;
}
.bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background-color: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    border: 1px solid #fff !important;
    background:none;
}
.bx-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*content*/
section .title{
    text-align: center;
}
section .title h2{
    line-height: 1.5;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.title p{
    color: #777777;
}

.button {
    text-align: center;
}
section .button {
    /*position: absolute;*/
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 15px;
}
.btn {
    position: relative;
    text-shadow: 1px 1px 2px #0000008f;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    border: none;
    /*text-transform: uppercase;*/
    padding: 5px 40px;
    background-image: var(--background-gradient);
}
.btn:hover{
    color: #fff;
}
.button .fa{
    position: absolute;
    top: 16px;
    right: 15px;
    /*margin-left: 25px;*/
}

/*section-1*/
section.section-1 {
    background-color: #fff;
    padding: 40px 0;

}
.section-1 h2.title {
    color: #777777;
    font-size: 16px;
    margin: 0;
}
.category {
    position: relative;
}
.section-1 h3 {
    z-index: 2;
    text-shadow: 2px 2px 3px #000000;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    margin: 0;
    color: #ffffff;
}

.img-category::before {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background-color: #000000;*/
    /*opacity: 0.65;*/
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    z-index: 1;
}
.img-category:hover::before {
    content: none;
}
.section-1 .col-md-3{
    position: relative;
    margin: 40px 0 0 0;
}
.section-1 img{
    width: 100%;
    border-radius: 6px;
}

/*section-2*/
.section-2{
    padding: 45px 0;
}
.section-2 .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}
.product a {
    color: #000;
    text-decoration: none;
}
.product a:hover{
    color: var(--primary-color);
}
.product h3 {
    line-height: 1.4;
    /* text-align: justify; */
    font-size: 16px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.product p:nth-child(1) {
    font-size: 16px;
    font-weight: bold !important;
}
.product p.price {
    font-weight: bold;
    font-size: 16px;
}
p.price span {
    font-weight: bold;
    color: #e8423b;
    font-size: 16px;
}
.feature-products p.country {
    display: flex;
}
.feature-products p.country img {
    margin-left: 10px;
    width: unset !important;
}
.product{
    background-color: #fff;
    padding: 15px;
}
.product:hover h3
{
    color: #F5931E;
}
img.img-product {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.new-product .product-info img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.new-product .product-info .product-img:hover {
    transform: scale(1.2);
    transition: all 500ms ease;
}
img.icon-new {
    width: 50px !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px !important;
}
h3.request-title {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; 
}
/*section-3*/
.section-3{
    /*background-color:#f7f7f7;*/
    padding: 30px 0;
}
.background 
{
    background: url(/public/assets/frontend/images/background.png) no-repeat bottom;
    background-size: cover;
}
.section-request
{
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    float: left;
    padding: 20px 0px;
    border-radius: 10px;
    margin-bottom: 20px
}
.section-3 .title h2{
    margin-bottom: 15px;
}
.new-product .product-info h3 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
}

.new-product .product-info:last-child {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
.product-info h3:hover{
    color: var(--primary-color)!important;
}
.new-product-text a:hover{
    text-decoration: none !important;
}
.new-product .product-info .col-md-3 {
    justify-content: center;
    display:flex;
    overflow: hidden;
}

.new-product .product-info .col-md-4 p:nth-child(2){
    text-align: center;
    margin-top: 30px;
}
.new-product .product-info .button{
/*    display: flex;
    align-items: center;*/
    margin-top: 45px;
}
.new-product .product-info .col-md-4 .button{

    text-align: center;
}
.new-product .product-info {
    /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);*/
    background-color: #fff;
    padding: 0;
    border-top: 1px solid #e3e3e3;
}
.new-product-text {
    padding: 15px 0;
}
a.new-product-img {
    /*border-right: 1px solid #e3e3e3;*/
    position: relative;
    display: block;
    overflow: hidden;    
    height: 100%;
}
.new-product .product-info .col-md-6.col-sm-6{

    padding: 15px;
}
.new-product .product-info .col-md-3.col-sm-3 img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
.new-product .product-info .row {
    display: flex;
}
.new-product .product-info p {
    display: block;
    text-align: justify;
}
.new-product .product-info .price{
    font-weight: bold;
}
.new-product p.country {
    display: block;
}
.new-product p.country img {
    margin-left: 5px;
    width: 39px !important;
    height: 26px !important;
}
.new-product p.description {
    display: block;
    display: -webkit-box;
    height: 54px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.new-product .product-info button.btn {
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 14px;
    margin-top: 0;
    background-image: var(--background-gradient);
}
.new-product .product-info .button .fa {
    top: 13px;
}
.new-product .product-info .col-md-4 p:nth-child(1) {
    font-weight: bold;
}
.new-product .product-info .year {
    position: absolute;
    top: -5px;
    margin-left: -5px;
    color: white;
    text-shadow: -1px 0 var(--primary-color), 0 1px var(--primary-color), 1px 0 var(--primary-color), 0 -1px var(--primary-color);
}
.new-product .product-info span.company {
    position: absolute;
    display: inline;
    float: right;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
}
.new-product .product-info .col-md-5 a{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 13px;
}
.new-product .product-info .col-md-5 a:hover{
    text-decoration: none;
    font-size: 13px;
    color: var(--primary-color);
}
.new-product .product-info .col-md-5 img, .col-md-4 p:nth-child(2) img {
    margin-left: 15px;
}
/*section-4*/
section.section-4 {
    overflow: hidden;
    position: relative;
    padding: 45px 0;
    margin-top: 15px;
    background: url(/assets/frontend/images/Grey-background.jpg);
}

.bottom {
    width: 100%;
    /*opacity: 0.2;*/
    position: absolute;
    top: 0;
    z-index: -1;
}
.bottom::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.65;

}
.bottom img {
    width: 100%;
}
.section-4 .button {
    margin-top: 75px !important;
}
.supplier-carousel{
    margin-top: 45px;
}
.frame {
    cursor: pointer;
    display: flex;
    background: #fff;
    width: auto;
    height: 125px;
    align-items: center;
}
.supplier-carousel .frame img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}

/*section-5*/
.section-5{
    background-color: #fff;
    padding: 45px 0;
}

.section-5 .content {
    margin-top: 50px;
}
.tintuc-content {
    padding: 15px 15px 15px 0;
}
.section-5 .tintuc-content p{
    font-size: 12px;
    /* display: block; */
    display: -webkit-box;
    height: 51px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-5 .tintuc h3 {
    font-weight: bold;
    margin-top: 0;
    line-height: 0.9 !important;
    max-height: 45px;
    overflow: hidden;
}
.section-5 h3 a {
    color: #222222;
    font-size: 14px;
}
.section-5 h3 a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.section-5 .tintuc {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 15px;
    text-align: justify;
}
.section-5 .tintuc .col-md-4 {
    padding-right: 0;
    overflow: hidden;
}
.tintuc-bottom img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}
.section-5 .content .col-md-6:nth-child(1) {
    position: relative;
    margin-bottom: 15px;
    /*overflow: hidden;*/
}
.blog-left {
    position: relative;
}
.section-5 .content .col-md-6:nth-child(1) h3 {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    margin-bottom: -10px;
    text-align: justify;
    line-height: 1.5;
    font-weight: bold;
    color: #fefefe;
    position: absolute;
    bottom: 0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
}
.section-5 a.view-detail {
    font-size: 12px;
    color: #ea4124;
    text-decoration: none;
}
.section-5 a.view-detail:hover {
    color: #cd1e26;
    text-decoration: none;
}
.section-5 .tintuc-bottom {
    overflow: hidden;
}
.section-5 .tintuc img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

/*section-6*/
.section-6{
    padding: 45px 0;
}
.section-6 .post {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    margin-top: 20px;
    overflow: hidden;
}
.section-6 .content-post {
    text-align: justify;
    padding: 0 15px 15px 15px;
    height: 120px;
}
.section-6 .content-post a {
    text-decoration: none;
    color: #000;
}
.section-6 .content-post a:hover{
    color: var(--primary-color);
}
i.fa.fa-map-marker {
    font-size: 20px;
    color: #cd1e26;
}
.section-6 h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    max-height: 50px;
    overflow: hidden;
}

.content-post p {
    font-size: 12px;
    color: #777777;
}
p.demo {
    font-weight: 500;
    font-size: 16px;
    color: #f7931b;
}
.img-post {
    position: relative;
}
.img-post img {
    height: 256px;
    width: 100%;
    object-fit: cover;
}
.date {
    left: 7px;
    bottom: 05px;
    position: absolute;
}

.date p:nth-child(1) {
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    background-color: #dd3a3c;
}
.date p:nth-child(2) {
    color: #1b639a;
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
    background-color: #e5e8e9;
    vertical-align: middle;
    /* padding: 5px; */
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.date {
    width: 20%;
}
.demo {
    display: flex;
    justify-content:center;
}
.demo p:first-child {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    display: flex;
    padding: 6px 10px;
    background: #f78e1d;
    border-radius: 5px;
}
.mlr-5 {
    margin: 0 5px;
}

/*section-7*/
.section-7{
    padding: 50px 0;
    background: #f7f7f7;
}
.section-7  form {
    position: relative;
    margin-top: 22px;
}

.section-7 input[type="email"] {
    padding: 15px 20% 15px 25px;
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: none;
}
.section-7 button {
    top: 0;
    right: 0;
    position: absolute;
    border-radius: 0 5px 5px 0;
    padding: 15px 40px 15px 40px;
    border: none;
    background-image: var(--background-gradient);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #0000008f;
}

/*footer*/
#footer{
    background-color: #252525;
    padding: 43px 0 0 0;
    color: #fff;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
#footer .col-md-8 p:before {
    font-family: FontAwesome;
    content: '\f105 ';
    margin-right: 10px;
}
p.description-footer:before {
    font-family: FontAwesome;
    content: '' !important;
    margin-right: 0!important;
}
/*top-footer*/
.top-footer{
    padding: 0 0 25px 0;
}
.top-footer li {
    list-style: none;
    margin-bottom: 10px;
}
/*i.fa:hover{
  color: #ffffff;

}*/
.top-footer h3{
    font-weight: bold;
    font-size:16px;
}
.top-footer .fa{
    margin-top: 18px;
}
#footer .col-md-8 h3, #footer .col-md-8 p {
    text-align: justify;
}
i.fa.fa-facebook {
    margin-right: 20px;
    background-color: #395196;
    padding: 11px 19px;
    font-size: 33px;
    border-radius: 30px;
}

i.fa.fa-youtube-play {
    margin-right: 20px;
    background-color: #d40c18;
    padding: 12px 13px;
    font-size: 30px;
    border-radius: 30px;
}

i.fa.fa-twitter {
    margin-right: 20px;
    background-color: #00a9ff;
    padding: 10px 12px;
    font-size: 33px;
    border-radius: 40px;
}

/*bottom-footer*/

.bottom-footer{
    background-color: #1c1c1c;
    text-align: center;
    padding: 20px 0;
}
.bottom-footer p{
    margin-bottom: 0;
}

/*product-list*/

/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    height: 292px;
}
.banner img {
    width: 100%;
}
.banner .title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    bottom: 30%;
}
.banner .title h2 {
    text-shadow: 2px 2px 3px #000000bd;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}
.banner .title p{
    font-size: 16px;
    color: #fff;
}

/*content-product-list*/
.header-tab {
    padding: 10px;
    border: 1px solid #eee;
    width: 100%;
    background-color: #fff;
}
.header-tab .tab {
    padding: 5px 15px;
    margin-top: 10px;
    line-height: 30px;
}
.header-tab .tab>a:hover{
    cursor: pointer;
    text-decoration: none;
}
.header-tab .tab>a.active {
    color: #ff7519;
    font-weight: 600;
}
.header-tab .tab>a:first-child {
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
    padding-right: 5px;
}
li.btndangtin {
    float: right;
}
li.btndangtin a {
    padding: 15px 60px !important;
}
.btndangtin a {
    background-color: #666666 !important;
}
.tab-content {
    margin-bottom:20px;
    /*border-bottom: 1px solid #eee;*/
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.breadcrumb-area.mt-30.mb-30 {
    margin: 30px 0;
}
.breadcrumb-area .breadcrumb {
    background:#fff;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb li + li::before {
    content: "\f105";
    font-family: fontawesome;
    padding: 0 5px;
    vertical-align: middle;
}
.breadcrumb li {
    list-style: none;
}
.breadcrumb li a {
    color: #333333;
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px;
    /* text-transform: capitalize;*/
}
.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb-area .breadcrumb li.active a, .breadcrumb-area .breadcrumb li.active,
.breadcrumb li:hover a {
    color: var(--primary-color);
}
.align-items-center {
    margin-bottom:0;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
#content-product-list .ads img{
    width: 100%;
}
#content-product-list h3{
    margin-top: 0;
    cursor:pointer;
}

#content-product-list .product-info h3 {
    line-height: 22px;
    font-size: 16px;
    max-height: 45px;
    font-weight: bold;
    color: #000;
}
.header-tab .btn {
    font-weight: 500;
    text-transform: unset;
    padding: 10px;
}
.product-info h3:hover{
    color: var(--primary-color)!important;
}
#content-product-list .product-info .col-md-3 {
    padding-right: 0;
    overflow: hidden;
}

#content-product-list .product-info .col-md-4 p:nth-child(2){
    text-align: center;
    margin-top: 30px;
}
#content-product-list .product-info .col-md-4 .button{
    text-align: center;
}
.product-info {
    background-color: #fff;
    padding: 15px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}
.product-info>.row>.col-md-5.col-sm-5 {
    border-right: 1px solid #eee;
}
.product-info .col-md-3.col-sm-3 img {
    object-fit: cover;
    width: 100%;
    height: 207px;
}
.product-info p {
    display:flex;
    text-align: justify;
}
.product-info .price{
    font-weight: bold;
}
p.description {
    display: block;
    display: -webkit-box;
    height: 54px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.product-info button.btn {
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 14px;
    margin-top: 30px;
    background-image: var(--background-gradient);
}
.product-info button.btn:focus{
    color:#fff;
}
.product-info .button .fa {
    top: 13px;
}
.product-info .col-md-4 p:nth-child(1) {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    font-weight: bold;
}
.product-info .year {
    position: absolute;
    top: -10px;
    margin-left: 15px;
    color: white;
    text-shadow: -1px 0 var(--primary-color), 0 1px var(--primary-color), 1px 0 var(--primary-color), 0 -1px var(--primary-color);
}
.product-info span.company {
    position: absolute;
    display: inline;
    float: right;
    font-size: 12px;
    text-align: left;
    margin-left: 70px;
}
.product-info .col-md-5 a{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 13px;
}
.product-info .col-md-5 a:hover{
    text-decoration: none;
    font-size: 13px;
    color: var(--primary-color);
}
.product-info .col-md-5 img, .col-md-4 p:nth-child(2) img {
    margin-left: 5px;
}

/*sidebar*/
.list {
    margin-bottom: 27px;
}
.list h3 {
    font-weight: bold;
    margin-top:0;
    position:relative;
    color: #222222;
    padding: 10px 0;
    border-bottom: 2px solid #e3e3e3;
    font-size: 16px;
    text-transform: uppercase;
}
.list h3:after {
    left: 0;
    bottom: -2px;
    content: '';
    width: 34%;
    position: absolute;
    background-color: #f7931f;
    height: 2px;
}

#content-product-list .list .option {
    height: 240px;
    overflow-y: scroll;
    position: relative;
}
.list:nth-child(2) img, .list:nth-child(3) img {
    width: 22px;
}
.option span {
    color: var(--primary-color);
}
.ads img{
    margin-bottom: 8px;
}

/**/
.list .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*!* Hide the browser's default checkbox *!*/
.list .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /*height: 0;*/
    /*width: 0;*/
}

/* Create a custom checkbox */
.list .checkmark {
    border: 1px #dedede solid;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.list .container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.list .container input:checked ~ .checkmark {
    border: none;
    background-color: #2196F3;
}
.list label.container {
    font-weight: normal;
}

/* Create the checkmark/indicator (hidden when not checked) */
.list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.list .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.list .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**/

/*pagination*/
.chuyentrang {
    position: relative;
}
.pagination {
    list-style: none;
    margin: 0;
    /*position: absolute;*/
    top: 0;
}
.chuyentrang p{
    position: absolute;
    top: 0;
}
p.count {
    left: 40%;
    margin-top: 10px;
}
p.go {
    text-align: right;
    right: 0;
    margin-top: 10px;
}
.chuyentrang input[type="text"] {
    width: 20%;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    /*margin-left: -1px;*/
    border: 1px solid transparent;
    line-height: 1.5;
}
.pagination a.active {
    cursor: default;
}
.pagination a:active {
    outline: none;
}

.modal-1 li:first-child a {
    -moz-border-radius: 5px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}
.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}


.modal-1 a.active, .modal-1 a:active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff !important;
}
.modal-1 a {
    border-color: #ddd;
    color: #000 !important;
    background: #fff;
}
.modal-1 a:hover {
    background: #eee;
    color: #000 !important;
}


/*viewed-products*/

.viewed-products {
    /*margin-top: 40px;*/
    padding: 40px 0 0;
}
.viewed-products .product{
    margin-bottom: 10px;
}
.slider-product .owl-stage-outer {
    padding: 15px 0;
}
.title{
    text-align: center;
}
.title h2{
    /*margin-top: 0;*/
    text-transform: uppercase;
    font-weight: bold;
}
.viewed-products .info {
    padding: 15px 0;
}

.viewed-products .info img{
    display: inline;
    margin-left: 15px;
}
.viewed-products .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    margin-bottom: -40px;
    bottom: 0;
}

/*product-slide*/
.viewed-products .row {
    margin-right: 20px;
}
.viewed-products img {
    /* margin: 0; */
    width: unset !important;
}
.viewed-products img.img-product {
    width: 100% !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00aeef;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #00aeef;
    background: #f4f4f4;
}
button.owl-dot.active {
    border: 0 !important;
}
.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    border-radius: 33px;
}
/**/

/*cart-sidebar*/
.cart-sidebar {
    background: #fff;
    width: 400px;
    height: 100%;
    top: 0;
    z-index: 99999;
    position: fixed;
    overflow: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    right: -400px;
}

.cart-sidebar.cart-sidebar-open {
    right: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
}
.cart-sidebar-overlay-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 1050;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.cart-sidebar-container {
    display: table;
    width: 100%;
    height: 100%;
}
.cart-sidebar-heading {
    padding: 20px 15px;
    /*display: block;*/
    background: var(--primary-color);
    color: #fff;
}
.cart-sidebar-close{
    color: #fff;
    float: right;
}
.cart-sidebar-heading h4{
    display: inline;
}
.cart-sidebar-content {
    padding: 20px 15px;
}
.product-image img {
    width: 100%;
}
a.product-title {
    text-decoration: none;
    color: #000;
}
a.product-title:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.product-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-item:last-child{
    border: none;
}

.cart-sidebar-footer {
    padding: 0 20px 15px;
}
h4.cart-sidebar-total {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
}
a.view-cart.btn.btn-md.btn-black {
    width: 100%;
    color: #fff;
    background-color: #000;
    margin-bottom: 15px;
}
a.checkout.btn.btn-md.btn-color {
    width: 100%;
    color: #fff;
    background-color: var(--primary-color);
}
.view-cart, .checkout{
    font-size: 12px;
    padding:14px;
}
/*back-to-top*/
.back-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    display:none;
    right: 10px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
}

/*Modal*/
.logo {
    margin: 10px;
    text-align: center;
}
/*login*/.cart-sidebar-overlay-active
input#btndangnhap, #btndangky {
    background-color: #0069d9;
    color: #fff;
}
span a:hover {
    text-decoration: none;
}
/*register*/
label[for=register-email]::before,label.label-option::before,label[for=sdt]::before {
    margin-left: -6px;
    font-family: FontAwesome;
    content: '* ';
    color: red;
}

/*dăng tin chào mua*/
input#btnsend {
    background-color: #0069d9;
    color: #fff;
}
.alert{
    position: relative;
}
button.close-alert {
    opacity: 0.3;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0;
    background: 0;
    border: 0;
}
/*modal liên hệ ncc*/
.modal-title a {
    font-size: 18px;
}

#lienhencc label::before{
    margin-left: -6px;
    font-family: FontAwesome;
    content: '* ';
    color: red;
}
input#btngui{
    background-color: #0069d9;
    color: #fff;
}
/* Product detail*/
.thumb-bg {
    background: #fff;
    padding: 20px;
    border: 1px solid #ededed;
}
#product-detail .carousel-column{
    position: relative;
}

#product-detail .carousel-column .inner-column{
    position: relative;
    padding-left: 40px;
}

#product-detail .carousel-column .carousel-outer{
    position: relative;
    padding-left: 160px;
}
#product-detail .thumbs-carousel {
    position: absolute;
    bottom: -30%;
    left: 0;
    /* top: 0; */
    /* transform: rotate(90deg); */
    transform-origin: left;
    max-width: 590px;
    margin: 0 auto;
}

#product-detail .thumbs-carousel .thumb-box{
    position: relative;
    cursor: pointer;
}

#product-detail .thumbs-carousel .thumb-box figure{
    position: relative;
    margin-bottom: 0;
}

#product-detail .thumbs-carousel .thumb-box .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#product-detail .thumbs-carousel .thumb-box .overlay:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff9f14;
    opacity: .70;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#product-detail .thumbs-carousel .thumb-box:hover .overlay:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#product-detail .thumbs-carousel .thumb-box .overlay .icon{
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #222222;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#product-detail .thumbs-carousel .thumb-box:hover .overlay .icon{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 300ms;
}

#product-detail .carousel-outer .thumbs-carousel img{
    transform: rotate(-90deg);
    width: 130px;
    height: auto;
}

#product-detail .carousel-outer .thumbs-carousel .owl-nav{
    position: absolute;
    left: 96%;
    bottom: -442%;
    transform: rotate(-90deg);
    transform-origin: left;
    min-width: 300px;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next,
#product-detail .carousel-outer .thumbs-carousel .owl-prev{
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next:hover,
#product-detail .carousel-outer .thumbs-carousel .owl-prev:hover{
    color: #ff8a00;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next:before,
#product-detail .carousel-outer .thumbs-carousel .owl-prev:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next:hover:before,
#product-detail .carousel-outer .thumbs-carousel .owl-prev:hover:before{
    border-color: #ff8a00;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next:before{
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

#product-detail .carousel-outer .thumbs-carousel .owl-next span{
    margin-left: 5px;
}

#product-detail .carousel-outer .thumbs-carousel .owl-prev span{
    margin-right: 5px;
}

#product-detail.alternate .title-column{
    order: 12;
}

#product-detail.alternate .carousel-outer .thumbs-carousel .owl-nav{
    position: absolute;
    left: 96%;
    bottom: auto;
    top: -442%;
    transform: rotate(-90deg);
}

#product-detail.alternate .carousel-column .inner-column{
    padding-left: 0;
    padding-right: 40px;
}
#product-detail i.fa.fa-angle-left {
    font-weight: bold;
    font-size: 20px;
}
.saving-price {
    background: var(--primary-color);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}
.product-header {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px;
    /* text-transform: capitalize; */
}
.prev-price {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    /* text-decoration: line-through; */
}
.pro-price .price {
    color: #e8423b;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.review-list li > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 250px;
}
ul.review-list li {
    list-style: none;
}
.review-list li label {
    font-weight: normal;
    font-size: 13px;
    left: 0;
    position: relative;
}
.group-title h3 {
    font-weight:600;
    font-size: 20px;
    margin-top: 0;
}
hot-product2 .pro-actions {
    padding: 0 10px;
    width: auto;
    align-items: center;
    display: flex;
    opacity: 1;
    padding-left: 0;
    position: static;
    transform: scale(1);
}
.actions-primary a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.actions-primary a:hover{
    text-decoration: none;
}
.actions-primary {
    background-image: var(--background-gradient);
    color: #fff;
    padding: 8px 35px;
    border-radius: 3px;
    cursor: pointer;
}
.actions-primary i.fa.fa-shopping-cart {
    font-size: 18px;
}
.add-cart {
    text-align: center;
    width: 100%;
    display: block;
}
.thumb-bg .supply-info {
    border-left: 1px solid #eee;
}
.group-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.thumnail-desc .tab-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ededed;
    overflow: hidden;
    padding: 30px 20px;
}
#attribute td{
    padding: 8px 15px;
}
td.title-attribute {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 500;
    background: #efefef;
    border-right: 1px solid #d5d5d5;
}
.share-post {
    float: left;
    width: 100%;
    padding: 15px 10px;
    margin: 20px 0;
    background-color: #f8f8f8;
}
.social-network {
    display: block;
}
.social-network li {
    float: none;
    line-height: 36px;
    margin: 0px 5px;
    display: inline-block;
}

.social-network li a {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.social-network li a.fb-btn {
    background-color: #306199;
}
.social-network li a.google-btn {
    background-color: #cc3d27;
}
.fb i.fa.fa-facebook{
    margin: 0;
    font-size: 14px!important;
    padding: unset;
}
.company-info .year {
    position: absolute;
    top: unset;
    margin-left: -5px;
    color: white;
    text-shadow: -1px 0 var(--primary-color), 0 1px var(--primary-color), 1px 0 var(--primary-color), 0 -1px var(--primary-color);
}
.company-info span.company {
    position: absolute;
    display: inline;
    float: right;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
}
/*form yêu cầu công nghệ*/
.technical-requirement {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding: 35px;
    background-color: #fff;
}
.technical-requirement h3 {
    margin: 20px 0 20px;
    font-size: 20px;
}
.technical-requirement .form-control {
    display: block;
    width: 100%;
    height: 40px;
}
span.help-block {
    font-size: 12px;
    color: #f72c2c;
}
input#btnsend {
    border-radius: 5px;
    background-color: #0069d9;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    margin: 20px 0;
}
label.control-label.col-sm-2 {
    text-align: left;
}

/*Contact*/
#sendcontact input, .contact-form .form-group textarea{
    border: none;
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #777777;
    line-height: 19px;
    padding: 10px 0px;
    background-color: transparent;
    font-weight: 400;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#sendcontact input:focus, .contact-form .form-group textarea:focus{
    border-color: #ff8a00;
}

.contact-form .form-group textarea {
    height: 90px;
    resize: none;
}
.contact-info i.fa{
    font-size: 20px;
    color: #000;
}
#contact-content{
    position:relative;
}
.contact-form i.fa:hover {
    color: #000;
}
.contact-info li{
    margin-bottom: 15px;
    display:flex;
    list-style: none;
}
.contact-info ul li span{
    margin-right: 10px;
}
button.theme-btn.btn-style-three {
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
.center.social-media {
    display: flex;
}
a.lazada img {
    margin: 0 10px;
    border-radius: 100%;
    height: 48px;
    width: 48px;
}
#contact-content i.fa.fa-facebook {
    font-size: 20px !important;
    border-radius: 100%;
    background-color: #e3e3e3 !important;
    width: 48px;
    height: 48px;
    text-align: center;
}
.map-column iframe {
    width: 100%;
}

/*News*/
.news {
    background-color: #fff;
    padding: 15px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.news:first-child {
    border-top: 1px solid #eee;
}
.news p {
    text-align: justify;
}
.news .col-md-3.col-sm-3 img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}
.news h3 {
    margin-top: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.news h3:hover{
    color: var(--primary-color);
}
.news a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 13px;
}
.news-sidebar .list li{
    list-style: none;
    padding: 10px 0;
}
.news-sidebar .list li a{
    color: #000;
}
.news-sidebar .list li a:before{
    font-family: FontAwesome;
    content: '\f105';
    margin-right:10px;
}
.news-sidebar .list li a:hover{
    color: var(--primary-color);
    text-decoration: none;
}
.news-sidebar .list .ads img{
    width:100%;
}
#content-news-list .section-7{
    padding-top:50px;
}
/*Giới thiệu*/
.news-block{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding: 35px;
    background-color: #fff;
}
.news-block h4 {
    margin-bottom: 20px;
    font-weight: bold;
    /* color: #f7931f; */
}
.news-block td {
    padding: 15px;
}

/*Tin tức chi tiết*/
.news-content{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #fff;
}

.table-hover tbody tr:hover {
    background-color: #ddd;
}
.table-hover tbody tr td a{
    color:#000;
}
.table-hover tbody tr td a:hover{
    text-decoration: none;
}

/*select 2*/
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    padding: 6px;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: .875rem;
    padding-right: 2.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection--single .select2-selection__arrow:after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .875rem;
    margin-top: -.5rem;
    font-size: 1.2rem;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-radius: 5px;
    border-color: #ddd;
    height: 35px;
}
.select2-selection--single:not([class*=bg-]) {
    background-color: #fff;
}
.select2-container--open .select2-selection--single, .select2-selection--single:focus, .select2-selection--single:hover {
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.01) inset;
}
select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 1rem;
}
.select2-search--dropdown .select2-search__field {
    padding: .4375rem .875rem;
    padding-left: 2.5625rem;
    border: 1px solid #ddd;
    outline: 0;
    width: 100%;
    border-radius: .1875rem;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.select2-search--dropdown:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 1.875rem;
    color: inherit;
    display: block;
    font-size: 1rem;
    margin-top: -.40625rem;
    line-height: 1;
    opacity: .6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-dropdown {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0,0,0,.15);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: .1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
}
.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: fixed!important;
    width: 1px!important;
}
.select2-results {
    display: block;
}
.select2-results>.select2-results__options {
    padding-bottom: .5rem;
    max-height: 280px;
    overflow-y: auto;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #2196f3;
}
.select2-results__option {
    padding: .5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out .15s;
}