@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese');

body {
    font-family: 'InterUI-Regular';
    font-size: 14px;
    color: #161615;
    overflow-x: hidden;
}
.container {
    max-width: 80% !important;
}
.inter-ui-medium {
   font-family: 'InterUI-Medium'; 
}
.inter-ui-bold {
   font-family: 'InterUI-Bold'; 
}

.mt-50{
    margin-top: 50px !important;
}

.mh-50{
    min-height: 50vh;
}
.img-fluid {
    object-fit: cover;
    object-position: center;
}
.hidden {
    display: none!important;
}
a {
    text-decoration: none
}
.error {
    color: red
}
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.header .info-header {
    background-image: linear-gradient(to bottom, #d2d1d1 0%, #bcbcbc 70%);
}
.link-social {
    margin-bottom: 1rem;
}

.link-social a{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    line-height: 26px;
    margin-right: 5px
}
.link-social .facebook {
    background-color: #1c4186;
}
.link-social .linkedin {
    background-color: #286db5;
}
.link-social .youtube {
    background-color: #c70013;
}
.link-social .fa {
    color: #fff;
    font-size: 16px;
    line-height: 26px
}
.header .info-header .language {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: 10px
}
.header .info-header .language a{
    padding-right: 10px;
    line-height: 30px;
    color: #161615;
    font-size: 14px
}
.header .info-header .language a i{
    padding-right: 5px;
}
.header .info-header .language button{
    width: unset;
    background: none;
    border: 0;
    height: 30px !important;
    padding: 0;
    font-size: 14px
}
.header .info-header .language button:focus{
    box-shadow: unset;
}
.header .head-logo img {
    padding-right: 10px;
    margin: 10px 0;
    /* max-width: 100px; */
    padding-left: 15px;
}
.header {
    position: relative;
    /*height: 76px;*/
    transition: 1s all ease;
    z-index: 10000;
    box-shadow: 0 1px 3px 0 rgba(43, 43, 43, 0.2);
    background: #fff
}

.header .container-fluid{
    padding: 0 40px;
}
.header .info-header{
    display: block
}
.fix-banner {
    position: fixed;
    background: #fff;
}
/* CHINH SUA */
.header .navbar-nav {
    flex-direction: row;
    /* justify-content: space-between; */
    /*line-height: 62px;*/
    height: 100%;
}
.header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top:6px;
    padding-bottom: 6px;
    padding-right: 60px;
}
.padding-header{
    padding:0 10vw !important;
}
.header .navbar-nav .nav-item:hover .nav-link {
    color: #874624;
}
.header .navbar-nav .nav-link {
    font-family: 'InterUI-Bold';
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    
}
.header .navbar-nav .nav-link i{
    font-size: 12px;
    margin-left: 5px;
}
.header .navbar-nav li.active .nav-link{
    border-radius: 3px;
    border-bottom: 3px solid #874624;
}
.header .navbar-nav li .flag {
    border-radius: 4px;
    color: #797979;
    font-weight: bold;
    padding-right: 15px;
}
.header .navbar-nav li .flag .nav-link{
    padding: 0;
    color: #797979;
}
.header .navbar-nav li.active .nav-link,
.header .navbar-nav li .nav-link.active{
    color: #874624;
}
.header .navbar-nav li .btn {
    background: none;
}
.header .navbar-nav .menu-parent {
    min-width: 250px;
    display: none;
    height: auto;
    list-style: none;
    padding: 0;
    float: left;
    position: absolute;
    top: 68px;
    z-index: 2000;
    background: #fff;
    /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
    border: solid 1px #E5E5E5;
}
.header .navbar-nav .menu-parent ul{
    padding-left: 0;
    list-style: none;
    white-space: nowrap;
}
/*.header .navbar-nav li:last-child .menu-parent ul{
    width: 200px
}*/
.header .navbar-nav .menu-parent ul li{
    padding: 12px 16px 12px 20px;
    border: 1px solid #E5E5E5;
}
.header .navbar-nav .menu-parent ul li:hover{
    background: #ffe3c7;
    font-family: 'InterUI-Medium'
}
.header .navbar-nav .menu-parent ul li a{
    text-decoration: none;
    color: #000;
}

.header .navbar-nav .nav-item:hover .menu-parent {
    display: block
}
.header .short-url {
    list-style: none;
    margin: 0;
    align-items: center;
    height: 100%;
    padding: 0;
}

/*.header .short-url li:first-child a {
    color: #7d7d7d;
    opacity: 1;
}
.header .short-url li:first-child::after {
    content: '|';
    color: #958080;
    opacity: 0.5
}*/
.header .short-url .btn {
    background: none;
}
.header .short-url li.flagLang {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 10px;
}
.header .short-url li a {
    font-family: 'InterUI-Bold';
    color: #161615;
    font-size: 15px;
}
.header .short-url li a.active {
    color: #874624;
}
.header .short-url li a:hover {
    text-decoration: none;
}
.header form {
    display: flex;
    align-items: center;
    height: 100%;
}

.menu-search{
    width: 320px !important;
    right: -15px !important;
}

