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





/*@font-face {
    font-family: 'Mulish';
    src:url(../fonts/Mulish/static/Mulish-Regular.ttf) format("truetype");
}*/
@font-face {
    font-family: 'ptsans-bold';
    src:url(../fonts/jp_bold.ttf) format("truetype");
}
@font-face {
    font-family: 'Roboto';
    src:url(../fonts/roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'lato';
    src:url(../fonts/lato/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'haptic';
    src:url(../fonts/haptic/SVN-Haptic.otf) format("truetype");
}
body {
    /*font-family: 'lato', roboto;*/
    font-size: 14px;
    color: #161615;
    overflow-x: hidden;
}
.inter-ui-medium {
   font-family: 'InterUI-Medium'; 
}
.inter-ui-bold {
   font-family: 'InterUI-Bold'; 
}

.main {
    background: #F4F4F4;
}

.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 .head-logo img {
    padding-right: 10px;
    /*max-width: 165px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

#btntop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 45px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    border-radius: 50%;
    background: #cc8f06;
}

#btntop i {
    position: absolute;
    color: #fff;
    font-size: 15px;
    top: 12px;
    left: 13px;
    font-weight: 400;
}

.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 .info-header{
    display: block
}

.header .name_company {
    padding-top: 20px;
    text-align: center;
}

.header .name_company .medican {
    color: #9D552F;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 10px;
}

.header .name_company .medican_company {
    font-weight: bold;
    font-size: 30px;
    color: #9D552F;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.header .name_company .medican_company_en {
    font-size: 15px;
    color: #9D552F;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.fix-banner {
    position: fixed;
    background: #fff;
}
.fix-banner .info-header{
    display: none
}
/* CHINH SUA */
.header .cart, .header .cart a{
    /*display: inline-flex;*/
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    text-decoration: none
}
.header .cart .img-cart{
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background: #FF9131;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px

}
.header .cart .img-cart img{
    height: 32px
}
.header .cart .info-cart p{
    margin: 0;
    color: rgba(20, 33, 61, 0.5);
    text-transform: capitalize;
}
.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%;
}
.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: 27px 15px;
    border-radius: 0*/
    font-size: 15px;
    padding: 20px 15px;
    border-radius: 0;
}
.header form .search button{
    background: #9D552F;
    border: solid 1px rgba(0, 0, 0, 0.09);
    border-left: 0;
    padding: 0 21px;
    border-radius: 0
}
.header form .search i {
    color: #fff;
    font-size: 20px;
}
.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: #fff;
    color: #92361E
}

.header ul li:hover ul {
    display: block;
}

.header ul li {
    display: inline-block;
    padding: 10px 20px
}

.header ul li a {
    font-size: 15px;
    color: #92361E;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'lato', Roboto;
}

.header ul li .fa {
    margin-left: 5px;
    font-size: 14px
}

.header ul li .search {
    margin-left: 0px!important;
}

.header ul li .searchForm {
    margin-right: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 2px 7px;
    cursor: pointer;
    position: relative;
}

.header ul li .formSearch {
    position: absolute;
    top: 70px;
    background: #d19306;
    padding: 30px 15px;
    height: 0px;
    border-radius: 8px;
    display: none;
}

.header ul li .formSearch input {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    width: 200px;
    padding: 3px;
}
.header ul li .formSearch input::placeholder {
    padding-left: 5px;
    font-size: 14px;
    font-family: 'Roboto';
    color: #92361e;
}

.header ul li .searchForm i {
    color: #92361E;
    font-size: 13px;
}

.home-banner ul li img:last-child {
    margin-right: 2px;
}
.header ul li ul {
    display: none;
    padding-top: 0px;
}

.header ul li .dropdown-menu {
    left: unset;
    position: absolute;
    top: 60px!important;
}

.header ul li .dropdown-menu li{
    display: block;
    padding: 5px 15px;
    width: auto;
    background-color: #92361e;
    color: #fff;
    border-top: 1px solid #e9ecef;
    border-color: lightblue;
    text-align: left;
}

.header ul li .dropdown-menu li:first-child {
    border-top: 0px;
}

.header ul li .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto';
} 


.header .menu-header .head-bottom-left{
    /*background: #FF9131;
    padding: 15px;
    margin-top: -4px;
    height: 68px;
    width: 100%;
    display: inline-flex;
    align-items: center;*/
}
.header .menu-header .head-bottom-left a{
    color: #fff;
    text-decoration: none
}
.header .menu-header .head-bottom-left .img-top-right{
    position: absolute;
    top: -4px;
    right: 11px;
}
.header .menu-header .head-bottom-text {
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.header .menu-header .head-bottom-text a{
    text-decoration: none;
    color: #fff
}
.header .menu-header .head-bottom-text.head-bottom-right {
    justify-content: flex-end;
}
.header .menu-header .head-bottom-text button{
    background: #FCEE21;
    border: 0;
    color: #fff;
    padding: 10px 25px;
}
.header .menu-header .head-bottom-text button a{
    text-decoration: none;
    color: #9D552F;
    font-size: 15px;
    font-weight: 600
}

.header .menu-header .head-bottom-text button:hover {
    background: #B22222;

}

.header .menu-header .head-bottom-text button:hover a {
    color: #fff
}

.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: #fff;
    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 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;
    margin-bottom: 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
}

