/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
/**
  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer
  2. Spacing
     - Padding
     - Margin
  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color
  4. Pre-loader
  5. TooltipTop
  6. TopBar
  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay
  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu
  9. GoTop BUtton
  10. Page-Title-Row
  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element
**/
/* ===============================================
    General
------------------------*/
/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a:focus {
    text-decoration: none;
}
a:focus, a:hover {
    color: #034ea2;
    text-decoration: none;
}
a, button, input {
    outline: medium none;
    color: #034ea2;
}
ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
strong {
    font-weight: 700;
}
iframe {
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}
/**::-moz-selection { */
/*/!*! background: #034ea2; *!/ */
/*color: #fff; */
/*text-shadow: none; */
/*}*/
/*::-moz-selection { */
/*/!*! background: #034ea2; *!/ */
/*color: #fff;*/
/*text-shadow: none; */
/*}*/
/*::selection { */
/*/!*! background: #034ea2; *!/ */
/*color: #fff; */
/*text-shadow: none; */
/*}*/
textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 14px;
    outline: none;
    line-height: inherit;
}
button, input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #fda02b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}
menu, ol, ul {
    margin: 0;
    padding: 0 0 0 25px;
}
body {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #0b0c26;
}
h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}
h2 {
    font-size: 35px;
    line-height: 40px;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-size: 20px;
    line-height: 25px;
}
h6 {
    font-size: 16px;
    line-height: 18px;
}
/** Transition **/
.featured-icon-box .featured-icon, .ttm-btn, button,
.owl-item, img, span, .featured-icon-box,
.featured-icon, #totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
a, .site-branding, #site-header-menu #site-navigation .menu ul li > a, .ttm-header-icon, .header-btn,
a.ttm-btn, i.ttm-btn, a.nav-link, .social-icons li > a, .ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, .accordion .toggle-title a,
.widget-download ul.download li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a.tp-caption:hover,
.featured-imagebox-portfolio .featured-content,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.featured-icon-box.style10 {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.ttm-btn span, .nav-link span, .cart-info a i, .site-branding img, .site-branding a, .panel-title > a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span, ul.products li.product .ttm-shop-icon a i {
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.featured-imagebox-team .featured-thumbnail img {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
/**  Shadow **/
.box-shadow {
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}
.box-shadow2 {
    -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    -moz-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}
/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    padding-top: 82px;
    background-color: #fff;
    position: relative;
}
body .site-main > .ttm-row:first-child {
    margin-top: -92px;
}
body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}
.container-fluid {
    padding: 0 0;
    overflow: hidden;
}
a {
    color: #0b0c26;
}
.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}
.width-30 {
    width: 30%;
}
.width-36 {
    width: 36%;
}
.width-64 {
    width: 64%;
}
.width-70 {
    width: 70%;
}
.width-100 {
    width: 100%;
}
.font-sz-12 {
    font-size: 12px;
}
.font-sz-27 {
    font-size: 27px;
}
.font-w-500 {
    font-weight: 500;
}
.z-1 {
    z-index: 1 !important;
}
.ttm_single_image-wrapper.with-border {
    border: 1px solid #e8ecef;
}
.ttm_single_image-wrapper.w100 img {
    width: 100%;
}
.ttm_single_image-wrapper.with-top-border img {
    border-top: 12px solid;
}
.ttm_single_image-wrapper.with-border15 img {
    border: 15px solid;
}
/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    margin-top: -60px;
    margin-bottom: -66px;
    padding-top: 50px;
    padding-left: 55px;
    padding-bottom: 50px;
    padding-right: 15px;
}
.spacing-2 {
    padding: 90px 0;
}
.spacing-3 {
    padding-top: 75px !important;
    padding-right: 186px !important;
    padding-bottom: 53px !important;
}
.spacing-4 {
    margin-left: -90px;
    margin-top: -55px;
}
.spacing-5 {
    margin-left: 50px;
    margin-right: -50px;
    margin-top: -60px;
}
.spacing-6 {
    padding-right: 125px !important;
    padding-bottom: 0px !important;
    padding-top: 45px !important;
}
.spacing-7 {
    margin-top: -177px !important;
    margin-left: -30px !important;
    padding-top: 60px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
}
.p-12 {
    padding: 12px !important;
}
.pr-5 {
    padding-right: 5px !important
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-55 {
    padding-right: 55px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-75 {
    padding-right: 75px !important
}
.pr-80 {
    padding-right: 80px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-55 {
    padding-left: 55px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-65 {
    padding-left: 65px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pt-2 {
    padding-top: 2px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-18 {
    padding-top: 18px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
/** Margin **/
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-23 {
    margin-top: 23px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-37 {
    margin-top: 37px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt_5 {
    margin-top: -5px !important;
}
.mt_10 {
    margin-top: -10px !important;
}
.mt_12 {
    margin-top: -12px !important;
}
.mt_15 {
    margin-top: -15px !important;
}
.mt_25 {
    margin-top: -25px !important;
}
.mt_30 {
    margin-top: -30px !important;
}
.mt_40 {
    margin-top: -40px !important;
}
.mt_50 {
    margin-top: -50px !important;
}
.mt_55 {
    margin-top: -55px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.mt_70 {
    margin-top: -70px !important;
}
.mt_72 {
    margin-top: -72px !important;
}
.mt_80 {
    margin-top: -80px !important;
}
.mt_86 {
    margin-top: -86px !important;
}
.mt_120 {
    margin-top: -120px !important;
}
.mt_404 {
    margin-top: -404px !important
}
.mt_405 {
    margin-top: -405px !important;
}
.ml-0 {
    margin-left: 0px !important
}
.ml-5 {
    margin-left: 5px !important
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-30 {
    margin-left: 30px !important
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-65 {
    margin-left: 65px !important;
}
.ml-287 {
    margin-left: 287px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.ml_30 {
    margin-left: -30px !important;
}
.ml_40 {
    margin-left: -40px !important;
}
.ml_60 {
    margin-left: -60px !important;
}
.ml_80 {
    margin-left: -80px !important;
}
.ml_90 {
    margin-left: -90px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr_40 {
    margin-right: -40px;
}
.mr_60 {
    margin-right: -60px;
}
.mr_80 {
    margin-right: -80px;
}
.mb_1 {
    margin-bottom: -1px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-27 {
    margin-bottom: 27px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb_30 {
    margin-bottom: -30px !important;
}
.mb_60 {
    margin-bottom: -60px !important;
}
.mb_80 {
    margin-bottom: -80px !important;
}
/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
a:hover,
.ttm-textcolor-skincolor,
.ttm-textcolor-white a:hover,
.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-color-darkgrey.btn-inline:hover,
.ttm-topbar-wrapper.ttm-textcolor-white a:hover,
a.tp-caption.dark-text-button:hover,
.section-title h5,
.ttm-bgcolor-white .section-title h5,
.ttm-textcolor-white.ttm-topbar-wrapper .social-icons li > a:hover,
ul li .icon-box.icon-style-border i,
.ttm-header-style-stackcenter .info-widget-content h2,
#site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
#site-header-menu #site-navigation .menu ul.sub-menu > li.active > a,
#site-header-menu #site-navigation .menu > ul > li > ul > li a:before,
.ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li.active > a,
.ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a,
#site-header-menu #site-navigation .menu ul > li:hover > a,
#site-header-menu #site-navigation .menu ul.sub-menu li > a:hover,
#site-navigation .menu ul > li:hover > a:before,
.ttm-icon_element-color-skincolor,
.ttm-btn.ttm-btn-color-white:hover,
.ttm-team-details-list .ttm-team-list-title i,
.ttm-fid-icon-wrapper i,
.ttm-bgcolor-darkgrey .featured-title h6,
.title-box .breadcrumb-wrapper span:last-child,
.tp-caption.skin-flatborder-button,
.ttm-btn.btn-inline.ttm-btn-color-black:hover,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
ul.ttm-our-location-list li i,
.ttm-ptablebox-price-w,
.ttm-pricing-plan .ttm-ptablebox-frequency,
.sidebar ul.contact-widget-wrapper li i,
.accordion.style2 .ttm-style-classic.ttm-toggle-title-border.active .toggle-title a,
.sidebar .widget a:hover,
.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2:hover,
#payment .payment_box:before,
.coupon_toggle .coupon_code:before,
.featured-imagebox-portfolio-style1 .featured-title h5 a:hover,
.ttm-blog-classic .ttm-blog-classic-content blockquote:before {
    color: #ff6332;
}
h1.ttm-textcolor-skincolor, h2.ttm-textcolor-skincolor, h3.ttm-textcolor-skincolor,
h4.ttm-textcolor-skincolor, h5.ttm-textcolor-skincolor, h6.ttm-textcolor-skincolor {
    color: #034ea2 !important;
}
/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-bg-layer-inner,
.tp-shapewrapper, .ttm-bg-highlight-skin,
.tp-caption.skin-flatborder-button:hover,
.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after,
.ttm-header-icons .ttm-header-cart-link span.number-cart,
.ttm-header-icons .ttm-header-search-link a:hover,
#site-navigation .menu ul.dropdown > li > a:before,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:before,
.ttm-icon_element-background-color-skincolor,
.ttm-btn-bgcolor-skincolor,
.ttm-tabs ul.tabs li.active a,
.newsletter-form input[type="submit"],
.ttm-quote-form input[type="submit"],
.widget .widget-title:after,
.social-icons.circle li > a:hover,
.ttm-btn-bgcolor-black:hover,
.ttm-btn.btn-inline:hover:after,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
#totop.top-visible,
.ttm-processbox-wrapper .ttm-processbox:hover .process-num,
.ttm-video-btn .ttm-btn-play,
.ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.ttm-tabs.tabs-for-single-products ul.tabs li:hover a,
.widget.widget-nav-menu ul li a:after,
.mailchimp-inputbox button[type="submit"],
a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover,
.ttm-btn-play:after, .ttm-btn-play:before,
.tp-caption.skin-flat-button, .skin-flat-button,
.ttm-video-play-btn,
.ttm-video-btn .ttm-video-btn-play,
.ttm-video-btn .ttm-video-btn-play:before,
.ttm-video-btn .ttm-video-btn-play:after,
.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after,
.tribe-events-back a,
.tribe-events-cal-links a,
.tribe-events-nav-next a,
.ttm-btn-play:after, .ttm-btn-play:before,
.ttm-search-overlay .ttm-site-searchform button,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.section-title.with-desc .title-header:before,
.featured-imagebox-team .ttm-social-links-wrapper ul li a,
.featured-imagebox:hover .ttm-box-bottom-content,
.featured-imagebox-portfolio:hover .featured-content,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.ttm-bgcolor-skincolor .panel-title > a:hover,
.ttm-bgcolor-skincolor .panel-title > a.active,
.ttm-rt-contact .ttm-custombutton,
.sidebar .widget .tagcloud a:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title,
.ttm-shop-icon .product-btn:hover,
.widget-top-rated-products .Price-amount.amount ins,
.ttm-pagination .page-numbers.current,
.ttm-pagination .page-numbers:hover,
.ttm-tabs.style2 ul.tabs li a:before,
.ttm-nextprev-bottom-nav .nav-previous a,
.ttm-box-view-left-image .featured-content .category > a:hover,
.featured-imagebox.ttm-box-view-left-image .featured-content .category > a:hover,
.ttm-tag-list span a:hover,
.comment-list a.comment-reply-link:hover,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.services-slide.owl-theme .owl-controls .owl-nav div:hover,
.featured-imagebox-team.style2:hover .ttm-team-box-view-overlay,
.color-trigger {
    background-color: #fe6332;
}
/** Skin-border-color **/
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.newsletter-form input[type="email"]:focus, .social-icons.circle li > a:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title,
.ttm-pf-single-content-wrapper-innerbox.ttm-pf-view-top-image .ttm-pf-single-detail-box .ttm-pf-detailbox,
.sidebar .widget .tagcloud a:hover,
.tp-caption.skin-flat-button, .skin-flat-button,
.tp-caption.skin-flatborder-button,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.ttm-pricing-plan:hover,
.ttm-pricing-plan.box-shadow2,
.ttm-processbox-wrapper .ttm-processbox:hover .featured-content,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before,
.skin-border .with-top-border img,
.ttm-bgcolor-skincolor .panel-title > a,
.featured-icon-box.style3:after,
.featured-icon-box.style3:before,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-tabs ul.tabs li.active a,
.ttm-blog-classic .ttm-blog-classic-content blockquote,
.ttm-header-icons .ttm-header-search-link a:hover {
    border-color: #033a71 !important;
}
.ttm-search-overlay,
#site-header-menu #site-navigation .menu > ul,
#site-header-menu #site-navigation .menu > ul > li > ul,
.ttm-rounded-shadow-box, div.product ul.tabs li.active a:before,
.coupon_toggle .coupon_code,
#payment .payment_box {
    border-top-color: #033a71 !important;
}
.featured-imagebox-portfolio.ttm-box-view-top-image:hover .ttm-box-bottom-content:before {
    border-color: transparent transparent #033a71 transparent;
}
.ttm-search-overlay .w-search-form-row:before,
.testimonials.style2 .testimonial-content {
    border-bottom-color: #033a71 !important;
}
/** 2.DarkGrey-color **/
.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6,
.ttm-bgcolor-white .section-title h2.title,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-color-darkgrey,
a.tp-caption.dark-text-button,
.tp-caption.white-flatborder-button:hover,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-style-stackcenter .info-widget-content p,
.ttm-btn.ttm-btn-color-black, .ttm-icon_element-color-darkgrey i,
.featured-imagebox .ttm-box-bottom-content .ttm-btn.btn-inline:hover:after,
.featured-imagebox-portfolio .featured-content a,
.ttm-bgcolor-skincolor .panel-title > a,
.sidebar .widget a, .ttm-pagination .page-numbers,
.products .price .product-Price-amount,
.ttm-tabs.style2 ul.tabs li.active a,
.ttm-tabs.style2 ul.tabs li:hover a,
.ttm-tabs ul.tabs li a,
.social-icons.circle li > a,
.ttm-box-view-left-image .featured-content .category > a,
.featured-imagebox.ttm-box-view-left-image .featured-content .category > a,
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a,
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content blockquote,
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content h6 {
    color: #0b0c26;
}
.sidebar .widget .tagcloud a,
.tp-caption.black-flatborder-button:hover,
.tp-caption.skin-flat-button:hover,
.darkgrey-border .with-top-border,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a:hover,
.featured-imagebox-team.featured-imagebox-team-details .featured-content-team,
.ttm-header-icons .ttm-header-cart-link a:hover {
    border-color: #0b0c26 !important;
}
.ttm-bgcolor-skincolor .testimonials.style2 .testimonial-content {
    border-bottom-color: #0b0c26 !important;
}
/** 3.White-color **/
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3,
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6,
.ttm-bgcolor-skincolor a, .ttm-textcolor-white a,
.skin-flatborder-button:hover, .dark-flatborder-button:hover,
.ttm-bg-highlight-dark, .ttm-bg-highlight-skin,
#site-header-menu #site-navigation .menu ul li a span,
.ttm-header-style-classicinfo .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-classic .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-header-icons .ttm-header-search-link a:hover,
.ttm-header-icons .ttm-header-cart-link a:hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-textcolor-white .ttm-fid-icon-wrapper i,
.ttm-textcolor-white .featured-content .featured-title h5 a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a:hover,
.footer .social-icons li > a:hover,
.ttm-btn-bgcolor-white:hover,
.tp-caption.black-flatborder-button:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-white.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-white:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-bgcolor-skincolor:hover,
.ttm-btn.ttm-btn-bgcolor-grey:hover,
.ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover,
.ttm-btn-bgcolor-black, a.ttm-btn-bgcolor-black,
.ttm-btn-bgcolor-black:hover, a.ttm-btn-bgcolor-black:hover,
.ttm-btn-bgcolor-skincolor, a.ttm-btn-bgcolor-skincolor,
.ttm-btn-bgcolor-skincolor:hover, a.ttm-btn-bgcolor-skincolor:hover,
.accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title a,
.widget.widget-nav-menu ul li:hover a, .widget.widget-nav-menu ul li.active a,
.sidebar .widget_product_categories li span, .sidebar .widget-Categories li span,
.ttm-pagination .page-numbers.current, .sidebar .widget .tagcloud a:hover,
.ttm-pagination .page-numbers:hover, .ttm-box-view-left-image .featured-content .category > a:hover,
.single .ttm-team-member-view-default .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
a.checkout-button, a.checkout-button:hover, .coupon button, .ttm-cart-form button, .place-order button {
    color: rgba(255, 255, 255, 1);
}
.ttm-textcolor-white .text-opecity,
.ttm-textcolor-white.text-opecity,
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a,
.ttm-bgcolor-darkgrey .timeline .timeline-body p,
.ttm-bgcolor-skincolor .timeline .timeline-body p,
.ttm-bgcolor-skincolor .featured-icon-box p,
.ttm-bgcolor-darkgrey .featured-icon-box p,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor h6 {
    color: rgba(255, 255, 255, .75);
}
.ttm-bgcolor-skincolor .testimonials .testimonial-content label,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content label,
.ttm-textcolor-white .testimonials .testimonial-content label,
.ttm-bgcolor-skincolor > p,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-darkgrey > p,
.ttm-bgcolor-skincolor input::placeholder,
.ttm-bgcolor-skincolor select::placeholder,
.ttm-bgcolor-skincolor textarea::placeholder,
.ttm-bgcolor-skincolor a:hover,
.ttm-bgcolor-skincolor ul.top-contact li a:hover,
.ttm-bgcolor-skincolor.ttm-topbar-wrapper ul.social-icons li > a:hover,
.ttm-bgcolor-skincolor .section-title .title-desc,
.ttm-bgcolor-darkgrey .section-title .title-desc,
.featured-icon-box.style6 .featured-content .featured-desc p {
    color: rgba(255, 255, 255, .85);
}
.heilight-white-text,
.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-btn.ttm-btn-color-white,
.ttm-highlight-right li,
.ttm-icon_element-color-white i,
.ttm-icon_element-background-color-skincolor i,
.ttm-icon_element-background-color-darkgrey i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-bgcolor-skincolor .section-title h5,
.ttm-bgcolor-skincolor .featured-title h5,
.ttm-bgcolor-darkgrey .featured-title h5,
.ttm-bgcolor-skincolor .testimonial-slide .testimonials .testimonial-content h6,
.ttm-bgcolor-darkgrey .testimonial-slide .testimonials .testimonial-content h6,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea,
.ttm-tabs ul.tabs li.active a,
.ttm-bgcolor-skincolor .panel-title > a:hover,
.ttm-bgcolor-skincolor .panel-title > a.active,
.ttm-btn.ttm-btn-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .featured-title h6,
.ttm-bgcolor-darkgrey .ttm-progress-bar h4,
.ttm-bgcolor-skincolor .ttm-progress-bar h4,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-parcent,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-parcent,
.tp-caption.skin-flatborder-button:hover,
.ttm-btn.ttm-btn-color-black.ttm-btn-style-border:hover,
.featured-imagebox-portfolio:hover .featured-content a,
.featured-imagebox-team .ttm-social-links-wrapper ul li a,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-icon,
.featured-imagebox:hover .ttm-box-bottom-content .featured-title h5 a,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-btn.ttm-btn-color-darkgrey,
.featured-imagebox:hover .ttm-box-bottom-content .featured-desc,
.featured-imagebox-portfolio-style1 .featured-title h5 a,
.ttm-rt-contact .ttm-custombutton a,
.ttm-rt-contact .ttm-custombutton a:hover,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a,
.widget-download ul.download li:hover a,
.widget-top-rated-products .Price-amount.amount ins,
.products .product .ttm-shop-icon a,
.ttm-tabs.style2 ul.tabs li a,
.footer .social-icons li > a,
.social-icons.circle li > a:hover,
.ttm-nextprev-bottom-nav .nav-previous a,
.featured-imagebox-team.featured-imagebox-team-details .ttm-social-links-wrapper ul li a:hover,
.ttm-tag-list span a:hover,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a,
.ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i,
.ttm-bgcolor-skincolor .ttm-fid.inside h4,
.services-slide.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before,
.services-slide.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.featured-imagebox-team.style2 .featured-title h5 a,
.featured-imagebox-team.style2 .featured-content .category {
    color: #fff;
}
/** White-bg-color **/
.ttm-bgcolor-white,
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor .section-title.with-desc .title-header:before,
.ttm-header-style-infostack .ttm-header-wrap,
.ttm-header-style-classic .ttm-header-wrap,
.ttm-header-style-stackcenter .ttm-header-wrap,
.ttm-bgcolor-skincolor .section-title .title-header:after,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-bgcolor-darkgrey:hover,
.ttm-btn.ttm-btn-style-border.ttm-bgcolor-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.ttm-bgcolor-darkgrey .ttm-custombutton.ttm-btn-bgcolor-skincolor:hover,
.featured-imagebox .ttm-box-bottom-content,
.ttm-btn-bgcolor-white,
.ttm-col-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-bgcolor-skincolor .inside.ttm-fid-view-topicon h3:after,
.ttm-highlight-fid-style1,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.featured-imagebox-portfolio .featured-iconbox.ttm-media-link a:hover,
.featured-imagebox-team .ttm-social-links-wrapper ul li a:hover,
.featured-imagebox:hover .ttm-box-bottom-content .ttm-btn.btn-inline:before,
.widget-download ul.download li,
.ttm-tabs.style2 ul.tabs li.active a,
.ttm-tabs.style2 ul.tabs li:hover a,
#payment .payment_box {
    background-color: #fff;
}
/** White-border-color **/
.ttm-bgcolor-skincolor .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-bgcolor-darkgrey .featured-icon-box .featured-icon.ttm-icon_element-border,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover,
.white-border .with-top-border,
.ttm-bgcolor-grey .ttm-pagination .page-numbers,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-cart-link a,
.ttm-header-style-overlay .ttm-header-icons .ttm-header-search-link a,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input[type="text"]:focus,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea[type="text"]:focus {
    border-color: #fff;
}
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input input[type="text"]:focus,
.ttm-bgcolor-skincolor .wrap-form.ttm-contactform span.text-input textarea[type="text"]:focus {
    border-color: #fff !important;
}
.ttm-bgcolor-skincolor .heading-seperator span:after,
.ttm-bgcolor-skincolor .heading-seperator:after {
    border-bottom-color: #fff !important;
}
.ttm-bgcolor-skincolor .separator .sep-line {
    border-color: rgba(255, 255, 255, .24);
}
.footer .second-footer {
    border-bottom-color: rgba(255, 255, 255, .06);
}
.ttm-highlight-fid-style1:after {
    border-top-color: rgba(255, 255, 255, 1);
}
/** 4.Grey-color **/
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-bg-layer-inner,
.ttm-bgcolor-grey, .ttm-btn-bgcolor-grey,
.ttm-header-style-classicinfo .ttm-content-wrapper,
.ttm-search-overlay .ttm-site-searchform input[type="search"],
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-color-grey,
.sidebar .ttm-bgcolor-grey > .ttm-bg-layer,
.featured-imagebox-team .featured-content-team,
.accordion.style2 .toggle-content,
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
    background-color: #f5faff;
}
.grey-border .ttm_single_image-wrapper.with-border15 img {
    border-color: #e8f0f8;
}
/* Extra-color*/
.testimonials.style2 .ttm-ratting-star {
    color: #fd4;
}
.ttm-textcolor-dark,
.ttm-top-info-con .title-box p {
    color: #687076 !important;
}
.products .star-ratings,
.summary .star-rating,
div.product #reviews .star-rating,
.comment-form-rating .stars {
    color: #f5cc26 !important;
}
/* ===============================================
    Pre-loader
------------------------*/
#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
}
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}
/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons.circle li > a {
    border: 1px solid #e8ecef;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
}
.ttm-bgcolor-darkgrey .social-icons.circle li > a,
.ttm-bgcolor-skincolor .social-icons.circle li > a {
    border: none;
    color: #2c2c2c;
}
.ttm-bgcolor-darkgrey .social-icons.circle li > a,
.ttm-bgcolor-skincolor .social-icons.circle li > a {
    background-color: #fff;
}
/*  ===============================================
    TooltipTop
------------------------*/
.tooltip-top {
    position: relative;
}
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(24, 35, 51, 1);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 78%;
    left: 50%;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before,
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after,
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -80px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: rgba(24, 35, 51, 1);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before,
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}
/*  ===============================================
    TopBar
------------------------*/
.ttm-topbar-wrapper {
    line-height: 49px;
}
.ttm-topbar-wrapper .top-contact.text-left {
    position: relative;
    float: left;
    line-height: 50px;
}
.top-contact li {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
    padding-right: 0px;
    color: #333;
}
.top-contact li:first-child {
    padding-left: 0px !important;
}
.top-contact li strong {
    font-weight: 500;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding-right:  10px;
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.ttm-header-style-infostack .topbar-right .top-contact {
    padding-left: 15px;
}
.topbar-right .top-contact li:before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgba(255, 255, 255, .09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
}
.topbar-right .top-contact.ttm-highlight-right li:last-child:after {
    content: unset;
}
.ttm-topbar-wrapper .ttm-social-links-wrapper {
    margin: 0;
    padding-left: 13px;
    position: absolute;
    right: 112px;
    top: 50%;
    transform: translateY(-50%);
}
.ttm-topbar-wrapper .social-icons li {
    margin: 0 3px;
}
.ttm-topbar-wrapper .social-icons li > a {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    background: #ebebeb;
    display: inline-block;
    text-align: center;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}
.top-contact.ttm-highlight-right {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 5000px;
    height: 100%;
}
.top-contact.ttm-highlight-right:after {
    right: 0;
}
.top-contact.ttm-highlight-right:after {
    left: 0;
}
.top-contact strong {
    font-weight: 600;
}
.top-contact i {
    margin-right: 9px;
}
.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}
.ttm-top-info-con > ul {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
}
.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}
.ttm-top-info-con > ul:not(.social-icons) > li {
    padding: 0 20px;
}
.ttm-top-info-con > ul:not(.social-icons) > li:last-child {
    padding-right: 0;
}
.ttm-top-info-con > ul:not(.social-icons) > li:first-child {
    padding-left: 0;
}
.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
ul li .icon-box.icon-style-border {
    position: relative;
}
ul li .icon-box.icon-style-border i {
    border: 1px solid;
    position: relative;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}
.icon-box i {
    font-size: 18px;
}
.ttm-top-info-con ul li .title-box {
    padding-left: 18px;
}
.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.ttm-header-style-classicinfo .ttm-content-wrapper {
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
}
.ttm-header-style-classicinfo .top-contact.ttm-highlight-right {
    position: relative;
    padding-left: 20px;
    float: right;
    line-height: 48px;
    bottom: -18px;
    font-size: 16px;
}
.ttm-header-style-classicinfo .ttm-top-info-con ul li:not(:last-child):after {
    content: unset;
}
/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    float: left;
    /*! height: 100px; */
    /*! line-height: 100px; */
    position: relative;
    display: block;
    z-index: 1;
}
.ttm-header-top-wrapper {
    position: relative;
}
.site-branding img {
max-width: 97%;
/*    max-height: 20%;*/
}
.fixed-header .site-branding img{
/*    max-height: 64px;*/
    max-width: 181%;
}
.fixed-header .site-branding {
    width: 190px;
}
/** SiteNavigation(Menu) **/
.site-navigation {
    /*! position: relative; */
}
.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.04);
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}
.ttm-menu-toggle {
    float: right;
}
.ttm-menu-toggle input[type=checkbox] {
    display: none;
}
#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
}
#site-header-menu #site-navigation .menu ul li:hover > ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}
#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}
#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
#site-header-menu #site-navigation .menu ul li > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
}
#site-header-menu #site-navigation ul ul li {
    position: relative;
    border-bottom: 1px solid transparent;
}
#site-header-menu #site-navigation .menu ul li > ul li > a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    height: auto;
    line-height: 18px;
}
#site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
    /*content: "\f105";*/
    /*position: absolute;*/
    /*background-color: transparent;*/
    /*right: 12px;*/
    /*top: 8px;*/
    /*display: inline-block;*/
    /*font-family: "FontAwesome";*/
    /*font-size: 15px;*/
    /*margin-left: 4px;*/
    /*opacity: 0.8;*/
}
#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}
/** ttm-rt-contact(HeaderIcons - Search, Cart) **/
.ttm-header-icons {
    position: relative;
    padding-left: 29px;
}
#site-header-menu #site-navigation .menu ul > li.has-submenu > i {
    display: none;
}
.ttm-header-icons .ttm-header-cart-link a, .ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba(11, 12, 38, 1);
    border-color: rgba(11, 12, 38, 1);
    border: 1px solid;
    font-size: 12px !important;
    z-index: 9;
}
.ttm-header-icons .ttm-header-cart-link a i, .ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900
}
.ttm-header-icons .ttm-header-cart-link {
    padding-left: 4px;
    padding-right: 0px;
}
.ttm-header-icons .ttm-header-icon {
    margin-left: 7px;
}
.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 12px;
    padding: 8px 17px 8px 17px;
}
.header-btn {
    padding-left: 24px;
}
.header-btn, .ttm-header-icons, .ttm-header-icon {
    height: 100px;
    line-height: 100px;
    float: right;
}
/**  ttm-search-overlay **/
.ttm-header-icon {
    position: relative;
}
.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    z-index: 111;
}
.ttm-header-style-overlay .ttm-search-overlay .w-search-form-row:before,
.ttm-header-style-classic .ttm-search-overlay .w-search-form-row:before {
    right: 7px;
}
.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}
.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: left;
}
.ttm-search-overlay .ttm-site-searchform button {
    font-size: 21px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}