.header form .form-control{
    padding-right: 100px;

}
.header form .search {
    display: inline-flex;
}
.header form .search input{
    border-right: 0;
}
.header form .search button{
background: #874624 !important;
    padding: 0 20px;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.header form .search i {
    color: #fff;
}
.header .cart i{
    font-size: 22px;
    color: #ef8c29
}
.header .cart .cnt {
    border-radius: 2em;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    right: -15px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 20px;
    background-color: #ff854c;
}
.mobile-menu {
    width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(-320px);-moz-transform: translateX(-320px);-ms-transform: translateX(-320px);-o-transform: translateX(-320px);transform: translateX(-320px);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
    background-color: #fff;
    background-size: 80% auto;
    padding: 24px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.12);
    z-index: 999999999;
    overflow-x: scroll;
}
.mobile-menu .fa {
    color: #363636;
    font-size: 22px;
}
.banner .mobile-bars-menu .fa {
    color: #fff;
    font-size: 22px;
}
.header .mobile-bars-menu .fa {
    color: #132833;
    font-size: 22px;
}
.header .mobile-bars-menu {
    margin-top: 32px;
    float: right;
}
.mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
}
.mobile-menu ul li a {
    color: #333;
}

.home-page {
    margin-top: 80px
}
.home-page h1 {
    font-size: 32px;
    color: #874624;
    text-transform: uppercase;
    font-weight: 700;
}
.home-page h2 {
    font-size: 36px;
    text-transform: capitalize;
}
.home-page h3 {
    font-size: 24px;
    text-transform: capitalize;
}
.home-page .under-line {
    width: 80px;
    height: 5px;
    background-color: #ffe3c7;
    margin-bottom: 32px
}
.home-page a.more {
    text-decoration: none;
    text-transform: capitalize;
    color: #ef8c29 !important;
    font-size: 14px;
}
.home-page .img-fluid {
    width: 100%
}
/*.home-project .tab-content, .list-info .tab-content {
    margin-bottom: 60px;
}*/

.search .title-search{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #000000;
}
.search .search-data h6{
    border-bottom: 3px solid;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #874624;

}
.search .search-data .item{
    background-color: white;
    border-radius: 2px;
    height:100% !important;
}
.search .search-data .item h4{
    padding:5px 15px;
}

.search .search-data .item .des{
    padding: 0 15px 10px 15px;
}
.search .search-data .item .des a{
    color: inherit;
}
.search .search-data .item h4 a{
    line-height: 25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000000;
    height: 100%;
}

.search .search-data .item h4 a:hover{
    text-decoration: none;
}
.list-info .tab-content {
    margin-bottom: 60px;
}
.more {
    margin-top: 45px;
}
.more .more-btn {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    border: 0;
    border-radius: 2px;
    background-color: #ef8c29;
}

.fb-link {
    display: inline-flex
}
.fb-link .fb-share {
    display: flex;
}
.fb-link .fb-share a.share{
    border-radius: 3.2px;
    background-color: #5bb4a5;
    margin-left: 20px;
    padding: 3px 10px;
    color: #fff;
}

footer {
    color: #fff;
    background: url('/public/frontend/images/trungthanh/Footer.png');
    padding: 50px;
}
footer .menu-footer {
    padding: 30px 100px;
}
footer .menu-footer .list-menu-footer{
    list-style: none;
    display: inline-block;
}
footer .menu-footer .list-menu-footer li{
    width: 50%
}
footer .menu-footer .col-footer {
    padding-left: 5%;
}
footer .footer-left {
    display: flex;
    width: 20%
}
footer .link-social{
    
}
footer .footer-right {
    display: flex;
    align-items: flex-end;
}
footer .right {
    padding-left: 10%
}
footer h3 {
    font-family: 'InterUI-Bold';
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
    text-transform: capitalize;
}
footer h5 { 
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px
}
footer .menu-footer {
    font-size: 14px; 
    color: rgba(22, 22, 21, 0.5);
}
footer .menu-footer p{
    padding-right: 50px;
    /*margin-left: 72px; */
    margin-bottom: 5px;
    font-family: 'InterUI-Medium'
}
footer .menu-footer span.icon{
    float: left;
    /*width: 70px;*/
    margin-bottom: : 2px;
    font-family: 'InterUI-Medium'
}
footer .menu-footer span.icon i{
    margin-right: 5px;
    color: #ef8c29;
}
footer .menu-footer span.icon2{
    margin-left: 10px;
    float: left;
    width: 70px;
    margin-bottom: : 2px;
    font-family: 'InterUI-Medium';
}
footer .menu-footer span.icon3{
    margin-left: 10px;
    width: 210px;
    float: left;
    font-family: 'InterUI-Medium';
}
footer .menu-footer span.spanone{
    margin-left: 95px;
}
footer .menu-footer span.spantwo{
    margin-left: 173px;
}
footer .menu-footer .contact_other{
    font-size: 14px;
    font-family: 'InterUI-Medium';
    margin-bottom: 5px;
}
footer .menu-footer .contact_other .text{
   margin-left: 20px;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li {
    margin-top: 15px;
    align-items: center;
    display: inline-flex;
    width: 100%;
    font-size: 14px
}
footer ul li .icon {
    width: 80px;
    margin-right: 10px;
    color: #161615;
}
footer ul li .icon i{
    font-size: 24px;
    color: #dc091a
}
footer a,  footer a:hover{
    color: #fff;
    text-decoration: none
}
footer .footer-end {
    padding: 10px 0;
    border-top: 1px solid #d5d5d5
}
footer .footer-end a {
    text-decoration: none;
    color: #161615
}
.form-control{
    width: 100%;
    padding-left: 15px;
    height: 40px !important;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.09);
    color: #666;
    background: #fff;
    font-size: 14px;
    text-align: left
}
.form-control:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
textarea.form-control{
    height: unset !important;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    display: block;
    font-size: unset;
    color: unset;
}

.desk-fixed {
    position: fixed;
    right: 30px;
    top: 80vh;
    z-index: 999999;
}

@media (min-width: 480px) and (max-width: 480px){
    body {
        font-size: 12px;
    }
}