.appointment {
    background: #F6FAF6;
    padding: 60px 0px
}

.appointment .appointment_calendar {
    color: #9D552F;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px
}

.appointment .hr {
    text-align: center;
    margin: 0px auto;
    width: 150px;
    height: 5px;
    background: #F9E34C;
    border-radius: 3px;
}

.appointment .text {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 50px
}

.appointment .image img{
    width: 100%
}

.appointment .form {
    margin-bottom: 30px
}

.appointment .form input {
    border: 2px solid lightgray;
    color: #000;
    font-size: 18px
}

.appointment .form textarea {
    border: 2px solid lightgray;
    color: #000;
    font-size: 18px
}

.appointment .btn {
    padding: 10px 40px;
    background: #9D552F;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold
}

/*.appointment .btn:hover {
    background: #FCEE21;
    color: #9D552F
}*/

footer {
    background: #92361E;
    color: #fff;
    padding: 56px 0;
}

footer .about_company .title_company {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    font-family: 'haptic';
}

footer .about_company .address_company {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

footer .about_company .hotline_company{
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

footer .text_design{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    margin-top: 50px;
}

footer .text_design a {
    color: #cf940d;
}


footer .about_company .hotline_company img {
    margin-right: 5px;
}

footer .about_company .hotline_company a {
    color: #fff;
    text-decoration: none
}

/*footer .about_company .face_company a {
    text-decoration: none;
    color: #fff
}*/

footer .about_company .face_company span {
    margin-left: 10px;
    font-weight: bold;
}

footer .about_company .youtube_company {
    margin-top: 20px
}

footer .about_company .youtube_company span {
    margin-left: 10px;
    font-weight: bold;
}


footer .about_company .youtube_company img {
    width: 46px;
    height: 46px
}

footer .about_company .youtube_company a {
    color: #fff;

}

footer .calendar {
    margin-top: 30px
}

footer .calendar .calendar_work {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .calendar .text_calendar{
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

footer .calendar .text_Dont_worry {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

footer .inputNewLetter {
    background: linear-gradient(0deg,#92361E,#92361E),#92361E;
    border: none;
    padding-left: 0px;
    color: #fff;
}

footer .inputNewLetter::placeholder {
    color: rgba(255, 255, 255, 0.5);;
}

footer .btnNewLetter {
    background: linear-gradient(0deg,#92361E,#92361E),#92361E;
    border: none;
    margin-top: 10px;
    float: right;
    color: #FFCE54;
    font-weight: 500;
}

footer .hrNewLetter {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-top: 5px;
}

footer .page_intro {
    margin-top: 30px
}

footer .page_intro .introduce {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .page_intro .link_page {
    margin-bottom: 10px;
}

footer .page_intro .link_page a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
}

.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;
}
.loginModal {
    /*display: flex !important;
    justify-content: center;
    align-items: center;*/
}
.loginModal .modal-dialog {
    max-width: 500px
}
.loginModal .modal-body{
    padding: 30px 10%
}
.loginModal .modal-header{
    text-align: center
}
.loginModal .modal-header h5{
    width: 100%;
    font-weight: bold
}
.loginModal .valid-form {
    margin-bottom: 15px
}
.loginModal button.btn-login{
    background-image: linear-gradient(to bottom, #ef8c29 7%, #ef8c29 90%);
    color: #fff;
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
    .mobile-menu ul li ul {
        display: contents;
    }

    .mobile-menu ul.m-nav li a {
        font-weight: bold;
        text-transform: capitalize;
    }

    .mobile-menu ul.m-nav li ul li a {
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .mobile-menu ul li ul li {
        padding-left: 10px;
        margin-top: 5px;
        margin-bottom: 0px!important
    }

    .header .name_company {
        display: none
    }

    .header .name_company .medican_company {
        display: none
    }

    .header .name_company .medican_company_en {
        display: none
    }

    .header .mobile-bars-menu {
        margin-top: 40px
    }
    .header .menu-header {
        display: none
    }

    .appointment .image {
        margin-bottom: 20px
    }

    .error {
        font-size: 16px
    }

    footer .about_company .title_company {
        margin-top: 30px;
        font-size: 22px
    }

    footer .about_company .address_company {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px
    }

    footer .about_company .address_company a {
        color: #fff!important;
    }

    footer .about_company .face_company img {
        width: 30px
    }

    footer .about_company .face_company span {
        margin-left: 10px;
        font-weight: bold;
        font-size: 13px;
    }

    footer .about_company .youtube_company img {
        width: 30px;
        height: 30px
    }

    footer .about_company .youtube_company span {
        font-size: 13px
    }

    footer .calendar {
        margin-top: 50px
    }
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .header .head-logo img {
        max-width: 110px;
    }

    .header .name_company .medican {
        margin-bottom: 5px;
        font-size: 15px
    }

    .header .name_company .medican_company {
        margin-bottom: 5px;
        font-size: 19px;
    }

    .header form .search button {
        padding: 0 10px;
    }

    .header form .search i {
        font-size: 16px
    }

    .header ul li {
        padding: 10px 12px 10px 0px;
    }

    .header .menu-header .head-bottom-text button {
        padding: 10px 8px
    }
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .header .name_company .medican_company {
        font-size: 25px
    }

    .header ul li {
        padding: 10px 25px 10px 0px;
    }

    .header ul li a {
        font-size: 17px
    }

}