.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}
.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}
.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* ===============================================
    Footer
------------------------*/
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background: #f1efef;
}
.footer .widget {
    margin: 60px 0 55px;
}
.footer .ttm-textcolor-white {
    background: #fff;
    color: #333;
}
.footer .ttm-textcolor-white  li a{
    color: #333;
}
.footer .widget .ttm-btn.ttm-btn-size-md {
    padding: 14px 27px 14px 27px;
}
/** FirstFooter **/
.first-footer {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #f5f5f5;
    margin-top: 0;
}
.first-footer .footer-box {
    border-top: 1px solid #e5eef7;
    border-bottom: 1px solid #e5eef7;
}
.first-footer .widget-area {
    padding: 33px 15px 37px;
    position: relative;
}
.first-footer .featured-title h5, .first-footer .featured-desc p {
    margin-bottom: 0;
}
/* newsletter-form */
.newsletter-form {
    position: relative;
}
.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    padding-left: 50px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
}
.newsletter-form input[type="submit"] {
    height: 47px;
    width: 115px;
    border: 0;
    outline: none;
    z-index: 21;
    padding: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0;
    font-weight: 600;
    font-size: 12px;
    padding-left: 0;
    padding-right: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 25px;
    top: 16px;
}
.mailchimp-inputbox:after {
    position: absolute;
    content: "\e628";
    top: 50%;
    right: 25px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 99;
    transform: translateY(-50%);
}
/** SecondFooter **/
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul > li {
    padding: 0 0 13px 0;
    position: relative;
}
.widget .widget-title {
    position: relative;
    margin: 0px 0 25px 5px;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    /*! padding: 30px 20px; */
    /*! background-color: #fff; */
}
.widget .widget-title:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
}
/** footer-social-icons **/
.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
}
.footer .social-icons li:first-child {
    margin-left: 0;
}
.footer .social-icons li > a {
    background-color: #212239;
    border: none;
    font-size: 15px;
    /*border: 1px solid #f16925;*/
}
/** timelist-block **/
.footer .widget ul.ttm-timelist-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}
.footer .widget ul.ttm-timelist-block li:first-child {
    padding-top: 0;
}
.footer .widget ul.ttm-timelist-block li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.footer .widget ul.ttm-timelist-block li .service-time {
    float: right;
}
/** menu-footer-services **/
.widget ul#menu-footer-services li a {
    padding-left: 16px;
    position: relative;
}
.widget ul#menu-footer-services li a:hover {
    color: #ff6332;
}
.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}
/* our-location-widget */
ul.ttm-our-location-list li {
    padding: 0 0 4px 0;
}
ul.ttm-our-location-list li i {
    margin-right: 7px;
    font-size: 15px;
}
/** Footer-nav-menu **/
.copyright {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
}
/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child {
    padding-right: 0;
}
.footer-nav-menu li:first-child {
    padding-left: 0;
}
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}
/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}
#totop.top-visible {
    height: 30px;
    width: 30px;
    font-size: 18px;
    display: inline;
    line-height: 24px;
    background: #034ea2;
    opacity: 0.5;
}
/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row {
    position: relative;
    background-image: url(../images/ttm-pagetitle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.ttm-page-title-row > .ttm-bg-layer {
    background-color: rgba(24, 35, 51, 0.85);
}
.ttm-page-title-row {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
}
.title-box .page-title-heading {
    position: relative;
}
.breadcrumb-wrapper a {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
/* ===============================================
    Inner-Pages
------------------------*/
/*------------------------------------------------------------------------------*/
/*  Contact_Us
/*------------------------------------------------------------------------------*/
#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}
.map-wrapper {
    height: 630px;
    padding: 10px 0 0 0;
    margin-bottom: 08px;
}
.map-wrapper.style2 {
    height: 100%;
    margin: 0;
    padding: 0;
}
ul.ttm_contact_widget_wrapper {
    padding: 0;
}
ul.ttm_contact_widget_wrapper li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}
ul.ttm_contact_widget_wrapper li h6 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 37px;
}
ul.ttm_contact_widget_wrapper li:last-child {
    border: 0;
}
ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}
.ttm-rounded-shadow-box {
    border-radius: 10px;
    border-top: 7px solid;
}
/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404 {
    position: relative;
}
.page-header {
    margin: 40px 0 20px;
}
section.error-404 {
    padding: 150px 0;
    text-align: center;
    background-image: url(../images/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.error-404 .ttm-big-icon {
    font-size: 150px;
}
section.error-404 h1 {
    font-size: 95px;
    text-transform: uppercase;
    line-height: 100%;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}
/*------------------------------------------------------------------------------*/
/*  Portfolio
/*------------------------------------------------------------------------------*/
.ttm-social-share-title h5 {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
}
.ttm-nextprev-bottom-nav .nav-next, .ttm-nextprev-bottom-nav .nav-previous {
    display: inline-block;
    position: relative;
}
.ttm-nextprev-bottom-nav .nav-next a,
.ttm-nextprev-bottom-nav .nav-previous a {
    text-align: center;
    top: 106px;
    right: 48px;
    color: #fff;
    transition: all .2s ease-in-out;
    display: inline-block;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    font-size: 15px;
    padding: 12px 34px;
    border-radius: 0;
    font-weight: 500;
}
.ttm-nextprev-bottom-nav .nav-previous a {
    padding-right: 25px;
    padding-left: 44px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after {
    content: '\f100';
    font-family: "FontAwesome";
    left: 25px;
}
.ttm-nextprev-bottom-nav .nav-previous a:after, .ttm-nextprev-bottom-nav .nav-next a:after {
    position: absolute;
    font-size: 16px;
    top: 13px;
}
.ttm-pf-single-related-title {
    font-size: 28px;
}
#comments ul li a {
    position: relative;
    padding-left: 15px;
}
#comments ul li a:hover {
    color: #034ea2;
}
#comments ul li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #034ea2;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.featured-content-post .featured-desc p {
    color: #000;
    font-family: 'Roboto-Regular';
}
/*------------------------------------------------------------------------------*/
/*  blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
}
article.ttm-blog-classic, .post-featured-wrapper {
    position: relative;
}
.ttm-blog-classic .featured-imagebox-post {
    margin-top: 0;
    margin-bottom: 0;
}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post {
    padding: 20px 0 20px;
}
.ttm-blog-classic .featured-imagebox-post:hover {
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-title h5 {
    font-size: 30px;
    line-height: 39px;
}
.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-meta span {
    padding-right: 0;
}
.ttm-blog-classic .featured-imagebox-post .post-meta span:not(:last-child):after {
    background-color: #eaeaea;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}
.ttm-blog-classic .ttm-blog-classic-content blockquote {
    display: block;
    background: #f5faff;
    padding: 25px 20px 20px 85px;
    position: relative;
    font-weight: 300;
    margin: 35px 0 35px 0;
    font-style: normal;
    font-size: 17px;
    min-height: 100px;
    line-height: 28px;
    font-style: italic;
    color: #687076;
    border-left: 4px solid;
}
.ttm-blog-classic .ttm-blog-classic-content blockquote:before {
    content: '"';
    display: inline-block;
    position: absolute;
    font-size: 110px;
    font-family: "Myriad Pro";
    transform: rotate(180deg);
    top: 0;
    left: 33px;
}
.ttm-tag-list span a {
    padding: 6px 15px;
    background-color: #f5faff;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
}
/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
}
.comment-list li {
    position: relative;
    margin-top: 30px;
}
.comment-list .children {
    margin-left: 35px;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}
.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600;
}
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff;
}
.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5faff transparent #f5faff;
    z-index: 1;
    content: "";
    left: -12px;
}
.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img {
    max-width: 100%;
    height: auto;
}
.comment-reply-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a {
    color: #6e6e6e;
    font-size: 13px;
}
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}
.comment-box .author-content-wrap p {
    margin-top: 10px;
}
.single article.post .comment-body p {
    margin-top: 10px;
}
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond {
    padding-top: 10px;
}
#respond .comment-reply-title {
    margin: 0 0 20px !important;
}
.comment-form {
    margin-bottom: 20px;
}
.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
}
.comment-form textarea {
    height: 125px;
}
.comment-form textarea, .comment-form input[type="text"],
.comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding-left: 0;
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 100%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
/*------------------------------------------------------------------------------*/
/* team-member-single
/*------------------------------------------------------------------------------*/
.ttm-team-member-data ul {
    margin: 0;
    padding: 0;
    clear: both;
}
.ttm-team-details-list li {
    position: relative;
    padding: 9px 0 8px 0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}
