/* @import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese'); */

@font-face {
    font-family: 'Lato';
    src: url(../fonts/Lato/Lato\ Regular.ttf) format("truetype");
}

/* @font-face {
    font-family: 'ptsans-bold';
    src: url(../fonts/jp_bold.ttf) format("truetype");
} */

body{padding-right: 0px !important;}

body {
    font-family: 'Lato';
    font-size: 14px;
    color: #161615;
    overflow-x: hidden;
}

.text-none {
    text-transform: none !important;
}

.inter-ui-medium {
    font-family: 'InterUI-Medium';
}

.inter-ui-bold {
    font-family: 'InterUI-Bold';
}

.content-video-slide img {
    width: 150px;
    height: 150px;
}

.content-video-slide {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 15px;
}

.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;
}

.modal-open {
    overflow: auto;
}

.header .head-logo img {
    padding-right: 10px;
    max-width: 160px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
    margin-left: 15px;
    max-height: 70px;
}

.sticky {
    position: sticky;
    top: 0;
}

.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: #FFFFFF
}

.header .info-header {
    display: block;
    padding: 10px 0px;
}

.fix-banner {
    position: fixed;
    background: #fff;
}

.fix-banner .info-header {
    display: none
}

/* CHINH SUA */

.header .cart {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
    padding-right: 10px;
}

.header .cart a:first-child {
    margin-left: 0px;
    margin-right: 15px;
}

.header .cart a:last-child {
    margin-left: 0px;
}


.header .cart a {
    text-decoration: none;
    margin-left: 10px;
    color: #0C9FDE;
    border: 1px solid #0C9FDE;
    padding: 5px 15px;
    border-radius: 20px;
}

.header .cart a:hover {
    color: #0371a0;
    border-color: #0371a0;
}

/* .header .cart a img {
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
} */

.header .cart .scroll_acc {
    margin: 0px 10px;
}

.header .cart a span {
    position: relative;
    top: 2px;
    font-weight: 400;
}

.header .cart a img {
    margin-right: 5px;
}

.header .cart .infoCart {
    position: relative;
}

.header .cart .infoCart .backgroundCart {
    background: #FB5156;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    right: -5px;
}

.header .cart .infoCart .backgroundCart .number {
    position: relative;
    top: 0px;
    right: -8px;
}

.header .cart .infoCart .backgroundCart span {
    color: #0C9FDE;
    text-align: center;
    font-size: 10px;
}

.header .cart .img-cart img {
    height: 32px
}

.header .cart .info-cart p.text-cart {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
}

.header .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    /*line-height: 62px;*/
    height: 100%;
    padding-left: 10px;
}

.header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 6px 0;
}

.header .navbar-nav .nav-link {
    font-family: 'InterUI-Medium';
    color: #161615;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header .navbar-nav .nav-link i {
    font-size: 12px;
    margin-left: 5px;
}

.header .navbar-nav li.active {
    border-bottom: 3px solid #ef8c29;
    padding: 3px 0 0;
}

.header .navbar-nav .menu-parent {
    display: none;
    height: auto;
    list-style: none;
    padding: 0;
    float: left;
    position: absolute;
    top: 70px;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d1d1d1;
}

.header .navbar-nav .menu-parent ul {
    padding-left: 0;
    list-style: none;
}

.header .navbar-nav li:last-child .menu-parent ul {
    width: 200px
}

.header .navbar-nav .menu-parent ul li {
    padding: 10px 25px 10px 15px;
}

.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: #161615;
}

.header .navbar-nav .nav-item:hover .menu-parent {
    display: block
}

.header .short-url {
    list-style: none;
    margin: 0
}

.header .short-url .btn {
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #fff;
    font-weight: bold
}

.header .short-url li a:hover {
    text-decoration: none;
}

.header form {
    display: flex;
    align-items: center;
    height: 100%;
    width: 458px;
}

.header form .form-control {
    padding-right: 30px;
}

.header form .search {
    /* padding-right: 5px; */
    display: inline-flex;
    width: 100%
}

.header form .search input {
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #F7F7F7;
    border: 1px solid #D7D7D7;
    border-right: 0px;
    color: #797979;
}

.header form .search input::placeholder {
    color: #797979;
    font-size: 15px;
}

.header form .search button {
    padding: 0 20px;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #F7F7F7;
    border: 1px solid #D7D7D7;
    border-left: 0px;
}

.header form .search i {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.header form .search input:hover,
.header form .search input:active,
.header form .search input:focus {
    border: 1px solid #D7D7D7;
    border-right: 0px;
    background: #F7F7F7;
    color: #797979;
    box-shadow: none;
}

.header form .search:hover,
.header form .search:focus-within {
    box-shadow: 0 0 0 3px rgba(12, 159, 222, 0.5);
    border-radius: 30px;
}

.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;
}

