/*==========================================================
	1. IMPORT FILES
==========================================================*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* Css */
@import url(../vendor/font-awesome/css/font-awesome.min.css);

/*@import url(css/vendor/Pe-icon-7-stroke.css);*/
/*@import url(css/vendor/icomoon.css);*/

@import url(bootstrap.min.css);
@import url(bootflat.min.css);
@import url(../vendor/owl-carousel/owl.carousel.css);
@import url(../vendor/owl-carousel/owl.theme.default.min.css);
@import url(../vendor/hover-master/css/hover-min.css);
@import url(../vendor/animate/animate.css);
@import url(../vendor/simplebar/src/simplebar.css);
@import url(../vendor/mmenu/dist/core/css/jquery.mmenu.all.css);

/*==========================================================
	2. GENERAL
==========================================================*/

*{
    margin: 0px auto;
    padding: 0px;
}

table tr td {padding: 5px;}
table{
    max-width: 100% !important;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

pre{
    overflow: inherit !important;
    background: none !important;
    border: none !important;
}

.wrapper{
    position: relative;
    overflow: hidden;
}

.hl{
    color: #e9009e;
}
.tenCty{
    font-weight: bold;
    text-transform: capitalize;
}
.btn{
    border-radius: 0px;
    border: none;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 35px;
    color: #fff;
    transition: all 0.3s;
}
.btn-lg{
    padding: 8px 35px;
    font-size: 1.125em;
    line-height: 1.33;
}
.btn-sm{
    padding: 3px 15px;
    font-size: 1em;
    line-height: 1.33;
}
.form-control.error{
    border-color: #e9009e !important;
}
.form-control{
    border: #ccc !important;
    background: #fff;
    border-radius: 0px;
}

.input-group .form-control{
    margin: 0px !important;
}
.input-group-addon{
    border-radius: 0px;
    background: #f1f1f1;
    color: #333;
}

label.error{
    color: #e9009e;
    font-size: 0.875em;
    font-weight: lighter;
    font-style: italic;
}


.scrolling {
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrolling::-webkit-scrollbar {
    width: 3px
}
.scrolling::-webkit-scrollbar-track {
    background-color: #ccc
}
.scrolling::-webkit-scrollbar-thumb {
    background-color: #e9009e
}

h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.875em; /* 30px/16=1.875em */
}

h3 {
    font-size: 1.125em; /* 18px/16=1.875em */
}

h4 {
    font-size : 1em;
}

h5 {
    font-size : 0.875em;
}

h6 {
    font-size : 0.75em;
}

p {
    font-size: 1em; /* 14px/16=0.875em */
}

img{
    max-width: 100%;
    height: auto !important;
}
.thumbScale{
    overflow: hidden;
}
.thumbScale img{
    transition: all 1.2s ease-out;
    transform: scale(1);
    width: 100%;
}
.thumbScale:hover img {
    transform: scale(1.1);
}
#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.75) url("../images/ajax-loader1.gif") no-repeat center center;
    z-index: 10;
    display: none;
}
.transition{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.modal-content{
    border-radius: 0;
}
.modal-header{
    background: #e9009e;
    color: #fff;
}
.modal-header a{
    color: #fff;
}
.modal-header a:hover{
    color: #e9009e;
}
.modal-body{
    text-align: center;
}
.modal-body .input-group-addon{
    min-width: 120px;
    text-align: left;
}
.modal-footer{
    background: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 0.875em;
    padding: 15px;
}
.modal-footer .btn-default{
    background: #ccc;
}
.modal-footer .btn{
    font-size: 1em;
}
.modal-footer .fa{
    float: right;
}

.modal-body .form-control{
    background: #f1f1f1;
    border: solid 1px #ccc;
}

fieldset{
    margin-bottom: 20px;
}
label{
    font-weight: 500;
    font-size: 0.9em;
}

.datepicker.dropdown-menu{
    background-color: #fff;
}

/*==========================================================
                ELEMENTS
==========================================================*/
.border{
    border: solid 1px #d9d9d9;
}
.border-h{
    border-right: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
}
.border-v{
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}
.border-left{
    border-left: solid 1px #d9d9d9;
}
.border-right{
    border-right: solid 1px #d9d9d9;
}
.border-top{
    border-top: solid 1px #d9d9d9;
}
.border-bottom{
    border-bottom: solid 1px #d9d9d9;
}

/* --------------- breadcrumbs     -----------------------*/

.breadcrumbs{
    text-transform: uppercase;
    font-weight: lighter;
    width: 100%;
    position: relative;
    float: left;
    color: #e9009e;
}
.breadcrumbs ul{
    line-height: 55px;
    margin: 0;
    padding: 0px;
    float: left;
}
.breadcrumbs span{
    color: #1e3062;
    font-weight: normal;
}
.breadcrumbs li{
    list-style: none;
    float: left;
}
.breadcrumbs a{
    color: #e9009e;
    font-weight: normal;
}
.breadcrumbs a:hover{
    text-shadow: 0px 0px 1px #fff;
}

.linkDropdown{
    float: right;
    width: 320px;
    text-align: center;
    margin-right: calc(50% - 160px);
}
.linkDropdown a{
    text-align: center;
    font-size: 1.125em;
}

/* --------------- Comment -----------------------*/
.headCommentBox{
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 20px;
}
.headCommentBox::after{
    border-bottom: solid 2px #bbbbbb;
    content: " ";
    width: 100%;
    margin-left: 10px;
    position: absolute;
    top: 15px;
}
.commentBox .btn{
    font-size: 14px;
    padding: 5px 15px;
}
.commentBox .form-control{
    background: #f6f6f6;
}
.condComment{
    color: #222;
    font-style: italic;
    margin-bottom: 5px;
    padding-left: 20px;
    background: url("../images/iconCmt.png") no-repeat center left;
}
.btnComment{
    margin-bottom: 0px;
    margin-top: 10px;
}
.btnComment .btn{
    width: 100%;
}
.commentItems{
    margin-top: 10px;
    margin-bottom: 20px;
}
.cmtItem{
    padding: 15px;
    padding-bottom: 5px;
    background: rgba(255,255,255,0.95);
}
.cmtItem:nth-child(odd){
    background: rgba(249,249,249,0.9);
}
.noidungCmt{
    margin-bottom: 10px;
    color: #000;
    font-weight: lighter;
}
.infoCmt{
    color: #999;
    font-size: 13px;
}
.actComment{
    font-size: 12px;
    font-weight: bold;
    float: right;
    color: #89959a;
}
.actComment a{
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 5px;
}
.subCommentBox{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 40px;
}
.subCommentBox .form-control{
    font-size: 13px;
    padding: 5px;
    background: #fff;
}
.subCommentItems{
    padding-left: 40px;
}
.subCmtItem{
    border-top: dashed 1px #cecece;
    padding-top: 5px;
    padding-bottom: 5px;
}
.imgUser{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.imgUser img{
    width: 50px;
    float: left;
    margin-right: 5px;
}


.page404{
    background: #214d0e;
    color: #fff;
    text-align: center;
}
.page404 h1{
    line-height: 1.5;
    text-transform: uppercase;
}
.page404 .btn{
    background: #4bae4f;
    color: #fff;
    margin-left: 0px !important;
}
.page404 .btn:hover{
    background: #cc0000;
    border-color: #cc0000 !important;
}
.page404 button i{
    font-size: 24px;
}
.page404 a{
    color: #fff;
}
.page404 .searchForm{
    margin: 30px 0px;
}
.page404 .searchForm a{
    color: #4bae4f;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1.25em;
}
.page404 .searchForm a:hover{
    color: #cc0000;
    text-decoration: underline;
}

/*--------------- Mobile menu ---------------*/
.mm-next {
    width: 100% !important;
    border-left: none !important;
}
.mm-menu.mm-theme-dark{
    background: #333333;
}
.mm-listview a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a{
    font-weight: 500;
    font-size: 1.125em;
    color: #fff !important;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after{
    border-color: #fff;
}
.mm-listview > li > a,
.mm-listview > li > span{
    white-space: inherit;
}
.mm-panel > ul > li{
    text-transform: capitalize;
}
.mm-listview .lnkHome,
.mm-listview li i{
    display: none;
}
.mm-navbar,
.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after{
    border-color: rgba(255,255,255,0.2) !important;
}
.mm-menu.mm-pageshadow.mm-theme-dark:after{
    box-shadow: none !important;
}
.mm-listview > li.active > a:last-child{
    color: #fff !important;
    border-left: solid 9px rgba(255,255,255,0.7);
}

/*==========================================================
                Page styling
==========================================================*/


.margin {
    margin: 15px;
}
.margin-h {
    margin-left:15px;
    margin-right:15px;
}
.margin-h-0 {
    margin-left:0px;
    margin-right:0px;
}
.margin-v {
    margin-top:15px;
    margin-bottom:15px;
}
.margin-v-0 {
    margin-top:0px;
    margin-bottom:0px;
}
.margin-top {
    margin-top:15px;
}
.margin-right {
    margin-right:15px;
}
.margin-bottom {
    margin-bottom:15px;
}
.margin-left {
    margin-left:15px;
}
.margin-0,
.no-margin{
    margin:0px !important;
}
.margin-top-0{
    margin-top:0px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.margin-left-0{
    margin-left:0px;
}
.margin-right-0{
    margin-right:0px;
}

.padding {
    padding: 15px;
}


.padding-0 {
    padding: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-h {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-h-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-v-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-top {
    padding-top: 15px;
}

.padding-right {
    padding-right: 15px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.padding-left {
    padding-left: 15px;
}