.ttm-team-details-list li i {
    margin-right: 8px;
}
.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
    display: inline-block;
}
.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
.ttm-team-member-data {
    padding: 35px 5px 35px 26px;
    background-color: #f5faff;
    margin-bottom: 30px;
}
.ttm-team-member-data ul.ttm-team-details-list {
    padding-left: 0;
}
.ttm-team-details-list .ttm-team-list-value a {
    color: #8d9297;
}
.ttm-team-member-single-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 0;
}
.ttm-team-member-single-position {
    font-size: 12px;
    line-height: 26px;
    color: #8d9297;
    font-weight: 400;
    margin-bottom: 10px;
}
.ttm-team-member-content blockquote {
    background-color: #f5faff;
    padding: 20px 25px;
    color: #687076;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal {
    display: block !important;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 8px;
    margin-right: 7px;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child {
    margin-right: 0;
}
.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
}
.ttm-team-member-award-box {
    padding-left: 15px;
    padding-bottom: 40px;
    position: relative;
}
.ttm-team-member-award-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -30px;
    width: 1px;
    height: 100%;
    background: #e8ecef;
}
.ttm-team-member-award-box h5 {
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}
.ttm-team-member-award-box h5:before {
    content: "";
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #e8ecef;
}
.ttm-team-member-award-box h5,
.ttm-team-member-award-box p {
    padding-left: 35px;
}
/*------------------------------------------------------------------------------*/
/*  Elements_page
/*------------------------------------------------------------------------------*/
.element-row {
    padding: 0 0 45px;
    position: relative;
}
.element-row .section-title h2.title {
    margin-top: 22px;
    margin-bottom: 25px;
}
/** element-progressbar **/
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_blue {
    background-color: #0074cc;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_green {
    background-color: #5bb75b;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_pink {
    background-color: #f4524d;
}
.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_turquoise {
    background-color: #00c1cf;
}
/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
    color: #fff;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
    background-color: #ffb300;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
    background-color: #ff4c00;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
    background-color: #ff0a26;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
    background-color: #ff0061;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
    background-color: #50485b;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
    background-color: #39c8df;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
    color: #39c8df;
}
/** icon_element-style-border **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
    border-color: #50485b;
    color: #50485b;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
    border-color: #5472d2;
    color: #5472d2;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff;
    color: #fff;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
    border-color: #ffb300;
    color: #ffb300;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
    border-color: #ff4c00;
    color: #ff4c00;
}
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
    border-color: #ff0a26;
    color: #ff0a26;
}
/** icon_element-bgcolor **/
.element-style .icon-box-wrapper {
    padding-top: 15px;
}
.element-style .row .col-md-6 .featured-icon-box:not(:last-child) {
    padding: 0;
    margin-bottom: 40px;
}
/* ===   link-list ==
------------------------*/
.list-style-disc {
    list-style-type: disc !important;
}
.list-style-decimal {
    list-style-type: decimal !important;
}
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}
.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 8px;
}
.ttm-list.ttm-list-textsize-medium li {
    font-size: 16px;
    padding-bottom: 9px;
}
.ttm-header-wrap {background-color: #034ea2 !important;}
.site-branding {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 15px 0;
    margin-bottom: 22px;
    z-index: 1;
}
.site-branding:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #ffffff;
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
.ttm-topbar-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 15px;
    z-index: 9;
}
.ttm-topbar-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #ffffff;
    transform: skewX(16deg);
    transform-origin: 50% 90%;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
}
.ttm-topbar-wrapper.ttm-textcolor-white a {
    color: #333;
}
.ttm-social-links-wrapper ul li a i {
    color: #034ea2;
}
.ttm-topbar-wrapper .top-contact {
    display: inline-block;
    display: inline-block;
    float: left;
}
.ttm-topbar-wrapper .top-contact ul li {
    display: inline-block;
    padding-left: 8px;
}
.ttm-topbar-content {
    width: 100%;
}
.ttm-topbar-content .login-top {
    display: inline-block;
    float: left;
    padding-left: 8px !important;
}
.click-nn {
    text-transform: uppercase;
    font-size: 14px;
}
.ttm-topbar-content .login-top li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative;
}
.ttm-row.row-top-section.first-section {
    padding-bottom: 50px;
}
.ttm-topbar-content .login-top li .nav-nn.sub-menu {
    position: absolute;
    width: 138px;
    background: #fff;
    margin: 0;
    padding: 6px;
    display: none;
}
.ttm-topbar-content .login-top li .nav-nn.sub-menu li {
    margin-right: 0;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.ttm-topbar-content .login-top li .nav-nn.sub-menu li img {
    width: 25px;
    margin-right: 8px;
}
.ttm-topbar-content .login-top li .click-nn img {
    margin-left: 5px;
}
.ttm-topbar-content .login-top li .click-nn {
    cursor: pointer;
    position: relative;
    text-transform: none;
}
.ttm-topbar-content .login-top li .click-nn:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon4.png);
    width: 10px;
    height: 5px;
    right: -15px;
}
.training-fields {
    padding: 50px 0;
    padding-bottom: 45px;
}
.box-sem {
    min-height: 200px;
}
.box-sem .sem-text {
    font-size: 20px;
    opacity: 1;
    color: #fe6332;
    margin-bottom: 0;
    line-height: 25px;
    padding-bottom: 8px;
}
.box-sem .sem-text a {
    color: #fe6332;
}
.box-sem .sem-number {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .3;
    font-size: 10rem;
    line-height: 9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #ffd8d0;
    transform: translateY(-50%);
    font-family: 'UTM AvoBold';
}
.box-sem ul li {
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 20px;
    line-height: 27px;
}
.box-sem ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fe6332;
    border-radius: 50%;
    top: 9px;
    left: 0
}
.box-sem ul {
    padding: 0;
}
.slider-trainig .item .image img {
    width: 100%;
    height: 270px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    /*! object-fit: cover; */
    /*! vertical-align: -moz-middle-with-baseline; */
}
.slider-trainig .item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.slider-trainig .item .image {
    overflow: hidden;
}
.slider-trainig .item {
    position: relative;
}
.slider-trainig .item .nav-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 91, 164, 0.7);
    padding: 10px;
}
.slider-trainig .item .nav-img .title {
    margin: 0;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
}
.slider-trainig .item .nav-img .title a {
    color: #fff
}
.slider-trainig .owl-item {
    padding: 0;
}
.slider-trainig .owl-prev {
    position: absolute;
    top: 50%;
    left: -16px;
    border-radius: 50%;
}
.slider-trainig .owl-next {
    position: absolute;
    top: 50%;
    right: -16px !important;
    border-radius: 50%;
}
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fe6332 !important
}
.main-new .item-new .image {
    width: 300px;
    display: inline-block;
    float: left;
}
.main-new .item-new .image img {
    width: 100%;
    height: 225px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.main-new .item-new .image {
    overflow: hidden;
}
.main-new .item-new .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.main-new .item-new .nav-image {
    width: calc(100% - 300px);
    display: inline-block;
    float: right;
    padding-left: 20px;
}
.main-new .item-new .nav-image .title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 24px;
}
.main-new .item-new .nav-image .date-desc .date {
    width: 58px;
    display: inline-block;
    float: left;
    background: #e9edf5;
    margin-right: 15px;
    text-align: center;
}
.main-new .item-new .nav-image .date-desc .date .span1 {
    display: inline-block;
    color: #4078b8;
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
}
.main-new .item-new .nav-image .date-desc .date .span2 {
    width: 100%;
    display: inline-block;
    background: #fe6332;
    font-size: 11px;
    color: #fff;
}
.main-new .item-new .nav-image .date-desc .description p {
    margin-bottom: 5px;
}
.main-new .item-new .nav-image .date-desc {
    line-height: 23px;
    height: 115px;
    overflow: hidden;
    margin-bottom: 7px;
}
.main-new .item-new .nav-image .readmore {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.main-new .item-new .nav-image .readmore:hover {
    color: #034ea2
}
.main-new .item-new {
    margin-bottom: 30px;
}
.main-new {
    margin-top: 40px;
}
.ttm-blog-classic .featured-imagebox h1 {
    line-height: 30px !important;
}
.sidebar-new .widget-categories ul li span {
    float: right;
    width: 15px;
}
.sidebar-new .widget-categories ul li:hover {
    background: #F37412;
    /*! color: #333; */
}
.sidebar-new .widget-categories ul li a:hover {
    color: #1B387C;
}
.sidebar-new .widget-categories ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
    padding-bottom: 7px;
    padding: 7px 10px;
    width: calc(100% - 20px);
    float: left;
    border-radius: 5px;
    text-align: left;
    background: #1B387C;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.sidebar-new .widget-categories ul li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: calc( 100% - 15px );
}
.sidebar-new .ttm-recent-post-list li a {
    font-size: 14px;
}
.sidebar-new .widget {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.sidebar-new .tuyensinhaside-widget .item .span1 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    color: #fe6332;
    font-weight: bold;
}
.sidebar-new .tuyensinhaside-widget .item .span2 {
    font-size: 20px;
    padding-top: 0px;
    width: 100%;
    color: #fe6332;
    font-weight: bold;
    display: inline-block;
}
.sidebar-new .tuyensinhaside-widget .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.sidebar-new .tuyensinhaside-widget .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-new .tuyensinhaside-widget .item .title {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-weight: bold;
    font-family: roboto;
}
.sidebar-new .tuyensinhaside-widget .item .left {
    width: 65px;
    display: inline-block;
    float: left;
}
.sidebar-new .tuyensinhaside-widget .item .right {
    width: calc(100% - 65px);
    display: inline-block;
    float: right;
}
.established-left {
    text-align: center;
    width: 80px;
    height: 80px;
    background: #00457d;
    border-radius: 50%;
}
#totop.top-visible {
    display: inherit;
    position: fixed;
    bottom: 137px;
}
.established-left .span1 {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-top: 11px;
}
.established-left .span2 {
    font-size: 25px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.spacing-1 {
    margin-top: -60px;
    margin-bottom: -66px;
    padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.Admissions-home .item1 {
    width: 50%;
    display: inline-block;
    float: left;
}
.Admissions-home .item1 img {
    /*! width: 100%; */
}
.Admissions-home .item2 {
    display: inline-block;
    float: right;
    width: 40%;
    padding: 25px;
}
.Admissions-home .featured-icon {
    width: 90px;
    display: inline-block !important;
    float: left;
}
.Admissions-home .featured-content {
    width: calc(100% - 90px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.Admissions-home .featured-icon-box.left-icon {
    display: inline-block !important;
    width: 100%;
}
.fixed-header .ttm-topbar-wrapper {
    display: none;
}
.Admissions-home .featured-icon-box.style4 {
    padding-bottom: 25px !important;
}
.read-more a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    background: #fe6332;
    color: #fff;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 5px;
}
.clearfix {
    clear: both;
}
.my-word-home .nav-my-word .item .left {
    width: 100px;
    display: inline-block;
    float: left;
    background: #003366;
    text-align: center;
    padding: 10px;
}
.my-word-home .nav-my-word .item .center {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0 20px;
    text-align: center;
}
.my-word-home .nav-my-word .item .right {
    width: calc(75% - 100px);
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.my-word-home .nav-my-word .item .left .title1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
}
.my-word-home .nav-my-word .item .left .span1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 11px;
}
.my-word-home .nav-my-word .item .left .span2 {
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}
.my-word-home .nav-my-word .item .right .title {
    font-size: 18px;
    margin: 10px 0;
}
.my-word-home .nav-my-word .item .right ul {
    padding-left: 0
}
.post.ttm-blog-classic .featured-imagebox.featured-imagebox-post .my-word-home .nav-my-word .item .right ul li img {
    margin-right: 10px;
    width: auto !important;
}
.my-word-home .nav-my-word .item {
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
}
.my-word-home {
    padding: 50px 0;
}
.achievement-home .wrapper1 .one {
    width: calc((100% / 6) - 10px);
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.achievement-home .wrapper1 .two {
    width: calc((100% / 3) - 10px);
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.achievement-home .wrapper1 .three {
    width: calc((100% / 6) - 10px);
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.achievement-home .wrapper1 .five {
    width: calc((100% / 3));
    display: inline-block;
    float: left;
}
.achievement-home .wrapper1 .five .item2 {
    width: calc((100% - 10px) / 2);
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.achievement-home .wrapper1 .five .item2:nth-child(2) {
    margin-right: 0
}
.achievement-home .wrapper1 .one img {
    width: 100%;
    height: 790px;
}
.achievebutton,
input[type="submit"],
input[type="button"],ment-home .wrapper1 .two img {
    width: 100%;
    /*height: 790px;*/
}
.achievement-home .wrapper1 .item img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}
.achievement-home .wrapper1 .item {
    overflow: hidden;
}
.achievement-home .wrapper1 .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /*! background: #ccc; */
}
.slider-for .slick-arrow {
    display: none !important;
}
.slider-nav .slick-prev {
    top: 37%;
}
.slider-nav .slick-next {
    top: 37%;
}
.second-footer .col-lg-3:nth-child(2) {
    max-width: 15%;
    flex: 0 0 15%;
}
.second-footer .col-lg-3:nth-child(3) {
    flex: 0 0 35%;
    max-width: 35%;
}
img {
     object-fit: cover;
/*     max-width: 100px !important;*/
/*     height: auto !important;*/
}
article.ttm-blog-classic img {
    object-fit: cover;
    max-width: 100% !important;
    height: auto !important;
}
.achievement-home .wrapper1 .three .item1 {
    margin-bottom: 10px;
}
.achievement-home .wrapper1 .three .item1 img {
    width: 100%;
    height: 390px;
}
.achievement-home .wrapper1 .five img {
    width: 100%;
    height: 390px;
}
.achievement-home .wrapper1 .item {
    position: relative;
    overflow: hidden;
}
.achievement-home .wrapper1 .item .overlay-item {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: rgba(17, 91, 164, 0.7);
    padding: 10px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.achievement-home .wrapper1 .item .overlay-item .title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}
.achievement-home .wrapper1 .item .overlay-item .title a {
    color: #fff;
}
.achievement-home .wrapper1 .item:hover .overlay-item {
    height: auto;
    visibility: visible;
    opacity: 1;
    bottom: 0
}
.achievement-home .wrapper1 .item3 {
    margin-bottom: 10px;
}
.slider-nav .slick-slide img {
    width: 160px;
    height: 160px;
    border: 5px solid #e7e7e7;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
}
.slider-nav .slick-slide {
    text-align: center;
    margin-top: 25px;
    position: relative;
}
.slider-nav .slick-slide:after {
    content: url('../images/ar2.png');
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
}
.slider-nav .slick-track {
    padding-bottom: 50px;
}
.slider-nav .slick-center.slick-slide:after {
    content: url('../images/ar3.png');
    position: absolute;
    bottom: -31px;
}
.slick-next:before, .slick-prev:before {
    color: #969696;
}
.slider-nav .slick-prev {
    display: block;
    left: 0;
    border: 1px solid #999;
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slider-nav .slick-next {
    display: block;
    right: 0;
    border: 1px solid #999;
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slider-nav .slick-list {
    padding: 0 !important;
}
.slider-nav {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
}
.slider-for .content-slider {
    width: 80%;
    margin: auto;
    text-align: center;
}
.slider-for .content-slider .title {
    font-size: 20px;
    margin-bottom: 2px;
}
.slider-for .content-slider .desc {
    font-size: 14px;
    color: #999999;
}
.slider-for .content-slider .start svg {
    font-size: 10px;
    margin: 2px;
    color: #ffb400;
}
.slider-for .content-slider .desc {
    font-size: 16px;
}
.slider-for .content-slider .start i {
    color: #ffb400;
    margin: 2px;
}
.slider-for .content-slider .name-job {
    margin-bottom: 0px;
}
.info-home {
    background: #f5faff;
    padding: 50px 0;
    /*! margin-top: 55px; */
}
.second-footer .social-icons ul li a {
    color: #003366;
    background: #fff;
}
.fixed-header .site-branding {
    margin-bottom: 0
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.featured-desc table {
    width: 100% !important;
    height: auto !important;
}
.featured-desc table td {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    line-height: 18px;
    padding: 3px !important;
}
.site-main .entry-video iframe {
    width: 100%;
    height: 600px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 58px;
    left: 0;
    font-size: 50px;
    color: #000;
}
.sidenav .closebtn:hover {
    color: #000
}
#mySidenav .title {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#mySidenav .row {
    padding: 20px;
}
#mySidenav .row .item {
    position: relative;
    margin-bottom: 20px;
}
#mySidenav .row .item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #359fd6, #00e39f);
    pointer-events: none;
    transition: inherit;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
#mySidenav .row .item:hover::before {
    opacity: .65;
    visibility: visible;
}
#mySidenav .row .item img {
    width: 100%;
    height: 150px;
}
#site-header-menu #site-navigation .menu > ul > li span {
    cursor: pointer;
}
.ttm-topbar-wrapper-mobile {
    display: none;
}
.banner img {
    width: 100%;
}
body .site-main.site-main-child {
    padding-top: 0
}
.site-main-child .read-more {
    text-align: center;
}
.Admission-news .title-header .title {
    font-size: 30px;
}
.Admission-news .featured-thumbnail img {
    width: 100%;
    height: 240px;
}
.Admission-news .section-title .title-header h5 {
    font-size: 20px;
    color: #fe6332;
}
.Admission-news .section-title .title-header2 .title {
    font-size: 17px;
    line-height: 25px;
    color: #333;
}
.Admission-news .section-title ul {
    padding: 0;
    margin: 0;
}
.Admission-news .section-title ul li {
    position: relative;
    padding-left: 20px;
}
.Admission-news .section-title ul li:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #f37022;
    border-radius: 50%;
    top: 10px;
    left: 0
}
.Admission-news .section-title .title-header2 {
    margin-bottom: 10px;
}
.strategy-section .featured-icon-box .featured-title h5 {
    font-size: 18px;
    color: #333;
}
.strategy-section .featured-icon-box .ttm-icon i {
    color: #fe6332;
}
.strategy-section .featured-icon-box .featured-desc p {
    color: #70706f;
}
.ttm-row.strategy-section {
    padding-top: 0
}
.strategy-section .section-title .title-header .title {
    COLOR: #115ba4;
    FONT-SIZE: 30PX;
}
.team-work-section .ttm-fid-contents h4 span {
    color: #fe6332;
    font-size: 50px;
    font-size: 54px;
    line-height: 44px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #115ba4;
    font-family: 'Roboto';
    text-transform: uppercase;
    /*! font-size: 26px; */
    font-family: 'UTM AvoBold';
}
.team-work-section .ttm-fid-view-topicon .ttm-fid-icon-wrapper i {
    color: #115ba4;
}
.testimonials.style2 .testimonial-content {
    border-bottom-color: #f37022 !important;
}
.library-active .item .ttm-play-btn {
    padding: 0;
    border-radius: 0;
}
.library-active .row {
    margin-left: -5px;
    margin-right: -5px;
}
.library-active .row .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.library-active .item img {
    width: 100%;
    height: 185px;
}
.library-active .item {
    margin-bottom: 10px;
}
.library-active {
    position: relative;
    padding-top: 102px;
}
.library-active:before {
    background-image: url('../images/bg5.png');
    background-size: 100% 400px;
    display: inline-block;
    width: 100%;
    height: 400px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.form-Admission .nav-form {
    width: 50%;
    margin: auto;
}
.form-Admission .nav-form input[type=text], .form-Admission .nav-form input[type=email] {
    width: 100%;
    height: 35px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 10px;
}
.form-Admission .nav-form select {
    width: 100%;
    height: 35px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 10px;
}
.form-Admission .nav-form textarea {
    border-radius: 3px;
    height: 80px;
    margin-bottom: 10px;
}
.form-Admission .nav-form input[type=submit] {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    background: #fe6332;
    color: #fff;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 5px;
    line-height: 36px;
}
.center {
    text-align: center;
}
.fixed-header #site-navigation > .menu > ul > li > a {
    height: 55px;
    line-height: 55px;
}
.blog-grid-section .video_cat .featured-thumbnail .img-fluid {
    width: 100%;
    height: 270px;
}
.my-word-home .right ul li span {
    width: 24px;
    display: inline-block;
    float: left;
}
.featured-imagebox .featured-thumbnail img {
    /*! height: 194px !important; */
    width: 100%;
}
/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}
h1.title-contact {
    color: #1a67ab;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 31px;
    margin-bottom: 5px;
}
.adress-contact li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}
.adress-contact li span {
}
.adress-contact {
    padding-left: 0;
}
.map-contact iframe {
    width: 100%;
    height: 560px;
}
.map-contact {
    border: 1px solid #ddd;
    padding: 2px;
}
.form-contat p.desc {
    font-size: 14px;
    line-height: 23px;
}
.form-contat input[type=text] {
    border: 1px solid #ddd;
    background: #fafafa;
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.form-contat textarea {
    width: 100%;
    height: 130px;
    background: #fafafa;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
#main-contact .form-contat {
    border-top: 1px solid #ddd;
    padding-top: 13px;
    margin-top: 13px;
}
#main-contact .form-contat p span {
    font-weight: bold;
}
#main-contact .form-contat .row {
    margin-left: -5px;
    margin-right: 5px;
}
#main-contact .form-contat .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}
#main-contact .form-contat .row .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}
#main-contact .adress-contact li {
    position: relative;
    padding-left: 22px;
}
#main-contact .adress-contact li:before {
    position: absolute;
    top: 2px;
    left: 0;
}
#main-contact .adress-contact .li1:before {
    content: url('../images/ct1.png');
}
#main-contact .adress-contact .li2:before {
    content: url('../images/ct2.png');
}
#main-contact .adress-contact .li3:before {
    content: url('../images/ct3.png');
}
#main-contact .adress-contact .li4:before {
    content: url('../images/ct4.png');
}
.send-contact .item {
    width: calc((100% - 30px) / 4);
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.video-home {
    margin-top: 40px;
    margin-bottom: 40px;
}
.send-contact .item:first-child {
    width: 20%
}
.send-contact .item:nth-child(2) {
    width: 12%
}
.send-contact .item:nth-child(3) {
    width: 10%
}
.send-contact .item:nth-child(4) {
    margin-right: 0;
    width: 52%;
}
.send-contact .item input[type=submit] {
    width: 100%;
    height: 30px;
    background: #fe6332;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
    padding: 0;
}
.services-slide .featured-desc p {
    color: #000;
}
.send-contact .item img {
    padding-top: 4px;
}
#main-contact {
    position: relative;
}
#main-contact .col-md-6-map {
    position: ABSOLUTE;
    RIGHT: 0;
    TOP: 0;
    PADDING: 0;
}
#main-contact {
    margin-top: 50px;
}
.form-Admission {
    padding-top: 30px;
}
#rev_slider_4_1 a.link {
    background: none;
    padding: 0 !important;
    border: 0
}
#site-header-menu #site-navigation .menu > ul > li > ul {
    border-top: 0px !important
}
#rev_slider_4_1_wrapper .tp-caption {
    text-shadow: rgb(0, 0, 0) 2px 2px !important;
    font-size: 56px !important;
}
#rev_slider_4_1_wrapper .tp-caption.tp-resizeme > div {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: rgb(255, 255, 255) !important;
    text-shadow: rgb(0, 0, 0) 0px 0px !important;
    width: 100% !important;
    padding: 10px;
}
.video-home-bg {
    background: #f5faff;
}
#menu {
    width: 100%
}
#menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    align-items: center;
}
#site-header-menu #site-navigation .menu > ul > li {
    float: left;
    position: relative;
    flex: auto;
}
.topbar-right {
    display: flex;
    align-items: center;
}
.top-contact li:last-child {
    padding-right: 5px !important
}
@media (max-width: 767px) {
    #masthead {
        padding-bottom: 10px
    }
    .video-home-bg {
        padding: 0;
    }
    .ttm-topbar-wrapper .ttm-social-links-wrapper {

        transform: translateY(-117px);
        right: 7px;
    }


}
.featured-imagebox-services .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fe6332 !important;
    margin-bottom: 0;
    background: #fe6332 !important;
    opacity: 0.3;
}
.featured-imagebox-services:hover .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fe6332 !important;
    opacity: 1;
}
.slider-trainig-rtl .owl-next {
    right: 98% !important;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-trainig-rtl .owl-prev {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 98% !important;
}
@media (min-width: 1023px) {
    #formAdmission {
        max-width: 50%;
        margin: 0px auto
    }
}
/*css tuyá»ƒn sinh*/
.top-content-tuyensinh .container {
    width: 960px;
    margin: auto;
    position: relative;
}
.top-content-tuyensinh .top-logo1 .logo1 img {
    width: 120px;
}
.top-content-tuyensinh .top-logo1 .logo1 {
    text-align: center;
}
.top-content-tuyensinh .top-logo1 .logo1 .title {
    font-size: 13px;
    line-height: 22px;
    color: rgb(46, 48, 146);
    margin-top: 8px;
    font-family: 'UTM AvoBold';
}
.top-content-tuyensinh .top-logo1 .logo2 {
    text-align: center;
    background: #2e3092;
    padding: 13px;
    border-radius: 50px 0 50px 50px;
}
.top-content-tuyensinh .top-logo1 .logo2 img {
    width: 111px;
    display: inline-block;
}
.top-content-tuyensinh .top-logo1 .logo2 .desc {
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.top-content-tuyensinh .top-logo1 .logo2 .nam {
    font-size: 15px;
    color: #fff;
    font-family: 'UTM AvoBold';
}
.top-content-tuyensinh .top-logo1 .title1 {
    color: rgb(46, 48, 146);
    font-size: 27px;
    line-height: 1.2;
    font-family: 'UTM AvoBold';
}
.top-content-tuyensinh .top-logo1 .title1 span {
    color: #ff6332;
}
.top-content-tuyensinh .top-logo1 .image img {
    width: 100%;
}
.content-logo ul li {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
.content-logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-logo {
    width: 69%
}
.content-logo ul li img {
    width: 17px;
    display: inline-block;
    margin-right: 9px;
    position: absolute;
    top: 5px;
    left: 0;
}
.content-logo ul li span {
    font-weight: 600;
}
.top-content-tuyensinh {
    padding: 50px 0;
}
.top-content-tuyensinh .ungtuyenngay a {
    display: inline-block;
    background: #ff6332;
    color: #fff;
    padding: 8px 27px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}
.top-content-tuyensinh {
    /*background: url('http://fondex2.tamphat.edu.vn/template/bg1.png') bottom;*/
    background-repeat: no-repeat;
    /*padding-bottom: 170px;*/
    font-family: 'UTM Avo';
    background-size: 100%
}
.page-tuyen-sinh .section-title h2.title {
    font-family: 'UTM AvoBold';
}
.top-content-tuyensinh .container .anh2 {
    position: absolute;
    bottom: -108px;
    right: 19%;
}
.top-content-tuyensinh .container .anh2 img {
    width: 111px;
}
.top-content-tuyensinh .container .anh3 {
    position: absolute;
    bottom: -95px;
    right: 0;
}
.top-content-tuyensinh .container .anh3 img {
    width: 111px;
}
.Admission-news {
    padding: 50px 0;
    margin-top: 20px;
}
.slider-new-Admission .owl-dot {
    width: 10px;
    height: 10px;
    background: #f4d7d3;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 3px;
}
.slider-new-Admission .owl-dot.active {
    background: #fe6f37;
}
.slider-new-Admission .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.slider-new-Admission {
    padding-bottom: 35px;
}
.strategy-section .featured-icon-box {
    text-align: center;
}
.strategy-section {
    padding: 50px 0;
}
.slider-large11 .owl-prev {
    background: rgba(0, 0, 0, 0.3) !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-top: 0 !important
}
.slider-large11 .owl-next {
    background: rgba(0, 0, 0, 0.3) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-top: 0 !important
}
.slider-small11 {
    margin-top: 15px;
}
.slider-large11 .item .title {
    font-size: 15px;
    color: red;
    line-height: 20px;
}
.doitac-tuyensinh .doitac-tuyensinh-right {
    background: #003466;
    padding: 10px 30px;
    overflow-y: scroll;
    height: 462px;
}
.doitac-tuyensinh .doitac-tuyensinh-right::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.doitac-tuyensinh .doitac-tuyensinh-right::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}
.doitac-tuyensinh .doitac-tuyensinh-right::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item .image {
    width: 26%;
    display: inline-block;
    float: left;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item .image img {
    width: 130PX;
    HEIGHT: 130PX;
    border-radius: 50%;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item .nav-image {
    width: 74%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item .nav-image .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item .nav-image .desc {
    color: #fff;
    margin-bottom: 0
}
.doitac-tuyensinh .doitac-tuyensinh-right .item {
    margin-bottom: 20px;
}
.doitac-tuyensinh .doitac-tuyensinh-right .item:last-child {
    margin-bottom: 0
}
.slider-large11 .item img {
    height: 375px;
    width: 100%;
}
.slider-small11 img {
    width: 100%;
    height: 72px;
}
.doitac-tuyensinh {
    padding: 50px 0;
}
.page-tuyen-sinh {
    font-family: 'UTM Avo';
}
.title1-mobile {
    display: none;
}
#clickTuyensinhsfdadsada,#clickTuyensinh{
    position: fixed;right: 6px;bottom: 183px;z-index: 99999999;
}
.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0px;
    bottom: 0px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 80px;
    height: 80px;
    z-index: 1000;
}
.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    opacity: .2;
}
.call-btn .pulse {
    width: 50px;
    height: 50px;
    background: #0789cd;
    border-radius: 100px;
    position: absolute;
    opacity: .3;
    top: 44%;
    left: 44%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.call-btn .tada {
    background: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 25px;
    color: #fff;
    font-size: 17px;
    width: 150px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 25px;
    border: 1px solid #1b7fc5;
    border-radius: 20px;
    background: #1b7fc5;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}
.call-btn .tada a:before {
    content: "\f095";
    font-size: 25px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #1b7fc5;
    margin-left: 10px;
    position: absolute;
    top: 63%;
    margin-top: -17px;
}
.Admissions-home .item1 img {
    width: 100%;
}
#featured-desc-1 .featured-desc{
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}
.owl-prev.disabled{
    display: none!important;
}
.footer .widget .widget-title{
    color: #f16925;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.footer .widget .widget-title:after{
    display: none;
}
.footer  .widget-text{
    color: #333;
}
.footer  .title-footer{
    color: #ee8526;
    font-size: 22px;
    line-height: 35px;
    margin-top: 21px;
    margin-bottom: 15px;
}
.footer .phone-footer{
    padding-top: 20px;
}
.footer .phone-footer p{
    color: #ee8526;
    font-size: 20px;
    line-height: 32px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
    color: #fff;
}
.ttm-stickable-header.fixed-header .menu > ul > li > a {
    color: #333!important;
}
nav.menu.menu-header a {
    font-size: 13px!important;
    color: #333!important;
}
#site-header-menu #site-navigation .menu ul li > ul a {
    text-transform: none!important;
}
/**/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.call-btn.zalo {
    bottom: 170px;
}
.call-btn.zalo {
    position: fixed;
    margin: 0;
    padding: 0;
    left: -15px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}
.call-btn.zalo .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.call-btn.zalo .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219,0,5,0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.call-btn.zalo .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.call-btn.zalo .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 170px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}
.call-btn.zalo .tada a:before {
    content: "\f095";
    font-size: 25px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
.call-btn.zalo a:before {
    display: none;
}
.call-btn.zalo a svg {
    height: 30px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
}
.call-btn.zalo .data {
}
.call-btn.zalo .zoomIn {
    border-color: #0084ff;
}
.call-btn.zalo .pulse {
    background: #0084ff94;
}
.call-btn.zalo .tada {
    background: #0084ff;
}
.search-content {
    display: flex;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    z-index: 99999999;
}
.search-content i {
    color: #000;
}
.search-content input, .search-content button {
    height: 35px;
}
.search-content button {padding: 0 15px;}
.search-form {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 9999;
    width: 25%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.site-header-menu-inner .relative {
    position: relative;
}