.header .menu-header {
    background: #F4F8FF;
    color: #000
}



.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;
}

.mobile-menu .fa {
    color: #363636;
    font-size: 22px;
}

.banner .mobile-bars-menu .fa {
    color: #000;
    font-size: 22px;
}

.header .mobile-bars-menu .fa {
    color: #132833;
    font-size: 22px;
}

.header .mobile-bars-menu {
    margin-top: 20px;
    float: right;
}

.mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
}

.mobile-menu ul.m-nav li {
    margin-bottom: 15px;
    font-size: 13px;
    vertical-align: text-bottom;
}

.mobile-menu ul.m-nav li,
.mobile-menu ul.m-nav li a {
    color: rgba(20, 33, 61, 0.7);
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-menu ul.m-nav li a img {
    margin-right: 8px;
    width: 15px
}

.mobile-menu .search {
    display: inline-flex;
    margin-bottom: 10px
}

.mobile-menu .search i {
    font-size: 14px
}

/*.home-page {
    margin-top: 35px/
}*/
.home-page h1 {
    font-size: 36px;
    color: #161615;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-family: 'InterUI-Medium';
    /*width: 100%*/
}

.home-page h2 {
    font-size: 36px;
    text-transform: capitalize;
}

.home-page h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.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;
}*/
.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;
}

.paddingTop {
    padding-top: 80px
}

a.contact-link {
	color: #00A7EE !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	text-transform: none !important;
}

footer {
    background: #fff;
    color: #000;
    padding: 50px 0 0px;
    border-top: 2px solid rgba(215, 215, 215, 0.6);
}

footer .titlePage {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #0C9FDE;
    margin-top: 40px;
    margin-bottom: 15px;
}


footer .pagePolicy {
    margin-bottom: 12px;
    text-transform: capitalize;
}

footer li.pagePolicy {
    list-style: none;
}

footer .pagePolicy {
    font-size: 16px;
    /* word-break: break-all; */
}

footer .pagePolicy a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

footer .pagePolicy a:hover {
    color: #000;
}

footer .fanpageFB img {
    width: 100%
}

footer .link_mxh {
    margin-top: 20px;
}

footer .link_mxh .link img {
    margin-right: 15px;
}

footer .link_mxh .link img:hover {
    transform: scale(1.2);
}

footer .link_map iframe {
    width: 100%
}

.product_types {
    border: 1px solid #D7D7D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    .title {
        background-color: #0C9FDE;
        color: #FFF;
        padding: 20px 0px;
        font-size: 18px;
        font-weight: 900;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    a {
        color: #000;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
    }

    li {
        border-top: 1px solid #D7D7D7;
        padding: 10px 20px;
        text-decoration: none;
        list-style: none;
    }
}

.pop_up {
    border: 1px solid #D7D7D7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    .title {
        background-color: #F4F4F4;
        border-bottom: 2px solid #0C9FDE;
        color: #0C9FDE;
        padding: 20px 0px;
        font-size: 18px;
        font-weight: 900;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    a {
        color: #0C9FDE;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

    img {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
}

#btntop {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 45px;
    right: 40px;
    cursor: pointer;
    z-index: 9999;
    background: #0C9FDE;
    border-radius: 50%;
    transition: all .4s;
}

#btntop i {
    position: absolute;
    color: #fff;
    top: 14px;
    left: 17px;
    font-size: 16px;
}

#image_icon_message {
    position: fixed;
    right: 40px;
    bottom: 155px;
    vertical-align: text-bottom;
    text-align: center;
    z-index: 999999;
}

#image_icon_message img {
    width: 45px !important;
    height: 45px !important;
}

#icon_phone_number {
    position: fixed;
    right: 40px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    background: #0C9FDE;
    line-height: 45px;
    vertical-align: text-bottom;
    text-align: center;
    z-index: 999999;
    border-radius: 50%;
    /* box-shadow: 1px 1px 1px #222; */
}

#icon_phone_number i {
    font-size: 16px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    position: absolute;
    color: #fff;
    top: 15px;
    left: 15px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.designer {
    padding: 30px 0px 50px;
    text-align: center;
    margin: 0px auto;
    color: #797979;
    border-top: 1px solid rgba(121, 121, 121, 0.1);
    margin-top: 50px;
}

.designer .tringhia {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #797979;
}

.designer .tringhia a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #797979;
    text-decoration: none;
}

.designer .tringhia a:hover {
    color: #797979;
}

@media (max-width: 991px) {
    .header form {
        width: auto;
    }
}